Commit Graph

2540 Commits

Author SHA1 Message Date
espie
95fefd0c50 make sure we don't pass FLAVOR/SUBPACKAGE info thru subdirs.
count number of passes (purely cosmetic)
2012-02-17 07:31:26 +00:00
landry
db1388714b It's pointless to add BROKEN-* for each and every arch when the code
explicitely checks for i386/amd64/arm and #errors out otherwise. Mark as
ONLY_FOR_ARCHS accordingly.
2012-02-16 21:27:37 +00:00
landry
294753acf4 It's pointless to add BROKEN-* on each and every arch when the code has
an explicit #if (defined(__i386__) || defined(__x86_64__)) #else #error.
Mark as ONLY_FOR_ARCHS accordingly.
2012-02-16 21:22:42 +00:00
espie
bd7f323cd1 openldap doesn't require db,-java, so avoid it. 2012-01-29 13:46:18 +00:00
william
ed029b220e update maintainer; ok sthen 2012-01-29 02:26:17 +00:00
espie
c757bb306d fix description of DEPENDS table. 2012-01-28 11:40:34 +00:00
naddy
849196b437 Belatedly bump versions for libraries we know had symbol changes due
to the addition of stpcpy().  Prodded by espie@
2012-01-26 22:08:26 +00:00
ajacoutot
373d4ceeb4 Add a comment, LIBdb_VERSION needs to be synced to databases/db/v4. 2012-01-25 11:32:34 +00:00
sthen
3039a9230c - show an example command line for initializing the database with UTF8,
it's mentioned in text but this makes it clearer (and it's a pain to switch
it afterwards :)

- s/task/tasks

ok pea@
2012-01-24 09:20:17 +00:00
nigel
958538f2bb Update to version 1.35
Ok sthen@ robert@ (Maintainer)
2012-01-22 11:29:55 +00:00
jeremy
52d164f284 Update to 1.3.5.
OK dcoppa@
2012-01-22 00:53:30 +00:00
rpointel
7adc203748 Update py-redis to 2.4.1.11.
ok dcoppa@, ajacoutot@.
2012-01-20 20:01:37 +00:00
dcoppa
e3dccc5f24 Bugfixing update to redis-2.4.6 2012-01-19 08:25:53 +00:00
naddy
0b17af916d We need to include m_string.h if we use MySQL-defined string functions
like strmov().  This fixes the build after the addition of stpcpy() to
libc, which has caused some symbol shuffling in libmysqlclient.
2012-01-18 20:01:11 +00:00
pea
dfdddf3599 Update to 1.5
ok aja@
2012-01-17 13:57:24 +00:00
espie
587504b607 those too 2012-01-10 17:53:30 +00:00
espie
a5323b4f33 ... and zap ill-named stuff 2012-01-10 17:52:44 +00:00
espie
0babbdfa44 tsk tsk tsk. reimport with correct name 2012-01-10 17:50:23 +00:00
landry
dbe8fcb322 +py-sqlachemy-migrate 2012-01-09 19:35:41 +00:00
landry
3cc69a35d3 Import py-sqlalchemy-migrate 0.7.1, from Piotr Sikora back in
september.. dependency of pending buildbot update.

Schema migration tools for SQLAlchemy, designed to support an agile
approach to database design, and make it easier to keep development
and production databases in sync, as schema changes are required.

ok/feedback rpointel@
2012-01-09 19:34:52 +00:00
ajacoutot
dd112a1b9e Bugfix update to evolution-data-server-3.2.3.
This update fixes a couple of crashes.
2012-01-09 13:39:30 +00:00
naddy
4b0fead1bd catch up with change KERN_PROC2 -> KERN_PROC 2012-01-08 20:56:03 +00:00
sthen
e35afec60e Do a little check with objdump in post-install, to make sure lib isn't
inadvertently linked with -lpthread.
2012-01-07 14:50:18 +00:00
sthen
c4d936d08a Use -pthread not -lpthread. Library major bump for safety.
Inadvertently broken in last commit; the patch to the configure script
is fiddly and easily broken, so use extra lines of context for this patch
and add a warning comment.

Problem reported by James Turner, thanks!
2012-01-07 13:47:52 +00:00
sthen
8214c8ed23 update to Xapian 1.28, ok aja@ 2012-01-07 12:03:29 +00:00
kili
94f4cad048 Bump after previous hs- library updates.
Necessary because of ghc's over-aggressive inlining
which causes ABI changes in libraries depending on
updated libraries.

