Commit Graph

66648 Commits

Author SHA1 Message Date
giovanni
6a0b764e35 Fix rc.d script ownerships. 2011-06-06 15:01:52 +00:00
naddy
6ca63f73d8 do not treat a hand-rolled configure script as if it was an autoconf one 2011-06-06 15:00:36 +00:00
naddy
5cab0222b5 don't pretend that hand-rolled configure script is a GNU one, and fix it
up sufficiently to work as intended
2011-06-06 14:07:40 +00:00
landry
2b55f21deb Doh. 2011-06-06 14:07:22 +00:00
sthen
02c6211f1a update fetchmail to 6.3.20, tested by jasper@, lots of fixes including:
* CVE-2011-1947
- use timeouts for IMAP STARTTLS/POP3 STLS negotiation which could cause
  fetchmail freezes if a server was hanging.
* security improvements to defang X.509 certificate abuse
- require wildcard CN/subject alternative names to start with "*." not just "*"
- don't allow wildcards to match domain literals (such as 10.9.8.7) or
  wildcards in domain literals ("*.168.23.23").
- don't allow wildcarding top-level domains.
2011-06-06 13:57:07 +00:00
sthen
2df2738f20 use the python module to fetch MODPY_BIN's name, only used for regression tests. 2011-06-06 13:02:45 +00:00
naddy
61db854af6 Bring internal prototype for wcsncasecmp() in line with the system
and POSIX one.  From upstream; ok landry@ dcoppa@
2011-06-06 10:55:17 +00:00
landry
2875e6979c Explicitely list all the ports/versions (ie all ports from branches
1.9.x) using the old handrolled do-install target, which is hopefully
going to die soon. By default, the betas/wip ports now use the regular
make install target provided by mozilla.
2011-06-06 09:32:55 +00:00
sthen
cc75bfc0c4 - only suggest cap_mkdb if login.conf.db exists, ok aja@ landry pea@
- show people how to setup ssl and tweak headings, ok pea@
2011-06-06 08:43:59 +00:00
sthen
87e670e33e update ipcad to 3.7.3 and add rc.d script
From Kirill Bychkov with tweaks from me:
- set rc_reload
- add "@sample /var/ipcad" so you don't need to create it yourself
- use "@extraunexec rm -rf /var/ipcad/*" not rm -rf /var/ipcad
2011-06-06 08:34:57 +00:00
ajacoutot
542240d822 Revert, I missed the mail from naddy@ on ports@ (sorry about that) --
pointed by landry@
2011-06-06 08:10:46 +00:00
ajacoutot
646c646907 Unbreak now that we have wcsncasecmp(3). 2011-06-06 07:59:44 +00:00
rpointel
63c928b32e Replace python2.6 by ${MODPY_WANTLIB}, bump revision.
ok ajacoutot@.
2011-06-06 07:47:05 +00:00
ajacoutot
3be8bdfc2e Bugfix update to glib2-2.28.8.
Remove patches applied upstream.
2011-06-06 06:22:19 +00:00
jasper
0cac5e487c use ${MODPY_WANTLIB} instead of the actual python library, this would break
when the default python version changes. found out the hard way by landry@
2011-06-05 21:01:13 +00:00
kili
6618b37ca4 Sort. 2011-06-05 16:31:12 +00:00
robert
d75e3af324 use a different method to force using the bundled mcs.exe for bootstrapping
to avoid random build failures in fake
2011-06-05 15:16:48 +00:00
jasper
b26108add7 add a fix from freebsd to prevent gv from choking on pageup/down
via james jerkins
2011-06-05 15:03:09 +00:00
jasper
c35c99ef53 install the pkgconfig file into a location where it can be found 2011-06-05 14:37:16 +00:00
jasper
602883bb94 install the pkgconfig file into a location where it can be found 2011-06-05 14:28:53 +00:00
ajacoutot
2964072c46 Missing update-desktop-database goo and dependency.
Tighten LIB_DEPENDS.
2011-06-05 14:24:53 +00:00
stsp
c97041b381 += capitan-sevilla 2011-06-05 11:15:20 +00:00
stsp
fa26d661f8 Captain Sevilla is a platform game with hero Mariano Lopez, a sausage
delivery man who is transformed into Captain 'S' after eating
radioactive sausages.  The game's villain is Dr. Torrebruno, an eminent
nuclear physicist with a strange mental disease. The game can be played
in Spanish and in English.

