Commit Graph

8223 Commits

Author SHA1 Message Date
robert
4b916528f8 update to 2.6.4 2010-05-19 17:28:38 +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
dcoppa
7d463dbb27 Use rxvt-256color as default terminal type.
"I don't use rxvt-unicode but it is fine by me" nicm@
OK for Thomas de Grivel (MAINTAINER)
2010-05-19 14:10:42 +00:00
ajacoutot
3405a53f26 Add a no_smb PSEUDO_FLAVOR here too so that we are not forced to build
samba and gang.
2010-05-19 10:10:48 +00:00
ajacoutot
a5a59cffda Add a no_smb PSEUDO_FLAVOR to be able to build this without the need for
samba and the gang.
2010-05-19 09:36:59 +00:00
espie
ad1895e37b avoid redeclaring alloca in a conflicting way, fixes build for gcc4 2010-05-19 07:25:12 +00:00
ajacoutot
51219631b3 From upstream git:
Dot not show both Unmount and Eject/Safe Removal; too confusing to have
too many menu entries.
2010-05-18 14:37:01 +00:00
dcoppa
911c03d638 mention x11/smplayer in README.OpenBSD
OK edd@, sthen@
2010-05-18 05:14:17 +00:00
ajacoutot
2727261440 Add gtk2-equinox-engine which was missing. 2010-05-17 21:33:19 +00:00
landry
1848683b75 Update to xfce4-mpc 0.3.5 2010-05-17 20:05:36 +00:00
ajacoutot
9f754e66d9 Don't ship Lights Off nor Swell Foop, they need the "seed" embeddable
javascript engine which we don't have.
2010-05-17 16:35:42 +00:00
edd
7fad4b6ca0 update smplayer to 0.6.9. OK sthe@, dcoppa@ 2010-05-17 15:02:54 +00:00
ajacoutot
f1bbeafac4 Add missing dependencies, prodded by robert@
Fix crash on startup by setting a proper LD_LIBRARY_PATH.

ok robert@ jasper@
2010-05-17 11:30:23 +00:00
kili
8f4a6b2d2a Install documentation for -lib subpackage.
Note: if you have hs-xmonad-contrib installed, you'll see an error
message from ghc-pkg (called from unregister.sh) when you update
xmonad-lib. That's harmless in this case, and I'll improve the
register/unregister stuff in ghc soon.
2010-05-16 14:12:20 +00:00
sthen
5ed5681579 Build with libnotify support. From Brad. 2010-05-16 08:37:48 +00:00
ajacoutot
c0c2c6581b Unbreak this port. 2010-05-16 08:06:33 +00:00
ajacoutot
bcd72867c2 Update to f-spot-0.6.2. 2010-05-15 10:07:46 +00:00
ajacoutot
fc908f7fe4 Bump after recent mono MODULE change.
"sure" robert@
2010-05-15 09:40:17 +00:00
ajacoutot
0d0c9d8c8c Add missing gtk-update-icon-cache goos.
ok landry@ espie@
2010-05-15 08:48:01 +00:00
ajacoutot
f0a17299c1 Remove useless verbiage. 2010-05-14 10:23:03 +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
giovanni
996cd43437 Unbreak on a clean machine and fix license marker
ok sthen@
2010-05-13 15:42:04 +00:00
ajacoutot
1ef4f9aae9 Bugfix update to tracker-search-0.8.6.
* fixes several mem leaks
2010-05-13 15:31:08 +00:00
sthen
7a1f77559a - update to 4.0
- unbreak with gtk+2.20, diff from Ido Admon

looks good to ajacoutot@
2010-05-13 14:14:49 +00:00
landry
b32faf9b96 When setting -finline-limit=60 on hppa, don't override CXXFLAGS but
append to it instead. Noticed by sthen@ ages ago, ok espie@
2010-05-13 12:05:35 +00:00
ajacoutot
dae1069db4 SECURITY: CVE-2010-0436, see:
http://www.kde.org/info/security/advisory-20100413-1.txt

