3066 Commits

Author SHA1 Message Date
jeremy
4d4eb4396b Update to sequel 4.0.0. 2013-07-15 01:31:14 +00:00
sthen
d915fe49fc oops, bump the right subpackage 2013-07-11 18:39:43 +00:00
sthen
1c4c43f01b missed bump (ruby-puppet -> puppet) 2013-07-11 18:38:50 +00:00
espie
bb885a716a fix install in the purely static case 2013-07-09 17:06:14 +00:00
espie
30ef10f6cd the build process of those ports only leads to a .la file if shared objects
are being built, so put those files into the PFRAG.shared-main fragment
too (this is one port where fragment-folding can't work)
2013-07-05 12:03:52 +00:00
landry
e3c1e479cc Fix py-mongo on BE archs, C extensions are not built there.
Tweaked from an original diff by jasper@, discussed with fgsch@
2013-07-03 20:07:26 +00:00
jasper
e2ac6e1dc9 sync with what's been pushed upstream; no pkg change. 2013-07-02 14:43:04 +00:00
espie
ce2440275c rename stuff so that java.port.mk conforms to the new style of overriding
do-build.
2013-07-02 10:36:35 +00:00
dcoppa
0b59cf12ed Bugfix update to redis-2.6.14 2013-07-02 06:03:35 +00:00
jasper
22d4944f4d don't hardcode /etc here. 2013-07-01 13:49:00 +00:00
jasper
6afeb31ac2 remove ruby-postgres, which is ruby18-only and has been unmaintained upstream
since 2008. people still using this library should've migrated to ruby-pg
years ago.

ok jeremy@
2013-06-30 20:10:41 +00:00
jasper
a0b4d0921c -ruby-postgres 2013-06-30 20:09:56 +00:00
kili
acc328fc50 Update to hs-postgresql-simple-0.3.3.2.
From maintainer David Schaefer.
2013-06-29 19:24:37 +00:00
jeremy
3364626bcb Build ruby 2.0 versions of ruby C extensions. Use explicit FLAVORs
in the category Makefiles for ruby C extensions, to reduce churn
when the default ruby version changes,
2013-06-29 15:56:10 +00:00
jasper
fa61a1af8a - don't install puppetdb.default which is just for Linuxen 2013-06-28 09:40:10 +00:00
jasper
cf18fa96d4 - drop unneeded [jetty] block from config.ini since all configs are concatenated
into puppetdb.conf
- puppetdb-ssl-setup were committed upstream
2013-06-28 09:30:44 +00:00
jasper
4d7d9fec48 +puppetdb 2013-06-28 09:14:02 +00:00
jasper
4db3a481cd import puppetdb 1.3.2
PuppetDB is the fast, scalable, and reliable data warehouse for Puppet.
It caches data generated by Puppet, and gives you advanced features at
awesome speed with a powerful API.

ok aja@
2013-06-28 09:13:09 +00:00
jasper
27645441ec add rundep on ruby-deep_merge which is used for 'deep' merge_behaviour 2013-06-28 08:43:01 +00:00
sthen
339bb96f64 sync WANTLIB; wmf/wmflite -> wmf-0.2/wmflite-0.2 2013-06-26 21:56:57 +00:00
sthen
bf8320ae4a hidden dep on e2fsprogs libuuid 2013-06-26 19:09:13 +00:00
zhuk
cc129972c6 Massive cleanup for KDE3. Main point is in changing WANTLIB from "foo" to
"lib/kde3/foo" where appropirate, but also many missing desktop goo items
added, some PFRAG.shared removed and so on.

input and okay landry@ and ajacoutot@, also okay espie@
2013-06-24 15:53:38 +00:00
dcoppa
098093fb23 Unbreak after Kerberos update.
From MAINTAINER David Schaefer, ok kili@
2013-06-23 11:20:27 +00:00
espie
412d1b4229 clean-up the business of variables we silently ignore.
no bump, doesn't affect the built packages at all.
2013-06-23 08:58:07 +00:00
sthen
2ee2f7ecbc sync WANTLIB and remove patches to handle e2fsprogs/libuuid changes. ok aja 2013-06-21 22:37:02 +00:00
espie
247caf9db6 also store PREFIX, which allows for useful statistics 2013-06-21 10:48:38 +00:00
ajacoutot
64a6588efb No need for pthread. 2013-06-20 08:26:13 +00:00
ajacoutot
25b3041f91 Unbreak after hx509 and ntlm removal from Kerberos. 2013-06-20 06:54:36 +00:00
sthen
f35e33bc13 sync -contrib wantlib following devel/uuid change 2013-06-19 14:35:02 +00:00
ajacoutot
4871b68b9b Fix Kerberos includes. 2013-06-18 13:16:51 +00:00
dcoppa
74d4505d7a Update to py-redis-2.7.6.
ok rpointel@ (maintainer)
2013-06-18 11:47:06 +00:00
ajacoutot
ac3c798e78 Explicitely compile with --with-pam=no ; this is currently the default
but in case an update changes that, we don't want it to pick up openpam
inadvertently.
2013-06-17 20:08:21 +00:00
ajacoutot
9920238d6f Unbreak with new Heimdal; get rid of self-cooked krb5-config since we
have it in base now.
2013-06-17 19:30:22 +00:00
ajacoutot
8613536758 Some trivial WANTLIB and tweaks to unbreak after the Heimdal update.
Stop hardcoding the Kerberos libs and use krb5-config(1).
2013-06-17 19:28:36 +00:00
giovanni
8f27d5b837 Update to 5.1.70
fixes lot of memory leaks and other bugs.
Full changelog available at http://dev.mysql.com/doc/relnotes/mysql/5.1/en/news-5-1-70.html

Take care to this change:
The url columns in the mysql database help tables were too short to hold some of the URLs in the help content.
For upgrades, mysql_upgrade does not update the columns. Modify them manually using these statements:

ALTER TABLE mysql.help_category MODIFY url TEXT NOT NULL;
ALTER TABLE mysql.help_topic MODIFY url TEXT NOT NULL;

ok brad@
2013-06-14 13:13:37 +00:00
ajacoutot
e79d1b8931 Unbreak packaging, pkgspec didn't match after EPOCH was bumped.
ok sthen@
2013-06-13 16:27:46 +00:00
brad
17833ea850 Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.

Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
kili
e47b83241c Update to hs-postgresql-simple-0.3.3.1.
From maintainer David Schaefer.
2013-06-11 17:54:40 +00:00
jasper
5f27474136 No need to pin the flavor to ruby18 since puppet uses 1.9 now 2013-06-11 14:57:59 +00:00
jasper
405fbb2965 prevent errors with ruby 1.9.3 which switched to the psych yaml parser and
will choke on imperfect yaml files.
2013-06-11 14:51:30 +00:00
jasper
cdab788f21 add GEM_BIN_SUFFIX to the hiera script, will be needed whence this switches
away from ruby18. no bump needed as it's currently a no-op.
2013-06-11 12:05:49 +00:00
ajacoutot
d72eb44c20 s/png16/png/ in WANTLIB now that graphics/png got patched.
prodded by naddy@
2013-06-09 15:26:49 +00:00
ajacoutot
812bf502c0 Unbreak with new libpng -- until we find a solution for png vs pngXX. 2013-06-09 13:55:51 +00:00
ajacoutot
b7cd7211ec Update to evolution-data-server-3.8.3. 2013-06-09 09:17:49 +00:00
fgsch
081021164e Remove MODPY_JSON from RDEP and bump. 2013-06-04 07:57:13 +00:00
zhuk
5feab9e349 That should really be MODKDE_VERSION=3.5.3, not 3.5.7. Unbreaks future
movement of KDE3 to Python 2.7 land.

okay espie@
2013-06-02 19:41:57 +00:00
landry
a1cb7fba43 Unbreak after setprogname() addition to libc. 2013-06-02 15:39:28 +00:00
ajacoutot
5d72afc384 Drop uneeded patches. 2013-06-01 19:01:12 +00:00
ajacoutot
3de9758da8 Sync WANTLIB and bump after the recent harfbuzz update; icu libs are not
needed anymore. This is a mecanical commit, there might be dragons :-)
2013-05-31 15:34:39 +00:00
jasper
57bfdcba3d don't build postgresql-pllua,lua52 yet 2013-05-30 16:51:59 +00:00