[49160] trunk/dports/archivers/zlib

toby at macports.org toby at macports.org
Sat Apr 4 12:41:26 PDT 2009


Revision: 49160
          http://trac.macports.org/changeset/49160
Author:   toby at macports.org
Date:     2009-04-04 12:41:26 -0700 (Sat, 04 Apr 2009)
Log Message:
-----------
fix test

Modified Paths:
--------------
    trunk/dports/archivers/zlib/Portfile

Added Paths:
-----------
    trunk/dports/archivers/zlib/files/patch-Makefile-test.diff

Modified: trunk/dports/archivers/zlib/Portfile
===================================================================
--- trunk/dports/archivers/zlib/Portfile	2009-04-04 19:37:29 UTC (rev 49159)
+++ trunk/dports/archivers/zlib/Portfile	2009-04-04 19:41:26 UTC (rev 49160)
@@ -27,7 +27,7 @@
                         sha1    967e280f284d02284b0cd8872a8e2e04bfdc7283 \
                         rmd160  cfba9984b354dcc38da49331457e6bfc861c6f51
 
-patchfiles              patch-Makefile-static.diff
+patchfiles              patch-Makefile-static.diff patch-Makefile-test.diff
 
 configure.args          --shared
 configure.universal_args

Added: trunk/dports/archivers/zlib/files/patch-Makefile-test.diff
===================================================================
--- trunk/dports/archivers/zlib/files/patch-Makefile-test.diff	                        (rev 0)
+++ trunk/dports/archivers/zlib/files/patch-Makefile-test.diff	2009-04-04 19:41:26 UTC (rev 49160)
@@ -0,0 +1,10 @@
+--- Makefile.in.orig	2009-04-04 12:38:40.000000000 -0700
++++ Makefile.in	2009-04-04 12:38:43.000000000 -0700
+@@ -59,6 +59,7 @@
+ check: test
+ test: all
+ 	@LD_LIBRARY_PATH=.:$(LD_LIBRARY_PATH) ; export LD_LIBRARY_PATH; \
++	DYLD_LIBRARY_PATH=. ; export DYLD_LIBRARY_PATH; \
+ 	echo hello world | ./minigzip | ./minigzip -d || \
+ 	  echo '		*** minigzip test FAILED ***' ; \
+ 	if ./example; then \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090404/e975c73e/attachment.html>


More information about the macports-changes mailing list