ok rpointel benoit
2011-06-05 11:13:47 +00:00
kili
9d044c4c34 Follow API change in poppler-0.16. 2011-06-04 19:07:59 +00:00
kili
76fe7d65b4 Follow incompatible API change in poppler-0.16 and fix an old bug in
text selection.
While here, adjust WANTLIB.

Brynet (maintainer) will work on a real update of this port.
2011-06-04 19:05:23 +00:00
kili
6147e12c60 Follow incompatible API change in poppler-0.16. Text selection is still
broken, though (but I think it already was broken with poppler-0.14).
While here, adjust WANTLIB.
2011-06-04 19:04:24 +00:00
kili
f8fcf38000 Update to poppler-0.16.5.
Gnome introspection disabled for now (doesn't compile with gcc-3).
2011-06-04 19:03:19 +00:00
jolan
36aaaa2b3f +asterisk-g729 2011-06-04 17:15:56 +00:00
jolan
7d416dc50c asterisk-g729, G.729a voice codec for Asterisk
thanks to ian@ and sthen@ for testing and reviewing
2011-06-04 17:14:58 +00:00
dcoppa
ec5d2188b7 This one too does not need to depend on py-gnome, py-gtk2 is enough.
OK ajacoutot@
2011-06-04 16:39:00 +00:00
espie
91419bfb7c spaces 2011-06-04 12:58:24 +00:00
espie
64fc6d3cf2 keep a better list of depends, so that pkg_add does add exactly what it should 2011-06-04 12:56:54 +00:00
kili
31a1a8e32b Don't use bash as the shell.
(It's still stupid code, simulating system(3) in a weird way)
2011-06-04 12:10:43 +00:00
sthen
2fde866515 no need to set PKGNAME, pear.port.mk does it now.
checked with a batch "make show=PKGNAMES" before and after.
2011-06-04 11:41:08 +00:00
sthen
bed987eb68 set a default PKGNAME in the pear module, ok robert@
PKGNAME ?= pear-${DISTNAME:S/_/-/}
2011-06-04 11:40:00 +00:00
sthen
d55f5c6070 use correct group ownership for @sample'd /var/dovecot/login directory
ok Brad
2011-06-04 11:38:43 +00:00
robert
20ecae79d8 do the previous on amd64 only 2011-06-04 11:29:52 +00:00
robert
5fe620df73 Use the no_java flavor by default until jdk gets fixed on amd64. 2011-06-04 11:28:55 +00:00
robert
16f1c2b8eb Make mono happy with vmmap. Thanks to Zoltan Varga from Mono for looking
into this issue and coming up with the fix:
Fix NOMAP32BIT support in specific trampolines.
2011-06-04 11:17:08 +00:00
sthen
9c15c7bb38 - clarify license marker
- consistently use ${...} not $(...)
from Brad
2011-06-04 09:20:36 +00:00
ajacoutot
8da8a25e9e Unbreak with new vala (reported by landry@). 2011-06-04 09:09:36 +00:00
ajacoutot
a26f67932f Fix/add paths to online documentation. 2011-06-04 06:59:00 +00:00
sthen
bf8efe7b3c make some directories writable, stops the installer whining 2011-06-03 22:07:39 +00:00
ajacoutot
5ab1d18b2e Fix rc.d script ownerships.
from Bjorn Ketelaars
2011-06-03 21:38:44 +00:00
kili
ecbdd17e7e +taskwarrior 2011-06-03 21:07:55 +00:00
kili
47ab3664ce Taskwarrior is a command line todo list manager. It maintains a
list of tasks that you want to do, allowing you to add/remove, and
otherwise manipulate them.  Task has a rich list of subcommands
that allow you to do various things with it.

Originally submitted by Piotr Sikora.

PLIST tweaks by me, Cmake tweaks from dcoppa@.
COMMENT and DESCR tweaks by the bikeshedding company.

ok dcoppa@
2011-06-03 21:07:10 +00:00
sthen
d9c199c2d5 Bugfix update to roundcubemail-0.5.3 2011-06-03 19:17:44 +00:00
dcoppa
e11b596666 Update to ruby-redis-2.2.0
OK jeremy@
2011-06-03 18:53:47 +00:00
jeremy
7f7d2cc5fe Update to 1.1.0. 2011-06-03 17:26:30 +00:00
jeremy
93e3056003 Update to 3.24.1. 2011-06-03 17:25:56 +00:00