Commit Graph

57657 Commits

Author SHA1 Message Date
jakob
8d0f1c07f6 upgrade to LDNS v1.6.5 2010-06-19 21:18:11 +00:00
espie
207cf70c75 small security issues, low impact...
had to wait for filefield 3.5, since 3.4 was broken.
2010-06-19 20:53:19 +00:00
sthen
57ab4ef3bc - remove sparc64 gcc3.3 workaround
- this should be SHARED_ONLY, add and rework PLISTs
- minor update while there
- better license marker
from Brad.

- remove bogus PERMIT_DISTFILES_*-mp3, this variable is not per-subpackage
- set PERMIT_PACKAGE_CDROM-mp3
from me.
2010-06-19 20:21:14 +00:00
espie
3f23754c82 +shared-desktop-ontologies 2010-06-19 19:33:11 +00:00
espie
71e9212b11 it's small, it's arch-independent, kde4 wants it, and I have absolutely no
idea what the fuck it's actually useful for.
just the page of people standing behind it makes you shiver
(thales, ibm, sap... and others)
2010-06-19 19:32:27 +00:00
espie
d4917e72d9 t compiles 2010-06-19 18:43:38 +00:00
ajacoutot
a733b272d8 Fix find(1) args. 2010-06-19 13:57:10 +00:00
ajacoutot
b17e998d57 Move %%SHARED%% at the end so that gio-query-modules is still here when we
need it.
2010-06-19 11:05:34 +00:00
landry
30aa85ae8e Finally fix www/kazehakase, after lots of cries and pain with/about
libtool. Backport upstream svn r3779 + r3872 to correctly build with
xulrunner 1.9.2, and use ports libtool which does a way better job at
linking gecko.so than gnu libtool. This needs r1.120 of build/libtool.
2010-06-19 10:34:41 +00:00
ajacoutot
e27c52b47d Add gio-querymodules goo.
While here, don't install libtool file and static lib for modules.
2010-06-19 10:33:39 +00:00
ajacoutot
6f515e0d35 Welcome the new gio-querymodules "goo".
GIO Reference Manual:
gio-querymodules creates a giomodule.cache listing the implemented
extension points for each module that has been found. It is used by GIO
at runtime to avoid opening all modules just to find out which extension
points they are implementing.
2010-06-19 10:32:50 +00:00
sthen
f101ef36f7 cleanup from Brad (maintainer) after last commit:
- Correct CPPFLAGS handling
- Remove bogus SUBST_CMD in pre-configure
- Remove bogus gsm LIB_DEPENDS and move it to WANTLIB
2010-06-19 09:46:42 +00:00
steven
bbdbbc1578 when linking executables, add non standard library paths with -rpath
to do this we collect the libdirs we encounter when resolving .la files

problem noticed by landry@ when trying to build kazehakase
2010-06-19 09:41:07 +00:00
espie
4f950e1a46 make it compile 2010-06-19 08:59:06 +00:00
sthen
5f8e9b0b96 update to 1.0.0, from Brad (taking maintainer)
(CVS ate the change to PLIST; bumping PKGNAME in case anyone built
this already).
2010-06-18 23:25:49 +00:00
sebastia
b5542258a3 update my e-mail address, and bump those packages
OK, landry@, sthen@
2010-06-18 22:20:03 +00:00
sthen
e4fd3edfac update to 1.6.2.9; various crash fixes (including one with dtmf detection) 2010-06-18 22:10:44 +00:00
sthen
56f09cbf4d update to 4.80.7-1 (notable addition: support for storing config in sql)
From Brad.
2010-06-18 21:48:23 +00:00
kili
1e375f016d Require ghc-doc to get all links enabled for ports that use haddock.
This needs a bump to all ports with MODGHC_BUILD=haddock, but there
are some more changes pending, so I'll not du the bumps now.
2010-06-18 21:37:16 +00:00
sthen
32f8d596c5 update to 1.0.0, from Brad (taking maintainer) 2010-06-18 21:34:56 +00:00
kili
6a40d723f3 Require ghc-doc to get all links enabled. 2010-06-18 21:34:23 +00:00
kili
34cceeca47 Oops. I forgot that Haskell people are bad on bootstrapping.
Force the build to use the inplace haddock for building the haddock
documentation.
2010-06-18 21:05:06 +00:00
kili
bf0c02b753 Include the Haddock API, but put it into its own subpackage (hs-haddock).
This will be needed by leksah.
2010-06-18 20:42:03 +00:00
sthen
d7209a7b86 +p5-Sys-SigAction 2010-06-18 20:30:00 +00:00
sthen
14a2bc9fea import ports/devel/p5-Sys-SigAction, from Brad.
Sys::SigAction - Perl extension for Consistent Signal Handling.  With
the use of this module, the signal handling behavior can be coded in a
way that does not change from one perl version to the next, and thus
using POSIX::sigaction() becomes a little easier.
2010-06-18 20:29:19 +00:00
sthen
d77d1038d9 - update to 1.44, license is now explicitly 'same as perl' not 'artistic'.
diff from Brad.

