Commit Graph

8941 Commits

Author SHA1 Message Date
sthen
86b4c72ffb update to flickcurl 1.23, cope with raptor update 2012-11-12 13:39:07 +00:00
naddy
114488f4f5 remove trailing whitespace from MODCPAN_EXAMPLES 2012-11-09 20:38:57 +00:00
sthen
20863d54a0 zap trailing space in API_V variable; build breakage reported by naddy 2012-11-09 16:15:15 +00:00
sthen
9784f964f0 Tweak the OpenConnect port: update vpnc-script, enable NLS (gettext
was already pulled in via libs, so no new deps), and avoid SEPARATE_BUILD
for now as the code to detect a version mismatch between binary and lib
in this version doesn't handle it.
2012-11-08 16:44:21 +00:00
dcoppa
7575243e60 Take maintainership of devel/cryptopp, net/amule and www/tomcat
since I've de-facto babysitted these ports for a long time.

ok espie@, ajacoutot@, jasper@
2012-11-08 10:06:04 +00:00
dcoppa
b24e1df035 Additional bugfixes and add comments to patches 2012-11-07 14:53:59 +00:00
dcoppa
3e8c9cb398 Unbreak with newer libupnp; patch stolen from Arch Linux
"if it works, go ahead" ajacoutot@
2012-11-06 11:50:04 +00:00
dcoppa
c3230c30a6 Update to libupnp-1.6.17
"if it works, go ahead" ajacoutot@
2012-11-06 11:48:28 +00:00
brad
a7dd17fd85 Update to ircd-hybrid 8.0.1.
ok sthen@
2012-11-05 23:45:30 +00:00
ajacoutot
2f67796719 Update to telepathy-glib-0.20.0.
ok jasper@ (maintainer)
2012-11-05 07:10:54 +00:00
ajacoutot
6d0b7c3051 Update to telepathy-logger-0.6.0.
ok jasper@ (maintainer)
2012-11-05 07:10:15 +00:00
robert
9a4503a30f update to 2.0.3 and fix the traceroute binary path 2012-11-04 22:16:04 +00:00
merdely
4ebf3e2517 Update to 20121027.
Adds workaround for Dell PE x620 machines:
"[T]he CIM element "System Board 1 Riser Config Err 0: Connected" returned
a code of 12, which, according to the CIM documentation, means "Not
connected". But all affected users had an actual Riser Card connected
and working. So this return code does not make sense."

ok sthen@
2012-11-04 21:44:43 +00:00
brad
86100309e3 Update to Samba 3.6.9.
ok MAINTAINER
2012-11-04 00:22:50 +00:00
ajacoutot
32f72f9624 Missing gettext MODULE. 2012-11-01 14:56:33 +00:00
zinke
6f58b76330 link net/irssi-xmpp 2012-11-01 14:46:23 +00:00
zinke
a3b619e264 import irssi-xmpp
irssi-xmpp is an irssi plugin to connect to the Jabber network.

Its aim is to provide a good integration in this text-based irc client
and a good support of XMPP (the Jabber protocol).

Its main features are:
- Sending and receiving messages in irssi's query windows
- A roster with contact & resource tracking (contact list)
- Contact management (add, remove, manage subscriptions)
- Tab completion of commands, JIDs and resources
- Many extensions supported (XEP) including Multi-User Chat (MUC)
- Support for multiple accounts
- Unicode support (UTF-8)
- SSL and STARTTLS support

ok landry@ gonzalo@
2012-11-01 14:41:03 +00:00
brad
9e7f2651fa Unfuck the port.
ok sthen@
2012-10-31 23:21:05 +00:00
naddy
dc555df961 this requires intltool to build; ok maintainer Tom Doherty 2012-10-31 20:11:09 +00:00
gsoares
b6f94fa624 zap SUBST_VARS=${MODLUA_BIN} since it is now taken care of lua.port.mk
OK sthen@
2012-10-31 17:19:39 +00:00
gonzalo
76c4252257 Update for haproxy to 1.4.22:
- BUG/MEDIUM: option forwardfor if-none doesn't work with some configurations
    - BUG/MINOR: checks: expire on timeout.check if smaller than timeout.connect
    - REORG/MINOR: use dedicated proxy flags for the cookie handling
    - BUG/MINOR: config: do not report twice the incompatibility between cookie and non-http
    - MINOR: contrib/iprange: add a network IP range to mask converter
    - BUG/MEDIUM: ebtree: ebmb_insert() must not call cmp_bits on full-length matches
    - OPTIM: halog: make use of memchr() on platforms which provide a fast one
    - OPTIM: halog: improve cold-cache behaviour when loading a file
    - MINOR: config: tolerate server "cookie" setting in non-HTTP mode
    - BUG/MINOR: tarpit: fix condition to return the HTTP 500 message

And others, while here remove for real the maintainer and add reload to rc.d(8) script.

Very initial update from chipitsine at gmail.com with tweaks by me. Thanks!

