Commit Graph

60694 Commits

Author SHA1 Message Date
dcoppa
d9053d24ea Link py-redis 2010-10-13 08:58:27 +00:00
dcoppa
4740ba6921 Import databases/py-redis, python bindings for the Redis key-value store.
From Remi Pointel

More to come (php, ruby, who knows)...

OK dcoppa@, landry@, benoit@
2010-10-13 08:55:11 +00:00
dcoppa
6eba282d02 Zap "--disable-debugger" from CONFIGURE_ARGS
No bump, as debugger was already disabled by default.

From Brad
2010-10-13 06:26:04 +00:00
robert
5e3833e642 Fix openssl update fallout. A similar diff was also submitted by benoit@
and he is okay with this one
2010-10-12 22:05:21 +00:00
jasper
bc5fba99b8 - bump to 1.8.5 2010-10-12 21:26:18 +00:00
jasper
3ebfa6e605 - update wesnoth to 1.8 series
- switch to new depends

looks ok to sthen,
tested by many on ports@
2010-10-12 20:33:17 +00:00
jasper
98743af3c8 - use gettext module and new style depend 2010-10-12 20:29:20 +00:00
jasper
0a9e38544d - don't hardcode path to tcl headers 2010-10-12 20:13:47 +00:00
kili
58f240f01a Zap glut, it has been replaced by freeglut.
ok sthen@ jasper@

(suggested a few days ago by freeglut maintainer Tobias Ulmer)
2010-10-12 20:13:44 +00:00
robert
c06abedde8 Fix OpenSSL update fallout by using a diff from bro ticket #247
which checks and uses the correct API
2010-10-12 20:12:52 +00:00
kili
ac3d6aa791 Zap glut, it has been replaced by freeglut. 2010-10-12 20:11:58 +00:00
kili
6278ec9e24 Remove konqueror-embedded, it's not maintained, it uses
an old kdelibs distfile.

prodded by robert@, sthen@ and brad.
2010-10-12 20:01:45 +00:00
kili
25ba40dd0f Unlink konqueror-embedded, it's not maintained, it uses
an old kdelibs distfile.
2010-10-12 19:59:14 +00:00
robert
36904a728e Check for EVP_PKEY_encrypt_old in by linking toe automagic test program
to -lcrypto and -lss. This fixes bacula "autodetecting" the OpenSSL version.

bump pkgnames
2010-10-12 19:47:06 +00:00
ckuethe
0517a43753 install missing header 2010-10-12 17:32:01 +00:00
jasper
c09474bc0f sync 2010-10-12 16:49:38 +00:00
jasper
5a4e4d77c7 import py-daemon 1.6
This library implements the well-behaved daemon specification of PEP
3143, "Standard daemon process library".
[...]

ok sthen@
2010-10-12 16:49:09 +00:00
jeremy
8a77d5f794 Don't build C extensions inside gems during the fake stage, instead
build them during the build stage and install them during fake.

devel/ruby-gems doesn't have separate build and install commands, as
most gems are pure ruby code and don't need a separate build stage.
When ruby-gems is installing a gem with C extensions, it builds them
during the install.  Since installing is done during the fake stage,
this meant that the extensions were getting built as root.

Previously, this was required, as gem's --user-install option was
broken.  However, since that option has now been fixed, we use
it to install the gem to a temporary location as the current
user during build, and then mv and chown the files during fake.

Thanks to bernd@ for pointing out that the fixed --user-install
option allowed this.

ok landry
2010-10-12 16:03:41 +00:00
jeremy
71ecdc8e96 Modify FileUtils.mkdir_p to behave more like mkdir(1) -p. Instead of
attempting to create all intermediate directories and rescuing failures,
don't attempt to create directories that already exist.  Fixes systrace
warnings when building ruby ports.

