merdely
2056ff761a
s/TRUETRUEPREFIX/TRUEPREFIX/ in pkg/MESSAGE and bump REVISION
...
From Daniel Dickman.
2010-07-21 18:36:59 +00:00
merdely
cc4e80feef
Update to 1.8.
...
"please" marco@, "go go go" todd@
2010-07-21 16:14:13 +00:00
kevlo
10a80abd0c
Update to 3.13007
...
ok ckuethe@
2010-07-21 01:03:36 +00:00
sthen
0def44df9a
HOMEPAGE not HOME_PAGE and bump, from Brad, thanks.
2010-07-19 16:30:11 +00:00
kili
c517da1bee
I'm the king of fatfingering.
...
Noticed by naddy.
2010-07-18 18:52:14 +00:00
naddy
a2c9a774ff
Remove redundant variables OPSYS and OPSYS_VER.
...
OPSYS was always "OpenBSD", the ports tree doesn't cover other
operating systems.
OPSYS_VER was the same as OSREV.
ok espie@
2010-07-18 18:49:01 +00:00
sthen
23c4b69211
Update to 2.3 (notably adding ping/pong support and building a library).
...
Update DESCR while there.
2010-07-18 10:37:45 +00:00
ajacoutot
45323bcc2b
Update to avahi-0.6.26.
...
Lots of bugfixes. Refer to HOMEPAGE for detail information.
2010-07-17 14:12:38 +00:00
kili
7adf58310c
New WANTLIB/LIB_DEPENDS style.
2010-07-17 13:59:44 +00:00
kili
205d4391a4
Add LIB_DEPENDS to RUN_DEPENDS.
...
Switch to REVISION.
Bump.
2010-07-17 13:43:36 +00:00
sthen
bcda816348
- remove a patch to zap contents of a file which is already not being
...
built due to a Makefile patch. From Brad, ok stsp@ (maintainer).
- don't use a header which is only needed because of the unused file,
from/commit req'd by stsp@.
shouldn't affect the package, but bumped for safety.
2010-07-14 11:04:15 +00:00
sthen
1b229bc319
Rather than use Makefile workarounds for the broken shared lib handling,
...
fix it in configure.in so it can be sent upstream. From Brad, looks ok to
Ian McWilliam (maintainer).
2010-07-14 07:20:18 +00:00
sthen
cad99f0e35
use REVISION.
2010-07-13 21:08:00 +00:00
sthen
d55e1837f6
use REVISION
2010-07-13 20:14:21 +00:00
sthen
cf88a4015e
use REVISION, checked with before/after make show=PKGNAMES, and convert
...
a particularly ugly LIB_DEPENDS to new-style LIB_DEPENDS/1WANTLIB
2010-07-12 22:08:15 +00:00
sthen
d1c6f80880
use REVISION, checked with before/after make show=PKGNAMES (plus some
...
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00
sthen
95ea61be00
update to 2.8.6, from maintainer Markus Lude
2010-07-12 19:38:40 +00:00
naddy
b083429753
fix after removal of DLT_OLD_PFLOG; from Markus Lude <markus.lude@gmx.de>
2010-07-10 23:18:58 +00:00
naddy
9b2ec059c4
rename variable, REVISION has a special meaning now
2010-07-10 20:30:37 +00:00
naddy
1f6f6d3a51
update to 4.2.6p2, which incorporates most of our patches
2010-07-10 19:48:32 +00:00
naddy
b0858295bb
fix dependencies
2010-07-10 14:58:20 +00:00
ajacoutot
d07eafe6c0
Add proper CONFIGURE_ARGS to fix SHARED_LIBS naming, spotted by naddy@
...
Bump SHARED_LIBS major.
Add proper disable-static args, this port is SHARED_ONLY.
2010-07-10 06:20:59 +00:00
sthen
46626dc2f9
update to 0.99.16
2010-07-09 11:46:02 +00:00
landry
50f1483d91
Fix fallout of SO_PEERCRED changes. while here, bring in string.h for
...
declarations of strcpy() and strlen().
2010-07-09 08:17:50 +00:00
landry
29c07cb70a
Fix libpurple,-audio flavor PKGNAME - it's different from libpurple
...
unflavored package, so forcing FULLPKGNAME/FULLPKGPATH was fucking it.
While here, fix dependencies on gstreamer with audio FLAVOR, and
correctly depend on the -audio flavoured libpurple for -finch,audio and
-main,audio.
Looks fine to brad (MAINTAINER)
2010-07-09 06:10:16 +00:00
sthen
55d57922b7
SECURITY update to 0.092 from Brad
...
CVE-2010-2488 NULL pointer deref with traffic stats
2010-07-08 15:14:10 +00:00
sebastia
5f6294d106
fix build on gcc2 archs, also reported upstream to nmap-dev@.
...
OK from giovanni@, jasper@, sthen@, phessler@
2010-07-08 14:43:30 +00:00
fkr
712a318987
unbreak and adopt to the changes to rdomains/rtables in -current.
...
feedback and ok sthen@
2010-07-08 09:18:25 +00:00
ajacoutot
a9f0c77d3b
SECURITY.
...
Fix for CVE-2010-2244:
zero size is reported for corrupt packets. recvmsg() later could
nevertheless get data from a good packet that followed the bad one.
So get out early to avoid hitting an assertion.
Thanks to pea@ for the heads up.
2010-07-07 18:57:38 +00:00
sthen
9adc0b244d
--disable-mcheck is no longer a valid configure argument; remove it,
...
fixing DEBUG build. Spotted by dhill@, fix from Brad.
2010-07-07 15:57:48 +00:00
espie
b660df6b9b
zap reeeally old variable
2010-07-06 22:25:53 +00:00
espie
d59abd10d0
semantic change of LIB_DEPENDS (or abuse ?) avoid package change.
2010-07-06 15:20:36 +00:00
espie
03d45ee036
use new subpackage-dependent ONLY_FOR_ARCHS
2010-07-06 13:02:14 +00:00
sthen
6b103e74ba
- fix build on 64-bit arch following last update
...
- tighten RUN_DEPENDS for -plugins
- remove some patches and most of the custom do-install in favour
of passing variables to make and using upstream's build infrastructure.
- tidy Makefile
ok sebastia@, maintainer timeout
2010-07-06 07:41:46 +00:00
espie
c70197b59e
oh yeah, iconv is in gettext, sure. ;(
2010-07-05 22:52:38 +00:00
espie
f5afbcfae8
don't let packages vanish depending on arches. If they don't build, they
...
don't.
2010-07-05 08:25:08 +00:00
ajacoutot
f0627254a7
Tweak a comment.
2010-07-05 06:15:23 +00:00
naddy
87b33f29ca
update to 4.2.6p1 and remove a lot of cruft
2010-07-03 02:49:43 +00:00
naddy
e3ee31b058
Kill all instances of the dangerous RUN_DEPENDS=${BUILD_DEPENDS} idiom.
...
Bump pkgname where necessary.
2010-07-03 02:44:13 +00:00
espie
4ebdd5a50c
fix build AND packaging of the ruby bindings
2010-07-03 01:55:24 +00:00
giovanni
59c7a9b962
Tell the user how to correctly enable samba as a Pdc
...
ok Ian McWilliam (Maintainer)
2010-07-02 14:42:29 +00:00
landry
e5e145c7e7
Add a -ruby subpackage providing rrdruby (aka RRD.so ruby module), not the
...
same interface as ruby-rrdtool.
General mumbling of agreement from msf@ bernd@ sthen@
2010-07-01 15:49:24 +00:00
kili
f19ee7273f
WANTLIB += pthread and bump PKGNAME.
2010-06-30 15:41:01 +00:00
lum
baba61bd4e
update to filezilla-3.3.3
...
ok jim@ landry@
2010-06-30 14:58:58 +00:00
ajacoutot
ced5f3e96e
Fix -mono dependency.
2010-06-28 19:50:10 +00:00
ajacoutot
6dd6fbdcd4
Fix the mono FLAVOR, it requires gtk.
...
While here, regen WANTLIB and file dllmap files.
2010-06-28 19:30:13 +00:00
robert
5fbf19fa7a
revert previous commit
2010-06-28 18:52:31 +00:00
robert
4b56714558
add mono-zeroconf
2010-06-28 18:42:53 +00:00
robert
e09e6cba0e
import of mono-zeroconf:
...
Mono.Zeroconf is a cross platform Zero Configuration Networking library
for Mono and .NET. It provides a unified API for performing the most
common zeroconf operations on a variety of platforms and subsystems: all
the operating systems supported by Mono and both the Avahi
and Bonjour/mDNSResponder transports.
2010-06-28 18:42:21 +00:00
robert
f16280502f
bump pkgname
2010-06-28 18:33:59 +00:00
robert
fb2f92750c
update mono-avahi
2010-06-28 18:33:41 +00:00
jasper
d576563f59
- add p5-Net-IPTrie
2010-06-28 13:32:39 +00:00
jasper
b39c74ce29
import p5-Net-IPTrie 0.5
...
Perl module for building IPv4 and IPv6 address space hierarchies fast.
from sten spans, with some tweaks by me
2010-06-28 13:31:32 +00:00
ajacoutot
648a4067a7
s/lpthread/pthread
2010-06-27 01:30:33 +00:00
ckuethe
5c2a960006
Update to latest release, and abandon maintainership
...
ok sthen
2010-06-26 14:32:15 +00:00
sthen
78d25392e8
update to 3.5.4, from new maintainer, Ian McWilliam.
2010-06-25 17:39:12 +00:00
sthen
05ffb4fa07
fix the plist
2010-06-25 12:29:03 +00:00
sthen
6878f40b3a
update to 1.2-beta; N.B. default http port changed to 9080.
2010-06-25 11:45:12 +00:00
sthen
02c8576232
fix PLIST-main to include the pf plugins and bump;
...
problem pointed out by Yun Zheng Hu, thanks!
2010-06-24 16:20:49 +00:00
fgsch
f06b38f7bb
be more cautious when loading modules. spotted by naddy@.
2010-06-23 16:53:15 +00:00
steven
f3696556fd
use gnu libtool (needs ltdl)
2010-06-23 16:27:57 +00:00
kevlo
4cbdf3385c
update to 4.0.9.
...
"reads good to me" jasper@
2010-06-23 02:13:06 +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
benoit
00b7da21b3
- update tor to 0.2.1.26
...
ok rui@
2010-06-20 07:57:07 +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
jasper
28af1f79db
- sync with lua.port.mk
2010-06-18 17:59:06 +00:00
bluhm
6ba93a2a29
update p5-IO-Socket-INET6 to 2.65
2010-06-18 17:25:04 +00:00
ajacoutot
09e399bf8b
Fix the no_x11 FLAVOR to build against glib2.
...
While here, fix wantlib and tweak DESCR.
ok sthen@
2010-06-18 10:41:03 +00:00
pea
c43354b999
Update to 2.1.9
...
"looks good" sthen@
Tested by ajacoutot@ (Thanks !)
ok rui@ (maintainer)
2010-06-17 13:40:08 +00:00
sthen
5b585671d9
update to 1.7.1.2, various fixes (build fixed with -Wall in
...
CFLAGS as spotted by Landry, also LP64, endianness, and some
ssl problems).
ok rui@ landry@ kili@
2010-06-16 10:25:05 +00:00
jasper
215a0d5db9
- unhook micq
2010-06-16 08:12:00 +00:00
jasper
2bc95ef2fc
- remove obsolete micq, as prompted by jiri b. on ports@
...
it's been superseded by climm, but nobody even said there were using it anymore.
alternatives would be irssi/bitlbee or pidgin,-finch
maintainer timed-out.
2010-06-16 08:11:53 +00:00
kili
73f62484da
Add gmp and bump.
2010-06-15 17:59:24 +00:00
kili
c78948cdd1
Bump after ghc update.
2010-06-15 17:18:50 +00:00
fgsch
c1444e6a2b
Update to 1.7. From maintainer.
2010-06-15 17:16:13 +00:00
landry
24fc1b6e56
Don't cast char* return value to an int, check if != NULL instead.
...
Fixes quirc on amd64/sparc64/gcc4.
2010-06-15 16:20:42 +00:00
lum
fa6a6224b8
update to filezilla-3.3.2.1
...
ok jasper@
2010-06-15 16:08:21 +00:00
sebastia
c48b2da0a1
update to olsrd-0.6.0, adding two subpackages -gui and -plugins
...
general OK from MAINTAINER, after cleanup, OK from landry@ and sthen@
2010-06-14 12:36:34 +00:00
steven
a36fdf71cd
bring back old patch chunk apparently needed by gcc3
...
noticed and tested by naddy@
2010-06-12 16:28:46 +00:00
landry
03414cb7c2
No need to -O0 on sparc64 anymore since it switched to gcc4.
...
From Brad.
2010-06-11 21:10:28 +00:00
landry
8126d56553
Remove sparc64-specific patch now that it switched to gcc4.
...
From Brad
2010-06-11 19:22:32 +00:00
dcoppa
bbefcfb05a
Switch to glib2, minor cleanups.
...
OK jasper@, phessler@, landry@
2010-06-11 13:56:33 +00:00
steven
5aa610b4df
update to 2.7.1
...
from Brad (maintainer)
2010-06-10 20:13:33 +00:00
lum
1b0986c33c
update to darkstat 3.0.713. Bugfix and some new features
...
The new --syslog option requires a local patch, upstream
has been informed.
ok ckuethe@
2010-06-10 03:57:30 +00:00
lum
b8ea20feb8
darkstat-3.0.713 patches for new --syslog option
...
ok ckuethe@
2010-06-10 03:51:39 +00:00
steven
cdf47a9819
update to 1.67
2010-06-09 18:26:03 +00:00
jasper
c1873a7406
- workaround "build-failure" on loongson, the resulting files doesn't differ
...
from what's generated elsewhere, so why error out?
2010-06-09 08:51:59 +00:00
ajacoutot
2e7fec715b
s/LOCALBASE/PREFIX/
2010-06-08 08:05:20 +00:00
sthen
3ee42fb038
- save users from touching mirmon.db
...
- fix sample command-line
(and bump)
2010-06-08 00:26:45 +00:00
sthen
5592b7baf6
+mirmon
2010-06-08 00:04:11 +00:00
sthen
857b72166f
import ports/net/mirmon
...
Mirmon helps administrators in keeping an eye on the mirror sites.
In a concise graphic format, mirmon shows each site's status history
of the last two weeks. It is easy to spot stale or dead mirrors.
2010-06-08 00:03:55 +00:00
jsg
85a4b84d82
the way errors were caught before now picks up non fatal things
...
like "Melde dich an Kommentar zu posten" so don't treat errors
as fatal any more.
2010-06-07 22:43:26 +00:00
kili
9dbe725bcb
Adjust WANTLIB and bump.
...
Don't panic, I'm not starting a wave of WANTLIB spam, I just ran into
some build problems with mldonkey and a (slightly) outdated lablgtk2
and found some missing wantlib entries in both ports.
2010-06-06 13:57:20 +00:00
kili
9447bf1337
Remove empty patch file.
2010-06-06 11:04:48 +00:00
kili
158027911f
Bump after the stupid ABI changes in GHC.
2010-06-06 10:06:44 +00:00
avsm
728c98eb63
update to mldonkey-3.0.2; from dcoppa@
2010-06-04 17:28:51 +00:00
phessler
5231142c8a
The icb protocol limits each message to 255 chars, so automagically
...
split at a reasonable length, so the messages actually get delivered to
the server.
Patch taken from pkgsrc
OK sthen@, landry@
2010-06-04 14:16:22 +00:00
sthen
bfee2d9b00
Build nftrack (from nfsen contribs directory), allowing tracking of
...
TCP/UDP ports. To be used in conjunction with the PortTracker plugin for
NfSen (not yet packaged).
It's included in the nfprofile subpackage as it's normally used in
conjunction with nfprofile and, like nfprofile, depends on the RRD
libraries.
2010-06-04 11:28:42 +00:00
sthen
a618f366f6
+aircontrol
2010-06-04 09:04:38 +00:00
sthen
9923023b05
import ports/net/aircontrol
...
airControl is a powerful and intuitive web based server network
management application which allows operators to centrally manage
entire networks of Ubiquiti wireless network devices.
2010-06-03 23:30:45 +00:00
sthen
8ff9d48002
- Client: Fix signature verification double free
...
- Packet engine: prevent divide by 0
- SKE: Make sure failure received from remote results in error status
From upstream repo via Brad
2010-06-02 00:10:18 +00:00
sthen
a839823e70
update to 0.12.2
2010-06-01 19:11:23 +00:00
kevlo
c73c263673
Update to 0.25
...
ok pea@
2010-06-01 09:46:48 +00:00
bluhm
76bbf76b1e
update p5-IO-Socket-INET6 to 2.63
2010-05-31 18:58:27 +00:00
ajacoutot
0a481528ba
Update to opal-3.6.8.
2010-05-31 06:31:39 +00:00
sthen
93c2be1071
update to 2.2e
2010-05-29 20:20:17 +00:00
kili
e41a445d9d
Add missing dependencies.
...
Noticed by naddy@
2010-05-29 00:00:37 +00:00
espie
d670d0f889
fix build on gcc4
2010-05-28 09:49:21 +00:00
espie
c67a081008
kill sentinel problems
2010-05-28 09:19:53 +00:00
sthen
22848f50e4
PKG_ARCH=* and bump.
2010-05-28 09:07:36 +00:00
espie
1fb374ee6a
forgot to commit. naddy complains
2010-05-27 15:46:02 +00:00
robert
94daaa3301
add missing dependency for p5-List-MoreUtils
2010-05-27 12:08:22 +00:00
weerd
1d139989a3
Update ladvd to 0.9.0. New version adds improved (aka sane) chrooting
...
logic, better ifdescr support and support for vlan encapsulated
advertisements amongst other things.
Tested on i386, amd64, sparc64 and arm by various people - thanks.
Brad reminded to switch off PIE on hppa.
ok stephan@ jasper@ kili@
2010-05-26 17:03:59 +00:00
ajacoutot
5f0670b6d4
Bugfix update to gnugk-2.3.2.
2010-05-26 14:33:01 +00:00
kevlo
3035e6f96a
Update to 2.42
...
ok jasper@
2010-05-26 08:55:33 +00:00
kili
f242583dd3
On powerpc, compile smbd/smb2_create.c with -O0 to avoid an ICE with gcc3.
...
ok, and some simplification, sthen@
2010-05-26 08:47:43 +00:00
jasper
039e1f150c
- SECURITY update of lftp to 4.0.8
...
SA39861: LFTP Insecure "Content-Disposition" Suggested Filename Handling Weakness
ok kevlo@ (MAINTAINER)
2010-05-26 06:55:53 +00:00
bluhm
1135fa7a48
add p5-Net-INET6Glue
2010-05-24 18:02:54 +00:00
bluhm
a608ea3ad7
Initial import of p5-Net-INET6Glue 0.4
...
Net::INET6Glue is a collection of modules to make common modules
IPv6 ready by hotpatching them.
Unfortunatly the current state of IPv6 support in perl is that no
IPv6 support is in the core and that a lot of important modules
(like Net::FTP, Net::SMTP, LWP,...) do not support IPv6 even if the
modules for IPv6 sockets Socket6, IO::Socket::INET6 are available.
Net::INET6Glue is a hack to make more of Perl IPv6 able. This is
partly done by replacing IO::Socket::INET with IO::Socket::INET6
and by adding IPv6 Protocol functionality to Net::FTP. Works for
Net::SMTP, LWP, Net::FTP and probably others too.
ok sturm@
2010-05-24 17:57:03 +00:00
espie
3aeb85a3f7
a pointer is not an array.
2010-05-24 10:10:39 +00:00
espie
41a285bf45
If you want to -Werror, use the right NULL, please
2010-05-24 09:14:39 +00:00
espie
e58b9cdd9d
explicit ref to base class, fixes gcc4
2010-05-24 01:46:12 +00:00
espie
21db12a0e5
fix g++4
2010-05-24 01:42:27 +00:00
sthen
6f41bc09c3
Update MASTER_SITES; from Gleydson Soares. Bump not needed.
2010-05-23 23:11:45 +00:00
espie
977ce929cf
fix build for gcc4
2010-05-23 16:57:29 +00:00
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
ajacoutot
1a3b12a05b
* remove redundant step in README.OpenBSD
...
* fix default administrator username in README.OpenBSD
* add missing run_depends
* add recommended values in zabbix.ini so that it works out of the box
ok sthen@
2010-05-03 11:46:08 +00:00
sthen
dc6b82cb33
Remind people to remove the _nfcapd user from group www when the package
...
is uninstalled. Suggested by ajacoutot@
2010-05-03 09:49:17 +00:00
sthen
f3d27906bb
+nfsen
2010-05-02 20:53:42 +00:00
sthen
856267e50d
Import ports/net/nfsen, this companion to net/nfdump is a nice web-based
...
interface for working with netflow captures, including those from pflow(4).
See teamcymru episode 19 on youtube or the RIPE50 presentation slides to
get an idea of what it can do. Port requested by henning@.
NfSen is a graphical web based front end for the nfdump netflow
tools, allowing you to:
* Display your netflow data:
Flows, Packets and Bytes using RRD (Round Robin Database).
* Easily navigate through the netflow data.
* Process the netflow data within the specified time span.
* Create history as well as continuous profiles.
* Set alerts, based on various conditions.
* Write your own plugins to process netflow data on a regular interval.
Different tasks need different interfaces to your netflow data.
NfSen allows you to keep all the convenient advantages of the command
line using nfdump directly and gives you also a graphical overview
over your netflow data.
2010-05-02 20:52:32 +00:00
sthen
a4aaaaaaf5
+check_mssql_health
2010-05-02 11:18:14 +00:00
sthen
010250a3f9
import ports/net/nagios/check_mssql_health
...
check_mssql_health is a Nagios plugin using DBD::Sybase and FreeTDS to
monitor many parameters of Microsoft SQL Server, including login delays,
CPU use, IO busy time, scans per second, deadlocks per second, etc.
Custom SQL statements may also be used.
2010-05-02 11:17:48 +00:00
sthen
b3c61da884
update to 2.2d
2010-05-01 21:17:38 +00:00
naddy
f782aedb3b
use in-tree libevent(extra) instead of the bundled one; from nicm@ and alek@
2010-05-01 13:50:05 +00:00
sthen
e461e47b8a
Install an _nfcapd user; nfsen will want it
2010-04-30 11:50:20 +00:00
jasper
dd6c0b25bb
- missing build dependency
2010-04-30 09:57:49 +00:00
jasper
68c76a3d0a
- update cadaver to 0.23.3
2010-04-30 09:41:20 +00:00
dcoppa
5c41a01f4f
Link my haskell ports to the build.
...
OK kili@
2010-04-29 05:28:32 +00:00
jasper
64de7ba2f2
- add missing build dependency
2010-04-28 16:37:56 +00:00
dcoppa
42de4dbc17
Import hpodder, a podcast aggregator written in Haskell.
...
OK kili@
2010-04-28 16:21:40 +00:00
pea
471f613ec8
Add ssl and non-standard port support to irc.alert
...
ok ajacoutot@
2010-04-28 14:08:45 +00:00
pea
1f13874533
Update to 0.13.4
...
ok ajacoutot@
2010-04-28 11:45:23 +00:00
sthen
5d58acd6ba
Samba uses modules; mark it SHARED_ONLY and collapse PFRAG.shared-main
...
into PLIST-main. From Brad.
2010-04-28 08:02:38 +00:00
jakemsr
a786f77c4d
- fix build (oops, not sure what happened there)
...
- remove patch that should have been removed in last comit
2010-04-28 04:15:58 +00:00
jasper
b8387b69d1
- fix build with latest gtk+2.
2010-04-27 21:22:00 +00:00
naddy
a625b3d19e
fix build with OpenMotif 2.3.3
2010-04-27 19:27:41 +00:00
ajacoutot
24c88dd209
Missed bump.
...
spotted by naddy@, thanks.
2010-04-27 15:38:40 +00:00
jasper
3dda6fd01d
- fix build on an empty machine
2010-04-27 15:20:21 +00:00
steven
c1e90ca01a
use gnu libtool here for now
2010-04-26 20:09:18 +00:00
sthen
77128a8fa6
update Samba to 3.5.2, most of the work done by Ian McWilliam
...
Note that the default passdb backend has been changed to 'tdbsam'.
See /usr/local/share/doc/samba/README.OpenBSD (or files/README.OpenBSD)
for more information and instructions for people who wish to convert an
existing smbpasswd-based installation.
2010-04-26 17:31:57 +00:00
jakob
4dba02c51b
require libldns.4.3
2010-04-25 21:35:20 +00:00
kili
8751a0f41f
Oops! I missed this one!
...
Update to HTTP-4000.0.9.
2010-04-25 11:18:36 +00:00
jasper
0c8cf44b29
- add a category that was obviously missing...
2010-04-24 22:32:02 +00:00
naddy
91db013e33
fix build and WANTLIB after libXp removal
2010-04-24 20:18:39 +00:00
jasper
709399c5cb
- update scli to 0.3.1
...
* switches to glib2
2010-04-24 16:37:45 +00:00
jasper
8076911c46
- add gsnmp
2010-04-24 16:37:30 +00:00
jasper
3217e1d6ae
import gsnmp 0.2.0
...
GNET-SNMP is an SNMP library implementation based on glib2 and gnet.
2010-04-24 16:34:20 +00:00
merdely
cec8036a31
+ p5-Net-XWhois
2010-04-24 15:28:04 +00:00
merdely
4deb45eef2
Initial import:
...
The Net::XWhois class provides a generic client framework for doing
Whois queries and parsing server response.
From maintainer: Johan Huldtgren
ok landry@, auto-ok cpan@
2010-04-24 15:27:06 +00:00
jasper
bf292d166b
- unhook libtelepathy too; that and telepathy-feed should be zapped sometime.
2010-04-24 13:32:03 +00:00
ajacoutot
6e4d98e306
Fix default string value in GConf schema.
2010-04-24 13:18:37 +00:00
schwarze
73ae6f1cb3
basic cleanup of pptp.8;
...
while here, remove the reference to pf.conf(5) nat-anchor
and use the new match...nat-to syntax in an example;
contributions and ok stsp@ jmc@
2010-04-24 12:09:43 +00:00
naddy
8e754247e4
bump PKGNAME, not DISTNAME
2010-04-24 12:04:46 +00:00
ajacoutot
bb308edbd6
This part of CONFIGURE_ENV is now set in bsd.port.mk(5).
2010-04-24 09:56:34 +00:00
jasper
7ad1c1a65a
- add myself as maintainer.
2010-04-23 17:59:12 +00:00
jasper
91664972d1
- fix include mess
2010-04-23 13:49:24 +00:00
jasper
002daf9a10
- add telepathy-logger
2010-04-23 13:35:54 +00:00
jasper
41dcf868c3
import telepathy-logger 0.1.1
...
tp-logger is a headless Observer client that logs information received
by the Telepathy framework. It features pluggable backends to log
different sorts of messages, in different formats.
tp-logger features a Telepathy-style D-Bus API to expose logs and
interesting information related to logging (most frequent contacts,
etc.). It also provides a GLib-compatible client API for making bulk log
requests (e.g. for display logs in applications without having to
provide lots of information over D-Bus).
2010-04-23 13:35:15 +00:00
jasper
00fcc86c58
- fix installation
2010-04-23 13:20:33 +00:00
jasper
a5b1e70920
- sync
2010-04-23 12:56:39 +00:00
jasper
4350051200
- remove pymsn, it's superseded by papyon now.
2010-04-23 12:56:33 +00:00
jasper
7b99ea510e
- regen WANTLIB
2010-04-23 12:44:38 +00:00
jasper
ed1472984a
- update telepathy-spec to 0.19.5
2010-04-23 12:44:03 +00:00
jasper
a65481b3f8
- update telepathy-salut to 0.3.11
2010-04-23 12:43:44 +00:00
jasper
6eb54b7a91
- update telepathy-python to 0.15.17
2010-04-23 12:43:18 +00:00
jasper
7e2ff124f0
- update telepathy-mission-control to 5.4.0
2010-04-23 12:42:53 +00:00
jasper
d803ce262e
- update telepathy-idle to 0.1.6
2010-04-23 12:42:18 +00:00
jasper
2e07e49bad
- update telepathy-haze to 0.3.4
2010-04-23 12:41:58 +00:00
jasper
0ad22761fe
- update telepathy-glib to 0.11.3
2010-04-23 12:41:46 +00:00
jasper
a0b8852f7d
- update telepathy-gabble to 0.9.10
2010-04-23 12:41:16 +00:00
jasper
656df69d4c
- update telepathy-butterfly to 0.5.8
2010-04-23 12:40:56 +00:00
jasper
98329553f0
- comment out telepathy-feed
...
- add telepathy-farsight
2010-04-23 12:39:52 +00:00
jasper
43ddc2e57f
- fix path to python-config
...
- regen LIB_DEPENDS and WANTLIB accordingly
2010-04-23 10:07:00 +00:00
jakob
fc855435cd
upgrade to Unbound v1.4.4
2010-04-23 07:05:02 +00:00
jakemsr
35dcb2f709
sndio for ices2
...
ok mgrimm@ (MAINTAINER)
2010-04-23 05:54:26 +00:00
jasper
79f8b56f34
- update papyon to 0.4.6
2010-04-22 12:38:19 +00:00
ajacoutot
df690a7b38
Add proper CONFIGURE_ARGS.
2010-04-22 12:35:40 +00:00
jasper
bc2f04f71e
import telepathy-farsight (not hooked to the builds yet)
...
Farsight is a video conferencing connection manager for the Telepathy
framework. This component enables the use of Telepathy instant messaging
clients with Farsight/Nice servers.
2010-04-22 12:27:34 +00:00
jasper
90ca497f1e
- update farsight2 to 0.0.17
2010-04-22 12:23:03 +00:00
alek
fbddc76c4a
honeyd needs libeventextra after recent libevent update; regen PLIST while here
2010-04-21 23:42:18 +00:00
alek
9cb838b99c
comment requested by ajacoutot@ -- not obvious dependency that enables regression tests
2010-04-21 22:57:04 +00:00
alek
689bf7650d
add devel/check do BUILD_DEPENDS so that regression tests work
...
no need to bump PKGNAME as the final package is the same
ok weerd@
2010-04-21 22:22:12 +00:00
landry
4a36912f08
Mark xorp as BROKEN on sparc64: IC
2010-04-21 22:10:21 +00:00
alek
1006d58e3c
adjust to the new libevent api after recent libevent update; based on diff from nicm@
2010-04-21 21:41:26 +00:00
giovanni
d42284be9b
Update to nmap 5.21
2010-04-21 07:08:23 +00:00
sthen
f953b38803
Check for evhttp.h instead of event-config.h to detect an installed
...
libevent; if it's not present, continue using the bundled copy.
Fixes the build with a forthcoming libevent update.
Suggested by NicM@, ok naddy@
2010-04-21 06:57:24 +00:00
ajacoutot
b4827dd4b7
Cope with recent gnome-keyring changes.
2010-04-20 20:11:53 +00:00
jasper
cd2ff43b79
- remove mldonkey/snapshot, it's outdated by stable/, it's BROKEN and
...
still depends on gtk+1.
agreed by espie@
2010-04-20 07:18:39 +00:00
sthen
9c17dac26d
update to 2.2c
2010-04-18 21:34:16 +00:00
jakob
258af2f18c
upgrade to NSD v3.2.5
2010-04-16 04:57:36 +00:00