From owner-svn-ports-all@FreeBSD.ORG Tue Jun 3 00:40:21 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 16590396; Tue, 3 Jun 2014 00:40:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03BB825C2; Tue, 3 Jun 2014 00:40:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s530eK8l020582; Tue, 3 Jun 2014 00:40:20 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s530eKaU020580; Tue, 3 Jun 2014 00:40:20 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406030040.s530eKaU020580@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 3 Jun 2014 00:40:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356268 - head/devel/log4cxx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2014 00:40:21 -0000 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