diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-06-19 16:18:10 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-06-19 16:18:10 +0800 |
commit | 57c5b31de7e18245f582318496394bea5bb4aefc (patch) | |
tree | a4d63eb155e8dfb9428d1f6faed6e91fcb4150fd | |
parent | e393efe41636d2ce1d333ea764a674b6dc86cda9 (diff) | |
download | freebsd-ports-gnome-57c5b31de7e18245f582318496394bea5bb4aefc.tar.gz freebsd-ports-gnome-57c5b31de7e18245f582318496394bea5bb4aefc.tar.zst freebsd-ports-gnome-57c5b31de7e18245f582318496394bea5bb4aefc.zip |
Add USE_REINPLACE where appropriate.
43 files changed, 47 insertions, 0 deletions
diff --git a/archivers/lbrate/Makefile b/archivers/lbrate/Makefile index 9621808a69f6..9302d2993f04 100644 --- a/archivers/lbrate/Makefile +++ b/archivers/lbrate/Makefile @@ -14,6 +14,8 @@ MAINTAINER= gslin@ccca.nctu.edu.tw LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt +USE_REINPLACE= yes + MAN1= lbrate.1 post-patch: diff --git a/audio/cmt/Makefile b/audio/cmt/Makefile index 4f23a1ac62e6..ba35c5d19eae 100644 --- a/audio/cmt/Makefile +++ b/audio/cmt/Makefile @@ -17,6 +17,7 @@ MAINTAINER= freebsdports@arved.de BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa USE_GMAKE= yes +USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME}/src MAKEFILE= makefile ALL_TARGET= targets diff --git a/comms/zssh/Makefile b/comms/zssh/Makefile index 01b7cfe9adb0..77211203042b 100644 --- a/comms/zssh/Makefile +++ b/comms/zssh/Makefile @@ -16,6 +16,7 @@ MAINTAINER= gslin@ccca.nctu.edu.tw RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz +USE_REINPLACE= yes HAS_CONFIGURE= yes MAN1= zssh.1 ztelnet.1 diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 98755f103819..5472148142e0 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -27,6 +27,7 @@ NO_LATEST_LINK= yes USE_BZIP2= yes USE_LIBTOOL= yes +USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-static --with-libiconv=gnu diff --git a/devel/hat/Makefile b/devel/hat/Makefile index 0ab89a38c97c..a4daadb6da15 100644 --- a/devel/hat/Makefile +++ b/devel/hat/Makefile @@ -22,6 +22,7 @@ BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes +USE_REINPLACE= yes HAS_CONFIGURE= yes .if ${OSVERSION} >= 500000 diff --git a/devel/hs-hat/Makefile b/devel/hs-hat/Makefile index 0ab89a38c97c..a4daadb6da15 100644 --- a/devel/hs-hat/Makefile +++ b/devel/hs-hat/Makefile @@ -22,6 +22,7 @@ BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes +USE_REINPLACE= yes HAS_CONFIGURE= yes .if ${OSVERSION} >= 500000 diff --git a/devel/hypersrc/Makefile b/devel/hypersrc/Makefile index 67baa13e20c3..b0992a5a3145 100644 --- a/devel/hypersrc/Makefile +++ b/devel/hypersrc/Makefile @@ -21,6 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_BISON= yes USE_GNOME= yes USE_GMAKE= yes +USE_REINPLACE= yes MAKEFILE= GNUmakefile post-patch: diff --git a/devel/jam/Makefile b/devel/jam/Makefile index 7545fef68a65..59b277de39c1 100644 --- a/devel/jam/Makefile +++ b/devel/jam/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org ONLY_FOR_ARCHS= alpha i386 USE_ZIP= yes +USE_REINPLACE= yes EXTRACT_BEFORE_ARGS= -q -aa pre-patch: diff --git a/devel/liboop/Makefile b/devel/liboop/Makefile index d57cd4a14ecc..4583ab750161 100644 --- a/devel/liboop/Makefile +++ b/devel/liboop/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= adns.1:${PORTSDIR}/net/adns \ USE_GLIB= yes USE_LIBTOOL= yes +USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/games/an/Makefile b/games/an/Makefile index 89c086cd6f5d..4c682371eb0e 100644 --- a/games/an/Makefile +++ b/games/an/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= ftp://suburbia.net/pub/rmj/ \ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes MAKE_ENV+= DEFS=-DDEFDICT=\\\"/usr/share/dict/words\\\" ALL_TARGET= with-getopt MAN6= an.6 diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index a057adc45099..46be30200b49 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -23,6 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GTK= yes +USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ diff --git a/graphics/swftools/Makefile b/graphics/swftools/Makefile index 8806fee5718e..b543df00b266 100644 --- a/graphics/swftools/Makefile +++ b/graphics/swftools/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= t1.4:${PORTSDIR}/devel/t1lib \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_GMAKE= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/lang/guile/Makefile b/lang/guile/Makefile index e367fa7555a0..bc326690396d 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= guile MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFILES= configure guile-readline/configure diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index 0ab89a38c97c..a4daadb6da15 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/Makefile @@ -22,6 +22,7 @@ BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes +USE_REINPLACE= yes HAS_CONFIGURE= yes .if ${OSVERSION} >= 500000 diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index b7c4c27b7bf1..54b83d30bc0d 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -27,6 +27,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes USE_GTK= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --program-suffix="-claws" --enable-ipv6 diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index b7c4c27b7bf1..54b83d30bc0d 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -27,6 +27,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes USE_GTK= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --program-suffix="-claws" --enable-ipv6 diff --git a/mail/vm-pop3d/Makefile b/mail/vm-pop3d/Makefile index 09603f662638..cbe12204c1d1 100644 --- a/mail/vm-pop3d/Makefile +++ b/mail/vm-pop3d/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= system/mail/pop MAINTAINER= gslin@ccca.nctu.edu.tw +USE_REINPLACE= yes GNU_CONFIGURE= yes .if defined(WITH_IPVIRTUAL) diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index 861abeefe17f..18dc72c74f1e 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \ freetype:${PORTSDIR}/print/freetype2 USE_XLIB= yes +USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src ALL_TARGET= # empty MAKE_ENV= LIBS="-L${LOCALBASE}/lib" diff --git a/net/libosip/Makefile b/net/libosip/Makefile index 18fc1048cc24..029f814c8bae 100644 --- a/net/libosip/Makefile +++ b/net/libosip/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= osip MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/net/libosip2/Makefile b/net/libosip2/Makefile index 18fc1048cc24..029f814c8bae 100644 --- a/net/libosip2/Makefile +++ b/net/libosip2/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= osip MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/net/ntalk/Makefile b/net/ntalk/Makefile index 1e23eec6f07a..b315ac6e0d62 100644 --- a/net/ntalk/Makefile +++ b/net/ntalk/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://network.terramail.pl/files/ MAINTAINER= gslin@ccca.nctu.edu.tw +USE_REINPLACE= yes ALL_TARGET= ${PORTNAME} post-patch: diff --git a/net/pim6dd/Makefile b/net/pim6dd/Makefile index 21c1e080926e..56642ab8ff27 100644 --- a/net/pim6dd/Makefile +++ b/net/pim6dd/Makefile @@ -15,6 +15,8 @@ MAINTAINER= ume@FreeBSD.org NO_CDROM= "Cannot be sold for profit" +USE_REINPLACE= yes + MAN5= pim6dd.conf.5 MAN8= pim6dd.8 MANCOMPRESSED= yes diff --git a/net/pim6sd/Makefile b/net/pim6sd/Makefile index 041f08d49dd4..217ffe7c1054 100644 --- a/net/pim6sd/Makefile +++ b/net/pim6sd/Makefile @@ -15,6 +15,8 @@ MAINTAINER= ume@FreeBSD.org NO_CDROM= "Cannot be sold for profit" +USE_REINPLACE= yes + MAN5= pim6sd.conf.5 MAN8= pim6sd.8 MANCOMPRESSED= yes diff --git a/net/portfwd/Makefile b/net/portfwd/Makefile index 495df52a63a8..66d8cd1a895a 100644 --- a/net/portfwd/Makefile +++ b/net/portfwd/Makefile @@ -15,6 +15,7 @@ MAINTAINER= sysadmin@alexdupre.com GNU_CONFIGURE= yes USE_GMAKE= yes +USE_REINPLACE= yes MAN5= portfwd.cfg.5 MAN8= portfwd.8 diff --git a/net/py-rt/Makefile b/net/py-rt/Makefile index 124a4260e934..b7749626acee 100644 --- a/net/py-rt/Makefile +++ b/net/py-rt/Makefile @@ -16,6 +16,7 @@ DISTNAME= pyrt-${PORTVERSION} MAINTAINER= ports@FreeBSD.org USE_PYTHON= yes +USE_REINPLACE= yes NO_WRKSUBDIR= yes NO_BUILD= yes DOCSDIR= ${PREFIX}/share/doc/py-rt diff --git a/net/rsync/Makefile b/net/rsync/Makefile index f6d507ca15ac..28517aba200d 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -19,6 +19,7 @@ MAINTAINER= obraun@informatik.unibw-muenchen.de LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/security/p5-Crypt-PasswdMD5/Makefile b/security/p5-Crypt-PasswdMD5/Makefile index df5306fca0ba..bc26adb3399b 100644 --- a/security/p5-Crypt-PasswdMD5/Makefile +++ b/security/p5-Crypt-PasswdMD5/Makefile @@ -14,6 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= erwin@lansing.dk +USE_REINPLACE= yes PERL_CONFIGURE= yes MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/sysutils/mktool/Makefile b/sysutils/mktool/Makefile index 170543532134..e4255249f600 100644 --- a/sysutils/mktool/Makefile +++ b/sysutils/mktool/Makefile @@ -15,6 +15,7 @@ MAINTAINER= jos@catnook.com WRKSRC= ${WRKDIR}/mktool USE_GMAKE= yes +USE_REINPLACE= yes post-extract: @${REINPLACE_CMD} -e ' \ diff --git a/textproc/gpp/Makefile b/textproc/gpp/Makefile index 05bb37938e18..580462a36c7f 100644 --- a/textproc/gpp/Makefile +++ b/textproc/gpp/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.math.polytechnique.fr/cmat/auroux/prog/ MAINTAINER= jos@catnook.com +USE_REINPLACE= yes + MAN1= gpp.1 post-patch: diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index c8096dd72bc5..5b37c03f5edd 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -32,6 +32,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_LIBTOOL= yes USE_BISON= yes +USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --localstatedir=/var --datadir=${PREFIX}/share/gnome \ --with-omfdirs=${PREFIX}/share/gnome/omf diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 2cd977754749..2002c2a53852 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -30,6 +30,7 @@ HTTP_PORT?= 80 HAS_CONFIGURE= yes USE_PERL5= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --enable-layout=FreeBSD \ --with-perl=${PERL5} \ diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 2cd977754749..2002c2a53852 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -30,6 +30,7 @@ HTTP_PORT?= 80 HAS_CONFIGURE= yes USE_PERL5= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --enable-layout=FreeBSD \ --with-perl=${PERL5} \ diff --git a/www/apache21/Makefile b/www/apache21/Makefile index 2cd977754749..2002c2a53852 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -30,6 +30,7 @@ HTTP_PORT?= 80 HAS_CONFIGURE= yes USE_PERL5= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --enable-layout=FreeBSD \ --with-perl=${PERL5} \ diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 2cd977754749..2002c2a53852 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -30,6 +30,7 @@ HTTP_PORT?= 80 HAS_CONFIGURE= yes USE_PERL5= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --enable-layout=FreeBSD \ --with-perl=${PERL5} \ diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile index a0ecb086f1e3..b1d9480f8595 100644 --- a/www/cgicc/Makefile +++ b/www/cgicc/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org USE_GMAKE= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index 0cebe5dacec6..e4986cf48449 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -25,6 +25,7 @@ USE_GMAKE= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --with-gconf=yes \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 0cebe5dacec6..e4986cf48449 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -25,6 +25,7 @@ USE_GMAKE= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --with-gconf=yes \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile index 0cebe5dacec6..e4986cf48449 100644 --- a/www/gtkhtml38/Makefile +++ b/www/gtkhtml38/Makefile @@ -25,6 +25,7 @@ USE_GMAKE= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --with-gconf=yes \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-fm/gentoo/Makefile b/x11-fm/gentoo/Makefile index bbb4bcd1e849..805582fae918 100644 --- a/x11-fm/gentoo/Makefile +++ b/x11-fm/gentoo/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= obraun@informatik.unibw-muenchen.de USE_GTK= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes MAN1= gentoo.1 diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile index 9d021cc0e2d9..2a3e4fd31356 100644 --- a/x11-toolkits/paragui-devel/Makefile +++ b/x11-toolkits/paragui-devel/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_X_PREFIX= yes +USE_REINPLACE= yes USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ diff --git a/x11-toolkits/paragui/Makefile b/x11-toolkits/paragui/Makefile index 9d021cc0e2d9..2a3e4fd31356 100644 --- a/x11-toolkits/paragui/Makefile +++ b/x11-toolkits/paragui/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_X_PREFIX= yes +USE_REINPLACE= yes USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ diff --git a/x11-wm/metacity-setup/Makefile b/x11-wm/metacity-setup/Makefile index afedfce3615e..d69ba9e5ec41 100644 --- a/x11-wm/metacity-setup/Makefile +++ b/x11-wm/metacity-setup/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11/xbindkeys_config/Makefile b/x11/xbindkeys_config/Makefile index b623bff80a4a..5e92f7838595 100644 --- a/x11/xbindkeys_config/Makefile +++ b/x11/xbindkeys_config/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://www.netchampagne.com/xbindkeys_config/ MAINTAINER= obraun@informatik.unibw-muenchen.de USE_GTK= yes +USE_REINPLACE= yes MAKE_ENV= CC="${CC} ${CFLAGS}" post-patch: |