Commit Graph

65777 Commits

Author SHA1 Message Date
joshe
955603c335 Update lang/sbcl to 1.0.48
This eliminates a number of patches which have been committed
upstream, as well as removes the texlive build dependency. The PDF
documentation is no longer built, which doesn't seem to upset anyone.

ok jasper@
2011-05-12 02:11:52 +00:00
sthen
00a83a5ca6 2.68 2011-05-12 00:18:11 +00:00
sthen
3583b6b7d5 Add autoconf-2.68, from Brad. 2011-05-12 00:10:33 +00:00
jeremy
432d1ab897 Update to version 3.2.0. 2011-05-11 23:42:15 +00:00
jeremy
54dc82be93 Update to version 3.6.2. 2011-05-11 23:41:23 +00:00
jeremy
83b01e7dc0 Update to version 2.4.0. 2011-05-11 23:40:47 +00:00
jeremy
9de02760e1 Update to version 0.3.27. From wen heping. 2011-05-11 23:40:05 +00:00
jeremy
5cb5104ec3 Update to version 0.10.6. Add a patch to allow compilation, since
clock_gettime is in libc in OpenBSD.
2011-05-11 23:39:02 +00:00
jeremy
3eaf0a1e13 Update to 3.23.0, fix regress dependency. 2011-05-11 23:35:36 +00:00
ajacoutot
534b992b3c Typo, my bad. Spotted by Markus Lude. 2011-05-11 21:24:59 +00:00
rpointel
07c1591a8a Update psycopg2 to 2.4.1.
ok martynas@.
2011-05-11 20:56:36 +00:00
rpointel
221385e101 update py-mxDateTime to 3.1.3. Add python2.7 flavor.
ok sthen@.
2011-05-11 20:36:06 +00:00
jasper
7f75234235 import p5-POE-Component-Resolver-0.912
POE::Component::Resolver performs Socket::GetAddrInfo::getaddrinfo()
calls in subprocesses where they're permitted to block as long as
necessary.
By default it will run eight subprocesses and prefer address
families in whatever order Socket::GetAddrInfo returns them.
These defaults can be overridden with constructor parameters.

from wen heping (MAINTAINER),
needed by upcoming p5-POE update, not hooking this up yet.

ok sthen@
2011-05-11 18:59:59 +00:00
jasper
4d65106916 import POE-Component-Syndicator-0.01
POE::Component::Syndicator is a base class for POE components
which need to handle a persistent resource (e.g. a connection
to an IRC server) for one or more sessions in an extendable way.

from wen heping (MAINTAINER),
needed by upcoming p5-POE update, not hooking this up yet.

ok sthen@
2011-05-11 18:58:49 +00:00
gsoares
36955d3f91 - update to 0.34
- remove USE_GROFF
- zap unneeded post-extract target
- install examples
- specify license
- regen plist

OK jasper@, Srebrenko Sehic(MAINTAINER)
reads ok to sthen@
2011-05-11 18:50:39 +00:00
ajacoutot
e792ba2ae9 +yaml-cpp 2011-05-11 16:56:21 +00:00
ajacoutot
d0428136b7 Import yaml-cpp-0.2.6.
YAML parser and emitter in C++ matching the YAML 1.2 spec.

from Antti Harri with some tweaks.
ok jasper@
2011-05-11 16:55:30 +00:00
eric
be37d402a0 update to 0.8.0
ok ajacoutot@
2011-05-11 16:13:08 +00:00
ajacoutot
46e87c160f Add BUILD_DEPENDS on rarian. Technically it is not entirely needed but
since we depend on yelp it'll get installed anyway. This is to ease
grep(1) over the ports tree to check ports that could be impacted by
the GNOME3 update (as well as consistency with the rest of stuffs
dependeing on yelp).

While here, regen wantlib.
2011-05-11 15:51:10 +00:00
ajacoutot
f0178a3109 Add missing build dependency on textproc/rarian. 2011-05-11 15:27:34 +00:00
ajacoutot
52df72db13 No need for gnome-doc-utils, rarian is enough. 2011-05-11 15:20:02 +00:00
ajacoutot
559c22be94 Adapt gcompris_helpdir because using share/gnome/help is wrong when we don't
provide xml file(s) for yelp. Use the regular share/doc/PKGNAME.
Drop dependency on yelp.
2011-05-11 15:14:10 +00:00
sthen
5cdba91893 update to 1.8.4 2011-05-11 15:07:14 +00:00
ajacoutot
31ada7499f Adapt dc_gui_helpdir because using share/gnome/help is wrong when we don't
provide xml file(s) for yelp. Use the regular share/doc/PKGNAME.
Drop dependency on yelp.
2011-05-11 14:59:56 +00:00
ajacoutot
b028bcbeba Explain the dependencies in MODGNOME_HELP_FILES a bit more. 2011-05-11 14:56:42 +00:00
sthen
8351e35a04 - update Icinga to 1.4.0
- tweak @extraunexec's
2011-05-11 13:57:41 +00:00
jasper
278e3cc0b0 Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.

