diff options
author | ade <ade@FreeBSD.org> | 2010-10-06 03:57:56 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-10-06 03:57:56 +0800 |
commit | e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973 (patch) | |
tree | 26fe74a7c2c257fcd8de12bb4ae7aa37e14cded4 /graphics/cal3d | |
parent | b30ffe50e036033f7a762ff34b0640d1797bc559 (diff) | |
download | freebsd-ports-graphics-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.tar.gz freebsd-ports-graphics-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.tar.zst freebsd-ports-graphics-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.zip |
Round one migration of ports from automake{19,110} to automake111
Diffstat (limited to 'graphics/cal3d')
-rw-r--r-- | graphics/cal3d/Makefile | 6 | ||||
-rw-r--r-- | graphics/cal3d/files/patch-aclocal.m4 | 12 |
2 files changed, 17 insertions, 1 deletions
diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile index 04eb1e7757d..572d2be2cd4 100644 --- a/graphics/cal3d/Makefile +++ b/graphics/cal3d/Makefile @@ -19,7 +19,7 @@ CONFLICTS= cal3d-devel-[0-9]* USE_GNOME= pkgconfig GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:19 autoheader:267 libtool:22 +USE_AUTOTOOLS= automake:111 autoheader:267 libtool:22 USE_LDCONFIG= yes MAN1= cal3d_converter.1 @@ -34,4 +34,8 @@ post-patch: ${WRKSRC}/src/cal3d/streamsource.h @${REINPLACE_CMD} -e '/^all_libraries/d' ${WRKSRC}/src/cal3d/Makefile.am +post-configure: + @${FIND} ${WRKSRC} -name Makefile -print | \ + ${XARGS} ${REINPLACE_CMD} -e 's|MKDIR_P|mkdir_p|g' + .include <bsd.port.mk> diff --git a/graphics/cal3d/files/patch-aclocal.m4 b/graphics/cal3d/files/patch-aclocal.m4 new file mode 100644 index 00000000000..d3ff6efe458 --- /dev/null +++ b/graphics/cal3d/files/patch-aclocal.m4 @@ -0,0 +1,12 @@ +--- aclocal.m4.orig 2006-06-29 11:04:20.000000000 -0500 ++++ aclocal.m4 2010-09-28 19:09:08.000000000 -0500 +@@ -6392,3 +6392,3 @@ + # generated from the m4 files accompanying Automake X.Y. +-AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"]) ++AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.11"]) + +@@ -6399,3 +6399,3 @@ + AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +- [AM_AUTOMAKE_VERSION([1.9.6])]) ++ [AM_AUTOMAKE_VERSION([1.11.1])]) + |