1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Use autoconf259/automake19 instead of the deprecated

autoconf213/automake14.

PR:		ports/80855
Submitted by:	maintainer
This commit is contained in:
Jean-Yves Lefort 2005-05-10 18:51:59 +00:00
parent 56379652f6
commit 071c98a753
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135015
2 changed files with 10 additions and 4 deletions

View File

@ -79,8 +79,8 @@ DIST_SUBDIR= mutt
WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//}
USE_OPENSSL= yes
GNU_CONFIGURE= yes
USE_AUTOMAKE_VER= 14 # configure.in is patched by <PATCHFILES>
USE_AUTOCONF_VER= 213
USE_AUTOMAKE_VER= 19 # configure.in is patched by <PATCHFILES>
USE_AUTOCONF_VER= 259
USE_REINPLACE= yes
CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL}
LDFLAGS+= -L${LOCALBASE}/lib
@ -135,6 +135,9 @@ post-patch::
cd ${BUILD_WRKSRC}; ${PATCH} ${PATCH_ARGS} < $$slrnface_dir/mutt.patch
.endif
pre-configure::
@(cd ${WRKSRC}; ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} -I m4)
# XXX
# this should be done automagically by aclocal but ....
# for now, this will have to do

View File

@ -79,8 +79,8 @@ DIST_SUBDIR= mutt
WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//}
USE_OPENSSL= yes
GNU_CONFIGURE= yes
USE_AUTOMAKE_VER= 14 # configure.in is patched by <PATCHFILES>
USE_AUTOCONF_VER= 213
USE_AUTOMAKE_VER= 19 # configure.in is patched by <PATCHFILES>
USE_AUTOCONF_VER= 259
USE_REINPLACE= yes
CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL}
LDFLAGS+= -L${LOCALBASE}/lib
@ -135,6 +135,9 @@ post-patch::
cd ${BUILD_WRKSRC}; ${PATCH} ${PATCH_ARGS} < $$slrnface_dir/mutt.patch
.endif
pre-configure::
@(cd ${WRKSRC}; ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} -I m4)
# XXX
# this should be done automagically by aclocal but ....
# for now, this will have to do