- drop msf as maintainer as per standing request.
2010-06-18 20:24:14 +00:00
sthen
1f2bd2c64a missing p5- 2010-06-18 19:35:05 +00:00
espie
3df8754150 this builds, more or less 2010-06-18 18:15:51 +00:00
jasper
23a121b2aa - use MODLUA_DATADIR/LIBDIR and regen PLIST 2010-06-18 18:08:56 +00:00
jasper
28af1f79db - sync with lua.port.mk 2010-06-18 17:59:06 +00:00
landry
34893657a8 Fix PKGNAME, missing p5-, and bump. Spotted by espie@. 2010-06-18 17:49:21 +00:00
sebastia
e238703cd0 add the iaxclient. 2010-06-18 17:44:46 +00:00
sthen
f3b8d063a7 fix PKGNAME; when bumping perl ports you must add p5- 2010-06-18 17:43:53 +00:00
sebastia
d5b976eb33 Strip trailing spaces on WANTLIB lines, as suggested by sthen. 2010-06-18 17:37:46 +00:00
sebastia
a540a8b3b4 Initial import of iaxclient 2.1beta3
A lightweight cross platform IP telephony client using
the IAX protocol, designed for use with the asterisk
open source PBX.

OK, landry@ jasper@
2010-06-18 17:32:21 +00:00
bluhm
6ba93a2a29 update p5-IO-Socket-INET6 to 2.65 2010-06-18 17:25:04 +00:00
landry
f3917ebd68 I made you a diff to make mplayerplug-in build against xulrunner 1.9.2...
but gecko-mediaplayer eated it^Wis its successor, so let's just drop
this abandoned upstream cruft. Its developer works on gecko-mediaplayer
anyway - so you should use it instead..
agreed/prodded by jasper@ dcoppa@ ajacoutot@ Gleydon Soares (MAINTAINER)
2010-06-18 16:55:10 +00:00
sthen
369938cc8e update strigi to 0.7.2; this and patching makecode.pl lets it build on amd64.
"go for it" espie@
2010-06-18 15:09:41 +00:00
espie
77820d6a84 requires automoc too 2010-06-18 14:27:14 +00:00
espie
8f6c56eaa6 stupid 2010-06-18 14:02:01 +00:00
espie
b8b84ca221 actual applications ! 2010-06-18 13:30:17 +00:00
espie
755766b593 integrated phonon (from qt4) is not enough for kde4.
to be linked to the build once I figure out the consequences.
2010-06-18 12:53:38 +00:00
espie
7d43306270 pimlibs for 4.4. work-around for a cmake trifle. 2010-06-18 11:50:29 +00:00
sthen
7b09afdbc6 - update to 5.1.48
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html

- remove USE_GMAKE, upstream improved their Makefiles

from Brad (maintainer).
2010-06-18 11:31:11 +00:00
espie
da4e70fa67 this builds with gcc4. Note that kdelibs3+4 is not yet supported. 2010-06-18 11:14:41 +00:00
espie
02fca7332e reorder basic deps, and add missing stuff 2010-06-18 11:10:36 +00:00
ajacoutot
09e399bf8b Fix the no_x11 FLAVOR to build against glib2.
While here, fix wantlib and tweak DESCR.

ok sthen@
2010-06-18 10:41:03 +00:00
sthen
b363d9e7cc update to 2.7.STABLE9, from Brad (maintainer) 2010-06-18 10:32:17 +00:00
espie
435965d034 fuck 2010-06-18 09:39:16 +00:00
espie
4a8ca0dbea update to an official version 2010-06-18 09:33:45 +00:00