aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2017-06-25 18:50:19 +0800
committertijl <tijl@FreeBSD.org>2017-06-25 18:50:19 +0800
commit8f3c5e12f42226eba52f4051e89274efa525ddfe (patch)
treef25e5279eac923d01a093f10a368881d101de45a /devel
parent8a767a829d5aab1bdf3c551d9d4da2790d69dd55 (diff)
downloadfreebsd-ports-gnome-8f3c5e12f42226eba52f4051e89274efa525ddfe.tar.gz
freebsd-ports-gnome-8f3c5e12f42226eba52f4051e89274efa525ddfe.tar.zst
freebsd-ports-gnome-8f3c5e12f42226eba52f4051e89274efa525ddfe.zip
- Update devel/automake to 1.15.1.
- Convert devel/elfutils to USES=autoreconf. PR: 220152 Exp-run by: antoine
Diffstat (limited to 'devel')
-rw-r--r--devel/automake/Makefile3
-rw-r--r--devel/automake/distinfo5
-rw-r--r--devel/automake/files/patch-bin-automake.in11
-rw-r--r--devel/elfutils/Makefile6
4 files changed, 5 insertions, 20 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile
index 637813c4ad96..9e3af9c9982e 100644
--- a/devel/automake/Makefile
+++ b/devel/automake/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= automake
-PORTVERSION= 1.15
-PORTREVISION= 1
+PORTVERSION= 1.15.1
CATEGORIES= devel
MASTER_SITES= GNU
diff --git a/devel/automake/distinfo b/devel/automake/distinfo
index 7611ba297864..6c9f4ccc726b 100644
--- a/devel/automake/distinfo
+++ b/devel/automake/distinfo
@@ -1,2 +1,3 @@
-SHA256 (automake-1.15.tar.xz) = 9908c75aabd49d13661d6dcb1bc382252d22cc77bf733a2d55e87f2aa2db8636
-SIZE (automake-1.15.tar.xz) = 1496708
+TIMESTAMP = 1497951299
+SHA256 (automake-1.15.1.tar.xz) = af6ba39142220687c500f79b4aa2f181d9b24e4f8d8ec497cea4ba26c64bedaf
+SIZE (automake-1.15.1.tar.xz) = 1509496
diff --git a/devel/automake/files/patch-bin-automake.in b/devel/automake/files/patch-bin-automake.in
deleted file mode 100644
index c58559ee4323..000000000000
--- a/devel/automake/files/patch-bin-automake.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- bin/automake.in.orig 2015-01-05 19:25:55 UTC
-+++ bin/automake.in
-@@ -3878,7 +3878,7 @@ sub substitute_ac_subst_variables_worker
- sub substitute_ac_subst_variables
- {
- my ($text) = @_;
-- $text =~ s/\${([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge;
-+ $text =~ s/\$\{([^ \t=:+{}]+)\}/substitute_ac_subst_variables_worker ($1)/ge;
- return $text;
- }
-
diff --git a/devel/elfutils/Makefile b/devel/elfutils/Makefile
index 9059f87d17ff..159bb8ae735b 100644
--- a/devel/elfutils/Makefile
+++ b/devel/elfutils/Makefile
@@ -29,8 +29,7 @@ OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
-USES= gmake libtool tar:bzip2
-USE_AUTOTOOLS= automake:env
+USES= autoreconf gmake libtool tar:bzip2
USE_GCC= 4.8 # fails to build with newer versions
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -49,7 +48,4 @@ post-patch:
${LOCALBASE}/share/gnulib/lib/obstack_printf.c \
${WRKSRC}/lib
-pre-configure:
- @cd ${WRKSRC} && ${AUTOMAKE}
-
.include <bsd.port.mk>