Commit Graph

56989 Commits

Author SHA1 Message Date
ajacoutot
1b229dd600 Fix substitution for DLLMAP_FILES.
This makes sure we catch all the stupid so.X stuffs.

ok robert@
2010-05-15 09:37:48 +00:00
ajacoutot
0d0c9d8c8c Add missing gtk-update-icon-cache goos.
ok landry@ espie@
2010-05-15 08:48:01 +00:00
ajacoutot
145c29707c Quiet warnings about deprecated/discouraged and invalid MIME types. 2010-05-15 07:41:19 +00:00
ajacoutot
f0a17299c1 Remove useless verbiage. 2010-05-14 10:23:03 +00:00
dcoppa
086ecd1905 FreeBSD *does* have sched_get_priority_{min,max}, so my previous
patch was wrong

OK sthen@
2010-05-14 10:16:32 +00:00
dcoppa
73ac453a24 Fix HOMEPAGE and MASTER_SITES
OK ajacoutot@
2010-05-14 09:36:50 +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
ajacoutot
eb52fcd0c5 Substitute MAKE_PROGRAM insead of hardcoding gmake.
Substitute LIBqrupdate_VERSION instead of hardcoding version numbers.
Don't override FC.
Remove so link to library.
Add NO_REGRESS.

ok pirofti@ (maintainer)
2010-05-14 08:45:58 +00:00
jakemsr
72a82f14d9 update to snes9x-1.52
major changes:
* gtk+ based GUI
* savestates (aka snapshots/freeze files) incompatible with older
  versions
* SDL audio output

longer list of changes at http://www.snes9x.com/phpbb2/viewtopic.php?t=4546

from fgsch@
2010-05-13 23:31:56 +00:00
sthen
236c9026c0 No longer needs gmake. From Brad. 2010-05-13 22:45:53 +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
dcoppa
cbb86adbef Update audio/pianobar: my fixes have been merged upstream.
While here, add a MESSAGE file and comment the patch.

OK jasper@
2010-05-13 18:35:51 +00:00
jasper
fab7307bec - bump to a version that support proof logging
- don't hide compilation commands
2010-05-13 18:29:47 +00:00
jasper
2ab4831a5b - tweak Makefile to fit 80 column width
- add some more flesh to DESCR
2010-05-13 18:14:17 +00:00
landry
767cb73c10 Use FAKE_FLAGS instead of patching Makefile_in.
Pointed out by ajacoutot@
2010-05-13 17:41:27 +00:00
espie
439d0e1670 having an alloca that matches includes is a plus... 2010-05-13 17:15:07 +00:00
espie
bb56354b11 proto fixes for gcc4 complaints 2010-05-13 16:37:32 +00:00
ajacoutot
1218d91767 Create both /var/run/havp/ and /var/tmp/havp/ from rc.local instead of
adding them to the PLIST. First, /var/run/* is cleaned upon reboot and
second /var/tmp/havp/ has a chance to get wiped out being in a temporary
dir.

ok giovanni@ (maintainer)
2010-05-13 16:24:36 +00:00
landry
196283bd3f +apvlv 2010-05-13 16:05:39 +00:00
landry
7e9761a729 Import apvlv 0.0.9.6, A PDF Viewer Like Vim.
Apvlv is a PDF Viewer with vim-like keybindings using poppler rendering
library (that means it won't render pdf that evince and epdfview already
don't render).
For example, <Ctrl-f> for next page, <Ctrl-b> to previous page,
'k','j','h','l' to scrolling a page up, down, left or right, and so on.
It support lots of other shortcuts explained in the provided pdf
documentation, shown when starting it without arguments.
2010-05-13 16:05:05 +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
jasper
d4d03c4e9e - remove old hack that once fixed the build, but does nothing nowadays.
- remove unneeded run dependency
2010-05-13 12:37:16 +00:00
jasper
c4c448e31e - update workrave to 1.9.1 2010-05-13 12:29:25 +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
jasper
bbd79910af - fix homepage 2010-05-13 08:20:09 +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
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
sthen
b26ba1b2ae Update to 1.9.0, from Brad. 2010-05-12 23:12:57 +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
ajacoutot
95566c7065 Smallish new release. 2010-05-12 18:01:20 +00:00
ajacoutot
a1a8126ada Bugfix update to totem-2.30.2. 2010-05-12 17:28:42 +00:00
ajacoutot
0408ce61c2 Update to xstatbar-0.4 that has most of the port patches. 2010-05-12 17:20:22 +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
giovanni
c4c5908e8b Update to 0.13.59 2010-05-12 16:08:15 +00:00
sthen
cc4e7504ce tighten up dependencies (use more specific version numbers). 2010-05-12 14:35:28 +00:00
ajacoutot
3106cefa0e Fix use of open(2).
based on an "obnoxious remark" from kili@ ;-)
ok edd@ dcoppa@
2010-05-12 13:06:54 +00:00
ajacoutot
a3904fc794 Maintainance release to epiphany-extensions-2.30.1.
Force dependency on version 2.30.2 of epiphany.
2010-05-12 11:03:52 +00:00
ajacoutot
d86ffe10d5 We want the _zabbix user and group as well as the README.OpenBSD when
running a zabbix server. These are provided by the zabbix-agent package,
so make zabbix,-server run depends on zabbix,-main.

"makes sense" and input from sthen@
2010-05-12 10:56:02 +00:00