Date: Tue, 3 Jun 2014 00:40:20 +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: r356268 - head/devel/log4cxx Message-ID: <201406030040.s530eKaU020580@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406030040.s530eKaU020580>