espie
4b6c788bc9
fix gcc4
2010-05-23 16:54:10 +00:00
espie
2e4170685c
fix for gcc4
2010-05-23 16:51:28 +00:00
espie
12a81f194e
fix build on gcc4
2010-05-23 16:48:05 +00:00
espie
3ef8e44cca
fix build for gcc4
2010-05-23 16:30:03 +00:00
espie
9bed746d32
fix gcc4
2010-05-23 16:27:12 +00:00
espie
8eae0ebbd6
__FUNCTION__ -> __func__
2010-05-23 16:25:21 +00:00
espie
f117c5d6fb
don't try to prototype alloca by hand
2010-05-22 21:55:24 +00:00
espie
af6d541836
fix build
2010-05-22 15:18:35 +00:00
espie
831dcfc871
fix build with gcc4
2010-05-22 15:08:52 +00:00
espie
fa7b6a93d2
zap bad decl of malloc, fixes build with gcc4
2010-05-22 14:23:48 +00:00
espie
f497d404b0
I don't know about you, but I think consistent declarations are a good idea.
...
gcc4 tends to agree.
2010-05-22 14:03:23 +00:00
espie
ef4c54735f
remove non-sensical cast, fixes gcc4 (no lvalue cast)
2010-05-22 13:22:53 +00:00
espie
68fb5c0991
silence warning for gcc4 (yes, the address is not null, no I don't fancy
...
changing the macro/code/whatever to fix that)
2010-05-22 12:28:39 +00:00
jasper
e01c06b201
- remove now unneeded workaround for mips64
2010-05-22 09:50:06 +00:00
jasper
f2a998c291
- zap unneeded mips64 workaround
2010-05-22 08:48:46 +00:00
ajacoutot
0781014a4b
We have strnlen(3) now.
2010-05-21 12:37:06 +00:00
bluhm
566dd9bbb7
update p5-IO-Socket-INET6 to 2.62
2010-05-21 12:33:04 +00:00
ajacoutot
35f4227f5c
We have posix_memalign(3) now.
2010-05-21 12:28:52 +00:00
bluhm
49ad568033
update p5-Net-Radius to 2.103
...
ok sturm@
2010-05-20 20:12:12 +00:00
bluhm
27741a40af
- update p5-Socket6 to 0.23
...
- take maintainership
ok sturm@
2010-05-20 20:09:48 +00:00
sthen
e31e058023
Update to 3.5.3, from Ian McWilliam
2010-05-20 18:16:39 +00:00
espie
dcf15ebf62
okay, I have no idea why they don't like gcc4.
...
make it compile, not fuck up the build.
2010-05-20 09:21:17 +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
sthen
6d90a631bc
Build with --enable-mfd-rewrites to allow 64-bit counters to work.
...
Requested/tested by Johan Karlsson.
2010-05-19 15:50:00 +00:00
sthen
916e9780b3
Update to match irssi 0.8.15; from Simon Kuhnle. ok viq (irssi maintainer),
...
'go ahead' martynas@
2010-05-19 15:05:10 +00:00
sthen
985152770c
update to 0.18.5 from Simon Kuhnle, ok viq (maintainer)
2010-05-19 15:04:28 +00:00
sthen
d4f6b9508b
Add a prototype, the implicit declaration has a conflicting type.
...
Fixes build with gcc4.
2010-05-19 09:17:51 +00:00
bluhm
d3e5cdc354
update p5-NetAddr-IP to 4.028
2010-05-18 22:54:32 +00:00
sthen
05062632ba
Update to 2.16.4, this release rolls in one of the perl 5.10 fixes
...
(and fixes some problems that would be seen with perl 5.12).
Couple of other minor fixes.
2010-05-18 08:31:43 +00:00
sthen
765c63f683
- Use the correct autoconf version.
...
- Don't try and install a file into a directory before it's created,
(Fixes packaging with systrace; rather than returning 'No such file or
directory' when you try to 'install aaa bbb/', under systrace aaa gets
installed to a *file* named bbb).
ok Brad.
2010-05-17 22:53:37 +00:00
sthen
0e699bd9f7
Update freeradius-server to 2.1.8; fixes licensing (was GPL linked
...
with OpenSSL; this version adds an exemption clause). Much cleanup of
the port, particularly giving a simpler installation for new users.
Thanks pea@ for testing. Maintainer timeout.
2010-05-17 16:39:25 +00:00
ajacoutot
ae3f2cc8eb
Add zabbix,sqlite3
2010-05-17 11:57:53 +00:00
sthen
6a5d731296
Roll in some fixes from upstream.. From Brad.
...
- silcd: check entity validity after command reply
- Packet engine: prevent divide by 0
- SKE: Make sure failure received from remote is error status.
2010-05-17 08:39:24 +00:00
sthen
aad20716cf
Update to 1.2.7, fixing MSN chat following changes to Passport
...
logins. Similar diff from Abel Abraham Camarillo Ojeda.
While there, sync WANTLIB (glib2 pthread) and stop hiding compiler
command lines. No response from MAINTAINER for a previous update
(1.2.6+patch) - I didn't wait very long but committing now to
get the MSN fix in.
2010-05-16 08:31:28 +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
sthen
236c9026c0
No longer needs gmake. From Brad.
2010-05-13 22:45:53 +00:00
sthen
b26ba1b2ae
Update to 1.9.0, from Brad.
2010-05-12 23:12:57 +00:00
sthen
cc4e7504ce
tighten up dependencies (use more specific version numbers).
2010-05-12 14:35:28 +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
dcoppa
652a8e09ea
s/files/\${FILESDIR}/
2010-05-07 11:00:34 +00:00
sthen
bec2a97cd6
- adjust for flow-tools port changes
2010-05-06 21:42:24 +00:00
sthen
f1372d5506
- update to 0.3.4, this is an actively developed fork from the old
...
upstream which is no longer updated - maintainer timeout.
- adjust for flow-tools port changes
2010-05-06 21:41:57 +00:00
sthen
52f6883a94
- update to 0.68.5, this is an actively developed fork from the old
...
upstream which is no longer updated.
- take MAINTAINER, suggested by jakob@
2010-05-06 21:40:31 +00:00
kili
e07d5ae83f
Adjust WANTLIB and bump PKGNAME after the ghc change.
2010-05-06 20:05:24 +00:00
sthen
a0955096f6
update to 1.0.27, adds v6 support
2010-05-05 13:35:02 +00:00
ajacoutot
a1fc06d0e6
Add an sqlite3 FLAVOR (usefull for proxies and testing).
...
Add corresponding documentation and rework some parts of README.OpenBSD.
Add FLAVORS description to DESCR-server.
input from and ok sthen@
2010-05-04 05:51:22 +00:00
ajacoutot
245bd575e4
I'm tired of missing non built flavor breakages, so add the mysql and pgsql
...
to the gnugk build.
2010-05-03 19:33:38 +00:00
ajacoutot
3a8aed6949
Fix postresql support.
...
breakage spotted by Andrew Grillet, thanks.
2010-05-03 19:32:14 +00:00
naddy
946decedff
update to 1.93
2010-05-03 17:39:33 +00:00
ajacoutot
ddc10f6bac
Small blurb about shared memory.
2010-05-03 11:58:45 +00:00