diff options
author | ade <ade@FreeBSD.org> | 2004-08-04 06:36:52 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-08-04 06:36:52 +0800 |
commit | 964e12c93b0f7a787724b4d70b83d4cab989b315 (patch) | |
tree | 30d59616dab81b2f606e3ae725727737b4cc1b5b /print | |
parent | 8fc41f53c9bf41c8ba6ee322d3df8ea524ee36ce (diff) | |
download | freebsd-ports-gnome-964e12c93b0f7a787724b4d70b83d4cab989b315.tar.gz freebsd-ports-gnome-964e12c93b0f7a787724b4d70b83d4cab989b315.tar.zst freebsd-ports-gnome-964e12c93b0f7a787724b4d70b83d4cab989b315.zip |
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.
Diffstat (limited to 'print')
-rw-r--r-- | print/foomatic-db-engine/Makefile | 6 | ||||
-rw-r--r-- | print/foomatic-db-engine/files/patch-make_configure | 10 |
2 files changed, 13 insertions, 3 deletions
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 <xmlversion.h>=\#include <libxml/xmlversion.h>=g" configure +\ No newline at end of file ++aclocal15 ++autoconf253 ++perl -p -i -e "s=\#include <xmlversion.h>=\#include <libxml/xmlversion.h>=g" configure |