summaryrefslogtreecommitdiff
path: root/databases/libmemcached/files/patch-bug1245562 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build of libmemcached: add -lthr to the librariesMatthew Seaman2017-06-091-6/+2
| | | | | | | | | | | | plus modifications to the autoconf files. PR: 219168 Submitted by: m.tsatsenko@gmail.com (maintainer) Reported by: 000.fbsd@quip.cz Approved by: m.tsatsenko@gmail.com (maintainer) Notes: svn path=/head/; revision=443019
* databases/libmemcached: Update to 1.0.18 and much moreKubilay Kocak2014-12-111-0/+38
- 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) Notes: svn path=/head/; revision=374511