View | Details | Raw Unified | Return to bug 220152 | Differences between
and this patch

Collapse All | Expand All

(-)devel/automake/Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	automake
4
PORTNAME=	automake
5
PORTVERSION=	1.15
5
PORTVERSION=	1.15.1
6
PORTREVISION=	1
7
CATEGORIES=	devel
6
CATEGORIES=	devel
8
MASTER_SITES=	GNU
7
MASTER_SITES=	GNU
9
8
(-)devel/automake/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (automake-1.15.tar.xz) = 9908c75aabd49d13661d6dcb1bc382252d22cc77bf733a2d55e87f2aa2db8636
1
TIMESTAMP = 1497951299
2
SIZE (automake-1.15.tar.xz) = 1496708
2
SHA256 (automake-1.15.1.tar.xz) = af6ba39142220687c500f79b4aa2f181d9b24e4f8d8ec497cea4ba26c64bedaf
3
SIZE (automake-1.15.1.tar.xz) = 1509496
(-)devel/automake/files/patch-bin-automake.in (-11 lines)
Lines 1-11 Link Here
1
--- bin/automake.in.orig	2015-01-05 19:25:55 UTC
2
+++ bin/automake.in
3
@@ -3878,7 +3878,7 @@ sub substitute_ac_subst_variables_worker
4
 sub substitute_ac_subst_variables
5
 {
6
   my ($text) = @_;
7
-  $text =~ s/\${([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge;
8
+  $text =~ s/\$\{([^ \t=:+{}]+)\}/substitute_ac_subst_variables_worker ($1)/ge;
9
   return $text;
10
 }
11
 
(-)devel/elfutils/Makefile (-5 / +1 lines)
Lines 29-36 OPTIONS_SUB= yes Link Here
29
NLS_USES=	gettext
29
NLS_USES=	gettext
30
NLS_CONFIGURE_ENABLE=	nls
30
NLS_CONFIGURE_ENABLE=	nls
31
31
32
USES=		gmake libtool tar:bzip2
32
USES=		autoreconf gmake libtool tar:bzip2
33
USE_AUTOTOOLS=	automake:env
34
USE_GCC=	4.8	# fails to build with newer versions
33
USE_GCC=	4.8	# fails to build with newer versions
35
GNU_CONFIGURE=	yes
34
GNU_CONFIGURE=	yes
36
USE_LDCONFIG=	yes
35
USE_LDCONFIG=	yes
Lines 49-55 post-patch: Link Here
49
	    ${LOCALBASE}/share/gnulib/lib/obstack_printf.c \
48
	    ${LOCALBASE}/share/gnulib/lib/obstack_printf.c \
50
	    ${WRKSRC}/lib
49
	    ${WRKSRC}/lib
51
50
52
pre-configure:
53
	@cd ${WRKSRC} && ${AUTOMAKE}
54
55
.include <bsd.port.mk>
51
.include <bsd.port.mk>

Return to bug 220152