Ok aja@
2012-10-30 19:40:19 +00:00
ajacoutot
9968c2be4b Update to ocsync-0.60.1. 2012-10-30 17:26:59 +00:00
giovanni
eeefbcc36f Update to 1.0.36 and fix dead master sites.
hints and ok sthen@, ok brad@ (Maintainer)
2012-10-30 14:18:25 +00:00
espie
9a11505f7a resurrect USE_X11, only for the few ports that require xenocara components
but don't have explicit WANTLIB that point to X11.
2012-10-29 15:19:02 +00:00
kili
2acb3c8385 Move the @exec and @unexec lines running the {,un}register.sh scripts
and the line with the unregister.sh script down to the bottom of
the plist. Silences all the blurb about ".../*.haddock doesn't exist
or isn't a file."
2012-10-28 23:24:28 +00:00
naddy
1203ea4d23 maintenance update to 2.73 2012-10-27 10:55:53 +00:00
sthen
21f2594b53 Update to ldns 1.6.15; they didn't intend an ABI change in 1.6.14 and
rolled a new release quickly to revert, however since we've already
bumped the library, bump it again. No other changes.

While there, use a common distinfo file for all three 'sub-ports'
which share a single distfile.

ok brad@
2012-10-26 07:48:56 +00:00
naddy
84b182bdd2 switch configure style to gnu; ok lteo@ 2012-10-25 19:52:16 +00:00
sthen
350386fec5 bugfix update to Icinga 1.8.1 2012-10-25 18:42:32 +00:00
ajacoutot
fb45155c80 Unbreak: sync WANTLIB after meta-tracker lost its dependency on libunistring. 2012-10-25 14:22:03 +00:00
dcoppa
393a10fbcf A couple of fixes from upstream:
Fix memory leak when AICH hashing already known files
(upstream git commit 9e62350fae9f24de64987a0cb002fdc15b5fa9af)

Like FAT, NTFS doesn't like special characters either
(upstream git commit 41113ecf15019301afea6cb35d9c35a7b8a0bdd1)
2012-10-25 07:59:45 +00:00
brad
6d3535362a Update to ldns 1.6.14.
ok sthen@
2012-10-24 23:49:08 +00:00
naddy
e2ae263148 this is GNU configure & don't pick up gmkdir; ok nigel@ 2012-10-24 19:31:44 +00:00
jasper
2702048a64 - update to openfire-3.7.1
from marc peters
2012-10-23 20:43:52 +00:00
naddy
e8b8229996 don't pick up gmkdir; ok lteo@, maintainer 2012-10-23 19:29:25 +00:00
dcoppa
673ad7c716 Update to wget-1.14
OK gsoares@
2012-10-20 18:49:48 +00:00
espie
c7f03958d7 zap spaces at end of variables (posix make compliance minor issue) 2012-10-18 21:23:51 +00:00
sthen
8439312341 update Icinga to 1.8.0, testing (including icinga-web) and ok rpe@
- slight tweaks to upgrade documentation while there; you should still
check the proper upgrade notes from upstream, but the README now points
idodb users at the actual location of the schema update files to save
a bit of hunting.
2012-10-18 20:04:58 +00:00
dcoppa
e0a529a151 Bunch of updates:
libnatpmp-20110808 -> libnatpmp-20120821

minissdpd-1.1.20120121 -> minissdpd-1.2

miniupnpc-1.6 -> miniupnpc-1.7

miniupnpd-1.6.20120207 -> miniupnpd-1.7

OK ajacoutot@
2012-10-18 14:56:55 +00:00
sthen
c7f5986d4b update to Net-SNMP 5.7.2; lots of fixes and improvements
- many of our local patches are now committed upstream
2012-10-18 14:01:45 +00:00
sthen
843378a636 fix pgsql init scripts, pointed out by viq 2012-10-17 09:33:06 +00:00
sthen
85cb2566b2 Fix up some SYSCONFDIR/BASESYSCONFDIR problems. Pointed out by viq, thanks. 2012-10-17 09:18:29 +00:00
ajacoutot
f44e468c08 Fix dependencies after e-d-s moved back to using libgnome-keyring. 2012-10-16 11:56:11 +00:00
ajacoutot
5abd0a546c -csync
+ocsync
2012-10-16 09:42:16 +00:00
ajacoutot
97eaeedc1a Re-import from net/csync and update to 0.6.0.
ocsync is the ownCloud version of csync.

Note that no @pkgpath nor quirks will be added because the "official"
csync client may appear in-tree.

ok jasper@
2012-10-16 09:41:44 +00:00
ajacoutot
76f1f26b9f Remove csync which will be replaced by ocsync.
ok jasper@
2012-10-16 09:41:04 +00:00
sthen
9615c3d6d8 zap trailing whitespace in files where it's present on PERMIT_* lines 2012-10-15 15:18:31 +00:00
jasper
73de445f37 - update to libsocialweb-0.25.21 2012-10-15 15:17:41 +00:00
sthen
3a1c6d10f6 zap trailing whitespace where it's present in MASTER_SITES/COMMENT
lines in ports Makefiles
2012-10-15 15:06:41 +00:00
sthen
aa66ceb738 zap some trailing whitespace mostly on HOMEPAGE lines 2012-10-15 14:55:43 +00:00