[56184] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Mon Aug 24 23:11:11 PDT 2009


Revision: 56184
          http://trac.macports.org/changeset/56184
Author:   ryandesign at macports.org
Date:     2009-08-24 23:11:10 -0700 (Mon, 24 Aug 2009)
Log Message:
-----------
"use_configure no" instead of "configure {}"

Modified Paths:
--------------
    trunk/dports/devel/cvsweb/Portfile
    trunk/dports/devel/perforce/Portfile
    trunk/dports/devel/poll-emulator/Portfile
    trunk/dports/devel/unsermake/Portfile
    trunk/dports/devel/viewcvs/Portfile
    trunk/dports/games/geekcode/Portfile
    trunk/dports/irc/thirdeye/Portfile
    trunk/dports/irc/tkirc/Portfile
    trunk/dports/lang/ficl/Portfile
    trunk/dports/science/setiathome/Portfile
    trunk/dports/security/ctool/Portfile
    trunk/dports/security/nasty/Portfile
    trunk/dports/sysutils/detach/Portfile
    trunk/dports/tex/ptex-sfmacros/Portfile
    trunk/dports/tex/tex-cm-super/Portfile
    trunk/dports/tex/tex-mh/Portfile
    trunk/dports/tex/tex-utopia/Portfile
    trunk/dports/textproc/chef/Portfile
    trunk/dports/textproc/cowsay/Portfile
    trunk/dports/textproc/iso8879/Portfile
    trunk/dports/textproc/linuxdoc/Portfile
    trunk/dports/textproc/man2html/Portfile
    trunk/dports/textproc/rtfreader/Portfile
    trunk/dports/textproc/tnef2txt/Portfile
    trunk/dports/textproc/txt2html/Portfile

Modified: trunk/dports/devel/cvsweb/Portfile
===================================================================
--- trunk/dports/devel/cvsweb/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/devel/cvsweb/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -25,7 +25,7 @@
 		port:p5-string-ediff \
 		port:cvsgraph
 
-configure	{}
+use_configure	no
 build		{}
 
 # Default is for Apple's Apache

Modified: trunk/dports/devel/perforce/Portfile
===================================================================
--- trunk/dports/devel/perforce/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/devel/perforce/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -20,7 +20,7 @@
 		p4d.1 md5 1aa86f28ba0698266bf1dcaded3e4106
 extract		{ system "mkdir -p ${worksrcpath}"
 	 	  system "cp ${distpath}/* ${worksrcpath}/" }
-configure	{}
+use_configure	no
 build		{}
 destroot	{
 		  system "install -o root -m 755 -d ${destroot}${prefix}/bin"

Modified: trunk/dports/devel/poll-emulator/Portfile
===================================================================
--- trunk/dports/devel/poll-emulator/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/devel/poll-emulator/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -12,7 +12,7 @@
 master_sites	http://www.clapper.org/software/poll/
 checksums	md5 b00a85c5c46873dc1c1078cdd3c101f3
 patchfiles	patch-Makefile.diff
-configure	{}
+use_configure	no
 build.pre_args	PREFIX=${prefix}
 
 destroot	{ system "cd ${worksrcpath} && make PREFIX=${destroot}${prefix} install" }

Modified: trunk/dports/devel/unsermake/Portfile
===================================================================
--- trunk/dports/devel/unsermake/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/devel/unsermake/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -26,7 +26,7 @@
     reinplace "s|exec python|exec ${prefix}/bin/python2.5|" ${worksrcpath}/unsermake
 }
 
-configure {}
+use_configure   no
 
 build {}
 

Modified: trunk/dports/devel/viewcvs/Portfile
===================================================================
--- trunk/dports/devel/viewcvs/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/devel/viewcvs/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -18,7 +18,7 @@
 patchfiles	patch-viewcvs-install
 checksums	md5 c7857b1ed05240ad1f691ea40044daf2
 
