Index: head/devel/autoconf/Makefile =================================================================== --- head/devel/autoconf/Makefile (revision 452584) +++ head/devel/autoconf/Makefile (revision 452585) @@ -1,48 +1,56 @@ # Created by: ade@FreeBSD.org # $FreeBSD$ PORTNAME= autoconf PORTVERSION= 2.69 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU -DISTNAME= autoconf-${PORTVERSION} 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= ${_LICENSE_PERMS_DEFAULT} + 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 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 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} + ${INSTALL_SCRIPT} ${WRKSRC}/build-aux/${FILE} ${STAGEDIR}${PREFIX}/share/autoconf-${BUILD_VERSION} .endfor .include Index: head/devel/autoconf/files/patch-autoconf.texi =================================================================== --- head/devel/autoconf/files/patch-autoconf.texi (revision 452584) +++ head/devel/autoconf/files/patch-autoconf.texi (nonexistent) @@ -1,53 +0,0 @@ ---- doc/autoconf.texi.orig 2012-04-25 04:14:19.000000000 +0200 -+++ doc/autoconf.texi 2014-06-25 14:47:17.208468153 +0200 -@@ -15,7 +15,7 @@ - @c The ARG is an optional argument. To be used for macro arguments in - @c their documentation (@defmac). - @macro ovar{varname} --@r{[}@var{\varname\}@r{]}@c -+@r{[}@var{\varname\}@r{]} - @end macro - - @c @dvar(ARG, DEFAULT) -@@ -23,7 +23,7 @@ - @c The ARG is an optional argument, defaulting to DEFAULT. To be used - @c for macro arguments in their documentation (@defmac). - @macro dvar{varname, default} --@r{[}@var{\varname\} = @samp{\default\}@r{]}@c -+@r{[}@var{\varname\} = @samp{\default\}@r{]} - @end macro - - @c Handling the indexes with Texinfo yields several different problems. -@@ -217,31 +217,11 @@ - - - --@dircategory Software development -+@dircategory Programming & development tools - @direntry - * Autoconf: (autoconf). Create source code configuration scripts. - @end direntry - --@dircategory Individual utilities --@direntry --* autoscan: (autoconf)autoscan Invocation. -- Semi-automatic @file{configure.ac} writing --* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source. --* autoconf-invocation: (autoconf)autoconf Invocation. -- How to create configuration scripts --* autoreconf: (autoconf)autoreconf Invocation. -- Remaking multiple @command{configure} scripts --* autoheader: (autoconf)autoheader Invocation. -- How to create configuration templates --* autom4te: (autoconf)autom4te Invocation. -- The Autoconf executables backbone --* configure: (autoconf)configure Invocation. Configuring a package. --* autoupdate: (autoconf)autoupdate Invocation. -- Automatic update of @file{configure.ac} --* config.status: (autoconf)config.status Invocation. Recreating configurations. --* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite. --@end direntry -- - @titlepage - @title Autoconf - @subtitle Creating Automatic Configuration Scripts Property changes on: head/devel/autoconf/files/patch-autoconf.texi ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/autoconf/files/patch-doc-Makefile.in =================================================================== --- head/devel/autoconf/files/patch-doc-Makefile.in (revision 452584) +++ head/devel/autoconf/files/patch-doc-Makefile.in (revision 452585) @@ -1,12 +1,18 @@ ---- doc/Makefile.in.orig Mon Oct 16 13:58:44 2006 -+++ doc/Makefile.in Thu Apr 5 01:51:13 2007 -@@ -44,3 +44,3 @@ +--- doc/Makefile.in.orig 2012-04-25 02:40:26 UTC ++++ doc/Makefile.in +@@ -65,13 +65,13 @@ CONFIG_CLEAN_FILES = + CONFIG_CLEAN_VPATH_FILES = + SOURCES = DIST_SOURCES = -INFO_DEPS = $(srcdir)/autoconf.info $(srcdir)/standards.info +INFO_DEPS = $(srcdir)/autoconf.info - TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex -@@ -51,3 +51,3 @@ + am__TEXINFO_TEX_DIR = $(srcdir)/../build-aux + DVIS = autoconf.dvi standards.dvi + PDFS = autoconf.pdf standards.pdf + PSS = autoconf.ps standards.ps HTMLS = autoconf.html standards.html -TEXINFOS = autoconf.texi standards.texi +TEXINFOS = autoconf.texi + TEXI2DVI = texi2dvi TEXI2PDF = $(TEXI2DVI) --pdf --batch + MAKEINFOHTML = $(MAKEINFO) --html Index: head/devel/autoconf/files/patch-doc_autoconf.texi =================================================================== --- head/devel/autoconf/files/patch-doc_autoconf.texi (nonexistent) +++ head/devel/autoconf/files/patch-doc_autoconf.texi (revision 452585) @@ -0,0 +1,53 @@ +--- doc/autoconf.texi.orig 2012-04-25 02:14:19 UTC ++++ doc/autoconf.texi +@@ -15,7 +15,7 @@ + @c The ARG is an optional argument. To be used for macro arguments in + @c their documentation (@defmac). + @macro ovar{varname} +-@r{[}@var{\varname\}@r{]}@c ++@r{[}@var{\varname\}@r{]} + @end macro + + @c @dvar(ARG, DEFAULT) +@@ -23,7 +23,7 @@ + @c The ARG is an optional argument, defaulting to DEFAULT. To be used + @c for macro arguments in their documentation (@defmac). + @macro dvar{varname, default} +-@r{[}@var{\varname\} = @samp{\default\}@r{]}@c ++@r{[}@var{\varname\} = @samp{\default\}@r{]} + @end macro + + @c Handling the indexes with Texinfo yields several different problems. +@@ -217,31 +217,11 @@ entitled ``GNU Free Documentation Licens + + + +-@dircategory Software development ++@dircategory Programming & development tools + @direntry + * Autoconf: (autoconf). Create source code configuration scripts. + @end direntry + +-@dircategory Individual utilities +-@direntry +-* autoscan: (autoconf)autoscan Invocation. +- Semi-automatic @file{configure.ac} writing +-* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source. +-* autoconf-invocation: (autoconf)autoconf Invocation. +- How to create configuration scripts +-* autoreconf: (autoconf)autoreconf Invocation. +- Remaking multiple @command{configure} scripts +-* autoheader: (autoconf)autoheader Invocation. +- How to create configuration templates +-* autom4te: (autoconf)autom4te Invocation. +- The Autoconf executables backbone +-* configure: (autoconf)configure Invocation. Configuring a package. +-* autoupdate: (autoconf)autoupdate Invocation. +- Automatic update of @file{configure.ac} +-* config.status: (autoconf)config.status Invocation. Recreating configurations. +-* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite. +-@end direntry +- + @titlepage + @title Autoconf + @subtitle Creating Automatic Configuration Scripts Property changes on: head/devel/autoconf/files/patch-doc_autoconf.texi ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +ON \ No newline at end of property