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

(-)devel/autoconf213/Makefile (-3 / +9 lines)
Lines 11-17 Link Here
11
11
12
PORTNAME=	autoconf213
12
PORTNAME=	autoconf213
13
PORTVERSION=	2.13.000227
13
PORTVERSION=	2.13.000227
14
PORTREVISION=	1
14
PORTREVISION=	2
15
CATEGORIES=	devel
15
CATEGORIES=	devel
16
MASTER_SITES=	${MASTER_SITE_SOURCEWARE} ${MASTER_SITE_GNU}
16
MASTER_SITES=	${MASTER_SITE_SOURCEWARE} ${MASTER_SITE_GNU}
17
MASTER_SITE_SUBDIR=	binutils autoconf
17
MASTER_SITE_SUBDIR=	binutils autoconf
Lines 28-37 Link Here
28
CONFIGURE_ARGS=	--program-suffix=213 --datadir=${PREFIX}/share/autoconf213
28
CONFIGURE_ARGS=	--program-suffix=213 --datadir=${PREFIX}/share/autoconf213
29
WRKSRC=		${WRKDIR}/autoconf
29
WRKSRC=		${WRKDIR}/autoconf
30
30
31
post-patch:
32
	@-${RM} ${WRKSRC}/*.info*
33
31
post-install:
34
post-install:
32
	${INSTALL_SCRIPT} ${WRKSRC}/install-sh \
35
	${INSTALL_SCRIPT} ${WRKSRC}/install-sh \
33
		${PREFIX}/share/autoconf213/autoconf
36
		${PREFIX}/share/autoconf213/autoconf
34
	@install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir
37
	${MKDIR} ${PREFIX}/libexec/autoconf213
35
	@install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
38
.for i in autoconf autoheader autoreconf autoscan autoupdate ifnames
39
	${LN} -s ../../bin/${i}213 ${PREFIX}/libexec/autoconf213/${i}
40
.endfor
41
	@install-info ${PREFIX}/info/autoconf213.info ${PREFIX}/info/dir
36
42
37
.include <bsd.port.mk>
43
.include <bsd.port.mk>
(-)devel/autoconf213/pkg-plist (-6 / +10 lines)
Lines 4-15 Link Here
4
bin/autoscan213
4
bin/autoscan213
5
bin/autoupdate213
5
bin/autoupdate213
6
bin/ifnames213
6
bin/ifnames213
7
@unexec install-info --delete %D/info/autoconf.info %D/info/dir
7
@unexec install-info --delete %D/info/autoconf213.info %D/info/dir
8
@unexec install-info --delete %D/info/standards.info %D/info/dir
8
info/autoconf213.info
9
info/autoconf.info
9
@exec install-info %D/info/autoconf213.info %D/info/dir
10
info/standards.info
10
libexec/autoconf213/autoconf
11
@exec install-info %D/info/autoconf.info %D/info/dir
11
libexec/autoconf213/autoheader
12
@exec install-info %D/info/standards.info %D/info/dir
12
libexec/autoconf213/autoreconf
13
libexec/autoconf213/autoscan
14
libexec/autoconf213/autoupdate
15
libexec/autoconf213/ifnames
13
share/autoconf213/autoconf/acconfig.h
16
share/autoconf213/autoconf/acconfig.h
14
share/autoconf213/autoconf/acfunctions
17
share/autoconf213/autoconf/acfunctions
15
share/autoconf213/autoconf/acgeneral.m4
18
share/autoconf213/autoconf/acgeneral.m4
Lines 26-30 Link Here
26
share/autoconf213/autoconf/config.guess
29
share/autoconf213/autoconf/config.guess
27
share/autoconf213/autoconf/config.sub
30
share/autoconf213/autoconf/config.sub
28
share/autoconf213/autoconf/install-sh
31
share/autoconf213/autoconf/install-sh
32
@dirrm libexec/autoconf213
29
@dirrm share/autoconf213/autoconf
33
@dirrm share/autoconf213/autoconf
30
@dirrm share/autoconf213
34
@dirrm share/autoconf213
(-)devel/autoconf213/files/patch-aa (-3 / +42 lines)
Lines 1-5 Link Here
1
--- Makefile.in.orig	Tue Jan  5 08:27:16 1999
1
--- Makefile.in.orig	Sun Feb 27 11:18:10 2000
2
+++ Makefile.in	Sat Jan 23 23:29:33 1999
2
+++ Makefile.in	Mon Mar 18 21:10:20 2002
3
@@ -68,7 +68,7 @@
4
 DISTFILES = AUTHORS COPYING ChangeLog ChangeLog.1 INSTALL \
5
 	Makefile.in NEWS README TODO $(M4FILES) \
6
 	acconfig.h acfunctions acheaders acidentifiers \
7
-	acmakevars acprograms autoconf.info* \
8
+	acmakevars acprograms autoconf213.info* \
9
 	autoconf.sh autoconf.texi install.texi \
10
 	autoheader.sh autoscan.pl autoreconf.sh autoupdate.sh ifnames.sh \
11
 	config.guess config.sub configure configure.in \
12
@@ -106,10 +106,10 @@
13
 autoconf.m4f: autoconf.m4 acgeneral.m4 acspecific.m4 acoldnames.m4
14
 autoheader.m4f: autoheader.m4 acgeneral.m4 acspecific.m4 acoldnames.m4
15
 
16
-info: autoconf.info @standards_info@ INSTALL
17
+info: autoconf213.info
18
 
19
 # Use --no-split to avoid creating filenames > 14 chars.
20
-autoconf.info: autoconf.texi install.texi
21
+autoconf213.info: autoconf.texi install.texi
22
 	$(MAKEINFO) -I$(srcdir) $(srcdir)/autoconf.texi --no-split --output=$@
23
 
24
 INSTALL: install.texi
3
@@ -141,7 +141,7 @@
25
@@ -141,7 +141,7 @@
4
 
26
 
5
 install: all $(M4FILES) acconfig.h installdirs install-info
27
 install: all $(M4FILES) acconfig.h installdirs install-info
Lines 9-15 Link Here
9
 	done
31
 	done
10
 	for i in $(M4FROZEN); do \
32
 	for i in $(M4FROZEN); do \
11
 	  $(INSTALL_DATA) $$i $(acdatadir)/$$i; \
33
 	  $(INSTALL_DATA) $$i $(acdatadir)/$$i; \
12
@@ -150,9 +150,9 @@
34
@@ -150,16 +150,16 @@
13
 	  $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
35
 	  $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
14
 	done
36
 	done
15
 	-if test -f autoscan; then \
37
 	-if test -f autoscan; then \
Lines 21-23 Link Here
21
 	$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
43
 	$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
22
 	done; \
44
 	done; \
23
 	else :; fi
45
 	else :; fi
46
 
47
 # Don't cd, to avoid breaking install-sh references.
48
 install-info: info installdirs
49
-	if test -f autoconf.info; then \
50
+	if test -f autoconf213.info; then \
51
 	  for i in *.info*; do \
52
 	    $(INSTALL_DATA) $$i $(infodir)/$$i; \
53
 	  done; \
54
@@ -174,7 +174,7 @@
55
 	  rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
56
 	done
57
 	rm -fr $(acdatadir)
58
-	cd $(infodir) && rm -f autoconf.info*
59
+	cd $(infodir) && rm -f autoconf213.info*
60
 	if test -f standards.info || test -f $(srcdir)/standards.info; \
61
 	then cd $(infodir) && rm -f standards.info*; fi
62
 
(-)devel/autoconf213/files/patch-ab (-5 / +18 lines)
Lines 1-10 Link Here
1
--- autoconf.texi.orig	Tue Jan  5 08:28:37 1999
1
--- autoconf.texi.orig	Sun Feb 27 11:18:10 2000
2
+++ autoconf.texi	Sat Jan 23 23:34:43 1999
2
+++ autoconf.texi	Mon Mar 18 21:30:10 2002
3
@@ -4,6 +4,7 @@
3
@@ -1,9 +1,10 @@
4
 @settitle Autoconf
4
 \input texinfo @c -*-texinfo-*-
5
 @c %**start of header
6
-@setfilename autoconf.info
7
-@settitle Autoconf
8
+@setfilename autoconf213.info
9
+@settitle Autoconf213
5
 @c For double-sided printing, uncomment:
10
 @c For double-sided printing, uncomment:
6
 @c @setchapternewpage odd
11
 @c @setchapternewpage odd
7
+@dircategory Programming & development tools
12
+@dircategory Programming & development tools
8
 @c %**end of header
13
 @c %**end of header
9
 
14
 
10
 @set EDITION 2.13
15
 @set EDITION 2.13
11
-8<----8<----8<----8<----8<----8<----8<----8<----8<----8<--
16
@@ -17,7 +18,7 @@
17
 @ifinfo
18
 @format
19
 START-INFO-DIR-ENTRY
20
-* Autoconf: (autoconf).         Create source code configuration scripts.
21
+* Autoconf213: (autoconf213).   Create source code configuration scripts.
22
 END-INFO-DIR-ENTRY
23
 @end format
24
 

Return to bug 36071