svn commit: r356268 - head/devel/log4cxx
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 3 00:40:21 UTC 2014
Author: amdmi3
Date: Tue Jun 3 00:40:20 2014
New Revision: 356268
URL: http://svnweb.freebsd.org/changeset/ports/356268
QAT: https://qat.redports.org/buildarchive/r356268/
Log:
- Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files
- Strip libraries
Modified:
head/devel/log4cxx/Makefile
head/devel/log4cxx/pkg-plist
Modified: head/devel/log4cxx/Makefile
==============================================================================
--- head/devel/log4cxx/Makefile Tue Jun 3 00:40:13 2014 (r356267)
+++ head/devel/log4cxx/Makefile Tue Jun 3 00:40:20 2014 (r356268)
@@ -3,10 +3,9 @@
PORTNAME= log4cxx
PORTVERSION= 0.10.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_APACHE}
-MASTER_SITE_SUBDIR= logging/${PORTNAME}/${PORTVERSION}
+MASTER_SITES= APACHE/logging/${PORTNAME}/${PORTVERSION}
DISTNAME= apache-${PORTNAME}-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
@@ -14,12 +13,13 @@ COMMENT= C++ port of the Log4j project
LICENSE= APACHE20
-LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1
+LIB_DEPENDS= libapr-1.so:${PORTSDIR}/devel/apr1
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= automake:env autoconf:env libtool:env
-USES= pathfix
+USE_AUTOTOOLS= automake:env autoconf:env
+USES= pathfix libtool
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= BOOST DOXYGEN
Modified: head/devel/log4cxx/pkg-plist
==============================================================================
--- head/devel/log4cxx/pkg-plist Tue Jun 3 00:40:13 2014 (r356267)
+++ head/devel/log4cxx/pkg-plist Tue Jun 3 00:40:20 2014 (r356268)
@@ -176,9 +176,9 @@ include/log4cxx/writerappender.h
include/log4cxx/xml/domconfigurator.h
include/log4cxx/xml/xmllayout.h
lib/liblog4cxx.a
-lib/liblog4cxx.la
lib/liblog4cxx.so
lib/liblog4cxx.so.10
+lib/liblog4cxx.so.10.0.0
libdata/pkgconfig/liblog4cxx.pc
@dirrm include/log4cxx/xml
@dirrm include/log4cxx/varia
More information about the svn-ports-all
mailing list