[46724] trunk/dports/print/pdflib/Portfile

jmr at macports.org jmr at macports.org
Tue Feb 10 23:39:41 PST 2009


Revision: 46724
          http://trac.macports.org/changeset/46724
Author:   jmr at macports.org
Date:     2009-02-10 23:39:38 -0800 (Tue, 10 Feb 2009)
Log Message:
-----------
pdflib: remove darwin 8 platform variant, since the linker problems referred to by r15077 no longer seem to occur; and only depend on libtool when it is used

Modified Paths:
--------------
    trunk/dports/print/pdflib/Portfile

Modified: trunk/dports/print/pdflib/Portfile
===================================================================
--- trunk/dports/print/pdflib/Portfile	2009-02-11 05:52:01 UTC (rev 46723)
+++ trunk/dports/print/pdflib/Portfile	2009-02-11 07:39:38 UTC (rev 46724)
@@ -23,8 +23,6 @@
 patchfiles		patch-config-mkcommon.inc.diff patch-libs__pdcore__pc_util.diff \
 			patch-perl_Makefile.diff
 
-depends_build   port:libtool
-
 test.run        yes
 
 configure.args	--without-java --without-perl --without-py --without-tcl --without-ruby
@@ -115,14 +113,9 @@
 	}
 }
 
-platform darwin 8 {
-	configure.cc	"/usr/bin/gcc-4.0 -DPDF_TARGET_API_MAC_CLASSIC"
-	configure.cpp	"/usr/bin/cpp-4.0 -DPDF_TARGET_API_MAC_CLASSIC"
-	configure.cxx	"/usr/bin/g++-4.0 -DPDF_TARGET_API_MAC_CLASSIC"
-}
-
 post-configure {
     if {[variant_isset universal]} {
+        depends_build-append port:libtool
         file delete ${worksrcpath}/libtool
         file link -s ${worksrcpath}/libtool ${prefix}/bin/glibtool
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090210/e79dceea/attachment.html>


More information about the macports-changes mailing list