From owner-svn-ports-all@freebsd.org Sun Jun 25 10:50:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA7EAD8E5AA; Sun, 25 Jun 2017 10:50:20 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87BE966A6D; Sun, 25 Jun 2017 10:50:20 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5PAoJNk055217; Sun, 25 Jun 2017 10:50:19 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5PAoJ7x055214; Sun, 25 Jun 2017 10:50:19 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201706251050.v5PAoJ7x055214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 25 Jun 2017 10:50:19 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2017 10:50:20 -0000 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