[49864] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Sun Apr 19 03:12:40 PDT 2009


Revision: 49864
          http://trac.macports.org/changeset/49864
Author:   ryandesign at macports.org
Date:     2009-04-19 03:12:39 -0700 (Sun, 19 Apr 2009)
Log Message:
-----------
pguyot's ports: remove references to DP; closes #18037 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/cross/arm-elf-gcc/Portfile
    trunk/dports/cross/arm-elf-gcc3/Portfile
    trunk/dports/cross/arm-rtems-gcc/Portfile
    trunk/dports/cross/i386-elf-gcc/Portfile
    trunk/dports/cross/i386-rtems-gcc/Portfile
    trunk/dports/cross/m68k-elf-gcc/Portfile
    trunk/dports/cross/m68k-rtems-gcc/Portfile
    trunk/dports/cross/mips-elf-gcc/Portfile
    trunk/dports/cross/mips-rtems-gcc/Portfile
    trunk/dports/cross/powerpc-rtems-gcc/Portfile
    trunk/dports/cross/sh-rtems-gcc/Portfile
    trunk/dports/cross/sparc-rtems-gcc/Portfile
    trunk/dports/devel/tcllib/Portfile
    trunk/dports/lang/ocaml-mode.el/Portfile
    trunk/dports/lang/tuareg-mode.el/Portfile
    trunk/dports/net/snownews/Portfile

Modified: trunk/dports/cross/arm-elf-gcc/Portfile
===================================================================
--- trunk/dports/cross/arm-elf-gcc/Portfile	2009-04-19 10:06:27 UTC (rev 49863)
+++ trunk/dports/cross/arm-elf-gcc/Portfile	2009-04-19 10:12:39 UTC (rev 49864)
@@ -45,7 +45,7 @@
                     port:gettext
 
 # gcc is .bz2, newlib is .gz.
-# let's extract only gcc with DP infrastructure, we'll do newlib manually.
+# let's extract only gcc with MacPorts infrastructure, we'll do newlib manually.
 use_bzip2			yes
 extract.only		gcc-${version}.tar.bz2
 

Modified: trunk/dports/cross/arm-elf-gcc3/Portfile
===================================================================
--- trunk/dports/cross/arm-elf-gcc3/Portfile	2009-04-19 10:06:27 UTC (rev 49863)
+++ trunk/dports/cross/arm-elf-gcc3/Portfile	2009-04-19 10:12:39 UTC (rev 49864)
@@ -48,7 +48,7 @@
 depends_build		bin:msgfmt:gettext
 
 # gcc is .bz2, newlib is .gz.
-# let's extract only gcc with DP infrastructure, we'll do newlib manually.
+# let's extract only gcc with MacPorts infrastructure, we'll do newlib manually.
 use_bzip2			yes
 extract.only		gcc-${version}.tar.bz2
 

Modified: trunk/dports/cross/arm-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/arm-rtems-gcc/Portfile	2009-04-19 10:06:27 UTC (rev 49863)
+++ trunk/dports/cross/arm-rtems-gcc/Portfile	2009-04-19 10:12:39 UTC (rev 49864)
@@ -61,7 +61,7 @@
 depends_build		bin:msgfmt:gettext
 
 # gcc is .bz2, newlib is .gz.
-# let's extract only gcc with DP infrastructure, we'll do newlib manually.
+# let's extract only gcc with MacPorts infrastructure, we'll do newlib manually.
 use_bzip2			yes
 extract.only		gcc-${version}.tar.bz2
 

Modified: trunk/dports/cross/i386-elf-gcc/Portfile
===================================================================
--- trunk/dports/cross/i386-elf-gcc/Portfile	2009-04-19 10:06:27 UTC (rev 49863)
+++ trunk/dports/cross/i386-elf-gcc/Portfile	2009-04-19 10:12:39 UTC (rev 49864)
@@ -43,7 +43,7 @@
                     port:gettext
 
 # gcc is .bz2, newlib is .gz.
-# let's extract only gcc with DP infrastructure, we'll do newlib manually.
+# let's extract only gcc with MacPorts infrastructure, we'll do newlib manually.
 use_bzip2			yes
 extract.only		gcc-${version}.tar.bz2
 

