Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2014 10:46:11 +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: r364777 - head/devel/log4c
Message-ID:  <201408131046.s7DAkBsl049715@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Aug 13 10:46:11 2014
New Revision: 364777
URL: http://svnweb.freebsd.org/changeset/ports/364777
QAT: https://qat.redports.org/buildarchive/r364777/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/devel/log4c/Makefile
  head/devel/log4c/pkg-plist

Modified: head/devel/log4c/Makefile
==============================================================================
--- head/devel/log4c/Makefile	Wed Aug 13 10:39:00 2014	(r364776)
+++ head/devel/log4c/Makefile	Wed Aug 13 10:46:11 2014	(r364777)
@@ -3,6 +3,7 @@
 
 PORTNAME=	log4c
 PORTVERSION=	1.2.3
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
@@ -16,8 +17,8 @@ OPTIONS_DEFAULT=EXPAT
 EXPAT_CONFIGURE_WITH=	expat
 EXPAT_LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 
-USES=		pathfix
-USE_AUTOTOOLS=	libtool
+USES=		libtool pathfix
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/devel/log4c/pkg-plist
==============================================================================
--- head/devel/log4c/pkg-plist	Wed Aug 13 10:39:00 2014	(r364776)
+++ head/devel/log4c/pkg-plist	Wed Aug 13 10:46:11 2014	(r364777)
@@ -25,9 +25,9 @@ include/log4c/rollingpolicy.h
 include/log4c/rollingpolicy_type_sizewin.h
 include/log4c/version.h
 lib/liblog4c.a
-lib/liblog4c.la
 lib/liblog4c.so
-lib/liblog4c.so.6
+lib/liblog4c.so.3
+lib/liblog4c.so.3.3.0
 libdata/pkgconfig/log4c.pc
 man/man1/log4c-config.1.gz
 share/aclocal/log4c.m4



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408131046.s7DAkBsl049715>