Commit Graph

7487 Commits

Author SHA1 Message Date
dhill
f334b35529 update to 1.10
ok jasper@
2010-05-11 14:37:21 +00:00
dhill
ed93ed0e0a update to 0.65
ok jasper@
2010-05-11 14:36:12 +00:00
naddy
abb82062ae fix inclusion of X11 headers after xextproto & libXext updates 2010-05-11 10:33:57 +00:00
espie
fd85f9241d make it compile on gcc4, by making the relevant patch dependent on
compiler version.
also removes lvalue cast, that's not ansi.
2010-05-11 07:23:23 +00:00
naddy
d8fa5d941d fix inclusion of X11 headers after xextproto & libXext updates 2010-05-10 21:20:52 +00:00
ajacoutot
ef77817b24 XXX THIS IS A HACK
Make an error non-fatal in close_stdout() by not exiting. This is needed
to workaround the effects of userland threads which change i/o
operations to non-blocking.

This prevents the 'write errors' people have been seeing with gmake.

comment wording from sthen@, ok espie@
2010-05-10 17:17:48 +00:00
espie
8666776b2e gcc3 and gcc4 disagree, so put a common cast to make them compile.
(also compile some file with -O1 in moz)
2010-05-10 12:36:09 +00:00
robert
b34aac93f1 Update to 0.90; from Ryan Boggs 2010-05-09 21:57:09 +00:00
jasper
885c65c4c2 SECURITY FIX for SA39738
PCRE "compile_branch()" Buffer Overflow Vulnerability.

ok jakob@ (MAINTAINER)
2010-05-09 21:37:53 +00:00
jakemsr
879400b711 sdl{mame,mess} supercede x{mame,mess} 2010-05-09 17:45:12 +00:00
kili
788081f63c Update to darcs-2.4.3 (bugfix release). 2010-05-09 17:00:39 +00:00
kili
f48155cc57 Update to hs-hashed-storage-0.4.13. 2010-05-09 17:00:00 +00:00
robert
76f37c63b2 Make gcc4 happy; patch from FreeBSD 2010-05-09 15:17:18 +00:00
robert
71a3876071 Fix build with gcc4 2010-05-09 15:05:30 +00:00
ajacoutot
90ff55f001 Extend XXX, no binary change. 2010-05-09 11:14:17 +00:00
ajacoutot
fe2ccca765 Bugfix update to goffice-0.8.3.
No need to depend on libgsf,-gnome really.
2010-05-09 10:36:57 +00:00
dcoppa
fd9eccdf70 Adjust WANTLIB and LIB_DEPENDS.
OK landry@, sthen@, ajacoutot@
2010-05-09 09:34:11 +00:00
dcoppa
02dc5dbde5 Adjust LIB_DEPENDS.
OK landry@, sthen@, ajacoutot@
2010-05-09 09:32:04 +00:00
ajacoutot
b6431ee03c Fix comment. 2010-05-09 05:50:07 +00:00
robert
7ef2130c55 Update to 3.0.4; makes gcc4 happy 2010-05-07 16:00:01 +00:00
robert
b5a16facbc Renable puppet to ruby-puppet as it was before 2010-05-07 15:53:34 +00:00
jasper
2f33b966fc - update lpeg to 0.9
based on a diff by scott vokes
2010-05-06 20:57:35 +00:00
kili
61f34d1e88 Fix build and adjust wantlib after threading has been disabled in
ghc. While here, rename the `log' matcher to `comment' and add a
little bit of documentation as discussed upstream.
2010-05-06 20:06:28 +00:00
kili
e07d5ae83f Adjust WANTLIB and bump PKGNAME after the ghc change. 2010-05-06 20:05:24 +00:00
wcmaier
348a2c28ea Update to 0.7.12.
Contains a SECURITY fix: http://buildbot.net/trac/wiki/SecurityAlert0711.
Patch from Alex Holst <a at mongers.org>; thanks!
2010-05-04 13:50:35 +00:00
ajacoutot
c487c32929 Minor update to pangomm-2.26.2.
* Documentation: Added main page text at index.html.
2010-05-04 11:57:20 +00:00
ajacoutot
2bcf427c93 Force regen of pynotify.c to include missing functions.
See http://trac.galago-project.org/ticket/121