Modified: trunk/dports/cross/i386-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/i386-rtems-gcc/Portfile	2009-04-19 10:06:27 UTC (rev 49863)
+++ trunk/dports/cross/i386-rtems-gcc/Portfile	2009-04-19 10:12:39 UTC (rev 49864)
@@ -62,7 +62,7 @@
 depends_build		bin:msgfmt:gettext
 
 # gcc is .bz2, newlib is .gz.
-# let's extract only gcc with DP infrastructure, we'll do newlib manually.
+# let's extract only gcc with MacPorts infrastructure, we'll do newlib manually.
 use_bzip2			yes
 extract.only		gcc-${version}.tar.bz2
 

Modified: trunk/dports/cross/m68k-elf-gcc/Portfile
===================================================================
--- trunk/dports/cross/m68k-elf-gcc/Portfile	2009-04-19 10:06:27 UTC (rev 49863)
+++ trunk/dports/cross/m68k-elf-gcc/Portfile	2009-04-19 10:12:39 UTC (rev 49864)
@@ -46,7 +46,7 @@
 depends_build		bin:msgfmt:gettext
 
 # gcc is .bz2, newlib is .gz.
-# let's extract only gcc with DP infrastructure, we'll do newlib manually.
+# let's extract only gcc with MacPorts infrastructure, we'll do newlib manually.
 use_bzip2			yes
 extract.only		gcc-${version}.tar.bz2
 

Modified: trunk/dports/cross/m68k-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/m68k-rtems-gcc/Portfile	2009-04-19 10:06:27 UTC (rev 49863)
+++ trunk/dports/cross/m68k-rtems-gcc/Portfile	2009-04-19 10:12:39 UTC (rev 49864)
@@ -62,7 +62,7 @@
 depends_build		bin:msgfmt:gettext
 
 # gcc is .bz2, newlib is .gz.
-# let's extract only gcc with DP infrastructure, we'll do newlib manually.
+# let's extract only gcc with MacPorts infrastructure, we'll do newlib manually.
 use_bzip2			yes
 extract.only		gcc-${version}.tar.bz2
 

Modified: trunk/dports/cross/mips-elf-gcc/Portfile
===================================================================
--- trunk/dports/cross/mips-elf-gcc/Portfile	2009-04-19 10:06:27 UTC (rev 49863)
+++ trunk/dports/cross/mips-elf-gcc/Portfile	2009-04-19 10:12:39 UTC (rev 49864)
@@ -45,7 +45,7 @@
 depends_build		bin:msgfmt:gettext
 
 # gcc is .bz2, newlib is .gz.
-# let's extract only gcc with DP infrastructure, we'll do newlib manually.
+# let's extract only gcc with MacPorts infrastructure, we'll do newlib manually.
 use_bzip2			yes
 extract.only		gcc-${version}.tar.bz2
 

Modified: trunk/dports/cross/mips-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/mips-rtems-gcc/Portfile	2009-04-19 10:06:27 UTC (rev 49863)
+++ trunk/dports/cross/mips-rtems-gcc/Portfile	2009-04-19 10:12:39 UTC (rev 49864)
@@ -62,7 +62,7 @@
 depends_build		bin:msgfmt:gettext
 
 # gcc is .bz2, newlib is .gz.
-# let's extract only gcc with DP infrastructure, we'll do newlib manually.
+# let's extract only gcc with MacPorts infrastructure, we'll do newlib manually.
 use_bzip2			yes
 extract.only		gcc-${version}.tar.bz2
 

Modified: trunk/dports/cross/powerpc-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/powerpc-rtems-gcc/Portfile	2009-04-19 10:06:27 UTC (rev 49863)
+++ trunk/dports/cross/powerpc-rtems-gcc/Portfile	2009-04-19 10:12:39 UTC (rev 49864)
@@ -61,7 +61,7 @@
 depends_build		bin:msgfmt:gettext
 
 # gcc is .bz2, newlib is .gz.
-# let's extract only gcc with DP infrastructure, we'll do newlib manually.
+# let's extract only gcc with MacPorts infrastructure, we'll do newlib manually.
 use_bzip2			yes
 extract.only		gcc-${version}.tar.bz2
 

Modified: trunk/dports/cross/sh-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/sh-rtems-gcc/Portfile	2009-04-19 10:06:27 UTC (rev 49863)
+++ trunk/dports/cross/sh-rtems-gcc/Portfile	2009-04-19 10:12:39 UTC (rev 49864)
@@ -61,7 +61,7 @@
 depends_build		bin:msgfmt:gettext
 
 # gcc is .bz2, newlib is .gz.
