Commit graph

73 commits

Author SHA1 Message Date
Steve Wills
3b549d3326 databases/libmemcached: revert using --with-pic
This wasn't necessary

Pointyhat to:		swills
Reported by:		tijl, bapt
2015-07-01 01:04:24 +00:00
Steve Wills
ef2a451323 databases/libmemcached: build with -fPIC
Fixes static lib build on 9.x

Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
2015-06-30 19:26:32 +00:00
Tijl Coosemans
86c6fc4c0d - Update devel/automake to 1.15
- Update devel/gettext to 0.19.4
- Update devel/libtool and devel/libltdl to 2.4.5
- This version of libtool has been fixed to pass -fstack-protector to the
  compiler during linking.  Add the same fix to USES=libtool.  This should
  improve SSP support on FreeBSD/i386 8 and 9.
- databases/libmemcached, security/sssd: patch configure.ac so
  AC_CONFIG_AUX_DIR appears earlier.
  For databases/libmemcached changing configure.ac causes manpages to be
  regenerated which requires extra dependencies so patch a makefile to
  prevent that.
- devel/xfce4-dev-tools: only depend on recent versions of autoconf and
  automake

PR:		196938
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-01-23 18:54:01 +00:00
Kubilay Kocak
b6450d4ca7 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)
2014-12-11 05:26:39 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Baptiste Daroussin
ff06f04d62 USES=execinfo 2014-08-05 06:36:06 +00:00
Baptiste Daroussin
b564653452 Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2

With hat:	portmgr
2014-07-24 13:32:58 +00:00
Dmitry Marakasov
5842a64033 - Switch to USES=libtool
Approved by:	portmgr blanket
2014-06-25 18:39:00 +00:00
Rene Ladan
5969ca5b26 - Add stage support, install manual pages unconditionally
- Define an explicit option for the optional SASL dependency
- Bump PORTREVISION

Approved by:	 portmgr (blanket infrastructure)
2014-03-31 11:26:53 +00:00
Baptiste Daroussin
c0d7b638ed Part 1 at removing now useless FETCH_ARGS redifition 2014-01-03 00:46:47 +00:00
Baptiste Daroussin
b5482324dc In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
2013-12-11 18:08:52 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Baptiste Daroussin
0b8519df6b Do not overwrite USES 2013-09-17 10:12:32 +00:00
Baptiste Daroussin
7fb9058d37 Convert to new perl framework 2013-09-17 09:00:42 +00:00
Baptiste Daroussin
01904a4939 Fix build with libc++ 2013-09-06 20:04:43 +00:00
Baptiste Daroussin
5e04dfb987 Eliminate USE_GNOME=pkgconfig from databases
While here:
- trim headers
- Convert to USES=pathfix, USES=gmake
2013-09-02 09:01:51 +00:00
Alex Kozlov
05a9235c98 - Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
2013-02-01 15:04:00 +00:00
Hajimu UMEMOTO
dda3fab6a5 Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
2012-12-10 15:10:02 +00:00
Steve Wills
fc8b794f10 - Update to 1.0.7
PR:		ports/167541
Approved by:	"Mikhail Tsatsenko" <m.tsatsenko@gmail.com> (maintainer)
2012-05-03 14:02:00 +00:00
Jason Helfman
17aab083b4 - pass maintainer-ship to submitter
PR:	ports/167218
Submitted by:	m.tsatsenko@gmail.com
2012-04-23 16:29:56 +00:00
Vanilla I. Shu
cfc998a265 Fix compile with gcc46 on freebsd8.2
PR:		ports/167208
Submitted by:	Olivier <software-freebsd@interfasys.ch>
2012-04-22 22:05:12 +00:00
Vanilla I. Shu
73b7a56b52 1: Upgrade libmemcached to 1.0.6.
2: bump revision to chase shared library version.
3: drop maintainer
2012-04-13 17:48:18 +00:00
Vanilla I. Shu
fa64ca75a3 typo fix, s/deve/devel/g
Submitted by:	Portsnap buildbox
2012-03-05 12:09:10 +00:00
Vanilla I. Shu
3ec289414c Upgrade libmemcached to 1.0.4,
bump revision to chase shared library version.
2012-03-05 11:51:43 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Koop Mast
622d5c8629 Fix the build on FreeBSD 10.
Approved by:	portmgr (miwi)
2011-10-29 12:13:31 +00:00
Vanilla I. Shu
6a5b96297b Upgrade to 1.0.2. 2011-10-27 16:50:55 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Vanilla I. Shu
7fe53e85cc Fix build on 8.2/i386.
Submitted by:	paulbeard at gmail.com, dougb@
2011-08-05 01:34:25 +00:00
Vanilla I. Shu
d0fd514e4d Upgrade to 0.51. 2011-08-02 01:34:43 +00:00
Vanilla I. Shu
12df5f5a1d Fix compile problem with gcc46.
PR:		ports/156756
Submitted by:	Olivier <software-freebsd@interfasys dot ch>
2011-05-23 12:48:19 +00:00
Vanilla I. Shu
deee30c2c1 upgrade to 0.49. 2011-04-23 03:10:54 +00:00
Vanilla I. Shu
e4a729935e Upgrade to 0.48.
Feature safe:	yes
2011-03-17 09:10:45 +00:00
Vanilla I. Shu
aac3ae1740 Upgrade to 0.47. 2011-02-27 16:39:12 +00:00
Vanilla I. Shu
f0398c6e38 Upgrade from 0.44 to 0.46.
Feature safe:	yes
2011-02-16 15:40:50 +00:00
Vanilla I. Shu
7e83a8b75b OPTIONize sasl2 dependency.
PR:		ports/152140
Submitted by:	garga@
2010-11-22 08:55:38 +00:00
Vanilla I. Shu
5d754a7b2a Upgrade to 0.44. 2010-10-20 03:53:23 +00:00
Vanilla I. Shu
787b0d7b4b Upgrade to 0.43. 2010-08-02 02:03:50 +00:00
Vanilla I. Shu
efd8042919 Upgrade to 0.42.
Feature safe:	yes
2010-07-08 03:37:06 +00:00
Vanilla I. Shu
48215db7da Fix pkg-list.
Approved by:	QAT
Feature safe:	yes.
2010-07-05 06:39:24 +00:00
Vanilla I. Shu
77e7e03baf Upgrade to 0.41.
Feature safe:	yes
2010-07-05 06:00:24 +00:00
Vanilla I. Shu
932cc20cb0 Upgrade to 0.40. 2010-05-11 02:40:56 +00:00
Vanilla I. Shu
8eb2c87295 Upgrade to 0.39. 2010-04-08 08:09:17 +00:00
Vanilla I. Shu
7197d10287 Upgrade to 0.38. 2010-02-12 02:43:25 +00:00
Vanilla I. Shu
ac08b899f7 do not build memslap, it's not required by normal usege. 2010-01-19 04:24:38 +00:00
Vanilla I. Shu
a82922c383 Add LIB_DEPENDS to libevent to fix build & pkg-plist. 2010-01-13 03:07:17 +00:00
Vanilla I. Shu
eaef8a2b99 Upgrade to 0.37. 2010-01-13 02:36:33 +00:00
Vanilla I. Shu
38142dc662 remove unneed patch.
Submitted by:	skreuzer@
2009-11-26 02:54:27 +00:00
Vanilla I. Shu
66835ad3c9 Fix pkg-plist.
PR:		ports/140652
Submitted by:	Sahil Tandon sahil at tandon net
2009-11-18 05:14:37 +00:00
Vanilla I. Shu
c4a8d78403 Upgrade to 0.35. 2009-11-18 03:34:13 +00:00