diff options
author | koobs <koobs@FreeBSD.org> | 2014-12-11 13:26:39 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-12-11 13:26:39 +0800 |
commit | 0e1362f947e5e246be3ec018a4c34e937b6175f2 (patch) | |
tree | f5a000db9f0e619637a2579179a2d471d62b1c7e /net | |
parent | f9d047b45775caabe084f089594eb70a239ae581 (diff) | |
download | freebsd-ports-gnome-0e1362f947e5e246be3ec018a4c34e937b6175f2.tar.gz freebsd-ports-gnome-0e1362f947e5e246be3ec018a4c34e937b6175f2.tar.zst freebsd-ports-gnome-0e1362f947e5e246be3ec018a4c34e937b6175f2.zip |
databases/libmemcached: Update to 1.0.18 and much more
- Update to 1.0.18 and pkg-plist accordingly
- Add LICENSE (BSD3CLAUSE) and LICENSE_FILE
- Add TEST_DEPENDS and regression-test target
- Perl is not required, remove USE_PERL and from USES
- Split LDFLAGS from CONFIGURE_ENV, they're already set there
- Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off)
- Add OPTIONS for hash functions, debug and dtrace
- pkg-descr: Update WWW: URL
- Add patches for:
* alloca.h include not found on FreeBSD
* cinttypes include location
* clang compatibility
- Strip shared libraries manually since upstream install-strip target is
fail
Changes:
https://launchpad.net/libmemcached/+announcements
[1] https://bugs.launchpad.net/libmemcached/+bug/1245562
[2] https://bugs.launchpad.net/libmemcached/+bug/1400560
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email)
Diffstat (limited to 'net')
-rw-r--r-- | net/yaz/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index c5095161067a..c748c8d9b0af 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -3,6 +3,7 @@ PORTNAME= yaz PORTVERSION= 5.7.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ |