Commit Graph

60581 Commits

Author SHA1 Message Date
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
jasper
71d252f28e - fix WANTLIB after cairo update.
these and upcoming fixes test built by landry@
2010-10-11 08:11:16 +00:00
eric
454cff8d2e update to cairo 1.10.0
proactive fallout handling and ok ajacoutot@ jasper@ landry@
2010-10-11 08:09:44 +00:00
dcoppa
842da8d68a Bugfix update to mldonkey-3.0.5.
Switch to new-style LIB_DEPENDS/WANTLIB.
Minor style cleanups.
2010-10-11 06:45:10 +00:00
sthen
ebf21120c2 anlx.net cpan mirror changed dir layout. noted by Brad. 2010-10-10 20:02:04 +00:00
jasper
b2c6388444 - fix build for upcoming cairo update 2010-10-10 18:58:11 +00:00
naddy
2cff698f32 Update to 1.12.5:
Fix a buffer overflow issue in the mpg123 frontend application when
printing ID3 data in non-UTF-8 environments.  This was introduced
in version 1.12.4
2010-10-10 18:28:00 +00:00
steven
20a61a3a31 add some more REGRESS_FLAGS to cope with absence of devel/check during
configure.

problem spotted by naddy@
2010-10-10 18:11:50 +00:00
jasper
f900a19513 - restore what was lost in previous commit 2010-10-10 17:51:27 +00:00
steven
1aaa7247bd +gfortran 2010-10-10 17:39:49 +00:00
steven
6f0b523996 import separate port of gfortran 4.2.1, in sync with the base compiler.
meant to be used on archs that have gcc4 in base, this doesn't require a
full gcc build from ports, and provides libgfortran as a subpackage.

idea from espie some months ago.
2010-10-10 17:39:06 +00:00
dcoppa
6b8a442224 Fix a wrong cvs tag in Makefile. I'm sorry.
No bump as it was just imported...
2010-10-10 16:02:45 +00:00
dcoppa
1451c005de Link redis to the build. 2010-10-10 15:53:35 +00:00
dcoppa
2eb7d2b8a1 Import databases/redis.
Redis is an advanced key-value store. It is similar to memcached
but the dataset is not volatile, and values can be strings, exactly
like in memcached, but also lists, sets, and ordered sets. All this
data types can be manipulated with atomic operations to push/pop
elements, add/remove elements, perform server side union, intersection,
difference between sets, and so forth.
In order to be very fast but at the same time persistent the whole
dataset is taken in memory, and from time to time saved on disc
asynchronously (semi persistent mode) or alternatively every change
is written into an append only file (fully persistent mode).

OK sthen@, landry@
2010-10-10 15:50:06 +00:00