[27052] trunk/dports

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 16 14:40:10 PDT 2007


Revision: 27052
          http://trac.macosforge.org/projects/macports/changeset/27052
Author:   ryandesign at macports.org
Date:     2007-07-16 14:40:10 -0700 (Mon, 16 Jul 2007)

Log Message:
-----------
Change gcc41-related suffixes from -dp-4.1 to -mp-4.1 following change to gcc41 portfile in r27040.

Modified Paths:
--------------
    trunk/dports/gnustep/pdfkit/Portfile
    trunk/dports/lang/ftidy/Portfile
    trunk/dports/textproc/pdftk/Portfile

Modified: trunk/dports/gnustep/pdfkit/Portfile
===================================================================
--- trunk/dports/gnustep/pdfkit/Portfile	2007-07-16 21:40:05 UTC (rev 27051)
+++ trunk/dports/gnustep/pdfkit/Portfile	2007-07-16 21:40:10 UTC (rev 27052)
@@ -21,9 +21,9 @@
 worksrcdir    PDFKit-${version}
 
 post-patch {
-    reinplace "s|ADD_FT|CC=gcc-dp-4.1 CXX=g++-dp-4.1 ADD_FT|" \
+    reinplace "s|ADD_FT|CC=gcc-mp-4.1 CXX=g++-mp-4.1 ADD_FT|" \
         ${worksrcpath}/xpdf/xpdf-3.01/GNUmakefile.in
-    reinplace "s|\${CXX}|g++-dp-4.1|" \
+    reinplace "s|\${CXX}|g++-mp-4.1|" \
         ${worksrcpath}/GNUmakefile.in \
         ${worksrcpath}/xpdf/GNUmakefile.in \
         ${worksrcpath}/xpdf/bridge/GNUmakefile

Modified: trunk/dports/lang/ftidy/Portfile
===================================================================
--- trunk/dports/lang/ftidy/Portfile	2007-07-16 21:40:05 UTC (rev 27051)
+++ trunk/dports/lang/ftidy/Portfile	2007-07-16 21:40:10 UTC (rev 27052)
@@ -36,7 +36,7 @@
 
 variant gcc41 {
 depends_build   port:gcc41
-build.cmd       gfortran-dp-4.1
+build.cmd       gfortran-mp-4.1
 }
 
 variant gcc42 {

Modified: trunk/dports/textproc/pdftk/Portfile
===================================================================
--- trunk/dports/textproc/pdftk/Portfile	2007-07-16 21:40:05 UTC (rev 27051)
+++ trunk/dports/textproc/pdftk/Portfile	2007-07-16 21:40:10 UTC (rev 27052)
@@ -69,7 +69,7 @@
 
 variant with_gcc41 conflicts with_gcc34 with_gcj34 with_gcc42 i386 description {Build using gcc41 (PowerPC only)} {
 	depends_lib-append  port:gcc41
-	build.args-append   TOOLPATH=${prefix}/bin/ VERSUFF=-dp-4.1
+	build.args-append   TOOLPATH=${prefix}/bin/ VERSUFF=-mp-4.1
 }
 
 variant with_gcc42 conflicts with_gcc34 with_gcj34 with_gcc41 description {Build using gcc42 (default)} {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070716/7dc3d242/attachment.html


More information about the macports-changes mailing list