[38135] trunk/dports/textproc/pdftk/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jul 7 18:23:48 PDT 2008


Revision: 38135
          http://trac.macosforge.org/projects/macports/changeset/38135
Author:   ryandesign at macports.org
Date:     2008-07-07 18:23:48 -0700 (Mon, 07 Jul 2008)
Log Message:
-----------
pdftk: discontinue support for building with gcc34 or gcj34; they're very old

Modified Paths:
--------------
    trunk/dports/textproc/pdftk/Portfile

Modified: trunk/dports/textproc/pdftk/Portfile
===================================================================
--- trunk/dports/textproc/pdftk/Portfile	2008-07-07 23:54:04 UTC (rev 38134)
+++ trunk/dports/textproc/pdftk/Portfile	2008-07-08 01:23:48 UTC (rev 38135)
@@ -74,28 +74,18 @@
         ${destroot}${prefix}/share/man/man1
 }
 
-variant with_gcc34 conflicts with_gcj34 with_gcc41 with_gcc42 i386 description {Build using gcc34 (PowerPC only)} {
-    depends_lib-append  port:gcc34
-    set versuff         -dp-3.4
-}
-
-variant with_gcj34 conflicts with_gcc34 with_gcc41 with_gcc42 i386 description {Build using gcj34 (PowerPC only)} {
-    depends_lib-append  port:gcj34
-    set toolpath        ${prefix}/gcj34-3.4.6/bin/
-}
-
-variant with_gcc41 conflicts with_gcc34 with_gcj34 with_gcc42 i386 description {Build using gcc41 (PowerPC only)} {
+variant with_gcc41 conflicts with_gcc42 i386 description {Build using gcc41 (PowerPC only)} {
     depends_lib-append  port:gcc41
     set versuff         -mp-4.1
 }
 
-variant with_gcc42 conflicts with_gcc34 with_gcj34 with_gcc41 description {Build using gcc42 (default)} {
+variant with_gcc42 conflicts with_gcc41 description {Build using gcc42 (default)} {
     depends_lib-append  port:gcc42
     set versuff         -mp-4.2
 }
 
 platform i386 {}
 
-if { ![variant_isset with_gcc34] && ![variant_isset with_gcj34] && ![variant_isset with_gcc41] && ![variant_isset with_gcc42] } {
+if { ![variant_isset with_gcc41] && ![variant_isset with_gcc42] } {
     default_variants    +with_gcc42
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080707/1286b33c/attachment.html 


More information about the macports-changes mailing list