Date: Fri, 25 Jul 2014 13:48:46 +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: r362900 - head/devel/pcl Message-ID: <201407251348.s6PDmk8E053344@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Jul 25 13:48:46 2014 New Revision: 362900 URL: http://svnweb.freebsd.org/changeset/ports/362900 QAT: https://qat.redports.org/buildarchive/r362900/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/devel/pcl/Makefile head/devel/pcl/pkg-plist Modified: head/devel/pcl/Makefile ============================================================================== --- head/devel/pcl/Makefile Fri Jul 25 13:44:17 2014 (r362899) +++ head/devel/pcl/Makefile Fri Jul 25 13:48:46 2014 (r362900) @@ -3,13 +3,14 @@ PORTNAME= pcl PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.xmailserver.org/ MAINTAINER= manuel.giraud@gmail.com COMMENT= Portable Coroutine Library -USES= gmake +USES= gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/pcl/pkg-plist ============================================================================== --- head/devel/pcl/pkg-plist Fri Jul 25 13:44:17 2014 (r362899) +++ head/devel/pcl/pkg-plist Fri Jul 25 13:48:46 2014 (r362900) @@ -1,6 +1,6 @@ include/pcl.h lib/libpcl.a -lib/libpcl.la lib/libpcl.so lib/libpcl.so.1 +lib/libpcl.so.1.0.6 man/man3/pcl.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407251348.s6PDmk8E053344>