ok jasper@
2011-12-31 22:19:45 +00:00
ajacoutot
60ab4a5949 Tweak patches to please our time_t. 2011-12-29 09:23:19 +00:00
giovanni
c252beccd1 Update to 1.7.14
same diff from Wen Heping a while ago
2011-12-29 08:48:30 +00:00
kili
bb478fef93 This needs a bump after the ghc patch.
(and sorry for the bump of databases/redis, which wasn't necessary)
2011-12-28 09:29:36 +00:00
kili
851b11be82 This needs a bump after the ghc patch. 2011-12-28 09:24:08 +00:00
dcoppa
6293ec89ee Bugfixing update to redis-2.4.5 2011-12-27 12:07:16 +00:00
sthen
0f7a0ec1f7 BROKEN on sparc64 2011-12-22 15:25:42 +00:00
jeremy
e70e344141 Update to pg 0.12.0. Add patch to not depend on rake-compiler, already
accepted upstream.
2011-12-21 20:01:16 +00:00
pea
6126ca135c Add pgpool
ok ajacoutot@
2011-12-21 15:54:47 +00:00
pea
17bbcb18de pgpool-II is a middleware that sits between PostgreSQL servers and a
PostgreSQL database client. It provides the following features:

+ Connection Pooling
+ Replication
+ Load Balance
+ Limiting Exceeding Connections
+ Parallel Query

with tweaks from ajacoutot@, thanks.

ok ajacoutot@
2011-12-21 15:51:04 +00:00
nigel
4bb6465024 Update to v3.7.9 required for firefox, chrome
regression tests run on amd64,i386 and sparc64 by sthen@ thanks.

Ok sthen@
2011-12-21 00:38:11 +00:00
jasper
f1d966bdec - moar REVISION bumps after several python modules had their flavor dropped. 2011-12-20 19:07:07 +00:00
jasper
9c62d3985b - bump REVISION after several python modules had their flavor dropped. 2011-12-20 18:55:08 +00:00
sthen
9c4d7365a0 more @pkgpaths 2011-12-20 11:39:23 +00:00
sthen
e74887cc94 zap useless PY_FLAVOR 2011-12-20 11:26:24 +00:00
sthen
a3df91bf98 unbreak; py-mxDateTime is now flavourless 2011-12-20 11:20:41 +00:00
sthen
6f4f49965f unbreak; py-ldap is now flavourless 2011-12-20 11:18:42 +00:00
fgsch
50c8b4e058 kill python2.4 flavour. this was previously used for zope. 2011-12-20 07:00:18 +00:00
sthen
91faa22c52 Where a program with an rc script _requires_ a certain command line
parameter to daemonize, move the parameter from daemon to daemon_flags,
so that the user cannot inadvertently prevent it from daemonizing by
adjusting the flags.

Discussed with ajacoutot and schwarze, this method was suggested
by schwarze@ as a simpler alternative to my diff. ok aja@
2011-12-17 22:01:12 +00:00
kili
e8d692d3af Update to postgresql-jdbc-9.1.901. 2011-12-17 18:02:44 +00:00
kili
69376523ff - Make it at least startable (it was unusable after the removal of
jdk-1.5, and nobody noticed/complained).

- Remove MAINTAINER, because of inactivity.

kind of ok@ all those people who find it still usefull (but didn't
use it since the removal of jdk-1.5)
2011-12-15 21:53:25 +00:00
jeremy
2e08f19f0b Update to 0.3.10, since the ActiveRecord adapter moved from this gem
to the activerecord gem in ActiveRecord 3.1 and mysql2 0.3.
2011-12-13 18:06:20 +00:00
jeremy
b0bf86766c Update to 2.2.1
OK claudio@
2011-12-13 17:49:22 +00:00
jeremy
29cd3462e8 Update to 3.1.3
OK claudio@
2011-12-13 17:48:20 +00:00
pea
a8ca6dfb36 Update to 9.1.2
Two important things:

+ Fix bugs in information_schema.referential_constraints view
If you need to fix this in an existing installation, you
can (as a superuser) drop the information_schema schema then re-create it
by sourcing /usr/local/share/postgresql/information_schema.sql.
This must be repeated in each database to be fixed.

+ Make contrib/citext's upgrade script fix collations of
citext columns and indexes.
If you have a previously-upgraded database that is suffering
from this problem, and you already ran the CREATE EXTENSION command,
you can manually run (as superuser) the UPDATE commands found
at the end of /usr/local/share/postgresql/extension/citext--unpackaged--1.0.sql.


ok jeremy@
2011-12-07 08:32:18 +00:00