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

(-)./automake/Makefile (-1 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	automake
8
PORTNAME=	automake
9
PORTVERSION=	1.5
9
PORTVERSION=	1.7
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	devel
11
CATEGORIES=	devel
12
MASTER_SITES=	${MASTER_SITE_GNU}
12
MASTER_SITES=	${MASTER_SITE_GNU}
Lines 16-21 Link Here
16
16
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
CONFIGURE_ENV=	PERL=${PERL5}
18
CONFIGURE_ENV=	PERL=${PERL5}
19
USE_BZIP2=	yes
19
USE_PERL5=	yes
20
USE_PERL5=	yes
20
WRKSRC=		${WRKDIR}/${DISTNAME}
21
WRKSRC=		${WRKDIR}/${DISTNAME}
21
22
(-)./automake/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (automake-1.5.tar.gz) = 74a22ac0581378e807ecb334a55c5bab
1
MD5 (automake-1.7.tar.bz2) = 11506bbe16fffa6d053a92707dad7aa1
(-)./automake/files/patch-ab (-8 / +8 lines)
Lines 1-11 Link Here
1
--- Makefile.in.orig	Sun Sep  9 11:42:15 2001
1
--- Makefile.in.orig	Mon Oct  7 18:41:36 2002
2
+++ Makefile.in	Sun Sep  9 11:42:51 2001
2
+++ Makefile.in	Mon Oct  7 18:41:49 2002
3
@@ -180,7 +180,7 @@
3
@@ -198,7 +198,7 @@
4
 .texi.info:
4
 .texi.info:
5
 	@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
5
 	@rm -f $@ $@-[0-9] $@-[0-9][0-9]
6
 	cd $(srcdir) \
6
 	$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
7
-	  && $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \
7
-	`test -f '$<' || echo '$(srcdir)/'`$< -o $@
8
+	  && $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) --no-split \
8
+	--no-split `test -f '$<' || echo '$(srcdir)/'`$< -o $@
9
 	       `echo $< | sed 's,.*/,,'`
10
 
9
 
11
 .texi.dvi:
10
 .texi.dvi:
11
 	TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