-# let's extract only gcc with DP infrastructure, we'll do newlib manually.
+# let's extract only gcc with MacPorts infrastructure, we'll do newlib manually.
 use_bzip2			yes
 extract.only		gcc-${version}.tar.bz2
 

Modified: trunk/dports/cross/sparc-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/sparc-rtems-gcc/Portfile	2009-04-19 10:06:27 UTC (rev 49863)
+++ trunk/dports/cross/sparc-rtems-gcc/Portfile	2009-04-19 10:12:39 UTC (rev 49864)
@@ -61,7 +61,7 @@
 depends_build		bin:msgfmt:gettext
 
 # gcc is .bz2, newlib is .gz.
-# let's extract only gcc with DP infrastructure, we'll do newlib manually.
+# let's extract only gcc with MacPorts infrastructure, we'll do newlib manually.
 use_bzip2			yes
 extract.only		gcc-${version}.tar.bz2
 

Modified: trunk/dports/devel/tcllib/Portfile
===================================================================
--- trunk/dports/devel/tcllib/Portfile	2009-04-19 10:06:27 UTC (rev 49863)
+++ trunk/dports/devel/tcllib/Portfile	2009-04-19 10:12:39 UTC (rev 49864)
@@ -20,7 +20,6 @@
 # There is a bug in this port, it won't work with LANG or LC_ALL unset.
 destroot.env		LANG=C LC_MESSAGES=C LC_CTYPE=C LC_ALL=C
 
-# Install this in DP tree, with DP's Tcl.
 depends_lib			port:tcl \
 					port:graphviz \
 					port:tk

Modified: trunk/dports/lang/ocaml-mode.el/Portfile
===================================================================
--- trunk/dports/lang/ocaml-mode.el/Portfile	2009-04-19 10:06:27 UTC (rev 49863)
+++ trunk/dports/lang/ocaml-mode.el/Portfile	2009-04-19 10:12:39 UTC (rev 49864)
@@ -13,7 +13,7 @@
 master_sites		http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/
 checksums			md5 ace102dfb75a20e15a60d962cc3a5edb
 
-# We want emacs from DP since this will install stuff in emacs' site-lisp and we want
+# We want emacs from MacPorts since this will install stuff in emacs' site-lisp and we want
 # it to go into ${prefix}'s site-lisp.
 depends_lib			path:${prefix}/bin/emacs:emacs
 depends_run			bin:ocaml:ocaml

Modified: trunk/dports/lang/tuareg-mode.el/Portfile
===================================================================
--- trunk/dports/lang/tuareg-mode.el/Portfile	2009-04-19 10:06:27 UTC (rev 49863)
+++ trunk/dports/lang/tuareg-mode.el/Portfile	2009-04-19 10:12:39 UTC (rev 49864)
@@ -21,7 +21,7 @@
                     sha1    ee557fc003537a2eed8c351fcb50cf52e8926c48 \
                     rmd160  cd99520a8b6940198b2db9a2cb9abeee309f8514
 
-# We want emacs from DP since this will install stuff in emacs' site-lisp and we want
+# We want emacs from MacPorts since this will install stuff in emacs' site-lisp and we want
 # it to go into ${prefix}'s site-lisp.
 depends_lib			path:${prefix}/bin/emacs:emacs
 depends_run			bin:ocaml:ocaml

Modified: trunk/dports/net/snownews/Portfile
===================================================================
--- trunk/dports/net/snownews/Portfile	2009-04-19 10:06:27 UTC (rev 49863)
+++ trunk/dports/net/snownews/Portfile	2009-04-19 10:12:39 UTC (rev 49864)
@@ -20,7 +20,7 @@
 depends_lib			port:libxml2 port:gettext port:p5-xml-libxml
 
 post-extract {
-	# We want to use perl from DP.
+	# We want to use perl from MacPorts.
 	reinplace s|/usr/bin/perl|${prefix}/bin/perl| ${worksrcpath}/opml2snow
 }
 build.args			EXTRA_CFLAGS="-I${prefix}/include" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090419/a5938038/attachment.html>


More information about the macports-changes mailing list