View | Details | Raw Unified | Return to bug 201801
Collapse All | Expand All

(-)MOVED (+1 lines)
Lines 7721-7723 Link Here
7721
japanese/netype||2015-07-21|Has expired: Broken for more than 6 months
7721
japanese/netype||2015-07-21|Has expired: Broken for more than 6 months
7722
databases/p5-DBD-Pg32|databases/p5-DBD-Pg|2015-07-22|Has expired: Use databases/p5-DBD-Pg instead, compatability probles are fixed
7722
databases/p5-DBD-Pg32|databases/p5-DBD-Pg|2015-07-22|Has expired: Use databases/p5-DBD-Pg instead, compatability probles are fixed
7723
textproc/py-asciinema|textproc/asciinema|2015-07-23|Has expired: use textproc/asciinema instead
7723
textproc/py-asciinema|textproc/asciinema|2015-07-23|Has expired: use textproc/asciinema instead
7724
devel/automake14||2015-07-23|Has expired: Not used in the ports tree anymore
(-)devel/Makefile (-1 lines)
Lines 105-111 Link Here
105
    SUBDIR += autogen
105
    SUBDIR += autogen
106
    SUBDIR += automake
106
    SUBDIR += automake
107
    SUBDIR += automake-wrapper
107
    SUBDIR += automake-wrapper
108
    SUBDIR += automake14
109
    SUBDIR += automoc4
108
    SUBDIR += automoc4
110
    SUBDIR += autotools
109
    SUBDIR += autotools
111
    SUBDIR += avalon-framework
110
    SUBDIR += avalon-framework
(-)devel/autotools/Makefile (-1 lines)
Lines 16-22 Link Here
16
RUN_DEPENDS=	libtoolize:${PORTSDIR}/devel/libtool \
16
RUN_DEPENDS=	libtoolize:${PORTSDIR}/devel/libtool \
17
		autoconf-2.13:${PORTSDIR}/devel/autoconf213 \
17
		autoconf-2.13:${PORTSDIR}/devel/autoconf213 \
18
		autoconf-2.69:${PORTSDIR}/devel/autoconf \
18
		autoconf-2.69:${PORTSDIR}/devel/autoconf \
19
		automake-1.4:${PORTSDIR}/devel/automake14 \
20
		automake-1.15:${PORTSDIR}/devel/automake
19
		automake-1.15:${PORTSDIR}/devel/automake
21
20
22
PLIST_FILES=	share/${PORTNAME}
21
PLIST_FILES=	share/${PORTNAME}
(-)devel/automake14/Makefile (-39 lines)
Lines 1-39 Link Here
1
# Created by: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
2
# $FreeBSD$
3
4
PORTNAME=	automake
5
PORTVERSION=	1.4.6
6
PORTREVISION=	8
7
CATEGORIES=	devel
8
MASTER_SITES=	GNU
9
PKGNAMESUFFIX=	14
10
DISTNAME=	automake-1.4-p6
11
12
# note: before committing to this port, contact portmgr to arrange for an
13
# experimental ports run.  Untested commits may be backed out at portmgr's
14
# discretion.
15
MAINTAINER=	autotools@FreeBSD.org
16
COMMENT=	GNU Standards-compliant Makefile generator (legacy 1.4)
17
18
DEPRECATED=	Not used in the ports tree anymore
19
EXPIRATION_DATE=	2015-07-21
20
21
RUN_DEPENDS=	${AUTOCONF_DEPENDS} \
22
		automake-wrapper:${PORTSDIR}/devel/automake-wrapper
23
24
USE_AUTOTOOLS=	autoconf:env
25
BUILD_VERSION=	1.4
26
PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}
27
USES=		cpe makeinfo perl5
28
GNU_CONFIGURE=	yes
29
CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
30
CONFIGURE_ARGS=	--program-suffix=-${BUILD_VERSION}
31
INFO=		automake-${BUILD_VERSION}
32
CPE_VENDOR=	gnu
33
34
STRIP=		# none
35
36
post-patch:
37
	@${MV} ${WRKSRC}/automake.texi ${WRKSRC}/automake-${BUILD_VERSION}.texi
38
39
.include <bsd.port.mk>
(-)devel/automake14/distinfo (-2 lines)
Lines 1-2 Link Here
1
SHA256 (automake-1.4-p6.tar.gz) = 503cdc2b0992a4309545d17f462cb15f99bb57b7161dfc4082b2e7188f2bcc0f
2
SIZE (automake-1.4-p6.tar.gz) = 375060
(-)devel/automake14/files/patch-Makefile.in (-41 lines)
Lines 1-41 Link Here
1
--- Makefile.in.orig	Sat Jul 27 14:09:40 2002
2
+++ Makefile.in	Thu Apr  5 02:20:54 2007
3
@@ -36,5 +36,5 @@
4
 
