diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-27 04:17:03 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-27 04:17:03 +0800 |
commit | 616e01cc24001a65945480c8c130bcbb87958a18 (patch) | |
tree | bc1a6e5c88fab90c7ab373eda365638ba3d76034 /net/librsync | |
parent | 1cb3996f936409caabc471db7b8253d17a06f68f (diff) | |
download | freebsd-ports-gnome-616e01cc24001a65945480c8c130bcbb87958a18.tar.gz freebsd-ports-gnome-616e01cc24001a65945480c8c130bcbb87958a18.tar.zst freebsd-ports-gnome-616e01cc24001a65945480c8c130bcbb87958a18.zip |
- Switch to USES=libtool, drop .la file
- Strip library
- Use new LIB_DEPENDS syntax
Diffstat (limited to 'net/librsync')
-rw-r--r-- | net/librsync/Makefile | 8 | ||||
-rw-r--r-- | net/librsync/pkg-plist | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/librsync/Makefile b/net/librsync/Makefile index 434e8a2ff40b..5b417482a439 100644 --- a/net/librsync/Makefile +++ b/net/librsync/Makefile @@ -3,22 +3,22 @@ PORTNAME= librsync PORTVERSION= 0.9.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Library for delta compression of streams -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt -USE_AUTOTOOLS= libtool -USES= gmake +USES= gmake libtool USE_CSTD= gnu89 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-shared --disable-trace USE_LDCONFIG= yes +INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/net/librsync/pkg-plist b/net/librsync/pkg-plist index 630d42c6cbab..e1c8c7505d87 100644 --- a/net/librsync/pkg-plist +++ b/net/librsync/pkg-plist @@ -2,8 +2,8 @@ bin/rdiff include/librsync.h include/librsync-config.h lib/librsync.a -lib/librsync.la lib/librsync.so lib/librsync.so.1 +lib/librsync.so.1.0.2 man/man1/rdiff.1.gz man/man3/librsync.3.gz |