diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-09 20:52:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-09 20:52:24 +0000 |
commit | 7c6393360c77c2798946364ff1f0ebaf63fc7601 (patch) | |
tree | b674a614fc70a00481f49716d0d12fe947ce0ec7 /lang | |
parent | 25c6186fcb062a0e76b303a4456ab8e3d11c721e (diff) | |
download | ports-7c6393360c77c2798946364ff1f0ebaf63fc7601.tar.gz ports-7c6393360c77c2798946364ff1f0ebaf63fc7601.zip |
Notes
Diffstat (limited to 'lang')
81 files changed, 0 insertions, 90 deletions
diff --git a/lang/Gofer/Makefile b/lang/Gofer/Makefile index 30414197c1da..9ea3edd735b0 100644 --- a/lang/Gofer/Makefile +++ b/lang/Gofer/Makefile @@ -23,8 +23,6 @@ DOCSDIR= ${PREFIX}/share/doc/Gofer LIBDIR= ${PREFIX}/lib/Gofer MAN1= gofer.1 -USE_REINPLACE= yes - do-install: @${MKDIR} ${LIBDIR} ${INSTALL_DATA} ${WRKDIR}/*.prelude ${LIBDIR} diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile index 0b589cc3bce0..2aa78e6d3607 100644 --- a/lang/Sather/Makefile +++ b/lang/Sather/Makefile @@ -19,7 +19,6 @@ COMMENT= Sather compiler LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc \ tk83.1:${PORTSDIR}/x11-toolkits/tk83 -USE_REINPLACE= yes USE_GMAKE= yes ALL_TARGET= full optional MAN1= sabrowse.1 sacomp.1 diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile index fd30457ceceb..8b14e72168ac 100644 --- a/lang/bigloo/Makefile +++ b/lang/bigloo/Makefile @@ -27,7 +27,6 @@ PLIST_SUB= BIGLOO_VERSION=${PORTVERSION} INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/bigloo/%%BIGLOO_VERSION%% -USE_REINPLACE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --emacs=${EMACS_NAME} \ diff --git a/lang/cli/Makefile b/lang/cli/Makefile index 8b316c3595f4..36b5e617cb0e 100644 --- a/lang/cli/Makefile +++ b/lang/cli/Makefile @@ -22,7 +22,6 @@ IGNORE= cannot be installed until you read and agree to the license terms ONLY_FOR_ARCHS= i386 USE_PERL5= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= ${BUILD_TYPE} CONFIGURE_SCRIPT= portconfigure diff --git a/lang/dice/Makefile b/lang/dice/Makefile index 9986d1a9a194..c01ecf4126c7 100644 --- a/lang/dice/Makefile +++ b/lang/dice/Makefile @@ -16,8 +16,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= DICE - The Amiga/embedded/generic 68000 C compiler -USE_REINPLACE= yes - post-patch: @for i in ${WRKSRC}/lib/version.h ${WRKSRC}/include/lib/version.h \ ${WRKSRC}/src/dcpp/main.c ${WRKSRC}/src/dcc/defs.h \ diff --git a/lang/diveintopython/Makefile b/lang/diveintopython/Makefile index 6926eb097c17..e9bbad61d8ee 100644 --- a/lang/diveintopython/Makefile +++ b/lang/diveintopython/Makefile @@ -26,7 +26,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A free Python tutorial book that is "not For Dummies(tm)" NO_BUILD= YES -USE_REINPLACE= YES USE_ZIP= YES WRKSRC= ${WRKDIR}/${PORTNAME}-${VERSIONSTR}/html DIPDLDIR= ${DOCSDIR}/download diff --git a/lang/ferite/Makefile b/lang/ferite/Makefile index 17f3d1c76ce6..bb894bfb8a93 100644 --- a/lang/ferite/Makefile +++ b/lang/ferite/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ xml2.5:${PORTSDIR}/textproc/libxml2 USE_GMAKE= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile index e7d43a3a1da6..317a3b28139a 100644 --- a/lang/fpc/Makefile +++ b/lang/fpc/Makefile @@ -26,7 +26,6 @@ TAR= ${LOCALBASE}/bin/gtar .endif USE_MYSQL= yes USE_GMAKE= yes -USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 PKGDEINSTALL= ${PKGINSTALL} diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index 53b258f2ccb9..52b94ce50865 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -38,7 +38,6 @@ PLIST_SUB= VERSION="${PORTVERSION}" \ TARGET="${CONFIGURE_TARGET}" \ INFOSECTION="${INFOSECTION}" USE_ICONV= yes -USE_REINPLACE= yes INSTALLS_SHLIB= yes INFO= gauche-refe gauche-refj diff --git a/lang/gcc-ooo/Makefile b/lang/gcc-ooo/Makefile index 9f00c30eed47..570b1a09bce3 100644 --- a/lang/gcc-ooo/Makefile +++ b/lang/gcc-ooo/Makefile @@ -32,7 +32,6 @@ USE_BISON= yes USE_BZIP2= yes USE_GMAKE= yes USE_PERL5_BUILD=yes -USE_REINPLACE= yes CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4 diff --git a/lang/gcc30/Makefile b/lang/gcc30/Makefile index 386a950c2b12..2c3b93029cb7 100644 --- a/lang/gcc30/Makefile +++ b/lang/gcc30/Makefile @@ -38,7 +38,6 @@ WITHOUT_CPU_CFLAGS= yes .endif .if ${OSVERSION} >= 500113 BROKEN= "Does not compile" -USE_REINPLACE= yes .endif .if ${PORTOBJFORMAT} == "elf" diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile index 87d339d45da5..b93cbd700b2a 100644 --- a/lang/gcc32/Makefile +++ b/lang/gcc32/Makefile @@ -26,7 +26,6 @@ NOT_FOR_ARCHS= amd64 LATEST_LINK?= gcc32${PKGNAMESUFFIX} USE_BZIP2= yes -USE_REINPLACE= yes INFO= cpp cppinternals g77 gcc gccint PATCH_WRKSRC= ${SRCDIR} diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 0c820f11dc41..28239a8c57be 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -24,7 +24,6 @@ COMMENT= Fast and portable Forth system # STRIP= #none -USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= CFLAGS=${CFLAGS:N-O*:N-f*} diff --git a/lang/ghc5/Makefile b/lang/ghc5/Makefile index 6e6d99a85aaa..6c24006d0c2c 100644 --- a/lang/ghc5/Makefile +++ b/lang/ghc5/Makefile @@ -42,7 +42,6 @@ DISTFILES+= ${BOOT_DIST5} WRKSRC= ${WRKDIR}/ghc-${PORTVERSION} USE_PERL5= yes -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/lang/groovy/Makefile b/lang/groovy/Makefile index cd03e383c64f..d3c5ad83a591 100644 --- a/lang/groovy/Makefile +++ b/lang/groovy/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= http://dist.codehaus.org/groovy/distributions/ MAINTAINER= hq@FreeBSD.org COMMENT= Agile dynamic language for the JVM -USE_REINPLACE= yes USE_JAVA= yes JAVA_VERSION= 1.4+ NO_BUILD= yes diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 3ca9229269b8..0a370c529b50 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -15,7 +15,6 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNU Ubiquitous Intelligent Language for Extension USE_AUTOTOOLS= libltdl:15 -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index da3a9687a3df..c00687014ac5 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -20,7 +20,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME} #OPTIONS= HUGS_OPENGL "OpenGL/GLUT support" off WITH_HUGS_OPENGL= yes HUGS_DATE= Mar2005 -USE_REINPLACE= yes USE_BISON= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/lang/icc/Makefile b/lang/icc/Makefile index f30b3ecd5a1d..891d4fd7173d 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -31,7 +31,6 @@ ONLY_FOR_ARCHS= i386 CONFLICTS= linux_devtools* USE_LINUX= yes -USE_REINPLACE= yes COMPILERDIR= intel_cc_80 PLIST_SUB= COMPILERDIR=${COMPILERDIR} diff --git a/lang/icc7/Makefile b/lang/icc7/Makefile index 1aab74063658..3d7df0e7ee2d 100644 --- a/lang/icc7/Makefile +++ b/lang/icc7/Makefile @@ -26,7 +26,6 @@ ONLY_FOR_ARCHS= i386 CONFLICTS= linux_devtools* ifc* USE_LINUX= yes -USE_REINPLACE= yes NO_WRKSUBDIR= yes COMPILERDIR= compiler70 diff --git a/lang/icon/Makefile b/lang/icon/Makefile index 91f5745f2c12..a506d5916e82 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -15,7 +15,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= The Icon programming language -USE_REINPLACE= yes ALL_TARGET= All MAN1= icont.1 diff --git a/lang/ifc/Makefile b/lang/ifc/Makefile index aad86543fc87..af0ff050a03c 100644 --- a/lang/ifc/Makefile +++ b/lang/ifc/Makefile @@ -31,7 +31,6 @@ ONLY_FOR_ARCHS= i386 CONFLICTS= linux_devtools* USE_LINUX= yes -USE_REINPLACE= yes NO_FILTER_SHLIBS= yes COMPILERDIR= intel_fc_80 diff --git a/lang/ifc7/Makefile b/lang/ifc7/Makefile index 06eed2750ba0..3570f4b9551b 100644 --- a/lang/ifc7/Makefile +++ b/lang/ifc7/Makefile @@ -25,7 +25,6 @@ NO_CDROM= ${RESTRICTED} ONLY_FOR_ARCHS= i386 USE_LINUX= yes -USE_REINPLACE= yes NO_WRKSUBDIR= yes COMPILERDIR= compiler70 diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index 4943bd12fede..14701e24b128 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -20,7 +20,6 @@ COMMENT= [incr Tcl] (A.K.A. "itcl") LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84 WRKSRC= ${WRKDIR}/${DISTNAME}/itcl -USE_REINPLACE= yes INSTALLS_SHLIB= yes PKGINSTALL= ${PORTSDIR}/lang/tcl84/pkg-install.tclsh PKGDEINSTALL= ${PORTSDIR}/lang/tcl84/pkg-deinstall.tclsh diff --git a/lang/jruby/Makefile b/lang/jruby/Makefile index a424428c8668..e529f880dc27 100644 --- a/lang/jruby/Makefile +++ b/lang/jruby/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org COMMENT= An implementation of Ruby Interpreter in Pure Java -USE_REINPLACE= yes - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes diff --git a/lang/jython/Makefile b/lang/jython/Makefile index b606e939c102..baac23307b02 100644 --- a/lang/jython/Makefile +++ b/lang/jython/Makefile @@ -20,7 +20,6 @@ COMMENT= An implementation of Python Interpreter in Pure Java USE_JAVA= 1.3+ NO_BUILD= yes -USE_REINPLACE= yes REINPLACE_ARGS= -i "" INST_PACKAGES?= demo lib source diff --git a/lang/kawa/Makefile b/lang/kawa/Makefile index c25846be8d43..4525b7ac7e6c 100644 --- a/lang/kawa/Makefile +++ b/lang/kawa/Makefile @@ -18,7 +18,6 @@ BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed NEED_JAVAC= yes USE_JAVA= 1.2+ -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-kawa-frontend --program-prefix='' diff --git a/lang/klogoturtle/Makefile b/lang/klogoturtle/Makefile index 9f1183841f3b..b802737a00c0 100644 --- a/lang/klogoturtle/Makefile +++ b/lang/klogoturtle/Makefile @@ -15,7 +15,6 @@ COMMENT= LOGO Interpreter for the KDE Desktop USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool:15 -USE_REINPLACE= yes CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" post-patch: diff --git a/lang/lafontaine/Makefile b/lang/lafontaine/Makefile index 1cf3c6818ecc..1af0a5caae48 100644 --- a/lang/lafontaine/Makefile +++ b/lang/lafontaine/Makefile @@ -19,7 +19,6 @@ COMMENT= Graphical logo interpreter WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes -USE_REINPLACE= yes USE_GNOME= gdkpixbuf gnometarget USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/lang/lush/Makefile b/lang/lush/Makefile index 1a93eecc5614..0cd5fcdef062 100644 --- a/lang/lush/Makefile +++ b/lang/lush/Makefile @@ -19,7 +19,6 @@ USE_X_PREFIX= yes USE_GL= yes USE_SDL= sdl image GNU_CONFIGURE= yes -USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LIBS="${LIBS} ${PTHREAD_LIBS} -lintl -L${LOCALBASE}/lib" diff --git a/lang/metaocaml/Makefile b/lang/metaocaml/Makefile index 9f8cf952f43a..2010f2a68e54 100644 --- a/lang/metaocaml/Makefile +++ b/lang/metaocaml/Makefile @@ -16,7 +16,6 @@ COMMENT= The MetaOCaml compiler and programming environment ONLY_FOR_ARCHS= i386 amd64 # feel free to test on other archs and send a PR -USE_REINPLACE= yes REINPLACE_ARGS= -i "" HAS_CONFIGURE= yes diff --git a/lang/mlton/Makefile b/lang/mlton/Makefile index 4e1befc1bb10..0cda6e7d9756 100644 --- a/lang/mlton/Makefile +++ b/lang/mlton/Makefile @@ -41,7 +41,6 @@ MANCOMPRESSED= yes BOOT_WRKSRC= ${WRKDIR}/mlton-bootstrap USE_GETTEXT= yes -USE_REINPLACE= yes ALL_TARGET= all USE_GMAKE= yes MAKE_ARGS= DESTDIR='' \ diff --git a/lang/moscow_ml/Makefile b/lang/moscow_ml/Makefile index ba5a19c0e2f0..6d6d65198cbb 100644 --- a/lang/moscow_ml/Makefile +++ b/lang/moscow_ml/Makefile @@ -25,7 +25,6 @@ ALL_TARGET= world MOSMLHOME=$(MOSMLHOME) INSTALL_TARGET= install MOSMLHOME=$(MOSMLHOME) WRKSRC= ${WRKDIR}/mosml/src USE_PERL5= yes -USE_REINPLACE= yes MAKE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" DOCSDIR="${DOCSDIR}" \ LD_RUN_PATH="${PREFIX}/lib/mosml" diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index b043ed10d975..2a904851bbac 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/Makefile @@ -19,8 +19,6 @@ COMMENT= A fully-fledged compiler for Haskell 98 ONLY_FOR_ARCHS= i386 -USE_REINPLACE= yes - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes diff --git a/lang/njs/Makefile b/lang/njs/Makefile index af3d30ee4f10..8f2b3dbc8f77 100644 --- a/lang/njs/Makefile +++ b/lang/njs/Makefile @@ -18,10 +18,6 @@ COMMENT= NJS (NGS) is a standalone JavaScript/ECMAScript interpreter CONFLICTS= js-1.5.* -.if defined(NOPORTDOCS) -USE_REINPLACE= yes -.endif - INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --enable-shared diff --git a/lang/objc/Makefile b/lang/objc/Makefile index 5e1e89498208..7baef3e7f258 100644 --- a/lang/objc/Makefile +++ b/lang/objc/Makefile @@ -14,7 +14,6 @@ DISTFILES= objc-bootstrap-${BOOTVERSION}.tar.gz objc-${PORTVERSION}.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Portable Object Compiler -USE_REINPLACE= yes HAS_CONFIGURE= yes BOOTVERSION= 3.1.33 diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 5be6901571d2..657e830a0014 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -39,7 +39,6 @@ LIB_DEPENDS+= tk84.1:${PORTSDIR}/x11-toolkits/tk84 .endif USE_BZIP2= yes -USE_REINPLACE= yes REINPLACE_ARGS= -i "" HAS_CONFIGURE= yes ALL_TARGET= world.opt diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile index 2a40f119bf40..913807fa23cc 100644 --- a/lang/onyx/Makefile +++ b/lang/onyx/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= edit.6:${PORTSDIR}/devel/libedit \ pcre.0:${PORTSDIR}/devel/pcre USE_BZIP2= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libedit-prefix=${LOCALBASE} \ diff --git a/lang/oorexx/Makefile b/lang/oorexx/Makefile index a276807a29ea..c7c69b2fba87 100644 --- a/lang/oorexx/Makefile +++ b/lang/oorexx/Makefile @@ -15,7 +15,6 @@ COMMENT= A powerful typeless object-oriented scripting language CONFLICTS= rexx-imc-[0-9]* rexx-regina-[0-9]* -USE_REINPLACE= yes INSTALLS_SHLIB= yes MAKE_ENV= EXAMPLESDIR="${EXAMPLESDIR}" MAN1= rexx.1 rexxc.1 rxmigrate.1 rxsubcom.1 rxqueue.1 diff --git a/lang/open-cobol-devel/Makefile b/lang/open-cobol-devel/Makefile index 8d75869735a5..e27f504d2910 100644 --- a/lang/open-cobol-devel/Makefile +++ b/lang/open-cobol-devel/Makefile @@ -19,7 +19,6 @@ COMMENT= An open-source COBOL compiler LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 USE_GETOPT_LONG=yes -USE_REINPLACE= yes USE_AUTOTOOLS= libltdl:15 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/lang/open-cobol/Makefile b/lang/open-cobol/Makefile index 8d75869735a5..e27f504d2910 100644 --- a/lang/open-cobol/Makefile +++ b/lang/open-cobol/Makefile @@ -19,7 +19,6 @@ COMMENT= An open-source COBOL compiler LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 USE_GETOPT_LONG=yes -USE_REINPLACE= yes USE_AUTOTOOLS= libltdl:15 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/lang/osb-jscore/Makefile b/lang/osb-jscore/Makefile index df5a8a7710c2..667e7f76cadb 100644 --- a/lang/osb-jscore/Makefile +++ b/lang/osb-jscore/Makefile @@ -16,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Javascript interpreter port from Apple's KHTML and part of Gtk-Webcore GNU_CONFIGURE= yes -USE_REINPLACE= yes USE_GNOME= gtk20 gnomehack INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ diff --git a/lang/p5-JavaScript-SpiderMonkey/Makefile b/lang/p5-JavaScript-SpiderMonkey/Makefile index 17f301a7ab81..d9dd4fc61fa5 100644 --- a/lang/p5-JavaScript-SpiderMonkey/Makefile +++ b/lang/p5-JavaScript-SpiderMonkey/Makefile @@ -19,8 +19,6 @@ BUILD_DEPENDS= ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl \ ${LOCALBASE}/lib/libjs.so:${PORTSDIR}/lang/spidermonkey RUN_DEPENDS= ${BUILD_DEPENDS} -USE_REINPLACE= yes - PERL_CONFIGURE= yes CONFIGURE_ARGS= INC=-I${LOCALBASE}/include INSTALL_TARGET= pure_install diff --git a/lang/pdss/Makefile b/lang/pdss/Makefile index 953796be8c94..23e1fc4933fd 100644 --- a/lang/pdss/Makefile +++ b/lang/pdss/Makefile @@ -16,8 +16,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= nin@Jp.FreeBSD.org COMMENT= The KL1 programming environment on an ordinary UNIX system -USE_REINPLACE= YES - EMACS_FILES= kl1-mode.el pdss-init.e.el pdss-init.j.el \ pdss-kl1cmp.el pdss-manual.el pdss.el diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index 4c5d04fc92f7..0938a492a5e7 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -76,7 +76,6 @@ CONFIGURE_ARGS+= --without-debug \ MAKE_ARGS= "CONFIGUREARGS=${CONFIGURE_ARGS}" -USE_REINPLACE= yes USE_GETTEXT= yes USE_BISON= yes USE_GMAKE= yes diff --git a/lang/python-devel/Makefile b/lang/python-devel/Makefile index b031440dccb5..9d55275a9027 100644 --- a/lang/python-devel/Makefile +++ b/lang/python-devel/Makefile @@ -27,7 +27,6 @@ INSTALL_TARGET= altinstall MAN1= ${PYTHON_VERSION}.1 USE_PYTHON= yes -USE_REINPLACE= yes PYTHON_VERSION= python2.5 PYTHON_NO_DEPENDS= yes LATEST_LINK= ${PYTHON_VERSION:S/.//} diff --git a/lang/python/Makefile b/lang/python/Makefile index e4734dc26b2b..59f65dadcc14 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -29,7 +29,6 @@ MAN1= python.1 USE_PYTHON= yes PYTHON_VERSION= python2.4 PYTHON_NO_DEPENDS= yes -USE_REINPLACE= yes SHARED_WRKSRC= ${WRKSRC}/build.shared PLIST= ${WRKDIR}/pkg-plist diff --git a/lang/python21/Makefile b/lang/python21/Makefile index 335966e978df..83057b44f949 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -28,7 +28,6 @@ USE_PYTHON= yes PYTHON_VERSION= python2.1 PYTHON_NO_DEPENDS= yes LATEST_LINK= ${PYTHON_VERSION:S/.//} -USE_REINPLACE= yes # # If you don't want to use Python's thread module, you need to set diff --git a/lang/python22/Makefile b/lang/python22/Makefile index 4a1f3c9231be..d1fbf6aca702 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -31,7 +31,6 @@ NO_LATEST_LINK= yes USE_PYTHON= yes PYTHON_VERSION= python2.2 PYTHON_NO_DEPENDS= yes -USE_REINPLACE= yes # # If you don't want to use Python's thread module, you need to set diff --git a/lang/python23/Makefile b/lang/python23/Makefile index 07abad38f3ce..0b4c45cd0b32 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -31,7 +31,6 @@ MAN1= ${PYTHON_VERSION}.1 USE_PYTHON= yes PYTHON_VERSION= python2.3 PYTHON_NO_DEPENDS= yes -USE_REINPLACE= yes LATEST_LINK?= ${PYTHON_VERSION:S/.//} SHARED_WRKSRC= ${WRKSRC}/build.shared diff --git a/lang/python24/Makefile b/lang/python24/Makefile index e4734dc26b2b..59f65dadcc14 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -29,7 +29,6 @@ MAN1= python.1 USE_PYTHON= yes PYTHON_VERSION= python2.4 PYTHON_NO_DEPENDS= yes -USE_REINPLACE= yes SHARED_WRKSRC= ${WRKSRC}/build.shared PLIST= ${WRKDIR}/pkg-plist diff --git a/lang/python25/Makefile b/lang/python25/Makefile index b031440dccb5..9d55275a9027 100644 --- a/lang/python25/Makefile +++ b/lang/python25/Makefile @@ -27,7 +27,6 @@ INSTALL_TARGET= altinstall MAN1= ${PYTHON_VERSION}.1 USE_PYTHON= yes -USE_REINPLACE= yes PYTHON_VERSION= python2.5 PYTHON_NO_DEPENDS= yes LATEST_LINK= ${PYTHON_VERSION:S/.//} diff --git a/lang/python26/Makefile b/lang/python26/Makefile index b031440dccb5..9d55275a9027 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -27,7 +27,6 @@ INSTALL_TARGET= altinstall MAN1= ${PYTHON_VERSION}.1 USE_PYTHON= yes -USE_REINPLACE= yes PYTHON_VERSION= python2.5 PYTHON_NO_DEPENDS= yes LATEST_LINK= ${PYTHON_VERSION:S/.//} diff --git a/lang/python27/Makefile b/lang/python27/Makefile index b031440dccb5..9d55275a9027 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -27,7 +27,6 @@ INSTALL_TARGET= altinstall MAN1= ${PYTHON_VERSION}.1 USE_PYTHON= yes -USE_REINPLACE= yes PYTHON_VERSION= python2.5 PYTHON_NO_DEPENDS= yes LATEST_LINK= ${PYTHON_VERSION:S/.//} diff --git a/lang/python30/Makefile b/lang/python30/Makefile index b031440dccb5..9d55275a9027 100644 --- a/lang/python30/Makefile +++ b/lang/python30/Makefile @@ -27,7 +27,6 @@ INSTALL_TARGET= altinstall MAN1= ${PYTHON_VERSION}.1 USE_PYTHON= yes -USE_REINPLACE= yes PYTHON_VERSION= python2.5 PYTHON_NO_DEPENDS= yes LATEST_LINK= ${PYTHON_VERSION:S/.//} diff --git a/lang/python31/Makefile b/lang/python31/Makefile index b031440dccb5..9d55275a9027 100644 --- a/lang/python31/Makefile +++ b/lang/python31/Makefile @@ -27,7 +27,6 @@ INSTALL_TARGET= altinstall MAN1= ${PYTHON_VERSION}.1 USE_PYTHON= yes -USE_REINPLACE= yes PYTHON_VERSION= python2.5 PYTHON_NO_DEPENDS= yes LATEST_LINK= ${PYTHON_VERSION:S/.//} diff --git a/lang/python32/Makefile b/lang/python32/Makefile index b031440dccb5..9d55275a9027 100644 --- a/lang/python32/Makefile +++ b/lang/python32/Makefile @@ -27,7 +27,6 @@ INSTALL_TARGET= altinstall MAN1= ${PYTHON_VERSION}.1 USE_PYTHON= yes -USE_REINPLACE= yes PYTHON_VERSION= python2.5 PYTHON_NO_DEPENDS= yes LATEST_LINK= ${PYTHON_VERSION:S/.//} diff --git a/lang/q/Makefile b/lang/q/Makefile index 01e8117fc47c..ae4a6f4e8e61 100644 --- a/lang/q/Makefile +++ b/lang/q/Makefile @@ -24,7 +24,6 @@ LIB_DEPENDS= Magick.9:${PORTSDIR}/graphics/ImageMagick \ gmp.6:${PORTSDIR}/math/libgmp4 \ curl:${PORTSDIR}/ftp/curl -USE_REINPLACE= yes USE_BISON= yes USE_GNOME= gnometarget libxml2 libxslt CFLAGS+= -I${LOCALBASE}/include diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile index dbaa5b79903c..11ca47e582ec 100644 --- a/lang/qscheme/Makefile +++ b/lang/qscheme/Makefile @@ -20,7 +20,6 @@ LIB_DEPENDS= getline:${PORTSDIR}/devel/libgetline GNU_CONFIGURE= yes USE_GMAKE= yes -USE_REINPLACE= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" CONFIGURE_ARGS= --with-pcre-dir=${LOCALBASE}/lib \ diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile index 0626698b40cf..bdfbbff5ec60 100644 --- a/lang/rexx-imc/Makefile +++ b/lang/rexx-imc/Makefile @@ -22,7 +22,6 @@ CONFIGURE_SCRIPT= Make CONFIGURE_ENV= CFLAGS="${CFLAGS}" \ PREFIX="${PREFIX}" CONFIGURE_ARGS= o all -USE_REINPLACE= yes # configures and builds in one step NO_BUILD= yes diff --git a/lang/rexx-regina/Makefile b/lang/rexx-regina/Makefile index 1d6409d32616..64d4c9f95344 100644 --- a/lang/rexx-regina/Makefile +++ b/lang/rexx-regina/Makefile @@ -21,7 +21,6 @@ COMMENT= A Rexx interpreter CONFLICTS= rexx-imc-* oorexx-[0-9]* WRKSRC= ${WRKDIR}/Regina-${PORTVERSION} -USE_REINPLACE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/lang/schemetoc/Makefile b/lang/schemetoc/Makefile index 6baa34caec54..a7e64ea8e7a2 100644 --- a/lang/schemetoc/Makefile +++ b/lang/schemetoc/Makefile @@ -15,7 +15,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= erik@smluc.org COMMENT= Scheme-to-C, a compiler and interpreter for compiling scheme into C -USE_REINPLACE= yes USE_XLIB= yes USE_GCC= 2.95 INSTALLS_SHLIB= yes diff --git a/lang/scm/Makefile b/lang/scm/Makefile index 524878deb2d1..affa06376ddc 100644 --- a/lang/scm/Makefile +++ b/lang/scm/Makefile @@ -19,7 +19,6 @@ COMMENT= A scheme interpreter WRKSRC= ${WRKDIR}/${PORTNAME} USE_ZIP= yes -USE_REINPLACE= yes USE_GMAKE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" ALL_TARGET= scmlit diff --git a/lang/scriba/Makefile b/lang/scriba/Makefile index c840da2a0cb5..0cf3cea684a9 100644 --- a/lang/scriba/Makefile +++ b/lang/scriba/Makefile @@ -14,7 +14,6 @@ DISTNAME= ${PORTNAME}-v2.0b0-source MAINTAINER= ports@FreeBSD.org COMMENT= A scripting implementation of the BASIC language -USE_REINPLACE= yes NO_WRKSUBDIR= yes USE_PERL5= yes CFLAGS+= -fPIC diff --git a/lang/see-devel/Makefile b/lang/see-devel/Makefile index 1efe17331e6b..9214a969408f 100644 --- a/lang/see-devel/Makefile +++ b/lang/see-devel/Makefile @@ -31,7 +31,6 @@ USE_ZIP= yes INSTALLS_SHLIB= yes USE_GMAKE= yes USE_PERL5_BUILD=yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ diff --git a/lang/sisc/Makefile b/lang/sisc/Makefile index 344467b6b2c4..08136057cdc0 100644 --- a/lang/sisc/Makefile +++ b/lang/sisc/Makefile @@ -18,7 +18,6 @@ USE_JAVA= yes JAVA_VERSION= 1.3+ WRKSRC= ${WRKDIR}/${PORTNAME} -USE_REINPLACE= yes NO_BUILD= yes PORTDOCS= COPYING README diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 5777b801ae85..b6a353d07d33 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -22,7 +22,6 @@ OPTIONS= TCLTK "Enable Tcl/Tk binding" on USE_GNOME= gnomehack gnometarget pkgconfig USE_GCC= 3.4+ USE_ICONV= yes -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ diff --git a/lang/spl/Makefile b/lang/spl/Makefile index ca0d60b4be9e..c95ad16179d5 100644 --- a/lang/spl/Makefile +++ b/lang/spl/Makefile @@ -16,7 +16,6 @@ COMMENT= The Shakespeare programming language USE_BISON= yes USE_GMAKE= yes -USE_REINPLACE= yes ALL_EXAMPLES= Makefile fibonacci.spl fibonacci2.spl guess.spl hello.spl \ primes.spl reverse.spl shakesbeer.spl diff --git a/lang/squeak-dev/Makefile b/lang/squeak-dev/Makefile index ffd587be2288..68fcab2977d9 100644 --- a/lang/squeak-dev/Makefile +++ b/lang/squeak-dev/Makefile @@ -37,7 +37,6 @@ COMMENT= Full Smalltalk 80 with portability to UNIX, Mac, and Windows. ONLY_FOR_ARCHS= i386 MAN1= inisqueak.1 squeak.1 USE_GMAKE= yes -USE_REINPLACE= yes HAS_CONFIGURE= yes # Don't set USE_ZIP as this breaks EXTRACT_CMD. diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index ffd587be2288..68fcab2977d9 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -37,7 +37,6 @@ COMMENT= Full Smalltalk 80 with portability to UNIX, Mac, and Windows. ONLY_FOR_ARCHS= i386 MAN1= inisqueak.1 squeak.1 USE_GMAKE= yes -USE_REINPLACE= yes HAS_CONFIGURE= yes # Don't set USE_ZIP as this breaks EXTRACT_CMD. diff --git a/lang/stklos/Makefile b/lang/stklos/Makefile index c5b3b2b3e132..004ba9c91810 100644 --- a/lang/stklos/Makefile +++ b/lang/stklos/Makefile @@ -20,7 +20,6 @@ LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 \ ONLY_FOR_ARCHS= i386 amd64 USE_GMAKE= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-gtk --disable-gnome diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile index ab4a321bd9fc..5e7dfddfee06 100644 --- a/lang/swi-pl/Makefile +++ b/lang/swi-pl/Makefile @@ -18,7 +18,6 @@ COMMENT= Edinburgh-style Prolog compiler CONFLICTS= slffea-[0-9]* TenDRA-[0-9]* NOPRECIOUSMAKEVARS= yes -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/lang/sxm/Makefile b/lang/sxm/Makefile index 99b69c09933d..90e4dffacbed 100644 --- a/lang/sxm/Makefile +++ b/lang/sxm/Makefile @@ -15,7 +15,6 @@ MASTER_SITES= http://www.malgil.com/sxm/ MAINTAINER= ports@FreeBSD.org COMMENT= Another implementation of Scheme -USE_REINPLACE= yes USE_GMAKE= yes ALL_TARGET= all image Formlist diff --git a/lang/tcl-manual/Makefile b/lang/tcl-manual/Makefile index 649a6ce8ab9f..d26a8e5f1112 100644 --- a/lang/tcl-manual/Makefile +++ b/lang/tcl-manual/Makefile @@ -15,7 +15,6 @@ DISTFILES= tcl8.3.5-html.tar.gz tcl8.4.7-html.tar.gz tcl8.5a1-html.tar.gz MAINTAINER= edwin@mavetju.org COMMENT= Documentation for TCL (Tool Command Language) -USE_REINPLACE= yes NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index 589164242772..6c252a24825e 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -29,7 +29,6 @@ SHLIB_MAJOR= 1 SHLIB_MINOR= 5 MAKEFILE= makefile TCL_LIB= libtcl80.so -USE_REINPLACE= yes .include <bsd.port.pre.mk> diff --git a/lang/tcl82/Makefile b/lang/tcl82/Makefile index 0f3fa556332e..74a8364dccbb 100644 --- a/lang/tcl82/Makefile +++ b/lang/tcl82/Makefile @@ -26,7 +26,6 @@ MAKE_ENV= SHORT_TCL_VER=82 PKGINSTALL= ${PKGDIR}/pkg-install.tclsh PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.tclsh NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken -USE_REINPLACE= YES PLIST_SUB= TCL_VER=8.2 SHORT_TCL_VER=82 .include <bsd.port.pre.mk> diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile index 6176a7d56711..6d0fc18eabba 100644 --- a/lang/tcl83/Makefile +++ b/lang/tcl83/Makefile @@ -28,7 +28,6 @@ PKGINSTALL= ${PKGDIR}/pkg-install.tclsh PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.tclsh TCL_VER= 8.3 NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken -USE_REINPLACE= YES PLIST_SUB= TCL_VER=${TCL_VER} SHORT_TCL_VER=83 .include <bsd.port.pre.mk> diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile index 2d37ed8a4a99..9ee8914f2f1d 100644 --- a/lang/tcl84/Makefile +++ b/lang/tcl84/Makefile @@ -28,7 +28,6 @@ PKGINSTALL= ${PKGDIR}/pkg-install.tclsh PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.tclsh TCL_VER= 8.4 NOPRECIOUSMAKEVARS= Too many _MLINKS for README.html -USE_REINPLACE= YES PLIST_SUB= TCL_VER=${TCL_VER} SHORT_TCL_VER=84 .if defined(TCL_WITH_THREADS) || defined(WITH_THREADS) diff --git a/lang/tensile/Makefile b/lang/tensile/Makefile index 72ecf16a0bc1..08fcb9c9e3bb 100644 --- a/lang/tensile/Makefile +++ b/lang/tensile/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= utils.1:${PORTSDIR}/lang/libutils BROKEN= Segfault during build USE_AUTOTOOLS= libltdl:15 -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/lang/twelf/Makefile b/lang/twelf/Makefile index 8e790e9e6813..97ec56aed0bc 100644 --- a/lang/twelf/Makefile +++ b/lang/twelf/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= sml:${PORTSDIR}/lang/sml-nj BUILD_DEPENDS= sml:${PORTSDIR}/lang/sml-nj WRKSRC= ${WRKDIR}/twelf -USE_REINPLACE= yes INFO= twelf RESTRICTED= "License is currently indeterminate (expected to be GPL)" diff --git a/lang/yabasic/Makefile b/lang/yabasic/Makefile index 142b18c24e1c..c56208f4a846 100644 --- a/lang/yabasic/Makefile +++ b/lang/yabasic/Makefile @@ -15,7 +15,6 @@ COMMENT= Yet another Basic for Unix and Windows USE_XLIB= yes USE_BISON= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/lang/yap/Makefile b/lang/yap/Makefile index 057b09264959..be3347cb1707 100644 --- a/lang/yap/Makefile +++ b/lang/yap/Makefile @@ -18,7 +18,6 @@ COMMENT= A high-performance Prolog compiler LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |