Baptiste Daroussin
56fcf8379f
Fix properties on pkg-plist
2014-01-21 23:18:05 +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
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
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
Martin Wilke
bb86cbe5d2
- Get Rid MD5 support
2011-03-20 12:54:45 +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
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
Wesley Shields
dd1be81925
- Update to 1.2.0
...
PR: ports/132644
Submitted by: Piotr Rybicki <meritus@innervision.pl> (maintainer)
2009-03-17 00:04:00 +00:00
Martin Wilke
5ee6dc26a2
- Update to 1.1.0
...
- Pass maintainership to submitter
PR: 127902
Submitted by: Piotr Rybicki <meritus@innervision.pl>
2008-10-12 09:20:58 +00:00
Beech Rintoul
900433facd
- Fix typo in CONFIGURE_ARGS
...
- Bump portrevision
PR: ports/127768
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2008-10-03 05:21:14 +00:00
Marcus Alves Grando
907d5d1a39
- Update libevent dependency and bump PORTREVISION
2008-08-19 16:40:17 +00:00
Martin Wilke
11b17a2e15
- Update to 1.0.3
...
PR: 122156
Submitted by: Gea-Suan Lin <gslin@gslin.org>
2008-03-29 23:16:04 +00:00
Edwin Groothuis
1e1dff6290
Use ${MASTER_SITE_GOOGLE_CODE} instead of
...
http://something.googlecode.com/files
PR: ports/121435 (related)
2008-03-06 22:19:52 +00:00
Martin Wilke
a9d403568f
- Update to 1.0.1 beta
...
PR: 120988
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
2008-02-27 09:00:20 +00:00
Beech Rintoul
5482fb8838
- Update to 1.0.0.b
...
- Maintainer already reset
PR: ports/120684
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
2008-02-15 22:27:03 +00:00
Beech Rintoul
a003a62573
- Update to 0.1.1
...
- Reset maintainer
PR: ports/120416
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
2008-02-10 19:42:52 +00:00
Cheng-Lung Sung
51059a52a4
- Update to 0.1.0
...
PR: ports/117861
Submitted by: maintainer (Gea-Suan Lin)
2008-01-05 14:48:39 +00:00
Marcus Alves Grando
5265c7a798
- Bump PORTREVISION since devel/libevent are updated.
2008-01-02 23:43:03 +00:00
Cheng-Lung Sung
1f69950e72
- Update to 0.0.3
...
PR: ports/116769
Submitted by: maintainer (Gea-Suan Lin)
2007-10-04 02:43:01 +00:00
Cheng-Lung Sung
5101442b7d
Memcachedb is a distributed storage system designed for persistent. We
...
simplely hacked from memcached and tugela. But neither of them.
Memcachedb is not a cache solution, it is a persistent solution for
high-frequency writing and reading. It conforms to memcache protocol
(not completed, see below), so any memcached client can have
connectivity with memcachedb. Memcachedb uses Berkeley DB as a storing
backend, so lots of features including transaction and replication are
supported.
WWW: http://code.google.com/p/memcachedb/
PR: ports/116548
Submitted by: Gea-Suan Lin <gslin at gslin.org>
2007-09-27 03:02:34 +00:00