On Sep 3, 2013, at 17:59, [email protected] wrote: > Revision: 110688 > https://trac.macports.org/changeset/110688 > Author: [email protected] > Date: 2013-09-03 15:59:31 -0700 (Tue, 03 Sep 2013) > Log Message: > ----------- > hydra: update to 7.5, closes #36370, #38453 > > Modified Paths: > -------------- > trunk/dports/security/hydra/Portfile > trunk/dports/security/hydra/files/patch-configure.diff
> Modified: trunk/dports/security/hydra/files/patch-configure.diff > =================================================================== > --- trunk/dports/security/hydra/files/patch-configure.diff 2013-09-03 > 22:34:34 UTC (rev 110687) > +++ trunk/dports/security/hydra/files/patch-configure.diff 2013-09-03 > 22:59:31 UTC (rev 110688) > @@ -1,20 +1,455 @@ > ---- configure 2006-01-20 07:44:15.000000000 -0600 > -+++ configure 2008-06-04 03:27:13.000000000 -0500 > -@@ -38,6 +38,8 @@ > +--- configure.orig 2013-08-02 13:35:56.000000000 +0200 > ++++ configure 2013-09-04 00:47:08.000000000 +0200 > +@@ -79,12 +79,12 @@ > + SOCKET_PATH="" > + MANDIR="" > + XHYDRA_SUPPORT="" > +-LIBDIRS=`cat /etc/ld.so.conf /etc/ld.so.conf.d/* 2> /dev/null | grep -v > '^#' | sort | uniq` > ++LIBDIRS="/opt/local/lib" > + if [ "$SIXFOUR" = "64" ]; then > + LIBDIRS="$LIBDIRS /lib64 /usr/lib64 /usr/local/lib64 /opt/local/lib64" > + fi > +-LIBDIRS="$LIBDIRS /lib /usr/lib /usr/local/lib /opt/local/lib" > +-INCDIRS="/usr/include /usr/local/include /opt/include /opt/local/include" > ++LIBDIRS="/opt/local/lib" > ++INCDIRS="/opt/local/include" > STRIP="strip" > echo Isn't it a problem for /opt/local to be hardcoded in this file? _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
