summaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2004-03-14 06:17:56 +0000
committerade <ade@FreeBSD.org>2004-03-14 06:17:56 +0000
commit9291e9a32f6612ca0d4f25bdcb5c417e0451d313 (patch)
tree545e55afde412d844a25f5c03d6d51b17ceeebb9 /finance
parenta8a89c37fe338cbff0192ceeef27ccf7a13714a5 (diff)
downloadFreeBSD-ports-9291e9a32f6612ca0d4f25bdcb5c417e0451d313.zip
FreeBSD-ports-9291e9a32f6612ca0d4f25bdcb5c417e0451d313.tar.gz
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.
Diffstat (limited to 'finance')
-rw-r--r--finance/emma/Makefile2
-rw-r--r--finance/gnofin/Makefile2
-rw-r--r--finance/grisbi/Makefile2
-rw-r--r--finance/libofx/Makefile2
-rw-r--r--finance/opale/Makefile2
-rw-r--r--finance/quantlib/Makefile2
6 files changed, 6 insertions, 6 deletions
diff --git a/finance/emma/Makefile b/finance/emma/Makefile
index f4b73d0..cff206a15 100644
--- a/finance/emma/Makefile
+++ b/finance/emma/Makefile
@@ -20,7 +20,7 @@ USE_X_PREFIX= yes
USE_PYTHON= yes
USE_GNOME= gnomehack gnomelibs gnomeprefix
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER=13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile
index 1dfe8ac..299e0e3 100644
--- a/finance/gnofin/Makefile
+++ b/finance/gnofin/Makefile
@@ -18,7 +18,7 @@ COMMENT= Light-weight GNOME based financial management program
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomelibs gnomeprefix
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER=13
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile
index 20f102f..8f5fb09 100644
--- a/finance/grisbi/Makefile
+++ b/finance/grisbi/Makefile
@@ -25,7 +25,7 @@ USE_GNOMENG= yes
USE_GNOME= gtk12 libcapplet libxml gnomepanel orbit gdkpixbuf gnomelibs gnomeprint
USE_BISON= yes
USE_BZIP2= yes
-USE_AUTOCONF= yes
+USE_AUTOCONF_VER= 213
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile
index ab8213f..cd98d0f 100644
--- a/finance/libofx/Makefile
+++ b/finance/libofx/Makefile
@@ -17,7 +17,7 @@ COMMENT= OpenSource implementation of the OFX (Open Financial eXchange)
LIB_DEPENDS= osp.3:${PORTSDIR}/textproc/opensp
USE_GNOME= gnometarget lthack
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-doxygen --disable-dot \
diff --git a/finance/opale/Makefile b/finance/opale/Makefile
index b5d2abe..3a8bcb64 100644
--- a/finance/opale/Makefile
+++ b/finance/opale/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= kofficecore.2:${PORTSDIR}/editors/koffice-kde3
USE_KDELIBS_VER=3
USE_BZIP2= yes
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
diff --git a/finance/quantlib/Makefile b/finance/quantlib/Makefile
index 4e3321d..3d80a94 100644
--- a/finance/quantlib/Makefile
+++ b/finance/quantlib/Makefile
@@ -19,7 +19,7 @@ COMMENT= A comprehensive software framework for quantitative finance
WRKSRC= ${WRKDIR}/QuantLib-${PORTVERSION}
USE_REINPLACE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
OpenPOWER on IntegriCloud