From owner-svn-ports-all@FreeBSD.ORG Sat Sep 13 19:24:25 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D783CA7D; Sat, 13 Sep 2014 19:24:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 B7496EA9; Sat, 13 Sep 2014 19:24:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8DJOOrr098872; Sat, 13 Sep 2014 19:24:24 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8DJONDt098865; Sat, 13 Sep 2014 19:24:23 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409131924.s8DJONDt098865@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 13 Sep 2014 19:24:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368131 - in head: databases/db48 databases/db6 sysutils/ganglia-monitor-core www/apache22 www/apache24 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.18-1 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: Sat, 13 Sep 2014 19:24:25 -0000 Author: tijl Date: Sat Sep 13 19:24:23 2014 New Revision: 368131 URL: http://svnweb.freebsd.org/changeset/ports/368131 QAT: https://qat.redports.org/buildarchive/r368131/ Log: Remove unused LIBTOOLFILES Modified: head/databases/db48/Makefile head/databases/db6/Makefile head/sysutils/ganglia-monitor-core/Makefile head/www/apache22/Makefile head/www/apache24/Makefile Modified: head/databases/db48/Makefile ============================================================================== --- head/databases/db48/Makefile Sat Sep 13 19:20:22 2014 (r368130) +++ head/databases/db48/Makefile Sat Sep 13 19:24:23 2014 (r368131) @@ -28,7 +28,6 @@ CONFIGURE_SCRIPT= ../dist/configure USES= libtool:keepla GNU_CONFIGURE= yes INSTALL_TARGET= install_include install_lib install_utilities -LIBTOOLFILES= ${CONFIGURE_SCRIPT} WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix USE_LDCONFIG= yes Modified: head/databases/db6/Makefile ============================================================================== --- head/databases/db6/Makefile Sat Sep 13 19:20:22 2014 (r368130) +++ head/databases/db6/Makefile Sat Sep 13 19:24:23 2014 (r368131) @@ -27,7 +27,6 @@ CONFIGURE_SCRIPT= ../dist/configure GNU_CONFIGURE= yes USES= gmake libtool INSTALL_TARGET= install_include install_lib install_utilities -LIBTOOLFILES= ${CONFIGURE_SCRIPT} WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix USE_LDCONFIG= yes PLIST_SUB= BDBMAJ=${BDBMAJ} BDBVER=${BDBVER} Modified: head/sysutils/ganglia-monitor-core/Makefile ============================================================================== --- head/sysutils/ganglia-monitor-core/Makefile Sat Sep 13 19:20:22 2014 (r368130) +++ head/sysutils/ganglia-monitor-core/Makefile Sat Sep 13 19:24:23 2014 (r368131) @@ -27,7 +27,6 @@ GMETAD_DESC= include gmetad USES= libtool pkgconfig USE_PYTHON= yes -LIBTOOLFILES= configure libmetrics/configure GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-setuid=ganglia --enable-setgid=ganglia \ Modified: head/www/apache22/Makefile ============================================================================== --- head/www/apache22/Makefile Sat Sep 13 19:20:22 2014 (r368130) +++ head/www/apache22/Makefile Sat Sep 13 19:24:23 2014 (r368131) @@ -24,7 +24,6 @@ USES= tar:bzip2 iconv perl5 libtool cpe USE_PERL5= run USE_AUTOTOOLS= autoconf USE_RC_SUBR= apache22 htcacheclean -LIBTOOLFILES= configure.in CPE_VENDOR= apache CPE_PRODUCT= http_server Modified: head/www/apache24/Makefile ============================================================================== --- head/www/apache24/Makefile Sat Sep 13 19:20:22 2014 (r368130) +++ head/www/apache24/Makefile Sat Sep 13 19:24:23 2014 (r368131) @@ -23,7 +23,6 @@ USES= tar:bzip2 iconv perl5 libtool cpe USE_PERL5= run USE_AUTOTOOLS= autoconf USE_RC_SUBR= apache24 htcacheclean -LIBTOOLFILES= configure.in CPE_VENDOR= apache CPE_PRODUCT= http_server