call script from Portfile?

Bradley Giesbrecht brad at pixilla.com
Wed Sep 8 11:59:49 PDT 2010


Where are your getting the dev sources from?

Looks like the development sources are on sourceforge now. Is v2.9.1  
what you are building?

I have a patch for configure that should be good upstream.

--- ../configure.orig	2010-09-08 09:06:52.000000000 -0700
+++ ../configure	2010-09-08 11:17:45.000000000 -0700
@@ -34965,7 +34965,7 @@
        *-*-darwin* )
          install_name_tool=`which ${HOST_PREFIX}install_name_tool`
          if test "$install_name_tool" -a -x "$install_name_tool"; then
-            DYLIB_RPATH_POSTLINK="${HOST_PREFIX}install_name_tool -id  
\$@ \$@"
+            DYLIB_RPATH_POSTLINK="${HOST_PREFIX}install_name_tool -id  
${libdir}/\$(notdir \$@) \$@"
              cat <<EOF >change-install-names
  #!/bin/sh
  libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`


// Brad


More information about the macports-dev mailing list