Date: Wed, 2 Jul 2014 19:46:01 +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: r360250 - head/devel/log4cpp Message-ID: <201407021946.s62Jk1lX051286@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407021946.s62Jk1lX051286>