Commit Graph

7680 Commits

Author SHA1 Message Date
espie
1265f604e3 add fortran 2010-05-25 00:47:56 +00:00
espie
a15d59feb3 forgot to mark it not for gcc2 2010-05-25 00:29:09 +00:00
espie
172fdacecc libf2c from gcc 3.3.5 from main source tree 2010-05-24 22:42:08 +00:00
kili
89cec307c0 Update to darcs-2.4.4, to let people think I'm not a slacker.
While here, set REGRESS_DEPENDS = ::shells/bash (yes, it really
needs bash).
2010-05-24 14:33:03 +00:00
espie
2d7318b9da avoid old libstdc++ internals.
sparc64 is the odd one there, just fix it locally.
2010-05-23 13:49:19 +00:00
espie
8571b20397 Ouch, if libtool is built without g77 around, then it can't build fortran.
BUILD_DEPENDS only (on gcc4 systems), should be possible to CONFIGURE_ENV
things out, to revisit later.
2010-05-23 13:28:16 +00:00
espie
74ea436027 use fortran module 2010-05-23 11:09:36 +00:00
espie
dbcfe8499d C++ syntax 2010-05-22 21:02:34 +00:00
espie
0ef68eeca0 ANSI __FUNCTION__ 2010-05-22 20:35:17 +00:00
espie
01a00395e2 fix lvalue casts 2010-05-22 16:16:45 +00:00
espie
ec292b4bde friends don't decl 2010-05-22 16:11:34 +00:00
espie
ced09ca89e const-correct, appeases g++4 2010-05-22 14:27:21 +00:00
espie
892b20d87e friend does not declare. fix gcc4 2010-05-22 07:46:48 +00:00
jasper
705ce58aa3 - post-commitum ok jakob for the update, and he suggested i'd take maintainership. 2010-05-21 19:28:20 +00:00
jasper
5405ea0ea9 - update pcre to 8.02
maintainer timed-out
2010-05-21 14:53:49 +00:00
ajacoutot
8a63734408 We have strndup(3) now. 2010-05-21 11:51:09 +00:00
ajacoutot
706ab42387 Update to goffice-0.8.4.
* couple of bugs and memleaks fixes
2010-05-21 06:37:56 +00:00
bluhm
d007f6a99e update p5-Devel-NYTProf to 3.11
ok espie@
2010-05-20 20:04:35 +00:00
espie
0cbdf34f7d declare function to conform to template rules (fixes gcc4) 2010-05-20 09:52:14 +00:00
espie
0077e732cd build with gcc4 2010-05-19 23:29:14 +00:00
kili
bcea0ad2ce Silent register.sh/unregister.sh after the change to Cabal in ghc.
Run unregister.sh with `--force'.
2010-05-19 15:58:18 +00:00
espie
ec42b3da91 fix gcc4 2010-05-19 15:34:21 +00:00
espie
f24a2516b1 cast is not an lvalue 2010-05-19 15:24:21 +00:00
espie
af4ad3608d don't extern static variables, tssss... 2010-05-19 15:11:01 +00:00
ajacoutot
f18a95b822 Don't put examples under documentation.
from Vincent Auclair (maintainer)
landry@ doesn't care
2010-05-19 10:48:52 +00:00
ajacoutot
45d9e017d1 Update to libsigc++-2.2.7.
This was roting in my tree...
2010-05-18 10:52:36 +00:00
landry
b7c355cae4 +codeworker 2010-05-18 10:29:21 +00:00
landry
8a5c492cad Import codeworker 4.5.4 from MAINTAINER Vincent Auclair
CodeWorker is a versatile Open Source parsing tool and a source code
generator devoted to generative programming. Generative programming is a
software engineering approach interested in automating the production of
reusable, tailor-made, adaptable and reliable IT systems.
2010-05-18 10:28:48 +00:00
sthen
0280b75cf5 Use the correct autoconf version. ok Brad. 2010-05-17 22:50:13 +00:00
sthen
1a19f9bc82 Roll in some fixes from upstream. From Brad.
- Packet engine: prevent divide by 0.
- SKE: Make sure failure received from remote is error status.
2010-05-17 08:36:53 +00:00
sthen
e58e4ec9f4 update to 1.20, from Brad 2010-05-17 08:18:25 +00:00
ajacoutot
fc908f7fe4 Bump after recent mono MODULE change.
"sure" robert@
2010-05-15 09:40:17 +00:00
ajacoutot
145c29707c Quiet warnings about deprecated/discouraged and invalid MIME types. 2010-05-15 07:41:19 +00:00
kili
d73ffa853b Use @unexec. I must have been on drugs when using @unexec-delete
for unregister.sh in all the new ghc libraries (which leads to bogus
registered ghc packages after updates).

You can use the command

        ghc-pkg check

to check ghcs internal package list. If it reports missing files
for some package (like hashed-storage-0.4.11), you can forcibly
unregister it by running (as root) something like

        ghc-pkg unregister hashed-storage-0.4.11

ok dcoppa@
2010-05-14 09:08:25 +00:00
pirofti
480b715c6c Link udis86. 2010-05-13 22:20:17 +00:00
pirofti
d3a73a9562 Import udis86, help and okay landry@.
udis86 is an easy-to-use minimalistic disassembler library (libudis86)
for the x86 and x86-64 class of instruction set architectures. The
primary intent of the design and development of udis86 is to aid
software development projects that entail binary code analysis.
2010-05-13 22:19:14 +00:00
jamesw
bc741e7ffc fix COMMENT, remove unneeded blank lines, ok ajacoutot@ 2010-05-13 06:44:50 +00:00
jamesw
e8767c2ab1 Fixed comment, blank lines in Makefile, removed unnecessary MESSAGE,
bump, ok ajacoutot@
2010-05-13 06:43:00 +00:00
jamesw
cd1eb91b26 Remove extra blank lines, fix comment, ok ajacoutot@ 2010-05-13 06:39:39 +00:00
jasper
1f99867e5a - add missing p5-modules 2010-05-12 20:17:41 +00:00
jamesw
b6e3644533 This module extends Module::Starter to enable the creation of skeletal
CGI::Application and Titanium projects, with templates based on
HTML::Template.

ok landry@
2010-05-12 18:48:02 +00:00
jamesw
07a6e9a554 Module::Starter is used to create a skeletal CPAN distribution,
including basic builder scripts, tests, documentation, and module
code.

ok landry@
2010-05-12 18:47:03 +00:00
jamesw
d99c57ae04 File::DirCompare is a perl module for comparing two directories via
callbacks, which are invoked for all files thar are 'diffent'
between the two directories, and for any files that exist only in
one or other directory ('unique' files).

ok landry@
2010-05-12 18:44:16 +00:00
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
ajacoutot
b4827dd4b7 Cope with recent gnome-keyring changes. 2010-04-20 20:11:53 +00:00
jasper
355cfa0cef - cherrypick another function from latest glib2, needed by nautilus. 2010-04-20 20:05:34 +00:00
ajacoutot
13713b113c Import the g_desktop_app_info_get_filename() function from upstream.
This is required by newer GTK. We cannot just update Glib because it now
requires threads which will break p5-Glib2 dependent apps as our perl is
not threaded... solution to this is rthreads or ... <insert solution
here and send it to aja@>. Yes this means we are stuck with this version
for now.
2010-04-20 18:53:29 +00:00
ajacoutot
2089261996 Update to p5-Glib2-1.222 2010-04-20 16:28:14 +00:00
ajacoutot
96b53d6c20 Update to p5-Pango-1.221. 2010-04-20 16:21:42 +00:00
ajacoutot
e6496885cb +eggdbus 2010-04-20 14:00:38 +00:00
ajacoutot
ff3076287a Import eggdbus-0.6
EggDBus aims to be an easy-to-use set of GObject bindings for
interacting with DBus.  Currently, this interaction is done using
libdbus-1.

DESCR from FreeBSD.
2010-04-20 14:00:07 +00:00
jasper
b37afef65e - update vte to 2.24.0 2010-04-20 11:43:25 +00:00
jasper
49ad6b3c1b - add reminder comment 2010-04-20 11:36:37 +00:00
jasper
3ef156ac24 - update gobject-introspection to 0.6.10
* this seems to be making sparc64 quite a bit less sad.
2010-04-20 11:20:08 +00:00
jasper
575bfbb2f2 - update libsoup to 2.30.0 2010-04-20 11:07:07 +00:00
ajacoutot
27bb3e0309 Update to atk-1.30.0.
* several bugfixes
* translations updates

fmt(1) DESCR.
Use the x11/gnome MODULE.
Add the hobbits as maintainers.
2010-04-20 10:19:46 +00:00
espie
cf0a82ee79 damn riverbank ! can't they keep distfiles for a few weeks ?
update again,  hoping those don't vanish tomorrow...
2010-04-19 14:14:34 +00:00
espie
00af17e391 update required to deal with qt4 (maintainer did not reply to requests ?) 2010-04-19 09:37:49 +00:00
ajacoutot
090528283c Add missing BUILD_DEPENDS. 2010-04-18 19:22:44 +00:00
ajacoutot
b926752900 Missing dependency. 2010-04-18 12:51:44 +00:00
ajacoutot
6df9234e54 Forgot to bump in previous. 2010-04-18 12:34:00 +00:00
ajacoutot
40fdf8a7c1 Implements procwd and procopenfiles using a wrapper around lsof(8)
(from FreeBSD sysdeps directory).
Merge proctime.c patch from pkgsrc.
Several other cleanings.
2010-04-18 12:32:09 +00:00
ajacoutot
6671a84614 Reverse logic. 2010-04-18 09:49:22 +00:00
ajacoutot
35b22fec76 Implement "model name" in init_sysinfo, needed for gnome-system-monitor. 2010-04-17 14:44:18 +00:00
ajacoutot
551c338fba Forgot this part in previous. 2010-04-17 12:05:13 +00:00
ajacoutot
279d6517a7 rEWORK THe syctl patch to be closer to what upstream does for other OS. 2010-04-17 11:46:41 +00:00
ajacoutot
3c5d11539f Fix PKGNAME. 2010-04-17 10:21:20 +00:00
ajacoutot
c0da600c3c We want ia_netmask here. 2010-04-17 07:51:01 +00:00
ajacoutot
b26e16708b Add small reminder comment. 2010-04-17 06:57:05 +00:00
ajacoutot
5fda8ba792 Buxfix update to goffice-0.8.2. 2010-04-17 05:45:14 +00:00
ajacoutot
b073e8aebd remove myself from maintainership. 2010-04-16 17:36:00 +00:00
jasper
707c62e62d - bump PKGNAME after p5-Socket bump 2010-04-16 14:45:25 +00:00
ajacoutot
d63253be4c Update to pangomm-2.26.1.
* Minor documentation improvements.
2010-04-16 12:45:53 +00:00
ajacoutot
97457c6019 Update to libsigc++-2.2.6.
Only documentation change.
2010-04-16 12:37:40 +00:00
jasper
2aa1fbad33 - remove broken jad, it's never gonna get fixed. and upstream doesn't seem very alive.
"please remove it" kevlo@ (MAINTAINER)
2010-04-16 07:48:33 +00:00
dcoppa
7a9c9135b1 update-plist and bump because of cmake diff.
OK landry@, sthen@
2010-04-15 20:35:46 +00:00
dcoppa
64ab3526bf Avoid creating .so symlinks for shared libraries, as they break
OpenBSD porting standards.

OK landry@, sthen@
"if it works and other people like it, go ahead" espie@
2010-04-15 20:30:47 +00:00
jasper
be3a31810b - fix LIB_DEPENDS/WANTLIB for py-vte, wouldn't build on a clean system otherwise.
ok aja@
2010-04-15 17:44:04 +00:00
ajacoutot
67f084abd7 left overs from previous spring cleaning. 2010-04-15 14:44:02 +00:00
ajacoutot
983fd44e85 Consistency: remove the 1, 2 or even 3 empty blank lines. 2010-04-15 13:56:33 +00:00
ajacoutot
d3182b3852 Zap useless heading/trailing blank lines. 2010-04-15 13:27:47 +00:00
landry
7d0e24663f Fix paths to sed/gconftool-2 so that users get proxy settings from
env/user settings.
From maintainer Daniel Dickman, thanks!
2010-04-15 06:55:59 +00:00
stephan
7fcb00cfb1 update to 1.07, requires newly imported p5-Probe-Perl. ok landry@ 2010-04-14 07:34:14 +00:00
stephan
4630a3116d +p5-Probe-Perl 2010-04-14 06:35:14 +00:00
stephan
b72cf8a153 import devel/p5-Probe-Perl-0.01
"This module provides methods for obtaining information about the
currently running Perl interpreter."

ok sthen@
2010-04-14 06:29:07 +00:00
dcoppa
3960a170e9 Import hs-convertible, a typeclass for converting between different
types. It's also used by databases/hs-HDBC for handling marshalling 
of data to and from databases.

Not yet wired to the build.

OK kili@
2010-04-14 06:24:34 +00:00
bernd
9888f7bd3c Update to git-1.7.0.5. 2010-04-13 21:35:04 +00:00
dcoppa
2831cc04ed Import hs-ConfigFile, a configuration file parser and writer library
for Haskell.

Not yet wired to the build.

OK kili@
2010-04-13 19:31:33 +00:00
dcoppa
1eda571aee Import hs-MissingH, a large collection of assorted utility libraries
for Haskell.

Not yet wired to the build.

OK kili@
2010-04-13 19:13:02 +00:00
dcoppa
01ece0877e Import hs-hslogger, a logging framework for Haskell similar to
Python's logging module.

Not yet wired to the build.

OK kili@
2010-04-13 19:06:13 +00:00
kili
1115091951 Import hs-ghc-paths, a tiny library that exposes several
installation directories of GHC to other Haskell packages.

Not yet wired to the build.
2010-04-13 18:32:56 +00:00
landry
7e1dc25aa8 Unbreak boost on hppa, checking for defined(__hppa) to detect HPUX is stupid.
No binary change on other archs, bump PKGNAME to be on the safe side.
2010-04-13 17:15:28 +00:00
kili
136b1f97c2 New darcs will need exactly hs-hashed-storage-0.4.11. 2010-04-13 12:28:37 +00:00
dcoppa
1704e7fa76 bytecode-compile the .py files; otherwise it gets done later, usually
at an inconvenient time (like when you build another port), and
leaves dangling .pyc after you pkg_delete.

Reported by naddy@ after a bulk build and removal of all installed
ports.

OK ajacoutot@, wcmaier@
2010-04-12 20:06:50 +00:00
giovanni
2c4a1e3ced Link some Perl modules:
p5-Data-ICal-TimeZone
p5-DateTime-Event-ICal
p5-DateTime-Event-Recurrence
p5-DateTime-Format-ICal
2010-04-12 17:37:26 +00:00
giovanni
42496f13d6 Import p5-DateTime-Format-ICal, a module to parse and format iCal datetime and duration strings
This module understands the ICal date/time and duration formats,
as defined in RFC 2445. It can be used to parse these formats in
order to create the appropriate objects.
2010-04-12 17:26:26 +00:00
giovanni
f8085136a0 Import p5-DateTime-Event-ICal, a DateTime extension for computing rfc2445 recurrences
This module provides convenience methods that let you easily create
DateTime::Set objects for rfc2445 style recurrences.
2010-04-12 17:12:07 +00:00
giovanni
c7ed7b6aef Import p5-DateTime-Event-Recurrence, a DateTime::Set extension to create
basic recurrence sets.

This module provides convenience methods that let you easily create
DateTime::Set objects for various recurrences, such as "once a
month" or "every day". You can also create more complicated
recurrences, such as "every Monday, Wednesday and Thursday at 10:00
AM and 2:00 PM".
2010-04-12 17:03:15 +00:00
giovanni
93fc75a803 Import p5-Data-ICal-TimeZone, timezones module for Data::ICal.
Data::ICal::TimeZone provides a mechanism for adding the Olsen
standard timezones to your ical documents, plus a copy of the Olsen
timezone database.
2010-04-12 16:55:45 +00:00
jasper
ddc4579cff - use BROKEN-$arch , prompted by naddy@ 2010-04-12 16:41:46 +00:00
jasper
f170b211ec - fix build on mips64 2010-04-12 13:27:43 +00:00
kili
59ba5450a4 Import hs-readline, haskell bindings for libreadline.
Will be needed by hmake after the ghc update.

Not yet wired to the build.
2010-04-12 08:44:33 +00:00
jasper
71c81fa767 - use NOT_FOR_ARCHS instead of BROKEN here. 2010-04-12 08:39:32 +00:00
ajacoutot
236eddb324 Actually compile the procaffinity stub.
Fix a double free, found out while working on an upcoming
gnome-system-monitor port.
2010-04-11 12:38:56 +00:00
kili
8334b94cc0 Import cabal-install, the command line interace for Cabal and Hackage.
Not yet wired to the build.
2010-04-10 18:24:15 +00:00
kili
c55e33394e Import hs-parallel. Part of the Haskell Platform.
Not yet wired to the build.
2010-04-10 15:37:56 +00:00
kili
1f23b542d1 Import hs-deepseq. Part of the Haskell Platform.
Not yet wired to the build.
2010-04-10 15:36:10 +00:00
sthen
1d7517410d let this build on arm; from Brad 2010-04-10 11:11:06 +00:00
ian
41802dc703 + intellij 2010-04-09 22:28:01 +00:00
ian
9881b21aa4 Import IntelliJ IDE, from Daniel Dickman (maintainer)
with a tweak by me, ok sthen@
2010-04-09 22:23:26 +00:00
sthen
4dececaf10 update orc to 0.4.4, from Brad 2010-04-09 21:56:05 +00:00
kili
5d53227431 Import hs-stm, which is part of the Haskell Platform.
Not yet wired to the build.
2010-04-09 20:26:32 +00:00
kili
fc53f3d855 Import hs-QuickCheck, a library for automated testing of
Haskell programs. Part of the Haskell Platform.

Not yet wired to the build.
2010-04-09 18:50:56 +00:00
kili
863e76e6ca Import hs-HUnit, a unit testing framework for Haskell.
Part of the Haskell Platform.

Not yet wired to the build.
2010-04-09 18:34:00 +00:00
kili
956fe0cc55 Import hs-fgi, which is part of the Haskell Platform.
Not yet wired to the build.
2010-04-09 16:56:40 +00:00
naddy
30d3be269f pkg_subst changed the name of its backup files 2010-04-08 20:44:54 +00:00
ajacoutot
ed999124da Remove the post-install target, we set permissions with PLIST markers.
Fix some ifdef mess in sysdeps/bsd/procmem.c.
Fix some warnings and implicit references.
Fix subnet display.
Bring a couple of patches from FreeBSD.

This is still not perfect but libgtop2 is now much more robust.
2010-04-08 15:57:46 +00:00
kili
2687f46cad Import hs-hashed-storage.
Required by darcs.
Not yet wired to the build.
2010-04-08 15:08:41 +00:00
ajacoutot
075a4d61e1 Update to libelf-0.8.13.
Don't install compat headers, they are useless and can actually create
issues with other ports.
2010-04-08 15:07:51 +00:00
kili
5a52acdff1 Import hs-mmap, an mmap API for Haskell.
Required by hashed-storage, which in turn is required by darcs.

Not yet wired to the build.
2010-04-08 14:59:05 +00:00
kili
1051819ee5 Import hs-dataenc, a data encoding library for Haskell.
Required by upcoming update of darcs.
Not yet wired to the build.
2010-04-08 14:43:38 +00:00
kili
194298702a Import hs-binary, a library for lazy binary serialization of Haskell values.
Required by some other stuff, especially the upcomming darcs update.
Not yet wired to the build.
2010-04-08 14:37:53 +00:00
kili
87b2174eab Include hs-language-c, a Haskell library for the analysis and
generation of C code. Will be required by c2hs.
2010-04-08 14:17:30 +00:00
landry
0a236cfbc3 Fix boost header so that -Werror configure scripts (wesnoth) doesn't
bomb. An update to 1.42 is needed anyway.
ok jasper@
2010-04-08 11:33:35 +00:00
landry
728debceb1 Add a patch to disable autoupdates which would mess up with /usr/local
in case someone is dumb enough to run this as root. Proper fix still to
be found..
From maintainer Daniel Dickman, thanks
2010-04-08 07:41:09 +00:00
ajacoutot
7325d97d93 Minor update to libgsf-1.14.18. 2010-04-08 06:43:18 +00:00
stephan
98df7daf06 +p5-Throwable 2010-04-07 06:24:14 +00:00
stephan
529594cbc4 import devel/p5-Throwable-0.100090:
Throwable is a role for classes that are meant to be thrown as
exceptions to standard program flow. It is very simple and does
only two things: saves any previous value for $@ and calls die $self.

ok giovanni@ and "reads ok" sthen@
2010-04-07 06:15:49 +00:00
ajacoutot
2c7c0c92a5 Remove maintainer as per his request. 2010-04-06 21:23:13 +00:00
ajacoutot
ce8d8a3e16 Raw frogs for robert.
noticed by andres at msu dot edu, thanks.
2010-04-06 17:50:35 +00:00
naddy
d326478ef9 update to 2.8.0; from maintainer Andreas Bihlmaier 2010-04-06 17:15:40 +00:00
kili
79e72d8c41 Import hs-network, a Haskell library providing some network-related
functionality.

Not yet wired to the build.
2010-04-06 15:19:44 +00:00
kili
0e94409373 Import hs-parsec, a library for monadic parser combinators.
Required by the Haskell Platform, probably needed by darcs, too.

Not yet wired to the build.
2010-04-06 15:10:56 +00:00
kili
f7d87f7fda Import hs-regex-compat. No idea what this provides, but it'll be
needed by darcs and is required by the Haskell Platform anyways

Not yet wired to the build.
2010-04-06 14:45:40 +00:00
kili
1684891056 Import hs-regex-posix, a regex module for Haskell backed on the C
posix regex api.

Not yet wired to the build.
2010-04-06 14:43:57 +00:00
kili
c3e3793214 Import hs-regex-base, which will be needed by darcs after the upcoming ghc update
(and which is part of the Haskell Platform, anyway).

Not yet wired to the build, for obvious reasons.
2010-04-06 14:42:10 +00:00
sthen
f5bbaa347f happy happy joy joy; enabling xcb in cairo means that xcb-render
and xcb-render-util are pulled in; add them to WANTLIB and bump.
2010-04-06 10:15:59 +00:00
landry
6c6afd54fe Add a .desktop files for fd.o-compatible menus.
From maintainer Daniel Dickman, thanks!
2010-04-05 17:09:17 +00:00
robert
e19e0e5cd8 mono deps are handled in the mono module now; bump PKGNAME to be sure 2010-04-05 10:44:43 +00:00
robert
9adf5976e2 Use the correct prefix in the nant script. 2010-04-05 10:02:05 +00:00
ajacoutot
289dffa9b8 This needs mono to build.
Set NO_REGRESS.
Remove 'A' from COMMENT.
MAKE_FLAGS is not needed here, use FAKE_FLAGS.
2010-04-05 06:30:43 +00:00
robert
9331f0a9d5 +nant 2010-04-05 01:14:25 +00:00
robert
93f7597f2b import of nant:
NAnt is a .NET based build tool. In theory it is kind of like make without
make's wrinkles. In practice it's a lot like Ant.
2010-04-05 01:13:44 +00:00
jasper
ebfcf1062c - add two patches from j@bitminer.ca to quieten openmpi a bit
about v4-mapped addresses

read good to maintainer
2010-04-04 15:49:06 +00:00
ajacoutot
7de1577623 Update to flatzebra-0.1.4.
Re-order dependencies.

maintainer timeout.
2010-04-04 15:34:54 +00:00
naddy
4a3db5383a mdoc fixes; from FreeBSD 2010-04-03 19:39:50 +00:00
landry
0bf80f5e3f Update to netbeans 6.8, from Daniel Dickman on ports@ a while ago,
who also takes maintainership, with a minor tweak by me (chown
${BINOWN}:${BINGRP} in do-install so that it packages properly when
built as user)
See http://marc.info/?l=openbsd-ports&m=126223375703003&w=2 and
http://marc.info/?l=openbsd-ports&m=126216832521398&w=2 for details.
Also tested by Brandon Mercer and Fred Crowson, with much prodding from
Brandon Mercer.
2010-04-03 11:42:06 +00:00
ajacoutot
e0307e724e Major update to pango-1.28.0.
successfully tested by jasper@ in a bulk
ok jasper@
2010-04-03 10:37:06 +00:00
sthen
4ec2f3de05 sync WANTLIB/LIB_DEPENDS, bump 2010-04-03 00:32:55 +00:00
sthen
0fbeaaa2a3 use newer autoconf, from Brad 2010-04-03 00:21:14 +00:00
jsg
603e0289b5 +libmpc 2010-04-02 20:39:44 +00:00