Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 2017 10:50:19 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444259 - in head/devel: automake automake/files elfutils
Message-ID:  <201706251050.v5PAoJ7x055214@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Jun 25 10:50:19 2017
New Revision: 444259
URL: https://svnweb.freebsd.org/changeset/ports/444259

Log:
  - Update devel/automake to 1.15.1.
  - Convert devel/elfutils to USES=autoreconf.
  
  PR:		220152
  Exp-run by:	antoine

Deleted:
  head/devel/automake/files/patch-bin-automake.in
Modified:
  head/devel/automake/Makefile
  head/devel/automake/distinfo
  head/devel/elfutils/Makefile

Modified: head/devel/automake/Makefile
==============================================================================
--- head/devel/automake/Makefile	Sun Jun 25 09:50:54 2017	(r444258)
+++ head/devel/automake/Makefile	Sun Jun 25 10:50:19 2017	(r444259)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	automake
-PORTVERSION=	1.15
-PORTREVISION=	1
+PORTVERSION=	1.15.1
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 

Modified: head/devel/automake/distinfo
==============================================================================
--- head/devel/automake/distinfo	Sun Jun 25 09:50:54 2017	(r444258)
+++ head/devel/automake/distinfo	Sun Jun 25 10:50:19 2017	(r444259)
@@ -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

Modified: head/devel/elfutils/Makefile
==============================================================================
--- head/devel/elfutils/Makefile	Sun Jun 25 09:50:54 2017	(r444258)
+++ head/devel/elfutils/Makefile	Sun Jun 25 10:50:19 2017	(r444259)
@@ -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
@@ -48,8 +47,5 @@ post-patch:
 	    ${LOCALBASE}/share/gnulib/lib/obstack.h \
 	    ${LOCALBASE}/share/gnulib/lib/obstack_printf.c \
 	    ${WRKSRC}/lib
-
-pre-configure:
-	@cd ${WRKSRC} && ${AUTOMAKE}
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706251050.v5PAoJ7x055214>