svn commit: r360250 - head/devel/log4cpp
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 2 19:46:02 UTC 2014
Author: amdmi3
Date: Wed Jul 2 19:46:01 2014
New Revision: 360250
URL: http://svnweb.freebsd.org/changeset/ports/360250
QAT: https://qat.redports.org/buildarchive/r360250/
Log:
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Modified:
head/devel/log4cpp/Makefile
head/devel/log4cpp/pkg-plist
Modified: head/devel/log4cpp/Makefile
==============================================================================
--- head/devel/log4cpp/Makefile Wed Jul 2 19:40:57 2014 (r360249)
+++ head/devel/log4cpp/Makefile Wed Jul 2 19:46:01 2014 (r360250)
@@ -3,14 +3,14 @@
PORTNAME= log4cpp
DISTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}.x%20%28new%29/${PORTNAME}-${PORTVERSION}
MAINTAINER= clsung at FreeBSD.org
COMMENT= Library of C++ classes for flexible logging
-USES= gmake pathfix
-USE_AUTOTOOLS= libtool
+USES= gmake libtool pathfix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-pthreads --disable-html-docs
USE_LDCONFIG= yes
Modified: head/devel/log4cpp/pkg-plist
==============================================================================
--- head/devel/log4cpp/pkg-plist Wed Jul 2 19:40:57 2014 (r360249)
+++ head/devel/log4cpp/pkg-plist Wed Jul 2 19:46:01 2014 (r360250)
@@ -52,9 +52,9 @@ include/log4cpp/threading/OmniThreads.hh
include/log4cpp/threading/PThreads.hh
include/log4cpp/threading/Threading.hh
lib/liblog4cpp.a
-lib/liblog4cpp.la
lib/liblog4cpp.so
lib/liblog4cpp.so.5
+lib/liblog4cpp.so.5.0.6
libdata/pkgconfig/log4cpp.pc
share/aclocal/log4cpp.m4
%%PORTDOCS%%%%DOCSDIR%%/index.html
More information about the svn-ports-all
mailing list