From 964e12c93b0f7a787724b4d70b83d4cab989b315 Mon Sep 17 00:00:00 2001 From: ade Date: Tue, 3 Aug 2004 22:36:52 +0000 Subject: Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15 All autotools ports are now truly versioned and do not conflict with each other. This marks the end of "Phase 1" of the autotools updates. --- print/foomatic-db-engine/Makefile | 6 +++--- print/foomatic-db-engine/files/patch-make_configure | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 print/foomatic-db-engine/files/patch-make_configure (limited to 'print/foomatic-db-engine') diff --git a/print/foomatic-db-engine/Makefile b/print/foomatic-db-engine/Makefile index 308abeeefd11..17e1b2c6a0ba 100644 --- a/print/foomatic-db-engine/Makefile +++ b/print/foomatic-db-engine/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_PERL5= yes USE_BZIP2= yes WANT_AUTOMAKE_VER= 15 -USE_AUTOCONF_VER= 213 +USE_AUTOCONF_VER= 253 GNU_CONFIGURE= yes NO_CHECKSUM= yes # the tarball is created on the fly from CVS CONFIGURE_ARGS= --prefix=${PREFIX} @@ -69,8 +69,8 @@ do-fetch: exit 1; \ fi -pre-configure: - @cd ${WRKSRC} && ./make_configure +#pre-configure: +# @cd ${WRKSRC} && ${SETENV} ${SCRIPTS_ENV} ./make_configure post-build: @${CHMOD} +x ${WRKSRC}/mkinstalldirs diff --git a/print/foomatic-db-engine/files/patch-make_configure b/print/foomatic-db-engine/files/patch-make_configure new file mode 100644 index 000000000000..33e4892ac865 --- /dev/null +++ b/print/foomatic-db-engine/files/patch-make_configure @@ -0,0 +1,10 @@ +--- make_configure.orig Fri Oct 11 01:16:34 2002 ++++ make_configure Wed Jul 7 18:23:05 2004 +@@ -1,3 +1,3 @@ +-aclocal +-autoconf +-perl -p -i -e "s=\#include =\#include =g" configure +\ No newline at end of file ++aclocal15 ++autoconf253 ++perl -p -i -e "s=\#include =\#include =g" configure -- cgit