Date: Tue, 2 Dec 2014 01:22:58 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373732 - head/devel/log4cplus Message-ID: <201412020122.sB21MwPd081464@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Dec 2 01:22:57 2014 New Revision: 373732 URL: https://svnweb.freebsd.org/changeset/ports/373732 QAT: https://qat.redports.org/buildarchive/r373732/ Log: - Drop .la files, no dependees require them Approved by: portmgr blanket Modified: head/devel/log4cplus/Makefile head/devel/log4cplus/pkg-plist Modified: head/devel/log4cplus/Makefile ============================================================================== --- head/devel/log4cplus/Makefile Tue Dec 2 00:55:12 2014 (r373731) +++ head/devel/log4cplus/Makefile Tue Dec 2 01:22:57 2014 (r373732) @@ -3,7 +3,7 @@ PORTNAME= log4cplus PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} @@ -12,7 +12,7 @@ COMMENT= Logging library for C++ OPTIONS_DEFINE= DOCS -USES= libtool:keepla pathfix tar:xz +USES= libtool pathfix tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-threads=yes Modified: head/devel/log4cplus/pkg-plist ============================================================================== --- head/devel/log4cplus/pkg-plist Tue Dec 2 00:55:12 2014 (r373731) +++ head/devel/log4cplus/pkg-plist Tue Dec 2 01:22:57 2014 (r373732) @@ -71,6 +71,5 @@ include/log4cplus/win32debugappender.h lib/liblog4cplus-1.1.so.9 lib/liblog4cplus-1.1.so.9.0.0 lib/liblog4cplus.a -lib/liblog4cplus.la lib/liblog4cplus.so libdata/pkgconfig/log4cplus.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412020122.sB21MwPd081464>