diff options
33 files changed, 36 insertions, 42 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk index 5f88afc..eed382d 100644 --- a/Mk/bsd.autotools.mk +++ b/Mk/bsd.autotools.mk @@ -378,7 +378,7 @@ run-autotools-autoheader: # libtool port. See above for default values of LIBTOOLFILES. .if !target(patch-autotools) -patch-autotools: +patch-autotools:: . if defined(AUTOTOOL_libtool_inc) @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ diff --git a/Mk/bsd.gnustep.mk b/Mk/bsd.gnustep.mk index 252edb1..9d92e96 100644 --- a/Mk/bsd.gnustep.mk +++ b/Mk/bsd.gnustep.mk @@ -191,7 +191,7 @@ MAKE_FLAGS+= GUI_BACKEND_LIB=cairo # source GNUstep.sh # .if defined(USE_GNUSTEP_CONFIGURE) -run-autotools: +run-autotools:: @${DO_NADA} do-configure: diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index e41171f..5a74508 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -48,7 +48,7 @@ post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-O2||g' -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ diff --git a/archivers/torrentzip/Makefile b/archivers/torrentzip/Makefile index 8840a4a..85a29cd 100644 --- a/archivers/torrentzip/Makefile +++ b/archivers/torrentzip/Makefile @@ -24,11 +24,8 @@ WRKSRC= ${WRKDIR}/trrntzip PLIST_FILES= bin/trrntzip PORTDOCS= README -run-autotools: - (cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL} ${ACLOCAL_ARGS}) - (cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOHEADER} ${AUTOHEADER_ARGS}) - (cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOCONF} ${AUTOCONF_ARGS}) - (cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOMAKE} ${AUTOMAKE_ARGS}) +run-autotools:: run-autotools-aclocal run-autotools-autoheader \ + run-autotools-autoconf run-autotools-automake .if !defined(NOPORTDOCS) pre-install: diff --git a/audio/gnomoradio/Makefile b/audio/gnomoradio/Makefile index 7589cba..ab94e11 100644 --- a/audio/gnomoradio/Makefile +++ b/audio/gnomoradio/Makefile @@ -36,7 +36,7 @@ post-patch: s|-lpthread|${PTHREAD_LIBS}|' \ ${WRKSRC}/roboradio/mp3/Makefile.in -patch-autotools: +patch-autotools:: @for file in ${LIBTOOLFILES}; do \ ${REINPLACE_CMD} -e \ '/^ltmain=/ s|$$ac_aux_dir/ltmain\.sh|${LTMAIN}|g' \ diff --git a/audio/rat/Makefile b/audio/rat/Makefile index d6597db0..2d990eb 100644 --- a/audio/rat/Makefile +++ b/audio/rat/Makefile @@ -52,7 +52,7 @@ do-build: cd ${WRKSRC}/common/src && ${GMAKE} cd ${WRKSRC}/rat && ${GMAKE} -run-autotools: +run-autotools:: @${DO_NADA} do-configure: diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile index 9b01da6..f8d4ebc 100644 --- a/audio/speex-devel/Makefile +++ b/audio/speex-devel/Makefile @@ -40,7 +40,7 @@ LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --enable-sse .endif -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ diff --git a/databases/libgdamm/Makefile b/databases/libgdamm/Makefile index f784a5a..ccf2c86 100644 --- a/databases/libgdamm/Makefile +++ b/databases/libgdamm/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS= --enable-static BROKEN= "Does not build with libgda-1.3.91" -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ diff --git a/devel/apr/Makefile b/devel/apr/Makefile index 3011b91..bb91b0d 100644 --- a/devel/apr/Makefile +++ b/devel/apr/Makefile @@ -136,7 +136,7 @@ pre-configure: .endfor .endfor -run-autotools: +run-autotools:: cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./buildconf cd ${WRKDIR}/apr-util-${PORTVERSION} ; \ ${RM} -fr xml/expat diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile index 3011b91..bb91b0d 100644 --- a/devel/apr0/Makefile +++ b/devel/apr0/Makefile @@ -136,7 +136,7 @@ pre-configure: .endfor .endfor -run-autotools: +run-autotools:: cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./buildconf cd ${WRKDIR}/apr-util-${PORTVERSION} ; \ ${RM} -fr xml/expat diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile index 3011b91..bb91b0d 100644 --- a/devel/apr1/Makefile +++ b/devel/apr1/Makefile @@ -136,7 +136,7 @@ pre-configure: .endfor .endfor -run-autotools: +run-autotools:: cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./buildconf cd ${WRKDIR}/apr-util-${PORTVERSION} ; \ ${RM} -fr xml/expat diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile index 3011b91..bb91b0d 100644 --- a/devel/apr2/Makefile +++ b/devel/apr2/Makefile @@ -136,7 +136,7 @@ pre-configure: .endfor .endfor -run-autotools: +run-autotools:: cd ${WRKDIR}/apr-${PORTVERSION}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./buildconf cd ${WRKDIR}/apr-util-${PORTVERSION} ; \ ${RM} -fr xml/expat diff --git a/devel/gconfmm26/Makefile b/devel/gconfmm26/Makefile index 02f7928..66f4b8d 100644 --- a/devel/gconfmm26/Makefile +++ b/devel/gconfmm26/Makefile @@ -40,7 +40,7 @@ post-patch: @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile index 5705b52..bd0f7d7 100644 --- a/devel/glibmm/Makefile +++ b/devel/glibmm/Makefile @@ -42,7 +42,7 @@ post-configure: @${TOUCH} ${WRKSRC}/docs/reference/html/index.html .endif -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ diff --git a/devel/gnome-vfsmm/Makefile b/devel/gnome-vfsmm/Makefile index e11343f..50ca294 100644 --- a/devel/gnome-vfsmm/Makefile +++ b/devel/gnome-vfsmm/Makefile @@ -36,7 +36,7 @@ post-patch: @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ diff --git a/devel/libbegemot/Makefile b/devel/libbegemot/Makefile index 395870c..8a54865 100644 --- a/devel/libbegemot/Makefile +++ b/devel/libbegemot/Makefile @@ -24,10 +24,9 @@ MAN1= cstrc.1 frame.1 getfields.1 intro.1 panic.1 prstat.1 readline.1 \ rpoll.1 strnchr.1 strnlen.1 strsave.1 strtrimsp.1 verb.1 xalloc.1 MLINKS= xalloc.1 xrealloc.1 -run-autotools: - @(cd ${CONFIGURE_WRKSRC} && ${PREFIX}/bin/aclocal19 \ - -I ${PREFIX}/share/libtool15/libltdl/ ) - @(cd ${CONFIGURE_WRKSRC} && ${PREFIX}/bin/autoconf259 ) +run-autotools:: + @(cd ${CONFIGURE_WRKSRC} && ${ACLOCAL} -I ${LIBTOOL_SHAREDIR}/libltdl/) + @(cd ${CONFIGURE_WRKSRC} && ${AUTOCONF}) post-install: .for i in ${MAN1} diff --git a/devel/libglademm24/Makefile b/devel/libglademm24/Makefile index 8a3732f..8dbfd5a 100644 --- a/devel/libglademm24/Makefile +++ b/devel/libglademm24/Makefile @@ -42,7 +42,7 @@ post-patch: @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ diff --git a/graphics/goom/Makefile b/graphics/goom/Makefile index c2b38d1..2ad5fc2 100644 --- a/graphics/goom/Makefile +++ b/graphics/goom/Makefile @@ -39,7 +39,7 @@ pre-everything:: @${ECHO} "" .endif -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index ceefc95..58654a8 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -40,7 +40,7 @@ MAN1= inkscape.1 inkview.1 IGNORE= Requires symbols not present on 4.X .endif -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ diff --git a/graphics/libgnomecanvasmm26/Makefile b/graphics/libgnomecanvasmm26/Makefile index cc05642..16b3573 100644 --- a/graphics/libgnomecanvasmm26/Makefile +++ b/graphics/libgnomecanvasmm26/Makefile @@ -39,7 +39,7 @@ post-patch: @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile index d6597db0..2d990eb 100644 --- a/mbone/rat/Makefile +++ b/mbone/rat/Makefile @@ -52,7 +52,7 @@ do-build: cd ${WRKSRC}/common/src && ${GMAKE} cd ${WRKSRC}/rat && ${GMAKE} -run-autotools: +run-autotools:: @${DO_NADA} do-configure: diff --git a/net-mgmt/bsnmpd/Makefile b/net-mgmt/bsnmpd/Makefile index 333a93c..64b5a0a 100644 --- a/net-mgmt/bsnmpd/Makefile +++ b/net-mgmt/bsnmpd/Makefile @@ -38,9 +38,7 @@ MAN3= asn1.3 bsnmplib.3 bsnmpclient.3 bsnmpagent.3 snmpmod.3 \ IGNORE= bsnmpd already in base system .endif -run-autotools: - @(cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/aclocal19 ) - @(cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/autoconf259 ) +run-autotools:: run-autotools-aclocal run-autotools-autoconf post-install: @${MKDIR} ${PREFIX}/etc diff --git a/print/libgnomeprintmm/Makefile b/print/libgnomeprintmm/Makefile index c9bb312..0cb3af2 100644 --- a/print/libgnomeprintmm/Makefile +++ b/print/libgnomeprintmm/Makefile @@ -35,7 +35,7 @@ post-patch: @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ diff --git a/security/newpki-lib/Makefile b/security/newpki-lib/Makefile index e376e55..53c2320 100644 --- a/security/newpki-lib/Makefile +++ b/security/newpki-lib/Makefile @@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} USE_GCC= 3.4 USE_AUTOTOOLS= libtool:15 -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ diff --git a/sysutils/coaster/Makefile b/sysutils/coaster/Makefile index 0e390de..aef4ef8 100644 --- a/sysutils/coaster/Makefile +++ b/sysutils/coaster/Makefile @@ -37,7 +37,7 @@ GCONF_SCHEMAS= coaster.schemas BROKEN= "Broken with new nautilus-cd-burner" -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile index 72db720..847966b 100644 --- a/textproc/libxml++26/Makefile +++ b/textproc/libxml++26/Makefile @@ -44,7 +44,7 @@ post-configure: @${TOUCH} ${WRKSRC}/docs/reference/${PORTVERSION:R}/html/index.html .endif -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile index ac904ef..b1ac6f3 100644 --- a/www/tidy-devel/Makefile +++ b/www/tidy-devel/Makefile @@ -59,7 +59,7 @@ post-patch: @${CP} -R -f ${WRKSRC}/build/gnuauto/* ${WRKSRC} .endif -patch-autotools: +patch-autotools:: .if defined(WITH_SHLIB) @(cd ${WRKSRC} \ && ${LIBTOOLIZE} --force --copy \ diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile index 77018b4..47b3a98 100644 --- a/x11-toolkits/gtkmm24/Makefile +++ b/x11-toolkits/gtkmm24/Makefile @@ -51,7 +51,7 @@ post-patch: ${WRKSRC}/Makefile.in .endif -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ diff --git a/x11-toolkits/libgnomeprintuimm/Makefile b/x11-toolkits/libgnomeprintuimm/Makefile index 6aea556..16ae384 100644 --- a/x11-toolkits/libgnomeprintuimm/Makefile +++ b/x11-toolkits/libgnomeprintuimm/Makefile @@ -37,7 +37,7 @@ post-patch: @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ diff --git a/x11-toolkits/libgnomeuimm26/Makefile b/x11-toolkits/libgnomeuimm26/Makefile index 7b1b791..faf5a88 100644 --- a/x11-toolkits/libgnomeuimm26/Makefile +++ b/x11-toolkits/libgnomeuimm26/Makefile @@ -43,7 +43,7 @@ post-patch: @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ diff --git a/x11-toolkits/libsexymm/Makefile b/x11-toolkits/libsexymm/Makefile index 2b14751..3ff499a 100644 --- a/x11-toolkits/libsexymm/Makefile +++ b/x11-toolkits/libsexymm/Makefile @@ -24,7 +24,7 @@ INSTALLS_SHLIB= yes USE_X_PREFIX= yes USE_GCC= 3.4 -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ diff --git a/x11/alltray/Makefile b/x11/alltray/Makefile index 7ff43868..8abacec 100644 --- a/x11/alltray/Makefile +++ b/x11/alltray/Makefile @@ -34,7 +34,7 @@ post-patch: @${REINPLACE_CMD} -e 's|liballtray\.so\.0\.0\.0|liballtray.so.0|; \ s|/usr/lib|${PREFIX}/lib|' ${WRKSRC}/src/child.c -patch-autotools: +patch-autotools:: @for file in ${LIBTOOLFILES}; do \ ${REINPLACE_CMD} -e \ '/^ltmain=/ s|$$ac_aux_dir/ltmain\.sh|${LTMAIN}|g' \ diff --git a/x11/libgnomemm26/Makefile b/x11/libgnomemm26/Makefile index 8d4df9b..7b033b8 100644 --- a/x11/libgnomemm26/Makefile +++ b/x11/libgnomemm26/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ARGS= --enable-static PLIST_SUB= VERSION="2.6" API_VERSION="2.6" -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ |