Commit graph

85 commits

Author SHA1 Message Date
Mathieu Arnold
cb9a2b582c Cleanup after removal of libexecinfo from ports.
PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
2017-09-22 10:48:57 +00:00
Mathieu Arnold
3fcd0e41de Remove USES=execinfo.
PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
2017-09-22 10:48:28 +00:00
Matthew Seaman
05c6d12299 Fix the build in a better way -- this works irrespective of the SASL
option setting

PR:		219168
Submitted by:	sunpoet
2017-06-09 19:06:41 +00:00
Matthew Seaman
58480d53f2 Fix the build of libmemcached: add -lthr to the libraries
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)
2017-06-09 16:45:34 +00:00
Martin Wilke
04613c0f14 - Fix plist
- Bump PORTREVISION
2017-05-08 08:11:33 +00:00
Sunpoet Po-Chuan Hsieh
362516877d Fix SASL option
- Sort USES
- Bump PORTREVISION for package change

PR:		219100
Submitted by:	sunpoet (myself)
Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email)
2017-05-07 21:27:13 +00:00
Bryan Drewery
91b726dcf7 GNU_CONFIGURE: Fix ax_am_jobserver usage to respect MAKE_JOBS_NUMBER.
PR:		217670 [exp-run]
With hat:	portmgr
2017-03-13 17:47:17 +00:00
Bryan Drewery
1fe36074e0 Fix MAKE_JOBS support.
- This port uses ax_am_jobserver [1] which uses CPU_COUNT from
  ax_count_cpus [2] to force -j to match the number of CPUs in
  the system rather than the amount already specified by -j to
  'gmake all'.  The ax_count_cpus script is broken on FreeBSD
  and the ax_am_jobserver code has no current support for
  FreeBSD and uses a bashism, thus this always builds with 1
  CPU.  Forcing ax_am_jobserver to use our MAKE_JOBS_NUMBER
  value fixes the problem.

I plan to do an exp-run to fix this for the entire tree.

[1] https://www.gnu.org/software/autoconf-archive/ax_am_jobserver.html
[2] https://www.gnu.org/software/autoconf-archive/ax_count_cpus.html

MFH:		2017Q1
2017-03-09 18:52:18 +00:00
Jan Beich
a9425224f1 devel/libevent2: drop historical suffix after r362796
PR:		216777
Approved by:	mm (maintainer)
2017-02-20 02:57:04 +00:00
Jan Beich
21a7215c9a devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN

Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR:		216527
Exp-run by:	antoine
Approved by:	mm (maintainer)
2017-02-04 07:56:59 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
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