FreeBSD Bugzilla – Attachment 229170 Details for
Bug 259556
devel/autoconf: optionalize INFO
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-devel-autoconf-optionalize-INFO.patch
0001-devel-autoconf-optionalize-INFO.patch (text/plain), 3.36 KB, created by
Val Packett
on 2021-10-31 10:56:38 UTC
(
hide
)
Description:
0001-devel-autoconf-optionalize-INFO.patch
Filename:
MIME Type:
Creator:
Val Packett
Created:
2021-10-31 10:56:38 UTC
Size:
3.36 KB
patch
obsolete
>From b8699f1e95f4b85369c64a2136174dbd1bb66092 Mon Sep 17 00:00:00 2001 >From: Greg V <greg@unrelenting.technology> >Date: Sat, 30 Oct 2021 20:27:56 +0300 >Subject: [PATCH] devel/autoconf: optionalize INFO > >--- > devel/autoconf/Makefile | 10 ++++++++-- > devel/autoconf/files/extra-patch-no-info | 20 ++++++++++++++++++++ > 2 files changed, 28 insertions(+), 2 deletions(-) > create mode 100644 devel/autoconf/files/extra-patch-no-info > >diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile >index ecd2df746ebc..56dc967d70e6 100644 >--- a/devel/autoconf/Makefile >+++ b/devel/autoconf/Makefile >@@ -1,57 +1,63 @@ > # Created by: ade@FreeBSD.org > > PORTNAME= autoconf > PORTVERSION= 2.69 > PORTREVISION= 3 > CATEGORIES= devel > MASTER_SITES= GNU > > MAINTAINER= tijl@FreeBSD.org > COMMENT= Automatically configure source code on many Un*x platforms > > LICENSE= GPLv2+ GPLv3+ GFDL AUTOCONF_CONFIGURE_SCRIPT_EXCEPTION > LICENSE_COMB= multi > LICENSE_NAME_AUTOCONF_CONFIGURE_SCRIPT_EXCEPTION= AUTOCONF CONFIGURE SCRIPT EXCEPTION > LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING > LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYINGv3 > LICENSE_FILE_GFDL= ${WRKSRC}/doc/fdl.texi > LICENSE_FILE_AUTOCONF_CONFIGURE_SCRIPT_EXCEPTION= ${WRKSRC}/COPYING.EXCEPTION > LICENSE_PERMS_AUTOCONF_CONFIGURE_SCRIPT_EXCEPTION= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > > BUILD_DEPENDS= gm4:devel/m4 \ > help2man:misc/help2man > RUN_DEPENDS= gm4:devel/m4 \ > autoconf-wrapper:devel/autoconf-wrapper > > BUILD_VERSION= 2.69 > PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} >-USES= gmake makeinfo perl5 tar:xz >-INFO= autoconf >+USES= gmake perl5 tar:xz > > GNU_CONFIGURE= yes > CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4 AWK=${AWK} \ > ac_cv_prog_TEST_EMACS=no > CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} --without-lispdir > > GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh missing > GENERIC_LINKS= autoconf autoheader autom4te autoreconf autoscan autoupdate \ > ifnames > >+OPTIONS_DEFINE= INFO >+OPTIONS_DEFAULT= INFO >+ >+INFO_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-no-info >+INFO_INFO= autoconf >+INFO_USES= makeinfo >+ > NO_ARCH= yes > > post-patch: > @(cd ${WRKSRC}/man && \ > for file in *.[1x]; do \ > ${REINPLACE_CMD} -E 's,([^-]auto)(conf|make|reconf|update|header|scan),\1\2-${BUILD_VERSION},g ; \ > s,(config\.guess|config\.sub|ifnames),\1-${BUILD_VERSION},g' $$file ; \ > done) > @(cd ${WRKSRC}/doc && ${RM} *.info) > @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ > 's|@PACKAGE@$$|@PACKAGE@-@VERSION@|' > > post-install: > .for FILE in ${GENERIC_TOOLS} > ${INSTALL_SCRIPT} ${WRKSRC}/build-aux/${FILE} ${STAGEDIR}${PREFIX}/share/autoconf-${BUILD_VERSION} > .endfor > > .include <bsd.port.mk> >diff --git a/devel/autoconf/files/extra-patch-no-info b/devel/autoconf/files/extra-patch-no-info >new file mode 100644 >index 000000000000..da6bcc372699 >--- /dev/null >+++ b/devel/autoconf/files/extra-patch-no-info >@@ -0,0 +1,20 @@ >+--- doc/Makefile.in.orig 2012-04-25 02:40:26 UTC >++++ doc/Makefile.in >+@@ -468,7 +468,7 @@ distdir: $(DISTFILES) >+ dist-info >+ check-am: all-am >+ check: check-am >+-all-am: Makefile $(INFO_DEPS) >++all-am: Makefile >+ installdirs: >+ for dir in "$(DESTDIR)$(infodir)"; do \ >+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ >+@@ -519,7 +519,7 @@ info: info-am >+ >+ info-am: $(INFO_DEPS) >+ >+-install-data-am: install-info-am >++install-data-am: >+ >+ install-dvi: install-dvi-am >+ >-- >2.30.0 >
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 259556
:
229152
| 229170