Skip to content

Commit

Permalink
nomaintainer and openmaintainer ports: remove "use_configure yes" bec…
Browse files Browse the repository at this point in the history
…ause that is already the default

Undone in https://trac.macports.org/changeset/38289.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@38082 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
ryandesign committed Jul 5, 2008
1 parent 62333a7 commit c02a21f
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 27 deletions.
1 change: 0 additions & 1 deletion aqua/HandBrake/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ post-extract {
file copy ${distpath}/x264-r401.tar.gz ${contrib}/x264.tar.gz
file copy ${distpath}/xvidcore-1.1.0.tar.gz ${contrib}/xvidcore.tar.gz
}
use_configure yes
build.cmd jam
build.target
build.env CFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
Expand Down
2 changes: 0 additions & 2 deletions devel/agregex/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ checksums md5 b6bcc0b77c9c72bf3af876147b7ac034 \
sha1 2998cc28111105ee99f3028acbc3c734f82c54e4 \
rmd160 00ec02d198d42f7df93a60e5ad1b6f5b1e565f4b

use_configure yes

configure {
reinplace -E "/OTHER_CFLAGS = \"-/s|\";| [join ${configure.cflags} " "]\";\\\n\
LDFLAGS=\"[join ${configure.ldflags} " "]\";|" \
Expand Down
2 changes: 0 additions & 2 deletions gnustep/SQLClient/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ post-patch {
GNUmakefile
}

use_configure yes

#### TODO
#### postgresql and mysql support
####
1 change: 0 additions & 1 deletion gnustep/gnustep-back/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ depends_lib port:gnustep-gui \

checksums md5 1b0252a1b645dd2ca4c78427fb885f1f

use_configure yes
configure.args --enable-graphics=art \
--disable-glitz
post-install {
Expand Down
2 changes: 0 additions & 2 deletions gnustep/gnustep-base/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ depends_lib port:gnustep-make \

destroot.violate_mtree yes

use_configure yes

destroot.keepdirs ${destroot}${prefix}/var/run

pre-extract {
Expand Down
2 changes: 0 additions & 2 deletions gnustep/gnustep-dl2/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@ post-patch {
reinplace "s|lEOInterface|lEOInterface -lGorm|g" \
${worksrcpath}/GDL2Palette/GNUmakefile
}

use_configure yes
2 changes: 0 additions & 2 deletions gnustep/gnustep-gui/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ depends_lib port:aspell \
port:libungif \
port:tiff

use_configure yes

post-destroot {
system "cp -f ${filespath}/common_*.tiff \
${destroot}${system_library}/Images"
Expand Down
2 changes: 0 additions & 2 deletions gnustep/gworkspace/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ array set gnustep.post_flags {
Operation "-lgnustep-base -lgnustep-gui"
}

use_configure yes

post-destroot {
xinstall -d ${destroot}${prefix}/GNUstep/Local/Applications
system "cd ${worksrcpath}/Apps_wrappers && cp -R *.app ${destroot}${prefix}/GNUstep/Local/Applications"
Expand Down
2 changes: 0 additions & 2 deletions gnustep/netclasses/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ depends_lib port:gnustep-base
array set gnustep.post_flags {
Source "-lobjc -lgnustep-base"
}

use_configure yes
1 change: 0 additions & 1 deletion gnustep/pdfkit/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ post-patch {
${worksrcpath}/xpdf/GNUmakefile.in \
${worksrcpath}/xpdf/bridge/GNUmakefile
}
use_configure yes

platform darwin {
array set gnustep.post_flags {
Expand Down
1 change: 0 additions & 1 deletion python/py-4suite-xml/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ checksums md5 3ca3db95cb0263ad80beba034d1ff6ea

depends_lib-append port:py-xml

use_configure yes
configure.cmd ${python.bin} setup.py config
configure.args --prefix=${prefix} \
--mandir=${prefix}/share/man
1 change: 0 additions & 1 deletion python/py-ao/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ patch {
reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/config_unix.py
}

use_configure yes
configure.cmd ${python.bin} config_unix.py

post-destroot {
Expand Down
1 change: 0 additions & 1 deletion python/py-eyed3/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ checksums sha1 69b0e790a48be57b31efe9fe94d768ac40435eb6

depends_lib-append port:py-optik

use_configure yes
post-configure {
reinplace "s|/usr/bin/env python|${python.bin}|g" ${worksrcpath}/bin/eyeD3
}
Expand Down
1 change: 0 additions & 1 deletion python/py-game/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ depends_lib-append port:libsdl \
port:py-numeric \
port:py-pyobjc

use_configure yes
configure.env-append LOCALBASE=${prefix}
configure.cmd ${python.bin} config.py

Expand Down
1 change: 0 additions & 1 deletion python/py-mad/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ patch {
reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/config_unix.py
}

use_configure yes
configure.cmd ${python.bin} config_unix.py

post-destroot {
Expand Down
1 change: 0 additions & 1 deletion python/py-ogg/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ depends_lib-append lib:libogg:libogg
patchfiles patch-src__oggmodule.c \
patch-src__oggmodule.h

use_configure yes
configure.cmd ${python.bin} config_unix.py
configure.pre_args --prefix ${prefix}

Expand Down
1 change: 0 additions & 1 deletion python/py-vorbis/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ patchfiles patch-pyvorbiscodec.c.diff \
depends_lib-append lib:libvorbis:libvorbis \
port:py-ogg

use_configure yes
pre-configure {
reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/config_unix.py
}
Expand Down
1 change: 0 additions & 1 deletion python/py25-game/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ depends_lib-append port:libsdl \
port:py25-numeric \
port:py25-pyobjc

use_configure yes
configure.env-append LOCALBASE=${prefix}
configure.cmd ${python.bin} config.py

Expand Down
1 change: 0 additions & 1 deletion textproc/pylize/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ use_bzip2 yes

depends_run port:py-htmlgen

use_configure yes
configure.cmd ${python.bin}
configure.pre_args configure.py
configure.args ${prefix}
Expand Down
1 change: 0 additions & 1 deletion www/webcleaner/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ post-extract {
system "cd ${worksrcpath}/libjs/.libs && ln -s ${prefix}/lib/libjs.a"
}

use_configure yes
configure.cflags-append "-I${prefix}/include/spidermonkey"

build.env ${configure.env}

0 comments on commit c02a21f

Please sign in to comment.