5
-pkgdatadir = $(datadir)/@PACKAGE@
6
-pkglibdir = $(libdir)/@PACKAGE@
7
-pkgincludedir = $(includedir)/@PACKAGE@
8
+pkgdatadir = $(datadir)/@PACKAGE@-@APIVERSION@
9
+pkglibdir = $(libdir)/@PACKAGE@-@APIVERSION@
10
+pkgincludedir = $(includedir)/@PACKAGE@-@APIVERSION@
11
 
12
@@ -74,3 +74,3 @@
13
 bin_SCRIPTS = automake aclocal
14
-info_TEXINFOS = automake.texi
15
+info_TEXINFOS = automake-@APIVERSION@.texi
16
 
17
@@ -97,5 +97,5 @@
18
 TEXI2DVI = texi2dvi
19
-INFO_DEPS = automake.info
20
+INFO_DEPS = automake-@APIVERSION@.info
21
 DVIS = automake.dvi
22
-TEXINFOS = automake.texi
23
+TEXINFOS = automake-@APIVERSION@.texi
24
 DATA =  $(pkgvdata_DATA) $(script_DATA)
25
@@ -156,4 +156,4 @@
26
 
27
-$(srcdir)/stamp-vti: automake.texi $(top_srcdir)/configure.in
28
-	@echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/automake.texi`" > vti.tmp
29
+$(srcdir)/stamp-vti: automake-@APIVERSION@.texi $(top_srcdir)/configure.in
30
+	@echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/automake-@APIVERSION@.texi`" > vti.tmp
31
 	@echo "@set EDITION $(VERSION)" >> vti.tmp
32
@@ -176,3 +176,3 @@
33
 
34
-automake.info: automake.texi version.texi
35
+automake-@APIVERSION@.info: automake-@APIVERSION@.texi version.texi
36
 automake.dvi: automake.texi version.texi
37
@@ -490,3 +490,3 @@
38
 	@$(NORMAL_INSTALL)
39
-	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
40
+	$(MAKE) $(AM_MAKEFLAGS)
41
 install-exec: install-exec-recursive
(-)devel/automake14/files/patch-automake.in (-20 lines)
Lines 1-20 Link Here
1
--- automake.in.orig	2002-07-27 20:55:58 UTC
2
+++ automake.in
3
@@ -983,7 +983,7 @@ sub finish_languages
4
 
5
 	# Compute the function name of the finisher and then call it.
6
 	$name = 'lang_' . $lang . '_finish';
7
-	do $name ();
8
+	&$name ();
9
     }
10
 
11
     # If the project is entirely C++ or entirely Fortran 77, don't
12
@@ -1144,7 +1144,7 @@ sub handle_single_transform_list
13
 		# Found the language, so see what it says.
14
 		local ($subr) = 'lang_' . $lang . '_rewrite';
15
 		# Note: computed subr call.
16
-		local ($r) = do $subr ($base, $extension);
17
+		local ($r) = &$subr ($base, $extension);
18
 		# Skip this entry if we were asked not to process it.
19
 		next if ! $r;
20
 
(-)devel/automake14/files/patch-automake.texi (-23 lines)
Lines 1-23 Link Here
1
--- automake.texi.orig	Wed Jan  6 05:01:26 1999
2
+++ automake.texi	Sat Apr 14 15:26:06 2007
3
@@ -2,4 +2,4 @@
4
 @c %**start of header
5
-@setfilename automake.info
6
-@settitle automake
7
+@setfilename automake-1.4.info
8
+@settitle Automake-1.4
9
 @setchapternewpage off
10
@@ -9,10 +9,5 @@
11
 
12
-@dircategory GNU admin
13
-@direntry
14
-* automake: (automake).		Making Makefile.in's
15
-@end direntry
16
-
17
-@dircategory Individual utilities
18
-@direntry
19
-* aclocal: (automake)Invoking aclocal.          Generating aclocal.m4
20
+@dircategory Programming & development tools
21
+@direntry
22
+* Automake-1.4: (automake-1.4).		Making Makefile.in's.
23
 @end direntry
(-)devel/automake14/pkg-descr (-11 lines)
Lines 1-11 Link Here
1
This is the legacy 1.4 version of automake.  It is explicitly for use with
2
older software packages that are not buildable with the current automake.
3
4
Automake is an experimental Makefile generator.  It was inspired by
5
the 4.4BSD make and include files, but aims to be portable and to
6
conform to the GNU standards for Makefile variables and targets.
7
8
Automake assumes the project uses autoconf.  If you want automatic
9
dependency tracking support, the use of GNU make is also required.
10
11
WWW: http://sources.redhat.com/automake/
(-)devel/automake14/pkg-plist (-78 lines)
Lines 1-78 Link Here
1
bin/aclocal-%%BUILD_VERSION%%
2
bin/automake-%%BUILD_VERSION%%
3
share/aclocal-%%BUILD_VERSION%%/amversion.m4
4
share/aclocal-%%BUILD_VERSION%%/ccstdc.m4
5
share/aclocal-%%BUILD_VERSION%%/cond.m4
6
share/aclocal-%%BUILD_VERSION%%/dmalloc.m4
7
share/aclocal-%%BUILD_VERSION%%/error.m4
8
share/aclocal-%%BUILD_VERSION%%/header.m4
9
share/aclocal-%%BUILD_VERSION%%/init.m4
10
share/aclocal-%%BUILD_VERSION%%/lex.m4
11
share/aclocal-%%BUILD_VERSION%%/lispdir.m4
12
share/aclocal-%%BUILD_VERSION%%/maintainer.m4
13
share/aclocal-%%BUILD_VERSION%%/missing.m4
14
share/aclocal-%%BUILD_VERSION%%/mktime.m4
15
share/aclocal-%%BUILD_VERSION%%/multi.m4
16
share/aclocal-%%BUILD_VERSION%%/obstack.m4
17
share/aclocal-%%BUILD_VERSION%%/protos.m4
18
share/aclocal-%%BUILD_VERSION%%/ptrdiff.m4
19
share/aclocal-%%BUILD_VERSION%%/regex.m4
20
share/aclocal-%%BUILD_VERSION%%/sanity.m4
21
share/aclocal-%%BUILD_VERSION%%/strtod.m4
22
share/aclocal-%%BUILD_VERSION%%/termios.m4
23
share/aclocal-%%BUILD_VERSION%%/winsz.m4
24
share/automake-%%BUILD_VERSION%%/COPYING
25
share/automake-%%BUILD_VERSION%%/INSTALL
26
share/automake-%%BUILD_VERSION%%/acinstall
27
share/automake-%%BUILD_VERSION%%/ansi2knr.1
28
share/automake-%%BUILD_VERSION%%/ansi2knr.c
29
share/automake-%%BUILD_VERSION%%/clean-hdr.am
30
share/automake-%%BUILD_VERSION%%/clean-kr.am
31
share/automake-%%BUILD_VERSION%%/clean.am
32
share/automake-%%BUILD_VERSION%%/comp-vars.am
33
share/automake-%%BUILD_VERSION%%/compile.am
34
share/automake-%%BUILD_VERSION%%/config.guess
35
share/automake-%%BUILD_VERSION%%/config.sub
36
share/automake-%%BUILD_VERSION%%/data-clean.am
37
share/automake-%%BUILD_VERSION%%/data.am
38
share/automake-%%BUILD_VERSION%%/dejagnu.am
39
share/automake-%%BUILD_VERSION%%/depend.am
40
share/automake-%%BUILD_VERSION%%/depend2.am
41
share/automake-%%BUILD_VERSION%%/dist-vars.am
42
share/automake-%%BUILD_VERSION%%/elisp-comp
43
share/automake-%%BUILD_VERSION%%/footer.am
44
share/automake-%%BUILD_VERSION%%/header-vars.am
45
share/automake-%%BUILD_VERSION%%/header.am
46
share/automake-%%BUILD_VERSION%%/install-sh
47
share/automake-%%BUILD_VERSION%%/java-clean.am
48
share/automake-%%BUILD_VERSION%%/java.am
49
share/automake-%%BUILD_VERSION%%/kr-extra.am
50
share/automake-%%BUILD_VERSION%%/library.am
51
share/automake-%%BUILD_VERSION%%/libs-clean.am
52
share/automake-%%BUILD_VERSION%%/libs.am
53
share/automake-%%BUILD_VERSION%%/libtool.am
54
share/automake-%%BUILD_VERSION%%/lisp-clean.am
55
share/automake-%%BUILD_VERSION%%/lisp.am
56
share/automake-%%BUILD_VERSION%%/ltlib-clean.am
57
share/automake-%%BUILD_VERSION%%/ltlib.am
58
share/automake-%%BUILD_VERSION%%/ltlibrary.am
59
share/automake-%%BUILD_VERSION%%/mans-vars.am
60
share/automake-%%BUILD_VERSION%%/mans.am
61
share/automake-%%BUILD_VERSION%%/mdate-sh
62
share/automake-%%BUILD_VERSION%%/missing
63
share/automake-%%BUILD_VERSION%%/mkinstalldirs
64
share/automake-%%BUILD_VERSION%%/multilib.am
65
share/automake-%%BUILD_VERSION%%/program.am
66
share/automake-%%BUILD_VERSION%%/progs-clean.am
67
share/automake-%%BUILD_VERSION%%/progs.am
68
share/automake-%%BUILD_VERSION%%/remake-hdr.am
69
share/automake-%%BUILD_VERSION%%/remake.am
70
share/automake-%%BUILD_VERSION%%/scripts.am
71
share/automake-%%BUILD_VERSION%%/subdirs.am
72
share/automake-%%BUILD_VERSION%%/tags-clean.am
73
share/automake-%%BUILD_VERSION%%/tags.am
74
share/automake-%%BUILD_VERSION%%/texi-vers.am
75
share/automake-%%BUILD_VERSION%%/texinfo.tex
76
share/automake-%%BUILD_VERSION%%/texinfos.am
77
share/automake-%%BUILD_VERSION%%/ylwrap
78
@dir share/aclocal

Return to bug 201801