sthen
abd05e71cc
zap com_err in pgsql WANTLIB
2014-04-21 23:30:36 +00:00
sthen
8526212f4e
zap com_err (pgsql)
2014-04-21 23:29:58 +00:00
ajacoutot
72f2db68fc
No need for --disable-krb ; it requires MIT Kerberos anyway.
2014-04-21 22:47:55 +00:00
ajacoutot
31ef7b1780
Drop commented line.
2014-04-21 22:15:09 +00:00
ajacoutot
ac778dd428
Drop useless kerberos patch.
2014-04-21 20:40:27 +00:00
sthen
b158eb3459
no kerberos, and chase ldap wantlib changes
2014-04-21 16:13:53 +00:00
ajacoutot
48a4e1207a
Regen wantlib for kerberos removal.
2014-04-21 15:37:01 +00:00
okan
ee82ebc3f9
convert from VM_METER to VM_UVMEXP; adapted from diff from mpi@. even
...
though this port is temporarily marked BROKEN, put this in so it's not
forgotten when sending back upstream.
ok mpi@
2014-04-21 15:21:01 +00:00
ajacoutot
b1a4ea09f4
Drop kerberos support.
2014-04-21 13:33:51 +00:00
sthen
80ada6da73
blech, revert previous
2014-04-21 13:32:08 +00:00
sthen
b350e68921
restore PLIST-plpython, update-plist likes overwriting pkg-readmes lines
2014-04-21 13:29:19 +00:00
ajacoutot
d49ac942a3
Drop kerberos support.
2014-04-21 13:13:29 +00:00
sthen
1a373900f7
disable krb5 support
2014-04-21 12:47:59 +00:00
sthen
275c8697c3
kerb5 wantlib were only pulled in via sasl; regen
2014-04-21 12:41:49 +00:00
okan
806ad960d4
mark as BROKEN. while the current version builds, it doesn't report a
...
thing mildly useful outside of the core dumps. while upstream took all
the local patches and eventually released 3.7.0, it remains completely
unreliable - at least update to 3.7.0 to aid in tracking down the
machine.c bits that need to be addressed.
ok sthen on marking this BROKEN
2014-04-20 19:40:55 +00:00
pea
f3c1158c7e
Update to 1.18.1
...
Initial diff from Marc Peters (marc at mpeters.org), thanks.
With tweaks by me.
ok sthen@
2014-04-19 21:03:58 +00:00
jasper
e6c7acbfb9
follow the puppet master and switch to ruby 2.0.
2014-04-17 18:12:09 +00:00
jasper
8b7bd8e1f9
remove dead wood, if someone wants to port chef-server they're in for
...
bigger pain than just reviving these ports.
as discussed with phessler@
ok aja@
2014-04-17 17:12:07 +00:00
jasper
9e96e05d4f
unhook most erlang modules, which were only imported for chef a long time ago,
...
but it never really went anywhere.
as discussed with phessler@
ok aja@
2014-04-17 17:06:34 +00:00
naddy
57c946fbc9
switch from the ancient des_ API to DES_
2014-04-15 14:04:14 +00:00
naddy
a68aab640b
switch from the ancient des_ API to DES_; ok benoit@
2014-04-15 11:25:42 +00:00
ajacoutot
18c04cd32d
Update to evolution-data-server-3.12.1.
2014-04-13 15:48:58 +00:00
naddy
2b8930a283
Drop USE_GROFF since groff and mandoc produce identical output.
2014-04-13 01:01:38 +00:00
ajacoutot
60caeba52a
Start unbreaking the evolution stack by merging relevant commits from
...
upstream.
2014-04-08 15:22:44 +00:00
jasper
012f7978a4
cleanup double spaces and sort MODGNOME_TOOLS
2014-04-02 09:36:09 +00:00
brad
522f97076b
Update to MariaDB 10.0.10.
...
ok sthen@
2014-04-01 18:26:56 +00:00
jasper
43b19ca734
merge various MODGNOME_TOOLS lines into a single line (or two if it would
...
exceed 80 chars); no functional change intended..
2014-04-01 18:06:28 +00:00
jasper
64ebb01f71
move more bits and bobs into MODGNOME_TOOLS to make it more clear which
...
tools are actually used.
This commit replaces
MODGNOME_DESKTOP_FILE with MODGNOME_TOOLS += desktop-file-utils
MODGNOME_MIME_FILE with MODGNOME_TOOLS += shared-mime-info
MODGNOME_ICON_CACHE with MODGNOME_TOOLS += gtk-update-icon-cache
(some prettyfication will follow shortly)
2014-04-01 17:03:13 +00:00
jasper
2100c2cdff
start to make MODGNOME_TOOLS resemble the name of the tools actually used.
...
rename 'gi' to 'gobject-introspection'.
discussed with aja@
2014-04-01 15:31:45 +00:00
ajacoutot
1b882a3001
Set the dbload path to db4_load to unbreak build when db3 is installed.
2014-04-01 13:48:46 +00:00
jasper
aed256b177
pushed upstream
2014-04-01 06:52:48 +00:00
kili
624b6fedee
Update to hs-postgresql-simple-0.4.0.2.
...
From maintainer David Schaefer
2014-03-31 21:48:05 +00:00
kili
6d4706b0b4
Update to hs-postgresql-libpq-0.9.0.0.
...
From maintainer David Schaefer.
ok dcoppa@
2014-03-31 21:45:37 +00:00
robert
90887dd741
update to 1.65, ok ajacoutot@
2014-03-31 15:14:13 +00:00
jasper
76c430ba29
simplify patches
2014-03-31 09:17:56 +00:00
jasper
1132f3f2e8
update to puppetdb-1.6.3
2014-03-31 08:43:22 +00:00
pea
50209740a9
Critical update to 9.3.4
...
"The data corruption issue in PostgreSQL 9.3 affects binary replication
standbys, servers being recovered from point-in-time-recovery backup,
and standalone servers which recover from a system crash. The bug
causes unrecoverable index corruption during recovery due to incorrect
replay of row locking operations. This can then cause query results to be
inconsistent depending on whether or not an index is used, and eventually
lead to primary key violations and similar issues."
ok sthen@, jasper@
2014-03-28 11:50:51 +00:00
ajacoutot
7f540c6e88
Update to libdbi-0.8.4.
2014-03-28 07:38:08 +00:00
dcoppa
d1669f7e0c
Update to hedis-0.6.5
2014-03-27 11:25:16 +00:00
ajacoutot
f909542c3c
Update to evolution-data-server-3.12.0.
2014-03-27 10:08:21 +00:00
jasper
32cf1d1c9e
- update to gdbm-1.11
...
- unbreak and enable regress tests
ok aja@
2014-03-27 07:57:44 +00:00
sthen
2ad3def5d2
minor update to iODBC 3.52.8
2014-03-26 14:12:27 +00:00
dcoppa
65e1efa032
Bugfixing update to redis-2.8.8
2014-03-26 13:03:09 +00:00
naddy
d6913ccc2a
disable TCP wrappers support; with/ok sthen@
2014-03-24 12:53:37 +00:00
brad
ee08c2d266
Disable the TCP wrappers support.
...
ok sthen@
2014-03-23 16:49:30 +00:00
espie
bd609c9781
fix $_ usage
2014-03-21 16:45:51 +00:00
jasper
fcbeeb2710
fix POD error
2014-03-20 13:59:49 +00:00
benoit
be69441650
+p5-DBIx-Connector
2014-03-18 09:15:00 +00:00
benoit
9edf55685d
Import p5-DBIx-Connector.
...
DBIx::Connector provides a simple interface for fast and safe DBI
connection and transaction management.
from maintainer Abel Abraham Camarillo Ojeda, ok sthen@
2014-03-18 09:09:03 +00:00
sthen
d8d9def78c
remove an old explicit @pkgpath ${BASE_PKGPATH} in the plist from when
...
this port was first converted to multi-packages that is now getting in
the way, problem reported by nigel@, espie noticed the @pkgpath line.
2014-03-16 19:43:59 +00:00