ok aja@
2011-05-11 12:57:47 +00:00
ajacoutot
89ba53aa6d Extend comment. 2011-05-11 12:50:20 +00:00
jasper
4fee5ffce0 Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.

ok aja@
2011-05-11 12:03:19 +00:00
dcoppa
de33ea3a09 Bugfixing update to redis-2.2.7
* Fixed bug #543-2 (the issue was reopened with a completely different report)
  that caused Redis to randomly crash on list push performed against lists
  with other clients blocked with BLPOP (or variants).

* Fixed bug #543. If you saw Redis instances crashing on List operations
  (only happening with a non-default max entry size ziplist setting in
  redis.conf) it was almost certainly this problem.

* Fixed a bug with replication where SLAVEOF NO ONE caused a slave to close the
  connection with all its slaves.
2011-05-11 11:47:48 +00:00
sebastia
c70ba5daf1 Bugfix update to sogo 1.3.7.0, fixes a bug with dovecot imap server.
OK landry@
2011-05-11 10:55:53 +00:00
dcoppa
966cc6f1af fluxbox-remote: fix handling of exit codes
(upstream commit 2f166eb4aeb5d77407e9380d644215cd5e94d592)
2011-05-11 10:05:42 +00:00
dcoppa
3737b33c1a Get rid of the use of libtool's --tag=disable-static and only delete
the archives for the plugins.

From Brad; OK sthen@
2011-05-11 09:08:07 +00:00
dcoppa
6b929c59fb - Get rid of the use of libtool's -tag=disable-static.
- Merge in a whole bunch of various fixes from upstream and add
  comments for the existing fixes which didn't have a comment in
  the patch.

From Brad; OK sthen@
2011-05-11 09:05:54 +00:00
ajacoutot
1beeb02eb3 Add rc script, from Vadim Zhukov with some tweaks. 2011-05-11 09:01:26 +00:00
ajacoutot
2d702b0153 Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.
2011-05-11 08:24:40 +00:00
ajacoutot
6e1f352ba4 @comment bogus directory lib/locale/. 2011-05-11 08:09:06 +00:00
ajacoutot
c1dcb146ce Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.
2011-05-11 08:03:21 +00:00
ajacoutot
c54e12bbe0 Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.
2011-05-11 07:45:52 +00:00
ajacoutot
a08f3919de Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.
2011-05-11 06:56:42 +00:00
ajacoutot
54fddbd327 Forgot in previous... (not my day) 2011-05-11 06:26:03 +00:00
ajacoutot
561d6fe9bc Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and remove remove everything under the @sample'd directory instead
of the directory itself to prevent a warning from pkg_delete(1) trying
to remove a non existing directory and to help preventing left-over
files and directories.
2011-05-11 06:22:16 +00:00
ajacoutot
c9a4e5bc5b Add webkit,gtk3. 2011-05-11 06:03:16 +00:00
ajacoutot
69db523da2 Fix after recent webkit update. 2011-05-11 06:02:15 +00:00
ajacoutot
e322f7a1ae Missed in previous. 2011-05-11 06:00:36 +00:00
ajacoutot
71b191e76f Major update to webkit-1.4.0.
Now comes with a gtk3 FLAVOR that can be installed alongside the non
flavored package (webkit vs webkit-gtk3).

The library name changed from libwebkit to libwebkit-gtk{1,3}.

thanks to landry@ and jasper@ for the tests on powerpc, sparc64 and
amd64.
bulk testing from landry@

ok jasper@ landry@ (maintainer)
2011-05-11 06:00:08 +00:00
ian
90d96e39f0 Minor update 1.0.0 to 1.0.6, license now GPLv3, JDK now 1.6+, MESSAGE -> PKG README.
PDF doc now bundled with support contract so refer to Wiki for information.
2011-05-10 23:44:54 +00:00
ajacoutot
580c130515 Maintenance update to totem-pl-parser-2.32.5. 2011-05-10 17:11:43 +00:00
ajacoutot
cc2ceedb5e xulrunner build depends is only needed for the mozilla flavor... obviously. 2011-05-10 16:23:03 +00:00
ajacoutot
6372ee055c FLAVORless libproxy is not needed. 2011-05-10 16:21:04 +00:00