summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-03-14 06:17:56 +0000
committerAde Lovett <ade@FreeBSD.org>2004-03-14 06:17:56 +0000
commit3f651573ad3b90cf8e6539c52b4b34a1df543fa6 (patch)
tree14261786c359f03d9574a1c204f76ddc8ec4db8a /science
parentBROKEN on amd64: Tries to link non-PIC libnet.a into PIC shared library (diff)
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
Notes
Notes: svn path=/head/; revision=103963
Diffstat (limited to 'science')
-rw-r--r--science/chemtool-devel/Makefile2
-rw-r--r--science/flounder/Makefile2
-rw-r--r--science/gchempaint/Makefile2
-rw-r--r--science/gchemutils/Makefile2
-rw-r--r--science/ghemical/Makefile1
-rw-r--r--science/hdf5-18/Makefile2
-rw-r--r--science/hdf5/Makefile2
-rw-r--r--science/xloops-ginac/Makefile2
8 files changed, 7 insertions, 8 deletions
diff --git a/science/chemtool-devel/Makefile b/science/chemtool-devel/Makefile
index f942e742037a..a815386af72d 100644
--- a/science/chemtool-devel/Makefile
+++ b/science/chemtool-devel/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS= transfig:${PORTSDIR}/print/transfig
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-gtk2/
USE_REINPLACE= yes
USE_GTK= yes
-USE_AUTOCONF= yes
+USE_AUTOCONF_VER= 213
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --enable-emf=yes
diff --git a/science/flounder/Makefile b/science/flounder/Makefile
index 1d651bee3a05..fd5861bf85aa 100644
--- a/science/flounder/Makefile
+++ b/science/flounder/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= fltk:${PORTSDIR}/x11-toolkits/fltk \
png:${PORTSDIR}/graphics/png
USE_MESA= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER=13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} -lstdc++"
USE_GMAKE= yes
diff --git a/science/gchempaint/Makefile b/science/gchempaint/Makefile
index 97a1e7a84a5c..fd9314d63f89 100644
--- a/science/gchempaint/Makefile
+++ b/science/gchempaint/Makefile
@@ -19,7 +19,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix libgnomeprintui libgnomeui
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER=13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile
index 016d698a0284..386255877b91 100644
--- a/science/gchemutils/Makefile
+++ b/science/gchemutils/Makefile
@@ -21,7 +21,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix libglade2 libgnomeprint libgnomeui
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile
index 6ff7b1ea4960..84ef2c8d1a62 100644
--- a/science/ghemical/Makefile
+++ b/science/ghemical/Makefile
@@ -26,7 +26,6 @@ USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-mpqc
-USE_AUTOCONF= yes
USE_AUTOCONF_VER= 253
pre-configure:
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile
index 9b834179b3dd..63f5db57d87a 100644
--- a/science/hdf5-18/Makefile
+++ b/science/hdf5-18/Makefile
@@ -18,7 +18,7 @@ COMMENT= Hierarchical Data Format library (from NCSA)
USE_BZIP2= yes
USE_REINPLACE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER=13
LIBTOOLFILES= configure c++/configure
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-cxx --enable-production \
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile
index 9b834179b3dd..63f5db57d87a 100644
--- a/science/hdf5/Makefile
+++ b/science/hdf5/Makefile
@@ -18,7 +18,7 @@ COMMENT= Hierarchical Data Format library (from NCSA)
USE_BZIP2= yes
USE_REINPLACE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER=13
LIBTOOLFILES= configure c++/configure
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-cxx --enable-production \
diff --git a/science/xloops-ginac/Makefile b/science/xloops-ginac/Makefile
index c314a2cef7d9..8e78aec1be96 100644
--- a/science/xloops-ginac/Makefile
+++ b/science/xloops-ginac/Makefile
@@ -19,7 +19,7 @@ COMMENT= A program calculating Feynman diagrams
LIB_DEPENDS= ginac-1.1.6:${PORTSDIR}/math/GiNaC
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER=13
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \