1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Fix errors introduced by changes in auto{conf,make}

PR:		33462
Submitted by:	maintainer
This commit is contained in:
Patrick Li 2002-01-03 01:49:33 +00:00
parent 3f5c7313ff
commit 35ed93e3b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52518
4 changed files with 38 additions and 24 deletions

View File

@ -13,10 +13,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= michiel.dewilde@rug.ac.be
BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14 \
autoconf:${PORTSDIR}/devel/autoconf
GNU_CONFIGURE= yes
USE_AUTOMAKE= yes
USE_GMAKE= yes
USE_KDELIBS_VER=2
INSTALLS_SHLIB= yes

View File

@ -1,28 +1,38 @@
--- admin/Makefile.common.orig Wed Oct 31 15:17:47 2001
+++ admin/Makefile.common Wed Oct 31 15:18:24 2001
@@ -13,11 +13,11 @@
--- admin/Makefile.common.orig Fri Jun 15 05:54:12 2001
+++ admin/Makefile.common Wed Jan 2 09:41:45 2002
@@ -13,15 +13,15 @@
$(MAKE) -f Makefile.am top_srcdir=. configure.in ;\
fi
@echo "*** Retrieving configure tests needed by configure.in"
- @aclocal
+ @aclocal14
@echo "*** Scanning for include statements"
@autoheader
- @autoheader
+ @autoheader213
@echo "*** Building Makefile templates"
- @automake
+ @automake14
@echo "*** Scanning for moc files and kde tags"
@perl admin/am_edit
@echo "*** Building configure"
@@ -48,9 +48,9 @@
- @autoconf
+ @autoconf213
@if test -r configure.in.in ; then \
perl -pi -e 'print "if test \"x\$$with_fast_perl\" = \"xyes\" ;\
then\n perl -i.bak \$$ac_aux_dir/conf.change.pl \$$CONFIG_STATUS\
@@ -48,11 +48,11 @@
@if test -r configure.in.in; then \
$(MAKE) -f Makefile.am top_srcdir=. subdirs configure.in; \
fi ;\
- aclocal; \
+ aclocal14; \
autoheader; \
- autoheader; \
- automake --foreign --include-deps; \
+ aclocal14; \
+ autoheader213; \
+ automake14 --foreign --include-deps; \
perl admin/am_edit; \
autoconf; \
- autoconf; \
+ autoconf213; \
if test -r configure.in.in ; then \
perl -pi -e 'print "if test \"x\$$with_fast_perl\" = \"xyes\" ;\
then\n perl -i.bak \$$ac_aux_dir/conf.change.pl \$$CONFIG_STATUS\

View File

@ -13,10 +13,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= michiel.dewilde@rug.ac.be
BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14 \
autoconf:${PORTSDIR}/devel/autoconf
GNU_CONFIGURE= yes
USE_AUTOMAKE= yes
USE_GMAKE= yes
USE_KDELIBS_VER=2
INSTALLS_SHLIB= yes

View File

@ -1,28 +1,38 @@
--- admin/Makefile.common.orig Wed Oct 31 15:17:47 2001
+++ admin/Makefile.common Wed Oct 31 15:18:24 2001
@@ -13,11 +13,11 @@
--- admin/Makefile.common.orig Fri Jun 15 05:54:12 2001
+++ admin/Makefile.common Wed Jan 2 09:41:45 2002
@@ -13,15 +13,15 @@
$(MAKE) -f Makefile.am top_srcdir=. configure.in ;\
fi
@echo "*** Retrieving configure tests needed by configure.in"
- @aclocal
+ @aclocal14
@echo "*** Scanning for include statements"
@autoheader
- @autoheader
+ @autoheader213
@echo "*** Building Makefile templates"
- @automake
+ @automake14
@echo "*** Scanning for moc files and kde tags"
@perl admin/am_edit
@echo "*** Building configure"
@@ -48,9 +48,9 @@
- @autoconf
+ @autoconf213
@if test -r configure.in.in ; then \
perl -pi -e 'print "if test \"x\$$with_fast_perl\" = \"xyes\" ;\
then\n perl -i.bak \$$ac_aux_dir/conf.change.pl \$$CONFIG_STATUS\
@@ -48,11 +48,11 @@
@if test -r configure.in.in; then \
$(MAKE) -f Makefile.am top_srcdir=. subdirs configure.in; \
fi ;\
- aclocal; \
+ aclocal14; \
autoheader; \
- autoheader; \
- automake --foreign --include-deps; \
+ aclocal14; \
+ autoheader213; \
+ automake14 --foreign --include-deps; \
perl admin/am_edit; \
autoconf; \
- autoconf; \
+ autoconf213; \
if test -r configure.in.in ; then \
perl -pi -e 'print "if test \"x\$$with_fast_perl\" = \"xyes\" ;\
then\n perl -i.bak \$$ac_aux_dir/conf.change.pl \$$CONFIG_STATUS\