diff options
author | rene <rene@FreeBSD.org> | 2015-07-28 05:25:07 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2015-07-28 05:25:07 +0800 |
commit | 60b035ab96988bc145bf60bae41dd08da4f7c067 (patch) | |
tree | 41ca3ec6e647f4b293c1b30ac96cc25df0e17a69 /devel | |
parent | fdad5855f5436adedf48ac0dc908f6f854bf1cee (diff) | |
download | freebsd-ports-gnome-60b035ab96988bc145bf60bae41dd08da4f7c067.tar.gz freebsd-ports-gnome-60b035ab96988bc145bf60bae41dd08da4f7c067.tar.zst freebsd-ports-gnome-60b035ab96988bc145bf60bae41dd08da4f7c067.zip |
Remove expired devel/automake14 and adjust dependency in devel/autotools
PR: 201801 (exp-run)
Submitted by: myself
Approved by: autotools (ade), portmgr (mat)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/automake14/Makefile | 39 | ||||
-rw-r--r-- | devel/automake14/distinfo | 2 | ||||
-rw-r--r-- | devel/automake14/files/patch-Makefile.in | 41 | ||||
-rw-r--r-- | devel/automake14/files/patch-automake.in | 20 | ||||
-rw-r--r-- | devel/automake14/files/patch-automake.texi | 23 | ||||
-rw-r--r-- | devel/automake14/pkg-descr | 11 | ||||
-rw-r--r-- | devel/automake14/pkg-plist | 78 | ||||
-rw-r--r-- | devel/autotools/Makefile | 1 |
9 files changed, 0 insertions, 216 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1c7fc629dd7f..c13543426cc9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -102,7 +102,6 @@ SUBDIR += autogen SUBDIR += automake SUBDIR += automake-wrapper - SUBDIR += automake14 SUBDIR += automoc4 SUBDIR += autotools SUBDIR += avalon-framework diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile deleted file mode 100644 index 6843aa31b1ad..000000000000 --- a/devel/automake14/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp> -# $FreeBSD$ - -PORTNAME= automake -PORTVERSION= 1.4.6 -PORTREVISION= 8 -CATEGORIES= devel -MASTER_SITES= GNU -PKGNAMESUFFIX= 14 -DISTNAME= automake-1.4-p6 - -# note: before committing to this port, contact portmgr to arrange for an -# experimental ports run. Untested commits may be backed out at portmgr's -# discretion. -MAINTAINER= autotools@FreeBSD.org -COMMENT= GNU Standards-compliant Makefile generator (legacy 1.4) - -DEPRECATED= Not used in the ports tree anymore -EXPIRATION_DATE= 2015-07-21 - -RUN_DEPENDS= ${AUTOCONF_DEPENDS} \ - automake-wrapper:${PORTSDIR}/devel/automake-wrapper - -USE_AUTOTOOLS= autoconf:env -BUILD_VERSION= 1.4 -PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} -USES= cpe makeinfo perl5 -GNU_CONFIGURE= yes -CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" -CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} -INFO= automake-${BUILD_VERSION} -CPE_VENDOR= gnu - -STRIP= # none - -post-patch: - @${MV} ${WRKSRC}/automake.texi ${WRKSRC}/automake-${BUILD_VERSION}.texi - -.include <bsd.port.mk> diff --git a/devel/automake14/distinfo b/devel/automake14/distinfo deleted file mode 100644 index 1826b0e6e5d7..000000000000 --- a/devel/automake14/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (automake-1.4-p6.tar.gz) = 503cdc2b0992a4309545d17f462cb15f99bb57b7161dfc4082b2e7188f2bcc0f -SIZE (automake-1.4-p6.tar.gz) = 375060 diff --git a/devel/automake14/files/patch-Makefile.in b/devel/automake14/files/patch-Makefile.in deleted file mode 100644 index 7cd1eac67043..000000000000 --- a/devel/automake14/files/patch-Makefile.in +++ /dev/null @@ -1,41 +0,0 @@ ---- Makefile.in.orig Sat Jul 27 14:09:40 2002 -+++ Makefile.in Thu Apr 5 02:20:54 2007 -@@ -36,5 +36,5 @@ - --pkgdatadir = $(datadir)/@PACKAGE@ --pkglibdir = $(libdir)/@PACKAGE@ --pkgincludedir = $(includedir)/@PACKAGE@ -+pkgdatadir = $(datadir)/@PACKAGE@-@APIVERSION@ -+pkglibdir = $(libdir)/@PACKAGE@-@APIVERSION@ -+pkgincludedir = $(includedir)/@PACKAGE@-@APIVERSION@ - -@@ -74,3 +74,3 @@ - bin_SCRIPTS = automake aclocal --info_TEXINFOS = automake.texi -+info_TEXINFOS = automake-@APIVERSION@.texi - -@@ -97,5 +97,5 @@ - TEXI2DVI = texi2dvi --INFO_DEPS = automake.info -+INFO_DEPS = automake-@APIVERSION@.info - DVIS = automake.dvi --TEXINFOS = automake.texi -+TEXINFOS = automake-@APIVERSION@.texi - DATA = $(pkgvdata_DATA) $(script_DATA) -@@ -156,4 +156,4 @@ - --$(srcdir)/stamp-vti: automake.texi $(top_srcdir)/configure.in -- @echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/automake.texi`" > vti.tmp -+$(srcdir)/stamp-vti: automake-@APIVERSION@.texi $(top_srcdir)/configure.in -+ @echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/automake-@APIVERSION@.texi`" > vti.tmp - @echo "@set EDITION $(VERSION)" >> vti.tmp -@@ -176,3 +176,3 @@ - --automake.info: automake.texi version.texi -+automake-@APIVERSION@.info: automake-@APIVERSION@.texi version.texi - automake.dvi: automake.texi version.texi -@@ -490,3 +490,3 @@ - @$(NORMAL_INSTALL) -- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook -+ $(MAKE) $(AM_MAKEFLAGS) - install-exec: install-exec-recursive diff --git a/devel/automake14/files/patch-automake.in b/devel/automake14/files/patch-automake.in deleted file mode 100644 index f594c81ff0fd..000000000000 --- a/devel/automake14/files/patch-automake.in +++ /dev/null @@ -1,20 +0,0 @@ ---- automake.in.orig 2002-07-27 20:55:58 UTC -+++ automake.in -@@ -983,7 +983,7 @@ sub finish_languages - - # Compute the function name of the finisher and then call it. - $name = 'lang_' . $lang . '_finish'; -- do $name (); -+ &$name (); - } - - # If the project is entirely C++ or entirely Fortran 77, don't -@@ -1144,7 +1144,7 @@ sub handle_single_transform_list - # Found the language, so see what it says. - local ($subr) = 'lang_' . $lang . '_rewrite'; - # Note: computed subr call. -- local ($r) = do $subr ($base, $extension); -+ local ($r) = &$subr ($base, $extension); - # Skip this entry if we were asked not to process it. - next if ! $r; - diff --git a/devel/automake14/files/patch-automake.texi b/devel/automake14/files/patch-automake.texi deleted file mode 100644 index 3b51ede84310..000000000000 --- a/devel/automake14/files/patch-automake.texi +++ /dev/null @@ -1,23 +0,0 @@ ---- automake.texi.orig Wed Jan 6 05:01:26 1999 -+++ automake.texi Sat Apr 14 15:26:06 2007 -@@ -2,4 +2,4 @@ - @c %**start of header --@setfilename automake.info --@settitle automake -+@setfilename automake-1.4.info -+@settitle Automake-1.4 - @setchapternewpage off -@@ -9,10 +9,5 @@ - --@dircategory GNU admin --@direntry --* automake: (automake). Making Makefile.in's --@end direntry -- --@dircategory Individual utilities --@direntry --* aclocal: (automake)Invoking aclocal. Generating aclocal.m4 -+@dircategory Programming & development tools -+@direntry -+* Automake-1.4: (automake-1.4). Making Makefile.in's. - @end direntry diff --git a/devel/automake14/pkg-descr b/devel/automake14/pkg-descr deleted file mode 100644 index 5093382b5c84..000000000000 --- a/devel/automake14/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This is the legacy 1.4 version of automake. It is explicitly for use with -older software packages that are not buildable with the current automake. - -Automake is an experimental Makefile generator. It was inspired by -the 4.4BSD make and include files, but aims to be portable and to -conform to the GNU standards for Makefile variables and targets. - -Automake assumes the project uses autoconf. If you want automatic -dependency tracking support, the use of GNU make is also required. - -WWW: http://sources.redhat.com/automake/ diff --git a/devel/automake14/pkg-plist b/devel/automake14/pkg-plist deleted file mode 100644 index a6380d8f0e44..000000000000 --- a/devel/automake14/pkg-plist +++ /dev/null @@ -1,78 +0,0 @@ -bin/aclocal-%%BUILD_VERSION%% -bin/automake-%%BUILD_VERSION%% -share/aclocal-%%BUILD_VERSION%%/amversion.m4 -share/aclocal-%%BUILD_VERSION%%/ccstdc.m4 -share/aclocal-%%BUILD_VERSION%%/cond.m4 -share/aclocal-%%BUILD_VERSION%%/dmalloc.m4 -share/aclocal-%%BUILD_VERSION%%/error.m4 -share/aclocal-%%BUILD_VERSION%%/header.m4 -share/aclocal-%%BUILD_VERSION%%/init.m4 -share/aclocal-%%BUILD_VERSION%%/lex.m4 -share/aclocal-%%BUILD_VERSION%%/lispdir.m4 -share/aclocal-%%BUILD_VERSION%%/maintainer.m4 -share/aclocal-%%BUILD_VERSION%%/missing.m4 -share/aclocal-%%BUILD_VERSION%%/mktime.m4 -share/aclocal-%%BUILD_VERSION%%/multi.m4 -share/aclocal-%%BUILD_VERSION%%/obstack.m4 -share/aclocal-%%BUILD_VERSION%%/protos.m4 -share/aclocal-%%BUILD_VERSION%%/ptrdiff.m4 -share/aclocal-%%BUILD_VERSION%%/regex.m4 -share/aclocal-%%BUILD_VERSION%%/sanity.m4 -share/aclocal-%%BUILD_VERSION%%/strtod.m4 -share/aclocal-%%BUILD_VERSION%%/termios.m4 -share/aclocal-%%BUILD_VERSION%%/winsz.m4 -share/automake-%%BUILD_VERSION%%/COPYING -share/automake-%%BUILD_VERSION%%/INSTALL -share/automake-%%BUILD_VERSION%%/acinstall -share/automake-%%BUILD_VERSION%%/ansi2knr.1 -share/automake-%%BUILD_VERSION%%/ansi2knr.c -share/automake-%%BUILD_VERSION%%/clean-hdr.am -share/automake-%%BUILD_VERSION%%/clean-kr.am -share/automake-%%BUILD_VERSION%%/clean.am -share/automake-%%BUILD_VERSION%%/comp-vars.am -share/automake-%%BUILD_VERSION%%/compile.am -share/automake-%%BUILD_VERSION%%/config.guess -share/automake-%%BUILD_VERSION%%/config.sub -share/automake-%%BUILD_VERSION%%/data-clean.am -share/automake-%%BUILD_VERSION%%/data.am -share/automake-%%BUILD_VERSION%%/dejagnu.am -share/automake-%%BUILD_VERSION%%/depend.am -share/automake-%%BUILD_VERSION%%/depend2.am -share/automake-%%BUILD_VERSION%%/dist-vars.am -share/automake-%%BUILD_VERSION%%/elisp-comp -share/automake-%%BUILD_VERSION%%/footer.am -share/automake-%%BUILD_VERSION%%/header-vars.am -share/automake-%%BUILD_VERSION%%/header.am -share/automake-%%BUILD_VERSION%%/install-sh -share/automake-%%BUILD_VERSION%%/java-clean.am -share/automake-%%BUILD_VERSION%%/java.am -share/automake-%%BUILD_VERSION%%/kr-extra.am -share/automake-%%BUILD_VERSION%%/library.am -share/automake-%%BUILD_VERSION%%/libs-clean.am -share/automake-%%BUILD_VERSION%%/libs.am -share/automake-%%BUILD_VERSION%%/libtool.am -share/automake-%%BUILD_VERSION%%/lisp-clean.am -share/automake-%%BUILD_VERSION%%/lisp.am -share/automake-%%BUILD_VERSION%%/ltlib-clean.am -share/automake-%%BUILD_VERSION%%/ltlib.am -share/automake-%%BUILD_VERSION%%/ltlibrary.am -share/automake-%%BUILD_VERSION%%/mans-vars.am -share/automake-%%BUILD_VERSION%%/mans.am -share/automake-%%BUILD_VERSION%%/mdate-sh -share/automake-%%BUILD_VERSION%%/missing -share/automake-%%BUILD_VERSION%%/mkinstalldirs -share/automake-%%BUILD_VERSION%%/multilib.am -share/automake-%%BUILD_VERSION%%/program.am -share/automake-%%BUILD_VERSION%%/progs-clean.am -share/automake-%%BUILD_VERSION%%/progs.am -share/automake-%%BUILD_VERSION%%/remake-hdr.am -share/automake-%%BUILD_VERSION%%/remake.am -share/automake-%%BUILD_VERSION%%/scripts.am -share/automake-%%BUILD_VERSION%%/subdirs.am -share/automake-%%BUILD_VERSION%%/tags-clean.am -share/automake-%%BUILD_VERSION%%/tags.am -share/automake-%%BUILD_VERSION%%/texi-vers.am -share/automake-%%BUILD_VERSION%%/texinfo.tex -share/automake-%%BUILD_VERSION%%/texinfos.am -share/automake-%%BUILD_VERSION%%/ylwrap -@dir share/aclocal diff --git a/devel/autotools/Makefile b/devel/autotools/Makefile index 17753f2fe4e6..ed27a54570b4 100644 --- a/devel/autotools/Makefile +++ b/devel/autotools/Makefile @@ -16,7 +16,6 @@ COMMENT= Autotools meta-port RUN_DEPENDS= libtoolize:${PORTSDIR}/devel/libtool \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ autoconf-2.69:${PORTSDIR}/devel/autoconf \ - automake-1.4:${PORTSDIR}/devel/automake14 \ automake-1.15:${PORTSDIR}/devel/automake PLIST_FILES= share/${PORTNAME} |