espie
6d63b974fa
synch distinfo, minor patch I missed in former commits (hey Laurence...)
...
disable "untested" stuff for now (soon)
2010-06-20 21:09:52 +00:00
espie
2c7ac1e1e8
this compiles and works
2010-06-20 21:01:36 +00:00
espie
967fc9e071
this compiles...
2010-06-20 20:29:10 +00:00
landry
b82af78a6c
As done in ffx/tb/sm, remove nss/nspr patches, as sunbird uses
...
systemwide nss/nspr too. While here dont call autojunk in nsprpub/,
and bump PKGNAMEs.
2010-06-20 19:59:16 +00:00
landry
23f9afac88
Fix WANTLIBs and bump PKGNAME.
...
Prodded by/ok sthen@
2010-06-20 19:44:40 +00:00
landry
fa4fe4d792
As done in ffx/tb, remove patches applied to local copy of nss/nspr, as
...
seamonkey uses systemwide nss/nspr. While here dont' call autojunk in
nsprpub/, and bump PKGNAME to be on the safe side.
2010-06-20 19:15:03 +00:00
ajacoutot
23dec7f656
Bugfix update to evolution-data-server-2.30.2.
2010-06-20 18:49:55 +00:00
ajacoutot
30eb8e9cf3
Enable asm code for implementing atomic ops on i386.
...
Inspired by FreeBSD.
input from naddy@
ok jasper@ sthen@
2010-06-20 18:34:44 +00:00
ajacoutot
baf85508e6
Bugfix update to gtkhtml3-3.30.2.
2010-06-20 18:08:48 +00:00
ajacoutot
2f1dc62cdc
grrrrr, don't hardcode paths.
2010-06-20 16:44:54 +00:00
ajacoutot
4db34ea7ae
Major update to gcompris-9.3.
...
Remove dependency on texi2html as it's not needed (noticed by kili@).
2010-06-20 16:31:02 +00:00
espie
2e1f03fdd6
seems those icons are a requirement for kded4
...
also note: you might have to disable compositing for startkde to work.
(I know my radeon is causing things to fail otherwise)
2010-06-20 16:20:16 +00:00
espie
ab256a6c3c
default theme for kde4, actually needed for kwin to start
2010-06-20 16:18:17 +00:00
sthen
ab52e8db7b
pudate to 9.13, Josh Grosse (maintainer) ok
2010-06-20 15:54:35 +00:00
bernd
5685b2634d
Regen the manpages to avoid some weird artifacts.
...
Noticed by Anthony Bentley. Thank you!
2010-06-20 15:04:39 +00:00
espie
74fe40bff5
get it to compile
2010-06-20 14:36:23 +00:00
sthen
ea9fe0cc5c
Update to 0.10.0 from maintainer Markus Hennecke, tested by
...
Simon Kuhnle and robert at openbsd dot pap dot st; with a few
tweaks by me tested by Simon Kuhnle.
2010-06-20 14:08:32 +00:00
jakob
ae57f1dfbf
upgrade ZKT to v1.0.
...
important: dnssec-signer is now zkt-signer
dnssec-zkt is now multiple binaries (zkt-{conf,keyman,ls})
2010-06-20 14:01:35 +00:00
sthen
ea4e7186ce
- avoid extra CFLAGS changes from the autoconf script
...
- remove amd64 MMX workaround, no longer needed with gcc4
from Brad.
2010-06-20 13:56:11 +00:00
kili
13cb9264e1
Mark as broken on i386 until we switch to gcc4 there, too.
2010-06-20 13:54:19 +00:00
sthen
9456c8d0e0
update to 0.2.12 from Brad (maintainer)
2010-06-20 13:53:56 +00:00
espie
763cd64a5f
clean-up, add xplanet dep for kstars
2010-06-20 13:04:56 +00:00
bernd
7af7c80977
Update to git-1.7.1.
2010-06-20 11:49:41 +00:00
espie
145beacd18
clean-up a bit
2010-06-20 11:48:17 +00:00
espie
beafb26404
update build for nepomuk.
...
(note that kdm's build is bogus wrt parallel builds, because of config.ci
dependencies that are not written out ?)
2010-06-20 11:17:57 +00:00
kili
4a7b3302af
Add hs-HsParrot and pugs
2010-06-20 09:50:10 +00:00
espie
4009476ce8
broken deps. package would not build -> no bump
2010-06-20 09:49:59 +00:00
kili
9802656d03
Add a couple of new Haskell libraries.
2010-06-20 09:49:04 +00:00
kili
3bd3d95f3f
A Perl 6 Implementation.
...
"go ahead, please" espie@
2010-06-20 09:47:00 +00:00
kili
9e8db7fa39
Haskell integration with Parrot virtual machine
...
"go ahead, please" espie@
2010-06-20 09:46:11 +00:00
kili
00e3322f17
Portable Haskell/POSIX layer for Pugs.
...
"go ahead, please" espie@
2010-06-20 09:45:28 +00:00
kili
a123c7e5b0
The PCRE backend to accompany regex-base, see www.pcre.org.
...
"go ahead, please" espie@
2010-06-20 09:44:33 +00:00
kili
5dd1c31039
DrIFT is a type sensitive preprocessor for Haskell. It extracts
...
type declarations and directives from modules. The directives cause
rules to be fired on the parsed type declarations, generating new
code which is then appended to the bottom of the input file. The
rules are expressed as Haskell code, and it is intended that the
user can add new rules as required.
DrIFT automates instance derivation for classes that aren't supported
by the standard compilers. In addition, instances can be produced
in seperate modules to that containing the type declaration. This
allows instances to be derived for a type after the original module
has been compiled. As a bonus, simple utility functions can also
be produced from a type.
"go ahead, please" espie@
2010-06-20 09:43:23 +00:00
kili
caf867eccd
This package provides functions for running timeouts.
...
"go ahead, please" espie@
2010-06-20 09:42:25 +00:00
kili
bbac22ea5a
A meta-object system for Haskell based on Perl 6.
...
"go ahead, please", espie@
2010-06-20 09:41:19 +00:00
kili
c0849e3340
Memoize Strings as Atoms for fast comparison and sorting, with maps
...
and sets.
"go ahead, please" espie@
2010-06-20 09:40:36 +00:00
kili
359a57a9f2
This is a simple YAML ('Yet Another Markup Language') processor,
...
used by the Pugs project for handling data serialization; this can
be useful for optimization and caching purposes.
This is an interface to the syck C library for parsing and dumping
YAML data. It lets you transform textual YAML data into an object
of type 'YamlNode', and vice versa, fast.
"go ahead, please" espie@
2010-06-20 09:39:11 +00:00
kili
7d654d2943
This module locates the full directory to the running program, to
...
allow the use of paths relative to it. FindBin supports invocation
of Haskell programs via "ghci", via "runhaskell/runghc", as well
as compiled as an executable.
"to ahead, please" espie@
2010-06-20 09:38:07 +00:00
espie
d06ac74fb8
rebuild with nepomuk changes
2010-06-20 09:36:14 +00:00
espie
d41796f79d
clean-up
2010-06-20 09:07:43 +00:00
espie
c399afd36c
zap extra SHARED_LIBS, create common dir to shut up pkg_create.
2010-06-20 08:40:00 +00:00
espie
5942d883af
less confusing
2010-06-20 08:22:40 +00:00
espie
f5f32d6058
compile nepomuk, remove old libraries, make sure to get external phonon
...
(no bump, not linked to the build yet)
2010-06-20 08:19:56 +00:00
benoit
00b7da21b3
- update tor to 0.2.1.26
...
ok rui@
2010-06-20 07:57:07 +00:00
espie
132a204bdb
activate locks by default, in /tmp/portslock
...
from a strong suggestion by ajacoutot@, after discussion with various
people.
2010-06-20 07:48:20 +00:00
espie
1708ae5032
also note WHICH libraries we did not find and warn about them,
...
so that one can clean up SHARED_LIBS eventually...
2010-06-20 07:36:38 +00:00
jakob
a8533f1cef
upgrade unbound to v1.4.4
2010-06-19 21:26:07 +00:00
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