Baptiste Daroussin
3edc030b9f
Cleanup plist
2014-10-20 10:41:12 +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
Steve Wills
a33aee8d0d
databases/memcached: remove test depends for now
2014-07-23 19:56:53 +00:00
Steve Wills
2c723a0bdc
databases/memcached: fix build when xml2rfc is installed
...
The docs for require xml2rfc and aren't built in the case where it's not
installed. However when they are installed, they fail due to make issues. This
patches the doc Makefile to avoid the gmake specific extensions as well as
ensuring that network access is not needed to build the docs. It also ensure
that xml2rfc is always there in the case where the DOCS option is enabled so
that the docs are always built the same.
While here, I decided to include some of the cleanup from the PR including the
LICENSE change ane enabling the SASL and DOCS options by default since they
don't add much in the way of dependencies. Also switched to static plist.
PR: 192009
Reported by: jaap@NLnetLabs.nl
2014-07-22 19:30:31 +00:00
Steve Wills
ab784f124f
databases/memcached: update to 1.4.20, other cleanups while here
...
Note the dtrace option still fails to build, this has been reported upstream.
PR: 191835
Submitted by: Marc Peters <marc@mpeters.org>
2014-07-15 16:46:57 +00:00
Baptiste Daroussin
99103cbdd6
Fix installing manpage
...
Fix build with and without docs
Fix memcached eating 100% of memory when built with both libevent2 and libevent 1.4
installed at the same time by making sure to always find the event.h from libevent2 first
PR: ports/187337 ports/187340 ports/187309
Reported by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>, Volodymyr Kostyrko <arcade@b1t.name>, Ross <basarevych@gmail.com>
2014-03-07 10:56:32 +00:00
Baptiste Daroussin
94a144531f
Bump portrevision due to dependency change
...
Reminded by: kwm
2014-03-05 16:28:10 +00:00
Baptiste Daroussin
f23c6132df
Enforce libevent2 in memcached
...
libevent2 performs way better than libevent1
While here:
- support stage
- use options helpers
Approved by: swills (maintainer)
2014-03-05 15:46:39 +00:00
Steve Wills
0213f9baf8
- Update to 1.4.17
...
- Remove repcached patch as it seems defunct upstream
PR: ports/185746
Submitted by: Marc Peters <marc@mpeters.org>
2014-01-28 21:34:21 +00:00
Antoine Brodin
7eca7b3692
Fix LIB_DEPENDS
2013-12-20 11:57:16 +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
Steve Wills
1484e36def
- Update to 1.4.15
...
- Remove ABI versions in LIB_DEPENDS
- Convert to OptionsNG, add DTRACE option, disabled for now
- Reorder OPTIONS/CONFIGURE sections
- GNU_CONFIGURE s/YES/yes
- Unbreak CLANG build (Add --disable-coverage)
- Add USE_CSTD=c99 for CLANG -pedantic error
- Add --enable-64bit for ARCH=amd64
- Make test: target build first
PR: ports/171679
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
2012-09-17 01:53:33 +00:00
Steve Wills
7efb9d3e37
- Fix repcached support
...
Pointed out by: gjb
Pointyhat to: swills
2012-09-06 05:16:51 +00:00
Steve Wills
16fc650305
- Update to 1.4.14
2012-09-02 14:54:21 +00:00
Steve Wills
7f2b17d1be
- Update to 1.4.13
2012-02-08 02:02:30 +00:00
Doug Barton
83eb2c3700
In the rc.d scripts, change assignments to rcvar to use the
...
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Steve Wills
ef471fd9f3
- Update to 1.4.10
...
Feature safe: yes
2011-11-11 23:09:58 +00:00
Steve Wills
54e7f9e5e5
- Restore repcached option
...
Submitted by: flo
2011-10-24 16:11:24 +00:00
Steve Wills
4e19358e64
- Try to warn users about the (hopefully temporary) lack of repcached
...
support
2011-10-19 15:46:04 +00:00
Steve Wills
b7f41edd35
- Update to 1.4.9
...
- Remove repcached patch and support
- Fix rc script for startup case [1]
PR: ports/161802 [1]
Submitted by: "Oleg A. Mamontov" <oleg@mamontov.net> [1]
2011-10-19 14:21:52 +00:00
Steve Wills
e238d2d239
- Fix issue with RC script [1]
...
- Fix build with SASL support enabled [2]
PR: ports/161109
Reported by: Vedad KAJTAZ <vedad@kajtaz.net> [1]
Reported by: Ben Tung <benpptung@tacol.biz> [2]
Submitted by: dougb [1]
2011-10-04 13:43:37 +00:00
Steve Wills
b22b80b1b4
- Fix rc.d script for databases/memcached
...
PR: ports/161109
Submitted by: dougb
2011-09-30 13:52:30 +00:00
Dmitry Marakasov
6f6fbe4bdf
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
...
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
2011-09-23 22:26:39 +00:00
Steve Wills
aebb8ed455
- Update to 1.4.7
2011-09-04 02:24:02 +00:00
Steve Wills
6e1584750e
- Update to 1.4.6
...
- Takeover maintainership at suggestion of sahil@ (discussed with portmgr (linimon))
PR: ports/159413
Submitted by: swills (me)
2011-08-14 17:12:45 +00:00
Steve Wills
7e917981e2
- rc script cleanups
...
PR: ports/158985
Submitted by: swills (me)
Approved by: maintainer timeout (mnag)
2011-08-14 00:44:33 +00:00
Steve Wills
6fd13bd1b9
- add profiles support to init script
...
PR: ports/155533
Submitted by: swills
Approved by: maintainer timeout (mnag)
2011-07-01 22:33:09 +00:00
Sahil Tandon
f95addaf77
Update patch associated with REPCACHED option. Do
...
not bump PORTREVISION because the default package
is unchanged.
PR: ports/154782
Submitted by: Maxim Dounin <mdounin@mdounin.ru>
Approved by: maintainer timeout
2011-03-02 04:08:13 +00:00
Marcus Alves Grando
d674ccf6aa
- Update repcached
...
- Minor port changes
PR: 152574
Submitted by: Maxim Dounin <mdounin___mdounin.ru>
2010-12-05 13:26:51 +00:00
Ade Lovett
4a8684e352
Sync to new bsd.autotools.mk
2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b
Punt autoconf267->autoconf268
2010-10-16 11:52:47 +00:00
Marcus Alves Grando
4ecbb26466
- Replace WWW to right domain.
2010-10-08 15:12:47 +00:00
Ade Lovett
7e80cde328
Round one migration of ports from automake{19,110} to automake111
2010-10-05 19:57:56 +00:00
Ade Lovett
8262a7b51d
Autotools update. Read ports/UPDATING 20100915 for details.
...
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
2010-09-15 18:35:24 +00:00
Marcus Alves Grando
e267045171
- Update to 1.4.5
...
PR: 148934
Submitted by: Martin Matuska <mm___FreeBSD.org>
2010-08-01 05:27:27 +00:00
Martin Matuska
39b68bb4fe
Update libevent to 1.4.14b
...
PR: ports/147723
Approved by: maintainer (timeout)
2010-07-25 15:39:20 +00:00
Martin Matuska
8220148064
- Add CONFLICTS with databases/memcached12
...
- Bump PORTREVISION
2010-04-19 13:39:51 +00:00
Sergey Skvortsov
8864dba650
Unbreak build with repcached - use new patchset "repcached-2.2-1.4.4"
...
PR: ports/144960
Submitted by: Maxim Dounin <mdounin xx mdounin.ru>
Approved by: maintainer timeout (> 3 weeks)
2010-04-15 09:03:47 +00:00
Doug Barton
1d6b4b3f91
Begin the process of deprecating sysutils/rc_subr by
...
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Xin LI
5b23b0e92d
- Update to 1.4.4.
...
- Add an option to build with SASL support.
- Unbreak on 8.x. [1]
Bugs are mine.
PR: ports/141857 [1]
Submitted by: amdmi3 [1]
Ok'ed by: mnag
2009-12-22 01:27:45 +00:00
Erwin Lansing
aed47063bc
Mark BROKEN on 8.x: does not link.
2009-11-08 19:42:13 +00:00
Marcus Alves Grando
990efb86f4
- Forget this one in last commit.
2009-10-11 02:27:05 +00:00
Marcus Alves Grando
ff72fe2fed
- Update to 1.4.1
...
- Mark repcached patch as broken for a while.
2009-10-11 02:25:34 +00:00
Dmitry Marakasov
048988d9ba
- Fix some more SF URLs, including ones in PATCH_SITES and comments (for consistency)
...
Approved by: portmgr (pav)
2009-08-27 18:31:08 +00:00
Sergey Skvortsov
b0b4c66baf
Fix "patch" target: replace files/patch-configure with inline patch,
...
because "patch-configure" conflicts with repcached-2.2-1.2.8.patch
2009-07-14 17:23:30 +00:00
Sergey Skvortsov
b98c7a2d22
Update REPCACHED patch: to 1.2.8
...
PR: ports/136103
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet xx sunpoet.net>
Approved by: maintainer timeout
2009-07-14 15:45:51 +00:00
Marcus Alves Grando
55a477d62b
- Update to 1.2.8
2009-04-25 18:40:51 +00:00
Marcus Alves Grando
4b61ee2844
- Fix thread support [1]
...
- Fix repcached on amd64 updating to repcached 2.2 [2]
- Bump PORTREVISION
PR: 129631 [1], 129767 [2]
Submitted by: Artemiev Igor <ai___kliksys.ru> [1],
Maxim Dounin <mdounin___mdounin.ru> [2]
2009-01-27 10:23:43 +00:00
Marcus Alves Grando
9ab35a0cac
- Update repcached to 2.1 and remove BROKEN
...
PR: 126854
Submitted by: Philip M. Gollucci <pgollucci___freebsd.org>
2008-08-26 13:09:17 +00:00