diff from FreeBSD via brad.
2010-05-13 07:01:00 +00:00
ajacoutot
a1a8126ada Bugfix update to totem-2.30.2. 2010-05-12 17:28:42 +00:00
ajacoutot
b8964a5743 Bugfix update to totem-pl-parser-2.30.1. 2010-05-12 17:10:17 +00:00
jasper
1ca8ec5f37 - unbreak after recent gnustep-gui update
ok aja@ (MAINTAINER)
2010-05-12 16:48:26 +00:00
jasper
36680215af - update gnustep-back to 0.18.0
ok aja@ (MAINTAINER)
2010-05-12 16:44:39 +00:00
jasper
a94aebe509 - update gnustep-gui to 0.18.0
ok aja@ (MAINTAINER)
2010-05-12 16:44:17 +00:00
jasper
6340604ad6 - update gnustep-base to 1.20.0
* fixes security issues in gdomapwhich could lead to an integer overflow and
information disclosure (CVE-2010-1457 and CVE-2010-1620)

ok aja@ (MAINTAINER)
2010-05-12 16:43:47 +00:00
kili
2da57dd60c fix call to open(2).
From Matthew Dempsky <matthew AT dempsky DOT org>.
2010-05-11 21:36:18 +00:00
jasper
7076e53a27 - plug a memory leak, from git 2010-05-11 20:49:39 +00:00
dcoppa
c89471ef26 Do not use NULL as a file descriptor value.
Pointed out by Matthew Dempsky <matthew AT dempsky DOT org>: thanks!

OK edd@
2010-05-11 18:54:37 +00:00
edd
0831e2788d clean up patch ready for upstream and fix WANTLIB.
ok dcoppa@
2010-05-10 18:05:33 +00:00
ajacoutot
98da89df24 Bring USE_GMAKE back. 2010-05-10 17:22:10 +00:00
robert
42a3087763 fix build with gcc4 2010-05-10 11:03:20 +00:00
dcoppa
34f538c875 Bring two useful bugfixes in (from upstream).
While here, adjust WANTLIB.

OK landry@
2010-05-10 08:30:55 +00:00
dcoppa
3f110dbe31 +hs-xmonad-contrib
+xmobar
2010-05-10 08:27:46 +00:00
dcoppa
094ecb4e5e Import xmobar, a minimalistic text based status bar for xmonad.
From MAINTAINER Jona Joachim, with modifications by me. Thanks!

OK kili@
2010-05-10 08:07:06 +00:00
dcoppa
cb82cdc89e Import xmonad-contrib, third party extensions for xmonad.
From MAINTAINER Jona Joachim, with modifications by me. Thanks!

OK kili@
2010-05-10 08:05:08 +00:00
espie
7e7f28f4a7 make it auto-switch to the GCC4 fragment 2010-05-09 18:38:08 +00:00
robert
e903199a3e Cast pthread_self() to uintptr_t to make gcc4 happy here.
ok espie@
2010-05-09 16:19:22 +00:00
ajacoutot
bf0c553805 Set USE_LIBTOOL.
Patch .desktop file to be compliant with latest fd.o specs.
Regen WANTLIB.

ok landry@ (maintainer)
2010-05-09 07:59:31 +00:00
sthen
f7df7b9bfa Build v4l2 support, which can work with uvideo(4). From Brad. 2010-05-09 00:16:26 +00:00
ajacoutot
987d5db768 Bring in 2 patches from upstream that finally unbreak the
gnome-screensaver unlock in a proper way.
See https://bugzilla.gnome.org/show_bug.cgi?id=617062
2010-05-08 09:07:55 +00:00
ajacoutot
b2e8624c80 Remove epiphany extension as it required gecko and our epiphany used
webkit.
2010-05-07 13:16:34 +00:00
landry
6e3cf35196 s/openbsd-markers/openbsd-developers/, and while here reformat DESCR.
Prompted by borbely dot adam at fokazsir dot hu on ports@
2010-05-07 11:50:38 +00:00
ajacoutot
ea6f85ec25 Maintainance update to tracker-search-0.8.5.
* lots (!) of bugfixes

Our default GStreamer package now comes with much more useful plugins
than it used to, so no need for pkg/MESSAGE anymore, output is already
chatty enough.
2010-05-07 07:22:47 +00:00