FreeBSD Bugzilla – Attachment 47417 Details for
Bug 72664
update ports: devel/auto{conf,make}*: add INFO
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
autotools.diff
autotools.diff (text/plain), 10.12 KB, created by
Yen-Ming Lee
on 2004-10-14 05:50:25 UTC
(
hide
)
Description:
autotools.diff
Filename:
MIME Type:
Creator:
Yen-Ming Lee
Created:
2004-10-14 05:50:25 UTC
Size:
10.12 KB
patch
obsolete
>Index: autoconf213/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/autoconf213/Makefile,v >retrieving revision 1.54 >diff -u -r1.54 Makefile >--- autoconf213/Makefile 3 Aug 2004 22:58:09 -0000 1.54 >+++ autoconf213/Makefile 14 Oct 2004 04:42:49 -0000 >@@ -16,11 +16,11 @@ > MAINTAINER= ade@FreeBSD.org > COMMENT= Automatically configure source code on many Un*x platforms (legacy 2.13 version) > >-DEPRECATED= Please use devel/autoconf259 instead >- > BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 > RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 > >+DEPRECATED= Please use devel/autoconf259 instead >+ > BUILD_VERSION= 213 > PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} > LATEST_LINK= autoconf${BUILD_VERSION} >@@ -31,6 +31,7 @@ > CONFIGURE_ARGS= --program-suffix=${BUILD_VERSION} > CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > WRKSRC= ${WRKDIR}/autoconf >+INFO= autoconf${BUILD_VERSION} > > post-patch: > @${RM} ${WRKSRC}/*.info* >/dev/null 2>&1 || true >Index: autoconf213/pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/devel/autoconf213/pkg-plist,v >retrieving revision 1.13 >diff -u -r1.13 pkg-plist >--- autoconf213/pkg-plist 29 Jun 2003 01:45:09 -0000 1.13 >+++ autoconf213/pkg-plist 14 Oct 2004 04:42:49 -0000 >@@ -4,9 +4,6 @@ > bin/autoscan%%BUILD_VERSION%% > bin/autoupdate%%BUILD_VERSION%% > bin/ifnames%%BUILD_VERSION%% >-@unexec install-info --delete %D/info/autoconf%%BUILD_VERSION%%.info %D/info/dir >-info/autoconf%%BUILD_VERSION%%.info >-@exec install-info %D/info/autoconf%%BUILD_VERSION%%.info %D/info/dir > libexec/autoconf%%BUILD_VERSION%%/autoconf > libexec/autoconf%%BUILD_VERSION%%/autoheader > libexec/autoconf%%BUILD_VERSION%%/autoreconf >Index: autoconf253/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/autoconf253/Makefile,v >retrieving revision 1.49 >diff -u -r1.49 Makefile >--- autoconf253/Makefile 3 Aug 2004 22:58:10 -0000 1.49 >+++ autoconf253/Makefile 14 Oct 2004 04:42:49 -0000 >@@ -15,12 +15,12 @@ > MAINTAINER= ade@FreeBSD.org > COMMENT= Automatically configure source code on many Un*x platforms (version 2.53) > >-DEPRECATED= Please use devel/autoconf259 instead >- > BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ > help2man:${PORTSDIR}/misc/help2man > RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 > >+DEPRECATED= Please use devel/autoconf259 instead >+ > BUILD_VERSION= 253 > PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} > LATEST_LINK= autoconf${BUILD_VERSION} >@@ -40,6 +40,7 @@ > MAN1_PAGES= autoconf autoheader autom4te autoreconf autoscan \ > autoupdate config.guess config.sub ifnames > MAN1= ${MAN1_PAGES:S/$/${BUILD_VERSION}.1/g} >+INFO= autoconf${BUILD_VERSION} standards${BUILD_VERSION} > > post-patch: > @(cd ${WRKSRC} && ${REINPLACE_CMD} -E 's,(PACKAGE=autoconf),\1${BUILD_VERSION},' configure) >Index: autoconf253/pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/devel/autoconf253/pkg-plist,v >retrieving revision 1.15 >diff -u -r1.15 pkg-plist >--- autoconf253/pkg-plist 29 Jul 2004 19:24:26 -0000 1.15 >+++ autoconf253/pkg-plist 14 Oct 2004 04:42:50 -0000 >@@ -11,12 +11,6 @@ > libexec/autoconf%%BUILD_VERSION%%/autoscan > libexec/autoconf%%BUILD_VERSION%%/autoupdate > libexec/autoconf%%BUILD_VERSION%%/ifnames >-@unexec install-info --delete %D/info/autoconf%%BUILD_VERSION%%.info %D/info/dir >-@unexec install-info --delete %D/info/standards%%BUILD_VERSION%%.info %D/info/dir >-info/autoconf%%BUILD_VERSION%%.info >-info/standards%%BUILD_VERSION%%.info >-@exec install-info %D/info/autoconf%%BUILD_VERSION%%.info %D/info/dir >-@exec install-info %D/info/standards%%BUILD_VERSION%%.info %D/info/dir > share/autoconf%%BUILD_VERSION%%/Autom4te/General.pm > share/autoconf%%BUILD_VERSION%%/Autom4te/Struct.pm > share/autoconf%%BUILD_VERSION%%/Autom4te/XFile.pm >Index: autoconf259/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/autoconf259/Makefile,v >retrieving revision 1.57 >diff -u -r1.57 Makefile >--- autoconf259/Makefile 3 Aug 2004 22:58:10 -0000 1.57 >+++ autoconf259/Makefile 14 Oct 2004 04:42:50 -0000 >@@ -40,6 +40,7 @@ > MAN1_PAGES= autoconf autoheader autom4te autoreconf autoscan \ > autoupdate config.guess config.sub ifnames > MAN1= ${MAN1_PAGES:S/$/${BUILD_VERSION}.1/g} >+INFO= autoconf${BUILD_VERSION} standards${BUILD_VERSION} > > post-patch: > @(cd ${WRKSRC} && ${REINPLACE_CMD} -E 's,(PACKAGE=autoconf),\1${BUILD_VERSION},' configure) >Index: autoconf259/pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/devel/autoconf259/pkg-plist,v >retrieving revision 1.18 >diff -u -r1.18 pkg-plist >--- autoconf259/pkg-plist 29 Jul 2004 19:24:26 -0000 1.18 >+++ autoconf259/pkg-plist 14 Oct 2004 04:42:50 -0000 >@@ -5,12 +5,6 @@ > bin/autoscan%%BUILD_VERSION%% > bin/autoupdate%%BUILD_VERSION%% > bin/ifnames%%BUILD_VERSION%% >-@unexec install-info --delete %D/info/autoconf%%BUILD_VERSION%%.info %D/info/dir >-@unexec install-info --delete %D/info/standards%%BUILD_VERSION%%.info %D/info/dir >-info/autoconf%%BUILD_VERSION%%.info >-info/standards%%BUILD_VERSION%%.info >-@exec install-info %D/info/autoconf%%BUILD_VERSION%%.info %D/info/dir >-@exec install-info %D/info/standards%%BUILD_VERSION%%.info %D/info/dir > libexec/autoconf%%BUILD_VERSION%%/autoconf > libexec/autoconf%%BUILD_VERSION%%/autoheader > libexec/autoconf%%BUILD_VERSION%%/autoreconf >Index: automake14/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/automake14/Makefile,v >retrieving revision 1.51 >diff -u -r1.51 Makefile >--- automake14/Makefile 3 Aug 2004 22:58:10 -0000 1.51 >+++ automake14/Makefile 14 Oct 2004 04:42:50 -0000 >@@ -31,6 +31,8 @@ > > STRIP= # none > >+INFO= automake${BUILD_VERSION} >+ > post-patch: > @${MV} ${WRKSRC}/automake.texi ${WRKSRC}/automake${BUILD_VERSION}.texi > @${RM} ${WRKSRC}/*.info* ${WRKSRC}/*.dvi >/dev/null 2>&1 || true >Index: automake14/pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/devel/automake14/pkg-plist,v >retrieving revision 1.18 >diff -u -r1.18 pkg-plist >--- automake14/pkg-plist 13 May 2004 20:49:04 -0000 1.18 >+++ automake14/pkg-plist 14 Oct 2004 04:42:50 -0000 >@@ -1,8 +1,5 @@ > bin/aclocal%%BUILD_VERSION%% > bin/automake%%BUILD_VERSION%% >-@unexec install-info --delete %D/info/automake%%BUILD_VERSION%%.info %D/info/dir >-info/automake%%BUILD_VERSION%%.info >-@exec install-info %D/info/automake%%BUILD_VERSION%%.info %D/info/dir > libexec/automake%%BUILD_VERSION%%/aclocal > libexec/automake%%BUILD_VERSION%%/automake > share/aclocal%%BUILD_VERSION%%/amversion.m4 >Index: automake15/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/automake15/Makefile,v >retrieving revision 1.41 >diff -u -r1.41 Makefile >--- automake15/Makefile 3 Aug 2004 22:58:10 -0000 1.41 >+++ automake15/Makefile 14 Oct 2004 04:42:50 -0000 >@@ -30,6 +30,8 @@ > CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > USE_REINPLACE= yes > >+INFO= automake${BUILD_VERSION} >+ > post-patch: > @(cd ${WRKSRC} && \ > ${RM} -f *.info && \ >Index: automake15/pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/devel/automake15/pkg-plist,v >retrieving revision 1.14 >diff -u -r1.14 pkg-plist >--- automake15/pkg-plist 29 Jul 2004 19:24:26 -0000 1.14 >+++ automake15/pkg-plist 14 Oct 2004 04:42:50 -0000 >@@ -1,8 +1,5 @@ > bin/aclocal%%BUILD_VERSION%% > bin/automake%%BUILD_VERSION%% >-@unexec install-info --delete %D/info/automake%%BUILD_VERSION%%.info %D/info/dir >-info/automake%%BUILD_VERSION%%.info >-@exec install-info %D/info/automake%%BUILD_VERSION%%.info %D/info/dir > libexec/automake%%BUILD_VERSION%%/aclocal > libexec/automake%%BUILD_VERSION%%/automake > share/aclocal%%BUILD_VERSION%%/as.m4 >Index: automake18/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/automake18/Makefile,v >retrieving revision 1.52 >diff -u -r1.52 Makefile >--- automake18/Makefile 3 Aug 2004 22:58:10 -0000 1.52 >+++ automake18/Makefile 14 Oct 2004 04:42:50 -0000 >@@ -29,6 +29,8 @@ > CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > USE_REINPLACE= yes > >+INFO= automake${BUILD_VERSION} >+ > post-patch: > @(cd ${WRKSRC}/doc && \ > ${RM} -f *.info && \ >Index: automake18/pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/devel/automake18/pkg-plist,v >retrieving revision 1.17 >diff -u -r1.17 pkg-plist >--- automake18/pkg-plist 29 Jul 2004 19:24:26 -0000 1.17 >+++ automake18/pkg-plist 14 Oct 2004 04:42:51 -0000 >@@ -1,8 +1,5 @@ > bin/aclocal%%BUILD_VERSION%% > bin/automake%%BUILD_VERSION%% >-@unexec install-info --delete %D/info/automake%%BUILD_VERSION%%.info %D/info/dir >-info/automake%%BUILD_VERSION%%.info >-@exec install-info %D/info/automake%%BUILD_VERSION%%.info %D/info/dir > libexec/automake%%BUILD_VERSION%%/aclocal > libexec/automake%%BUILD_VERSION%%/automake > share/aclocal%%BUILD_VERSION%%/amversion.m4 >Index: automake19/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/automake19/Makefile,v >retrieving revision 1.54 >diff -u -r1.54 Makefile >--- automake19/Makefile 16 Aug 2004 17:48:11 -0000 1.54 >+++ automake19/Makefile 14 Oct 2004 04:42:51 -0000 >@@ -28,6 +28,8 @@ > CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > USE_REINPLACE= yes > >+INFO= automake${BUILD_VERSION} >+ > post-patch: > @(cd ${WRKSRC}/doc && \ > ${RM} -f *.info && \ >Index: automake19/pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/devel/automake19/pkg-plist,v >retrieving revision 1.18 >diff -u -r1.18 pkg-plist >--- automake19/pkg-plist 5 Aug 2004 20:17:26 -0000 1.18 >+++ automake19/pkg-plist 14 Oct 2004 04:42:51 -0000 >@@ -1,8 +1,5 @@ > bin/aclocal%%BUILD_VERSION%% > bin/automake%%BUILD_VERSION%% >-@unexec install-info --delete %D/info/automake%%BUILD_VERSION%%.info %D/info/dir >-info/automake%%BUILD_VERSION%%.info >-@exec install-info %D/info/automake%%BUILD_VERSION%%.info %D/info/dir > libexec/automake%%BUILD_VERSION%%/aclocal > libexec/automake%%BUILD_VERSION%%/automake > share/aclocal%%BUILD_VERSION%%/amversion.m4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 72664
: 47417