(-)./automake/pkg-plist (-88 / +91 lines)
Lines 3-93 Link Here
3
@unexec install-info --delete %D/info/automake.info %D/info/dir
3
@unexec install-info --delete %D/info/automake.info %D/info/dir
4
info/automake.info
4
info/automake.info
5
@exec install-info %D/info/automake.info %D/info/dir
5
@exec install-info %D/info/automake.info %D/info/dir
6
share/aclocal/as.m4
6
share/aclocal-1.7/amversion.m4
7
share/aclocal/auxdir.m4
7
share/aclocal-1.7/as.m4
8
share/aclocal/ccstdc.m4
8
share/aclocal-1.7/auxdir.m4
9
share/aclocal/cond.m4
9
share/aclocal-1.7/ccstdc.m4
10
share/aclocal/depend.m4
10
share/aclocal-1.7/cond.m4
11
share/aclocal/depout.m4
11
share/aclocal-1.7/depend.m4
12
share/aclocal/dmalloc.m4
12
share/aclocal-1.7/depout.m4
13
share/aclocal/error.m4
13
share/aclocal-1.7/dmalloc.m4
14
share/aclocal/gcj.m4
14
share/aclocal-1.7/gcj.m4
15
share/aclocal/header.m4
15
share/aclocal-1.7/header.m4
16
share/aclocal/init.m4
16
share/aclocal-1.7/init.m4
17
share/aclocal/install-sh.m4
17
share/aclocal-1.7/install-sh.m4
18
share/aclocal/lex.m4
18
share/aclocal-1.7/lex.m4
19
share/aclocal/lispdir.m4
19
share/aclocal-1.7/lispdir.m4
20
share/aclocal/maintainer.m4
20
share/aclocal-1.7/maintainer.m4
21
share/aclocal/make.m4
21
share/aclocal-1.7/make.m4
22
share/aclocal/minuso.m4
22
share/aclocal-1.7/minuso.m4
23
share/aclocal/missing.m4
23
share/aclocal-1.7/missing.m4
24
share/aclocal/multi.m4
24
share/aclocal-1.7/multi.m4
25
share/aclocal/obstack.m4
25
share/aclocal-1.7/obsol-gt.m4
26
share/aclocal/protos.m4
26
share/aclocal-1.7/obsol-lt.m4
27
share/aclocal/ptrdiff.m4
27
share/aclocal-1.7/obsolete.m4
28
share/aclocal/python.m4
28
share/aclocal-1.7/options.m4
29
share/aclocal/regex.m4
29
share/aclocal-1.7/protos.m4
30
share/aclocal/sanity.m4
30
share/aclocal-1.7/python.m4
31
share/aclocal/strip.m4
31
share/aclocal-1.7/regex.m4
32
share/aclocal/strtod.m4
32
share/aclocal-1.7/runlog.m4
33
share/aclocal/termios.m4
33
share/aclocal-1.7/sanity.m4
34
share/aclocal/winsz.m4
34
share/aclocal-1.7/strip.m4
35
share/automake/Automake/Struct.pm
35
share/automake-1.7/Automake/Channels.pm
36
share/automake/COPYING
36
share/automake-1.7/Automake/General.pm
37
share/automake/INSTALL
37
share/automake-1.7/Automake/Struct.pm
38
share/automake/acinstall
38
share/automake-1.7/Automake/XFile.pm
39
share/automake/am/ansi2knr.am
39
share/automake-1.7/COPYING
40
share/automake/am/check.am
40
share/automake-1.7/INSTALL
41
share/automake/am/clean-hdr.am
41
share/automake-1.7/acinstall
42
share/automake/am/clean.am
42
share/automake-1.7/am/ansi2knr.am
43
share/automake/am/compile.am
43
share/automake-1.7/am/check.am
44
share/automake/am/configure.am
44
share/automake-1.7/am/clean-hdr.am
45
share/automake/am/data.am
45
share/automake-1.7/am/clean.am
46
share/automake/am/dejagnu.am
46
share/automake-1.7/am/compile.am
47
share/automake/am/depend.am
47
share/automake-1.7/am/configure.am
48
share/automake/am/depend2.am
48
share/automake-1.7/am/data.am
49
share/automake/am/distdir.am
49
share/automake-1.7/am/dejagnu.am
50
share/automake/am/footer.am
50
share/automake-1.7/am/depend.am
51
share/automake/am/header-vars.am
51
share/automake-1.7/am/depend2.am
52
share/automake/am/header.am
52
share/automake-1.7/am/distdir.am
53
share/automake/am/install.am
53
share/automake-1.7/am/footer.am
54
share/automake/am/java.am
54
share/automake-1.7/am/header-vars.am
55
share/automake/am/lang-compile.am
55
share/automake-1.7/am/header.am
56
share/automake/am/lex.am
56
share/automake-1.7/am/install.am
57
share/automake/am/library.am
57
share/automake-1.7/am/java.am
58
share/automake/am/libs.am
58
share/automake-1.7/am/lang-compile.am
59
share/automake/am/libtool.am
59
share/automake-1.7/am/lex.am
60
share/automake/am/lisp.am
60
share/automake-1.7/am/library.am
61
share/automake/am/ltlib.am
61
share/automake-1.7/am/libs.am
62
share/automake/am/ltlibrary.am
62
share/automake-1.7/am/libtool.am
63
share/automake/am/mans-vars.am
63
share/automake-1.7/am/lisp.am
64
share/automake/am/mans.am
64
share/automake-1.7/am/ltlib.am
65
share/automake/am/multilib.am
65
share/automake-1.7/am/ltlibrary.am
66
share/automake/am/program.am
66
share/automake-1.7/am/mans-vars.am
67
share/automake/am/progs.am
67
share/automake-1.7/am/mans.am
68
share/automake/am/python.am
68
share/automake-1.7/am/multilib.am
69
share/automake/am/remake-hdr.am
69
share/automake-1.7/am/program.am
70
share/automake/am/scripts.am
70
share/automake-1.7/am/progs.am
71
share/automake/am/subdirs.am
71
share/automake-1.7/am/python.am
72
share/automake/am/tags.am
72
share/automake-1.7/am/remake-hdr.am
73
share/automake/am/texi-vers.am
73
share/automake-1.7/am/scripts.am
74
share/automake/am/texibuild.am
74
share/automake-1.7/am/subdirs.am
75
share/automake/am/texinfos.am
75
share/automake-1.7/am/tags.am
76
share/automake/am/yacc.am
76
share/automake-1.7/am/texi-vers.am
77
share/automake/ansi2knr.1
77
share/automake-1.7/am/texibuild.am
78
share/automake/ansi2knr.c
78
share/automake-1.7/am/texinfos.am
79
share/automake/compile
79
share/automake-1.7/am/yacc.am
80
share/automake/config.guess
80
share/automake-1.7/ansi2knr.1
81
share/automake/config.sub
81
share/automake-1.7/ansi2knr.c
82
share/automake/depcomp
82
share/automake-1.7/compile
83
share/automake/elisp-comp
83
share/automake-1.7/config.guess
84
share/automake/install-sh
84
share/automake-1.7/config.sub
85
share/automake/mdate-sh
85
share/automake-1.7/depcomp
86
share/automake/missing
86
share/automake-1.7/elisp-comp
87
share/automake/mkinstalldirs
87
share/automake-1.7/install-sh
88
share/automake/py-compile
88
share/automake-1.7/mdate-sh
89
share/automake/texinfo.tex
89
share/automake-1.7/missing
90
share/automake/ylwrap
90
share/automake-1.7/mkinstalldirs
91
@dirrm share/automake/am
91
share/automake-1.7/py-compile
92
@dirrm share/automake/Automake
92
share/automake-1.7/texinfo.tex
93
@dirrm share/automake
93
share/automake-1.7/ylwrap
94
@dirrm share/automake-1.7/am
95
@dirrm share/automake-1.7/Automake
96
@dirrm share/automake-1.7

Return to bug 43778