ajacoutot
19cd1ddf45
Regen PLIST.
2014-10-04 19:17:06 +00:00
kirby
0630f9e400
add libzdb
2014-10-04 18:33:09 +00:00
kirby
d3387696cb
Import libzdb
...
ok landry@
A small, easy to use Open Source Database Connection Pool Library with
the following features:
- Thread safe Database Connection Pool
- Connect to multiple database systems
- Zero runtime configuration, connect using a URL scheme
- Supports MySQL, PostgreSQL, SQLite and Oracle.
2014-10-04 18:30:27 +00:00
sthen
06cb53cd75
update to openldap 2.4.40
...
enable mdb (as an option), but if used, enforce that it's configured with
writemap as otherwise it assumes that mmap and file io are coherent
2014-10-03 23:19:44 +00:00
brad
181b31c514
So long and into the Attic you go.
...
ok sthen@
2014-10-03 10:54:55 +00:00
brad
21458fe293
Update to MariaDB 10.0.14.
...
ok sthen@
2014-10-03 08:32:53 +00:00
jasper
cd811d7967
stop building non-default FLAVORS of pure ruby gems
...
discussed with and ok jeremy@
2014-10-03 07:23:40 +00:00
zhuk
7ad8c1c519
We have ALL_TEST_ENV now, don't invent own one.
2014-10-02 10:16:34 +00:00
jasper
649f31160f
bump after recent node update
...
reported by nigel@
2014-10-01 06:29:04 +00:00
jasper
68c160db2e
update to py-mongo-2.7.2
2014-09-29 19:39:53 +00:00
jasper
8b36e2be34
update HOMEPAGE
2014-09-29 19:31:20 +00:00
jasper
db7ef25f31
- update to redis-namespace-1.5.1
...
- sync HOMEPAGE
2014-09-29 19:29:56 +00:00
jeremy
369f5457c8
Unbreak by removing ${MODRUBY_FLAVOR} from RDEP that doesn't use FLAVORs.
...
Pointed out by nigel@ and naddy@
2014-09-28 16:08:44 +00:00
jeremy
9d44d18314
Drop dependency on fastercsv, only needed on ruby 1.8.
...
Pointed out by naddy@
2014-09-28 15:56:45 +00:00
jeremy
11d34692f8
Use default version of ruby instead of ruby 2.0.
...
OK jasper@
2014-09-27 17:08:47 +00:00
jeremy
8ecfbd9765
Remove building of ruby 1.8 and 1.9 packages by default.
...
This unlinks completely some ruby 1.8 and 1.9 specific packages, to be
removed shortly.
OK sthen@, no objection ajacoutot@
2014-09-27 16:31:40 +00:00
landry
182714ed53
Use ONLY_FOR_ARCHS-server/-test instead of messing up with MULTI_PACKAGES,
...
should unconfuse dpb on exotic archs. Note that powerpc is still BROKEN,
for total lack of testing from MAINTAINER.
With help from espie@
2014-09-23 21:48:28 +00:00
sthen
b85142c784
use -w when starting postgresql, to wait for startup to complete before
...
continuing. suggested by frantisek holop, ok ajacoutot@
while there, s/an another/another/ in README
2014-09-23 08:41:10 +00:00
dcoppa
21a6e0e244
Bugfixing update to 2.8.17: plugged a memory leak in the hiredis
...
library.
2014-09-22 08:01:49 +00:00
landry
d43b744737
BROKEN-powerpc: rpl_parallel.cc:800: error: 'rli' was not declared in this scope
2014-09-21 19:17:22 +00:00
brad
ece58cd6c7
Update to mysqlcc 1.0.2. Fixes building with modern MySQL / MariaDB.
...
ok sthen@
2014-09-21 17:32:41 +00:00
sthen
1caf8106f1
Delete an accidentally duplicated "Libs.private" line in the .pc file which was
...
causing "pkgconfig libiodbc --exists" to return false with a knock-on effect
of triggering a different codepath in php's autoconf script causing it to link
the main binary against libiodbc. PHP problem reported by naddy.
2014-09-18 21:16:24 +00:00
landry
9c81e4d06b
Propagate EPOCH=0 to self-depends, fixes packaging.
...
Reported by nigel@ & kili@
2014-09-18 21:01:50 +00:00
dcoppa
8c7089c623
Bugfix update to redis-2.8.16
2014-09-18 08:46:39 +00:00
landry
0e47590b41
EPOCH=0 for seamless updates from mysql.
...
ok/on behalf of sthen@
2014-09-17 15:56:50 +00:00
jasper
dcd7afd5d4
- update to mongodb-2.6.4
...
based on an earlier diff by sthen@, and ok sthen@
2014-09-16 17:28:07 +00:00
sthen
d7000014dd
update to iODBC 3.52.9
2014-09-16 15:01:48 +00:00
sthen
11c1b8874c
set PORTROACH for xapian's stable release numbering scheme, n.<even>.nn
2014-09-16 12:45:21 +00:00
sthen
c5de058a36
update to lbdb 0.39
2014-09-16 12:15:23 +00:00
espie
73a10c0733
turn on "always-wrap" for the 3 ports known to embed their install program
...
in installed files.
2014-09-16 09:09:46 +00:00
dcoppa
9dedba80ed
Update to py-redis-2.10.3
2014-09-16 07:14:14 +00:00
brad
fd4b0044b4
mydumper is tocuhing internal MySQL API it should not be. upstream has disabled
...
the binlog support until something can be done to fix it properly.
"The real problem here is that no application should ever include sql_common.h
or try to execute, the internal to libmysql functions, simple_command() or
advanced_command() directly.
The primary reason for this is that these functions are not safe for internal
API or structure changes and may cause applications crashes between even minor
versions of libmysql.a"
https://bugs.launchpad.net/mydumper/+bug/1316001
ok giovanni@
2014-09-15 17:10:45 +00:00
naddy
05e0f6e4c2
missing bump after switch to MariaDB
2014-09-15 11:46:55 +00:00
dcoppa
87ba8d618d
Bugfixing update to redis-2.8.15
2014-09-15 08:29:33 +00:00
jmatthew
b13842a307
disable gtest usage so it doesn't break bulk builds, as reported by
...
naddy and espie.
2014-09-15 07:14:21 +00:00
brad
b94a402501
Switch from using MySQL to using MariaDB attempt #2 . MariaDB is a drop-in replacement.
...
ok sthen@
2014-09-13 18:09:20 +00:00
jasper
e67b9e4df8
moved to github, but keep previous master sites as 1.5.0 wasn't released on github.
...
this port could use an update to 1.7.0
2014-09-10 07:16:24 +00:00
naddy
541e2c63a6
* regcomp (and thus grep) now supports \<word\>
...
* running the tests requires the server
ok zhuk@
2014-09-09 20:15:25 +00:00
jca
9f1920342e
Maintainer update to tinycdb-0.78.
...
- remove most of the makefile patching
- respect DEBUG=-g
- merge PFRAG.shared
Proofreading by sthen@.
2014-09-08 17:51:09 +00:00
dcoppa
693bee52f1
Update to HDBC-postgresql-2.3.2.2
...
Take maintainer, as per jasper's request.
2014-09-08 11:26:09 +00:00
dcoppa
612e91203e
Bump following hs-HDBC's update
2014-09-08 11:24:42 +00:00
dcoppa
5b7f6184d4
Update to HDBC-2.4.0.0
2014-09-08 11:23:37 +00:00
ajacoutot
750ebaab22
Update to evolution-data-server-3.12.6.
2014-09-08 09:41:31 +00:00
stu
82a856fe0f
Update to 1.0.1.
2014-09-07 18:50:54 +00:00
stu
75adef6e6b
Update to 1.0.1.
2014-09-07 18:50:32 +00:00
jasper
2c93443322
mirror distfiles
2014-09-07 18:11:07 +00:00
jasper
4e48ba8d2c
PORTSCOUT -> PORTROACH
2014-09-05 14:45:02 +00:00
giovanni
ea2298c79c
Bugfix update to 1.4.4
2014-09-03 16:28:30 +00:00
benoit
7ae80731ef
Update py-mysql to 1.2.5, from frantisek holop, thanks !
2014-09-03 13:43:39 +00:00
jasper
9ea47b1ad0
hookup PORTSCOUT
...
ok espie@
2014-09-02 14:26:39 +00:00