-configure	{}
+use_configure	no
 depends_build   bin:python:python24
 
 pre-build {

Modified: trunk/dports/games/geekcode/Portfile
===================================================================
--- trunk/dports/games/geekcode/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/games/geekcode/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -12,7 +12,7 @@
 homepage	http://www.gushue.net/geekcode.php
 master_sites	sourceforge
 checksums	md5 b794916a8875f71f1442f6e70432d6de
-configure 	{}
+use_configure	no
 
 destroot {
 	xinstall -m 555 ${worksrcpath}/geekcode ${destroot}${prefix}/bin

Modified: trunk/dports/irc/thirdeye/Portfile
===================================================================
--- trunk/dports/irc/thirdeye/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/irc/thirdeye/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -16,7 +16,7 @@
 distname	te${version}
 use_bzip2	yes
 checksums	md5 7a074605a868a9d46870a1861474852a
-configure	{}
+use_configure	no
 build		{}
 depends_run	bin:epic:epic5
 

Modified: trunk/dports/irc/tkirc/Portfile
===================================================================
--- trunk/dports/irc/tkirc/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/irc/tkirc/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -15,7 +15,8 @@
 distname	${name}${version}
 worksrcdir	tkirc2
 
-configure	{}
+use_configure	no
+
 build {
 	reinplace "s;wish8.3;wish8.4;" ${worksrcpath}/tkirc2
 }

Modified: trunk/dports/lang/ficl/Portfile
===================================================================
--- trunk/dports/lang/ficl/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/lang/ficl/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -15,7 +15,7 @@
 checksums	md5 7f9ca6093730554f5f66beaa46a652d4
 distname	${name}${version}
 worksrcdir	.
-configure	{}
+use_configure	no
 build		{ system "cd ${worksrcpath} && make -f Makefile.ansi" }
 destroot	{
 		  file copy ${worksrcpath}/ficl ${destroot}${prefix}/bin

Modified: trunk/dports/science/setiathome/Portfile
===================================================================
--- trunk/dports/science/setiathome/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/science/setiathome/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -27,7 +27,7 @@
 
 patchfiles		patch-README.diff
 
-configure		{}
+use_configure		no
 build			{}
 
 pre-destroot		{ system "mv ${worksrcpath}/README ${worksrcpath}/${name}.1" }

Modified: trunk/dports/security/ctool/Portfile
===================================================================
--- trunk/dports/security/ctool/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/security/ctool/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -18,7 +18,7 @@
 			port:curl
 patchfiles		patch-Makefile \
 			patch-ctool.c
-configure		{}
+use_configure		no
 build.env		CC=${configure.cc} \
 			CFLAGS=${configure.cflags} \
 			CPPFLAGS=${configure.cppflags} \

Modified: trunk/dports/security/nasty/Portfile
===================================================================
--- trunk/dports/security/nasty/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/security/nasty/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -22,7 +22,7 @@
 depends_lib		port:gpgme \
 				port:pth
 
-configure		{}
+use_configure		no
 
 build.env		CFLAGS=-I${prefix}/include \
 				LDFLAGS=-L${prefix}/lib

Modified: trunk/dports/sysutils/detach/Portfile
===================================================================
--- trunk/dports/sysutils/detach/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/sysutils/detach/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -15,4 +15,4 @@
 checksums       md5 843c6ff1590a56c1733c958a86cd8a93
 pre-configure   { reinplace "s|/usr/local|${destroot}${prefix}|g" ${worksrcpath}/Makefile
         	  reinplace "s|(INSTALLPREFIX)/man|(INSTALLPREFIX)/share/man|g" ${worksrcpath}/Makefile }
-configure 	{}
+use_configure	no

Modified: trunk/dports/tex/ptex-sfmacros/Portfile
===================================================================
--- trunk/dports/tex/ptex-sfmacros/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/tex/ptex-sfmacros/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -83,7 +83,7 @@
 
 extract.only
 
-configure {}
+use_configure   no
 
 build {
     file mkdir ${worksrcpath}/tategumi

Modified: trunk/dports/tex/tex-cm-super/Portfile
===================================================================
--- trunk/dports/tex/tex-cm-super/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/tex/tex-cm-super/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -33,7 +33,7 @@
     system "cd ${worksrcpath}/afm && gunzip *.afm.gz"
 }
 
-configure {}
+use_configure   no
 
 build {}
 
@@ -64,5 +64,3 @@
     ui_msg "  \$ sudo updmap-sys --nomkmap --enable Map cm-super-t2c.map"
     ui_msg "  \$ sudo updmap-sys --enable Map cm-super-x2.map\n"
 }
-
-universal_variant   no

Modified: trunk/dports/tex/tex-mh/Portfile
===================================================================
--- trunk/dports/tex/tex-mh/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/tex/tex-mh/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -28,7 +28,7 @@
     }
 }
 