While here, regen WANTLIB.
2010-05-04 10:29:13 +00:00
ajacoutot
13319df707 Minor update to glib2mm-2.24.2 (documentation tweaks). 2010-05-04 06:17:20 +00:00
wcmaier
01a68ffc3a Update to newly released 1.5.2.
Based on patches and tests from Samir SAADA <zepard at gmail.com> and Vivien MOREAU
<vpm at serengetty.fr>. While here, fix rst2man gunk in man pages (noticed
by nicm@ and Robert Bronsdon <reashlin at gmail.com>, fix from nicm@ and
schwarze@). Thanks for all the help!
2010-05-03 20:23:08 +00:00
sthen
29d9727b83 kili's fix to handle the two different libuuid's merged two packages (e2fsprogs,
e2fs-uuid) into one; everything works ok for updates provided that one has a
package depending on e2fs-uuid installed, but if not, the old e2fs-uuid is left
lying around which could cause problems with devel/uuid later (unless someone
manually does a 'pkg_add -r'). Add a quirk so that the standard pkg_add -u can
handle this situation.

"oh well... okay" espie@
2010-05-03 14:21:00 +00:00
ajacoutot
cd5055c213 Bugfix update to glib2-2.24.1.
Don't install the gdb python macros.
2010-05-03 11:41:56 +00:00
jasper
a0c39a8ff4 - missed in previous commit 2010-05-02 16:57:17 +00:00
jasper
7dc6106b1c * Add missing RUN_DEPENDS
* make ownership and permissions a bit more explicit.

from daniel dickman (MAINTAINER)
2010-05-02 16:56:19 +00:00
sthen
110a069e2b - remove MAKE_FLAGS, USE_LIBTOOL can handle this well enough
- slightly gratuitous PKGNAME bump (hooray, no more 'Warning:
obsolete construct: @ignore' on my long-installed boxes ;)

ok ajacoutot@
2010-05-01 11:29:16 +00:00
ajacoutot
736035b9a4 Don't use SUBST_CMD on non existing files. 2010-05-01 09:10:00 +00:00
espie
dc1a53b1ec fix warning. wesnoth should compile again 2010-04-30 20:08:02 +00:00
jasper
bd18a43fdf - update intellij to 9.0.2
from daniel dickman (MAINTAINER)
2010-04-30 19:02:17 +00:00
ajacoutot
d8bef1a1a9 When permissions are set up accordingly and kern.usermount is set to 1,
make it possible to umount and eject CDs using gio.
2010-04-29 16:38:41 +00:00
jsg
84c63f751b Update to LLVM/Clang 2.7
ok sthen@
2010-04-29 16:37:09 +00:00
dcoppa
5c41a01f4f Link my haskell ports to the build.
OK kili@
2010-04-29 05:28:32 +00:00
jasper
7613405e93 hmm, forgot to bump 2010-04-28 17:15:45 +00:00
jasper
aece6fa696 - add missing dependency 2010-04-28 16:33:03 +00:00
jasper
2645f3861f - fix lib depends and regen wantlib 2010-04-28 10:10:44 +00:00
landry
5640be627d @comment back xulrunner-{plugin,js,gtkmozembed}.pc, they conflict with the
ones in xulrunner/1.8,-devel. Spotted by naddy@.
2010-04-27 16:08:21 +00:00
ajacoutot
bbbb738756 Maintainance update to desktop-file-utils-0.16. 2010-04-27 11:51:03 +00:00
ajacoutot
4af51c83c8 Bugfix update to libsoup-2.30.1. 2010-04-26 21:28:22 +00:00
sthen
d271584a72 +libtalloc 2010-04-26 17:23:47 +00:00
sthen
4acc3c0b3c import libtalloc, based on a submission from Sebastian Liem.
originates from samba, will be used by forthcoming samba update.

talloc is a hierarchical, reference counted memory pool system with
destructors.
2010-04-26 17:23:25 +00:00
jasper
06b327c21f - minor bugfix update to vte 0.24.1 2010-04-26 11:57:12 +00:00
stephan
f20d9961d3 update to 1.6.37, ok espie@ and landry@ 2010-04-26 09:15:00 +00:00
kili
4f325e8cb0 Add support for matching against log messages.
Now you can check out the latest ghc sources and then run
something like

darcs changes --match 'log "(moose|balls|fuck|shit)"'

(and you'll notice that ghc is far too british)

I've also send a similar patch upstream and hope that it'll
be included in the next darcs release.
2010-04-25 21:20:45 +00:00
jasper
a3e614af95 - re-add fscking ugly workaround. this needs to be properly fixed as
you will claw your eyes out looking at the workaround.

"go ahead" aja@
2010-04-25 20:59:38 +00:00
stsp
7efc9b9a10 Add MODGNU_AUTOCONF_DEPENDS to BUILD_DEPENDS. Fixes build if autoconf
isn't already installed. The dependency on autoconf used to be
implicit until CONFIGURE_STYLE was switched from autoconf to gnu
during the 1.6.11 update.
From Daniel Dickman.
2010-04-25 08:43:29 +00:00
naddy
91db013e33 fix build and WANTLIB after libXp removal 2010-04-24 20:18:39 +00:00
landry
6d739c1570 Update xulrunner 1.9.0.14 to 1.9.1.7, latest release in the branch
corresponding to ffx 3.5.x. Most patches taken from there, tested
successfully @ppc/amd64/sparc64. Branch 1.9.0.x is approaching attic
upstream, as ffx 3.0.x.
The plan is to move all users of xulrunner/1.8 to use this latest
version, and then ditch the old unmaintained one from ffx 2.x days.
2010-04-24 16:08:01 +00:00
ajacoutot
bb308edbd6 This part of CONFIGURE_ENV is now set in bsd.port.mk(5). 2010-04-24 09:56:34 +00:00
jasper
2555e50330 - update json-glib to 0.10.2 2010-04-24 08:57:11 +00:00
jasper
e3b1246d12 - sync wantlib 2010-04-24 08:46:41 +00:00
ajacoutot
776d18b813 +libgee 2010-04-24 00:50:34 +00:00
ajacoutot
7d2e379f50 Import libgee-0.5.0.
libgee is a collection library providing GObject-based interfaces and
classes for commonly used data structures.
<...>
2010-04-24 00:32:08 +00:00
stsp
be88e51b48 Build subversion's gnome_keyring flavour. Requested by aja. 2010-04-23 18:11:16 +00:00
stsp
ae0c493264 Update to 1.6.11 and update home page URL.
Also change the configure style to 'gnu' instead of 'autoconf'
to avoid running autoconf twice (autoconf is run by the autogen.sh
script in the pre-configure target). landy@ says this fixes the
build on hppa for some reason.

ok aja, landry (for the configure-style bit some time ago)
2010-04-23 18:05:26 +00:00
jasper
b5ca0e9dbc - tweak COMMENT 2010-04-23 16:06:30 +00:00
jasper
169b9f347c - sync 2010-04-23 16:05:57 +00:00
jasper
4fdbca4bea import notify-sharp 0.4.0 (svn rev 3032)
notify-sharp is a C# client implementation for Desktop Notifications,
i.e. notification-daemon. It is inspired by the libnotify API.
2010-04-23 16:03:48 +00:00
kili
8e685071dd Oops! Remove hs-binary-shared, it isn't ready yet.
noticed by naddy@
2010-04-23 13:25:26 +00:00
ajacoutot
3c0aa8dbdb Update to py-gobject-2.20.0v0. 2010-04-23 12:51:11 +00:00
kili
b23ced6511 Everything that still needs this will probably not be buildable
with ghc-6.12 and thus is just dead.
2010-04-22 22:20:40 +00:00
kili
37832bf54c Wire a bunch of new hs- ports, zap hs-newbinary. 2010-04-22 22:18:27 +00:00
kili
eb3567fa26 Follow ghc changes. 2010-04-22 21:57:26 +00:00
kili
811f40d736 Update to hscolour-1.16 2010-04-22 21:56:41 +00:00
kili
5b22a0ab29 Update to hmake-3.14 2010-04-22 21:54:16 +00:00
landry
5fa3422b2a Unbreak (again) libsigsegv on hppa by adding the necessary autoconf magic
to configure env so that it doesn't try to run tests that goes into an infinite
loop puking 'longjmp botch'. If anyone feels brave enough to debug that,
start in m4/sigaltstack*. That should allow quite a good branch of the
portstree to build again..
2010-04-22 21:53:29 +00:00
kili
9aff762da2 Update to darcs-2.4.1 2010-04-22 21:53:18 +00:00
kili
cec7ec20f0 Update to cpphs-1.11 2010-04-22 21:51:54 +00:00
kili
0886815cde Update to haddock-2.7.2 2010-04-22 21:49:12 +00:00
kili
1c040e0918 Update to happy-1.18.4 2010-04-22 21:48:51 +00:00
kili
fae6188613 Update to alex-2.3.2. 2010-04-22 21:48:30 +00:00
kili
ce0d21413c Mark as broken for now. ghc doesn't have CLDouble any longer. 2010-04-22 21:45:07 +00:00
ajacoutot
6dc9b5426a Update to gconf-editor-2.30.0. 2010-04-22 20:42:35 +00:00
ajacoutot
997574078b Major update to glib2mm-2.24.1. 2010-04-22 19:56:27 +00:00
ajacoutot
75d1980e66 Mark as BROKEN for now. 2010-04-22 19:36:05 +00:00
ajacoutot
b1bdf2c5b2 Major update to glib2-2.24.0.
Glib now enforces threads requirement. As a result, this commit will
break p5-Glib2 (as our perl is not threaded).
Decision was taken after a chat with naddy@ and jasper@ as patching our
current glib2 like hell to cope with newer packages requirements is
clearly not a good solution.
naddy is ok with this move.
2010-04-22 19:34:06 +00:00
dcoppa
49e2a1d89e Fix for Fortran shared libraries that were generated without
versioning.

OK ajacoutot@, landry@
2010-04-22 16:10:11 +00:00
landry
c4ba279bd3 Oops, remove old patch. 2010-04-22 15:03:18 +00:00
landry
e6c6fc84e6 Update to giggle 0.5, switch to gnome module while here. 2010-04-22 15:01:52 +00:00
ajacoutot
a8c95443e4 Fix DEPENDS/WANTLIB after recent gnome-keyring split. 2010-04-22 14:27:29 +00:00
alek
841a98e20d use LIBeventextra_VERSION instead my own MAJOR/MINOR -- tip from ajacoutot@ 2010-04-21 23:10:26 +00:00
nicm
e87686aee6 +libeventextra 2010-04-21 23:00:18 +00:00
nicm
c0e9f0cc65 Import libeventextra with all the bits of libevent 1.4 we don't want in
the base system: DNS resolver, HTTP and RPC functions.
2010-04-21 22:55:34 +00:00
fgsch
8180f62607 Update to 3.3.1 2010-04-21 22:37:21 +00:00
jasper
cd432a19ed - add another diff from latest glib, the GConverter interface. 2010-04-21 17:33:31 +00:00
ajacoutot
62f7543ff5 iTeen forgot to bump.
spotted by naddy@
2010-04-21 15:11:00 +00:00
landry
60901cf016 Add necessary magic to BJAM_CONFIG so that boost honours CFLAGS/CXXFLAGS.
Another funky-build-system bites the dust..
2010-04-21 12:30:57 +00:00
landry
4f93631615 Update to boost 1.42, fixes regressions in gzip module introduced in
1.41. Tested without fallout in a bulk build by stephan@, thanks!
Endianess fixes from kili@, mark as NO_REGRESS as regression suite
changed a lot since old previous 1.34 version.
Remove deanna@ from MAINTAINER has she agreed not having time for it atm.
This port doesn't honour CFLAGS but this will be dealt separately.
2010-04-21 09:26:58 +00:00
giovanni
fe464364ad Link py-mox to the build 2010-04-21 06:53:50 +00:00
giovanni
ff85a0db49 Import py-mox, a mock object framework for Python
Mox will make mock objects for you, so you don't have to create
your own! It mocks the public/protected interfaces of Python objects.
You set up your mock objects expected behavior using a domain
specific language (DSL), which makes it easy to use, understand,
and refactor!
2010-04-21 06:48:49 +00:00
ajacoutot
cd52a4ef85 Regen WANTLIB. 2010-04-20 22:24:02 +00:00
jasper
d5b2646de8 - update libwnck to 2.30.0 2010-04-20 20:28:04 +00:00
ajacoutot
ee7c28eaca Missed this in previous gnome-keyring coping.
reminded by stsp@
2010-04-20 20:23:38 +00:00