Date: Wed, 23 Jul 2014 21:56:08 +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: r362735 - in head: devel/rpc2 net/coda6_server Message-ID: <201407232156.s6NLu85d007469@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jul 23 21:56:07 2014 New Revision: 362735 URL: http://svnweb.freebsd.org/changeset/ports/362735 QAT: https://qat.redports.org/buildarchive/r362735/ Log: - Switch to USES=libtool, drop .la files - Strip libraries - Bump dependent ports as .so version has changed Approved by: portmgr blanket Modified: head/devel/rpc2/Makefile head/devel/rpc2/pkg-plist head/net/coda6_server/Makefile Modified: head/devel/rpc2/Makefile ============================================================================== --- head/devel/rpc2/Makefile Wed Jul 23 21:55:53 2014 (r362734) +++ head/devel/rpc2/Makefile Wed Jul 23 21:56:07 2014 (r362735) @@ -3,6 +3,7 @@ PORTNAME= rpc2 PORTVERSION= 2.10 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://ftp.coda.cs.cmu.edu/pub/rpc2/src/ \ http://ftp.wu-wien.ac.at/pub/systems/coda/src/ \ @@ -16,8 +17,9 @@ LICENSE= LGPL20 LIB_DEPENDS= liblwp.so:${PORTSDIR}/devel/lwp -USES= gmake pathfix perl5 pkgconfig +USES= gmake libtool pathfix perl5 pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip .include <bsd.port.mk> Modified: head/devel/rpc2/pkg-plist ============================================================================== --- head/devel/rpc2/pkg-plist Wed Jul 23 21:55:53 2014 (r362734) +++ head/devel/rpc2/pkg-plist Wed Jul 23 21:56:07 2014 (r362735) @@ -8,13 +8,13 @@ include/rpc2/se.h include/rpc2/secure.h include/rpc2/sftp.h lib/librpc2.a -lib/librpc2.la lib/librpc2.so -lib/librpc2.so.9 +lib/librpc2.so.5 +lib/librpc2.so.5.4.5 lib/libse.a -lib/libse.la lib/libse.so -lib/libse.so.9 +lib/libse.so.5 +lib/libse.so.5.4.5 libdata/pkgconfig/rpc2.pc @dirrm share/rpc2 @dirrm include/rpc2 Modified: head/net/coda6_server/Makefile ============================================================================== --- head/net/coda6_server/Makefile Wed Jul 23 21:55:53 2014 (r362734) +++ head/net/coda6_server/Makefile Wed Jul 23 21:56:07 2014 (r362735) @@ -3,7 +3,7 @@ PORTNAME= coda PORTVERSION= 6.9.4 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= net MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ \ ftp://ftp.planetmirror.com/pub/coda/src/ \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407232156.s6NLu85d007469>