1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Switch to USES=libtool, drop .la files

- Strip libraries
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2014-07-23 21:56:07 +00:00
parent ffbf1b3071
commit 4e0a6c6828
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362735
3 changed files with 8 additions and 6 deletions

View File

@ -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>

View File

@ -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

View File

@ -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/ \