ok landry
2010-10-12 15:39:06 +00:00
sthen
44a262f24d +py-lockfile 2010-10-12 14:54:00 +00:00
sthen
b37832e554 +py-minimock 2010-10-12 14:53:14 +00:00
sthen
f7d5bed302 import ports/devel/py-minimock, ok jasper@
MiniMock is a simple library for doing Mock objects with doctest. When
using doctest, mock objects can be very simple.
2010-10-12 14:52:42 +00:00
sthen
a70bc110a2 import ports/sysutils/py-lockfile, ok jasper@
The lockfile package exports a LockFile class which provides a simple API for
locking files.  Unlike the Windows msvcrt.locking function, the fcntl.lockf
and flock functions, and the deprecated posixfile module, the API is
identical across both Unix (including Linux and Mac) and Windows platforms.
The lock mechanism relies on the atomic nature of the link (on Unix) and
mkdir (on Windows) system calls.  An implementation based on SQLite is also
provided, more as a demonstration of the possibilities it provides than as
production-quality code.
2010-10-12 14:51:56 +00:00
ajacoutot
b548ecd183 Clean up the cups-*able scripts.
Do not move out lptest as CUPS has no counterpart as spotted by armani@
2010-10-12 12:53:15 +00:00
bluhm
08570e8a30 update p5-IO-Socket-Multicast to 1.12
ok kevlo@ (MAINTAINER)
2010-10-12 10:13:12 +00:00
dcoppa
64fd614cb2 tyop in pkg/DESCR :(
While here, a better comment into Makefile as well...
2010-10-12 10:05:31 +00:00
sthen
c731b3abf1 Don't try and syslog during build, it interferes with aja's bulk builds
inside a chroot. ok ajacoutot@
2010-10-12 09:55:51 +00:00
dcoppa
0037f49f9f Update to gnash-0.8.8
From Brad, who also takes maintainership.

OK dcoppa@, jasper@
2010-10-12 09:38:16 +00:00
jasper
fe25311b62 - fix build on a clean system:
we set MODPY_BUILDDEP=No, whilst providing PYTHON via CONFIGURE_ENV. this
lead configure to believe there actually was a python present on the system.
which wasn't, so set MODPY_BUILDDEP=Yes and adjust REGRESS_DEPENDS accordingly

ok aja@ landry@
2010-10-12 09:03:31 +00:00
landry
5103e57b1f Update to webkit 1.2.5, prodded by a diff from brad
Fixes CVE-2010-3259 CVE-2010-3113 CVE-2010-1814 CVE-2010-1812 CVE-2010-1815
CVE-2010-3115 CVE-2010-1807 CVE-2010-3114 CVE-2010-3116 CVE-2010-3257
2010-10-12 08:43:05 +00:00
sebastia
2f6bf6bdf6 Update Jailkit to 2.13, only one minor bug fix. Patch sent by Remi Pointel
<remi.pointel _AT_ xiri.fr>

OK, landry@, jasper@
2010-10-12 07:55:02 +00:00
landry
aeb719f90c s/REVISON/REVISION/ 2010-10-12 07:18:05 +00:00
kili
f4a691919f Tiny bugfix update to poppler 0.14.4.
While here, take maintainership.

ok ajacoutot@
2010-10-12 07:00:04 +00:00
bluhm
c1c45a92a0 update p5-NetAddr-IP to 4.033 2010-10-11 22:50:11 +00:00
kili
922dacdab4 Try to run as much tests as possible, don't stop at the first
failed regression test.

ok ajacoutot@
2010-10-11 20:41:44 +00:00
sthen
ffe3bb5efe update libfwbuilder/fwbuilder to 4.1.2, from maintainer Vadim Zhukov with
a small tweak from me to tighten the lib dependency on libfwbuilder.
2010-10-11 20:19:11 +00:00
kili
24c46c77f1 Explicitely require openal 0.0.8p7 or later, because
it crashes with older versions.

From Brad.
2010-10-11 18:44:43 +00:00
ckuethe
e22e17ea9c Marco says he's not ready to have a 1.x release of assl. Use the EPOCH
mechanism to allow a smaller-but-newer version. ok sthen
2010-10-11 17:00:33 +00:00
benoit
99de4db363 - Update py-dnspython to 1.8.0
- regen PLIST

ok wcmaier@
2010-10-11 14:59:15 +00:00
sthen
400aa37d36 update roundcubemail to 0.4.2, minor fixes 2010-10-11 13:46:41 +00:00
sthen
4696388fab update trac to 0.12.1 2010-10-11 13:38:11 +00:00
benoit
60e8727026 Update jhead to 2.90
ok okan@
2010-10-11 10:57:48 +00:00
sebastia
6f9272a526 Update libmemcached to 0.44. Based on patch sent by
"Piotr Sikora" <piotr.sikora _AT_ frickle.com>

OK, landry@
2010-10-11 10:39:22 +00:00
jasper
322540b6eb - update fritzing to 0.4.3 2010-10-11 09:16:28 +00:00
stephan
0bdbb0a64b update to 0.63, use EPOCH instead of padding PKGNAME, adjust license, 'bulked' by landry@. 2010-10-11 08:54:21 +00:00
stephan
67b1243670 update to 0.74, ok dhill@ (maintainer). 2010-10-11 08:50:23 +00:00
jasper
9d399d1959 - fix WANTLIB after cairo update.
(please note chromium is still broken, but will be dealt with soon)
2010-10-11 08:19:03 +00:00
eric
379abc15fd update to cairomm 1.9.2
proactive fallout handling and ok ajacoutot@ jasper@ landry@
2010-10-11 08:15:48 +00:00
eric
b51f2a4445 update to py-cairo 1.8.10
proactive fallout handling and ok ajacoutot@ jasper@ landry@
2010-10-11 08:12:38 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00