[34306] trunk/dports/perl/p5-net-z3950

jmr at macports.org jmr at macports.org
Thu Feb 21 01:58:52 PST 2008


Revision: 34306
          http://trac.macosforge.org/projects/macports/changeset/34306
Author:   jmr at macports.org
Date:     2008-02-21 01:58:52 -0800 (Thu, 21 Feb 2008)

Log Message:
-----------
p5-net-z3950: fix build failure by using an older version of yaz

Modified Paths:
--------------
    trunk/dports/perl/p5-net-z3950/Portfile

Added Paths:
-----------
    trunk/dports/perl/p5-net-z3950/files/
    trunk/dports/perl/p5-net-z3950/files/patch-Makefile.PL.diff

Modified: trunk/dports/perl/p5-net-z3950/Portfile
===================================================================
--- trunk/dports/perl/p5-net-z3950/Portfile	2008-02-21 09:56:35 UTC (rev 34305)
+++ trunk/dports/perl/p5-net-z3950/Portfile	2008-02-21 09:58:52 UTC (rev 34306)
@@ -26,4 +26,6 @@
 		sha1 f411bbfb4f439e714ce16ac0536ed1c3f92075c7 \
 		rmd160 b78e29fae40d1276040e10a78867655bcd3f8649
 
-depends_lib-append	port:yaz
+patchfiles  patch-Makefile.PL.diff
+
+depends_lib-append	port:yaz2 port:p5-event

Added: trunk/dports/perl/p5-net-z3950/files/patch-Makefile.PL.diff
===================================================================
--- trunk/dports/perl/p5-net-z3950/files/patch-Makefile.PL.diff	                        (rev 0)
+++ trunk/dports/perl/p5-net-z3950/files/patch-Makefile.PL.diff	2008-02-21 09:58:52 UTC (rev 34306)
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig	2006-05-08 20:55:09.000000000 +1000
++++ Makefile.PL	2008-02-21 20:47:23.000000000 +1100
+@@ -49,7 +49,7 @@
+ #
+ sub MY::postamble {
+     '$(MYEXTLIB): yazwrap/Makefile
+-	cd yazwrap && $(MAKE) INC=$(PASTHRU_INC) $(PASTHRU)';
++	cd yazwrap && $(MAKE) INC=\'$(PASTHRU_INC)\' \'$(PASTHRU)\'';
+ }
+ 
+ sub MY::post_constants {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080221/87f50346/attachment.html 


More information about the macports-changes mailing list