Date: Sat, 13 Sep 2014 19:24:23 +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: r368131 - in head: databases/db48 databases/db6 sysutils/ganglia-monitor-core www/apache22 www/apache24 Message-ID: <201409131924.s8DJONDt098865@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409131924.s8DJONDt098865>