-configure {}
+use_configure   no
 
 build {
     system "cd ${worksrcpath} && find . -name \"*.dtx\" | xargs -L1 tex"
@@ -53,5 +53,3 @@
 post-activate {
     system "mktexlsr"
 }
-
-universal_variant   no

Modified: trunk/dports/tex/tex-utopia/Portfile
===================================================================
--- trunk/dports/tex/tex-utopia/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/tex/tex-utopia/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -21,7 +21,7 @@
 
 depends_lib     bin:mktexlsr:texlive
 
-configure {}
+use_configure   no
 
 build {}
 

Modified: trunk/dports/textproc/chef/Portfile
===================================================================
--- trunk/dports/textproc/chef/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/textproc/chef/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -14,7 +14,7 @@
 
 checksums	md5 5194b5a69436b0f90137f957d19d684d
 
-configure	{}
+use_configure	no
 build		{ system "cd $worksrcpath && lex chef.x && cc lex.yy.c -ll -o chef" }
 destroot	{ file mkdir ${destroot}${prefix}/bin
                   system "cd $worksrcpath && install chef ${destroot}${prefix}/bin" }

Modified: trunk/dports/textproc/cowsay/Portfile
===================================================================
--- trunk/dports/textproc/cowsay/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/textproc/cowsay/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -13,7 +13,7 @@
 master_sites	ftp://ftp.nog.net/pub/tony/cowsay/
 checksums	md5 b29169797359420dadb998079021a494
 patchfiles	patch-cowsay patch-install.sh
-configure	{}
+use_configure	no
 build		{}
 destroot	{system "cd $worksrcpath && sh install.sh ${destroot}${prefix}"
 		reinplace s,${destroot}${prefix},${prefix}, ${destroot}${prefix}/bin/cowsay }

Modified: trunk/dports/textproc/iso8879/Portfile
===================================================================
--- trunk/dports/textproc/iso8879/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/textproc/iso8879/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -19,7 +19,7 @@
 
 depends_run	bin:mkcatalog:mkcatalog
 
-configure	{}
+use_configure	no
 build		{}
 
 set instdir	share/sgml/iso8879

Modified: trunk/dports/textproc/linuxdoc/Portfile
===================================================================
--- trunk/dports/textproc/linuxdoc/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/textproc/linuxdoc/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -18,7 +18,7 @@
 
 depends_run	bin:mkcatalog:mkcatalog bin:$isocat:iso8879
 
-configure	{}
+use_configure	no
 build		{}
 
 set instdir	share/sgml/linuxdoc

Modified: trunk/dports/textproc/man2html/Portfile
===================================================================
--- trunk/dports/textproc/man2html/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/textproc/man2html/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -22,7 +22,7 @@
 
 patchfiles	patch-man.cgi
 
-configure	{}
+use_configure	no
 
 post-configure	{ reinplace "s|/usr/local/bin/perl|/usr/bin/perl|" \
 		    ${worksrcpath}/man2html

Modified: trunk/dports/textproc/rtfreader/Portfile
===================================================================
--- trunk/dports/textproc/rtfreader/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/textproc/rtfreader/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -24,7 +24,7 @@
 checksums	md5 fa203d863ec479b36bcbed3abdd4e77e
 
 patchfiles	patch-Makefile
-configure	{}
+use_configure	no
 
 build.target	rtfreader
 

Modified: trunk/dports/textproc/tnef2txt/Portfile
===================================================================
--- trunk/dports/textproc/tnef2txt/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/textproc/tnef2txt/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -19,7 +19,7 @@
 checksums	md5 a32a9fe1d558f076c2b0d24b742661f6
 
 patchfiles	patch-Makefile
-configure	{}
+use_configure	no
 
 build.target	tnef2txt
 

Modified: trunk/dports/textproc/txt2html/Portfile
===================================================================
--- trunk/dports/textproc/txt2html/Portfile	2009-08-25 06:10:15 UTC (rev 56183)
+++ trunk/dports/textproc/txt2html/Portfile	2009-08-25 06:11:10 UTC (rev 56184)
@@ -21,7 +21,7 @@
 extract.suffix	.tgz
 checksums	md5 ba007af9d0681b3f493c84869b147071
 
-configure	{}
+use_configure	no
 post-configure	{ reinplace "s|/usr/share/misc|${prefix}/share/${name}|g" \
 		    ${worksrcpath}/${name}.pl }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090824/918929ae/attachment-0001.html>


More information about the macports-changes mailing list