Commit Graph

9228 Commits

Author SHA1 Message Date
bcallah
5b89b36c04 Remove pkg/MESSAGE. share/examples/texapp is the default placeholder for
sample files.
Bump REVISION.
Noticed by aja@
2013-03-22 18:15:52 +00:00
zhuk
e238208e9d Import net/cagibi, based on x11/kde4/cagibi.
okay landry@
2013-03-22 17:53:09 +00:00
bcallah
d90d06a485 +texapp 2013-03-22 16:50:25 +00:00
bcallah
2b84fb24f4 Import net/texapp, a command line App.net client.
ok benoit@
2013-03-22 16:49:23 +00:00
naddy
4c73b08f18 * we build a shared library: do not drop -fpic
* don't pull in autoconf for trivial patch; general clean-up while here
2013-03-22 16:25:44 +00:00
kirby
90abe51fea - bugfix update to 2.0.21
- move MESSAGE-* to README-*
 - enable memory plugin from NetBSD
 - disable FreeBSD's iostat plugin

With input from rpe@ and tweaks from sthen@. Thanks!
OK sthen@
2013-03-22 15:00:29 +00:00
sthen
2a20a56836 update to p5-Socket-GetAddrInfo 0.22 2013-03-21 21:32:43 +00:00
sthen
e744fd4f97 update to Smokeping 2.6.9 2013-03-21 14:32:04 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
brad
4b12dd90d7 Remove redundant BUILD_DEPENDS. LIB_DEPENDS are BUILD_DEPENDS.
ok sthen@
2013-03-21 08:41:16 +00:00
landry
8b677ced4b Resurrect chunk that was mistakenly removed in previous. Fixes build for good this time. 2013-03-21 07:50:56 +00:00
naddy
2625dbad07 update to 2.77: bug fixes, tested by brad@
sync wantlib
2013-03-20 20:18:07 +00:00
jeremy
ac78ad4e83 Make ruby 1.9 the default ruby for non-gem/extconf ports,
for consistency with the gem/extconf ports.

Update non-gem/extconf ports that relied on the previous
default of ruby 1.8 to explicitly specify it.

OK ajacoutot@
2013-03-20 19:13:50 +00:00
sthen
f522109153 convert libdnet's no_python pseudo_flavour to using BUILD_PACKAGES, so the
-python package can be knocked out on a !shared machine.
2013-03-19 23:36:02 +00:00
sthen
67712d6362 de-uglify Makefile somewhat, spotted while testing poco fix.. no pkg change 2013-03-19 23:15:03 +00:00
sthen
2f154b4f8c Fix net/poco following the pcre update (broken for 2 weeks) by using
a patch from Gentoo.

While there clean up Makefile a bit (mixed whitespace format ugliness) and
simplify a patch (just use upstream's existing sysconf code, rather than
workaround the unportable use of sysctlbyname).
2013-03-19 23:13:50 +00:00
sthen
f0cad29d74 regen patches to fix line numbers 2013-03-19 22:17:07 +00:00
landry
acf55111de Fix build after ffmpeg 1.1 update, since brad doesnt seem to care..
Adapted from https://projects.archlinux.org/svntogit/packages.git/commit/?h=packages/opal&id=278c8f93262ee8372b05c650a2e6456ad2d04950
2013-03-19 22:06:44 +00:00
sthen
7ff6452a24 update openfire to 3.8.1, based on a diff from Marc Peters for 3.8.0
- add @extraunexec to fix pkg_delete -c
2013-03-19 16:55:01 +00:00
nigel
011de064f8 WANTLIB updates for fontconfig and other libraries.
Ok sthen
2013-03-19 13:07:13 +00:00
sthen
f07230500d update to libquvi-scripts 0.4.13 2013-03-19 13:03:02 +00:00
benoit
a24a8ee4c1 - update py-IP to 0.76 2013-03-19 07:28:12 +00:00
jasper
ab5f5f1a0e apply a fix for find_events() over https to a baikal server. 2013-03-18 21:45:41 +00:00
jasper
5bf21f5978 import agcaldav-0.2.5.3
ruby-agcaldav is yet another great Ruby client for CalDAV calendar and
tasks.

ok jeremy@
2013-03-18 20:22:50 +00:00
jasper
4fd2e84642 import ruby-net-http-digest_auth-1.2.1
ruby-net-http-digest_auth is an implementation of RFC 2617 - Digest
Access Authentication. At this time the gem does not drop in to
Net::HTTP and can be used for with other HTTP clients.

ok jeremy@
2013-03-18 20:22:14 +00:00
jasper
e0d45c4a83 import ruby-macaddr-1.6.1
ruby-macaddr provides cross platform mac address determination for Ruby.

ok jeremy@
2013-03-18 20:20:39 +00:00
jasper
e9b8aa70d0 sync 2013-03-18 20:20:04 +00:00
sthen
ef584937a1 minor update to mirmon 2.8 2013-03-18 20:15:42 +00:00
naddy
8c0693604b Remove cvsup.
CVSup was a great piece of technology, but everybody including its author
and its single largest user community (FreeBSD) has moved on.
ok sthen@
2013-03-18 19:59:07 +00:00
naddy
5ee0ce347f CVSup is dead. Remove the csup client, which is buggy and unlikely to
ever get fixed.  ok sthen@
2013-03-18 19:55:25 +00:00
ajacoutot
c20f42abde activemqrc -> activemq.conf and protect the file. 2013-03-18 14:46:28 +00:00
ajacoutot
906d26bf85 Remove more files at @extraunexec time. 2013-03-18 11:09:56 +00:00
ajacoutot
f08c1ba2c4 Put the configuration under ${SYSCONFDIR}/activemq/.
Do not hardcode /etc.
Put the data and tmp directories under /var/db/activemq.
2013-03-18 10:52:56 +00:00
ajacoutot
e5b2b5a7e1 Remove duplicate information that is to be moved to the mysql README.
ok brad@ sthen@ jasper@
2013-03-17 07:21:17 +00:00
lteo
f05c0b0e45 Pack documentation files. Also move library files from PFRAG.shared to
PLIST as a result of update-plist.

OK Markus Lude (maintainer), sthen@
2013-03-15 02:57:17 +00:00
ajacoutot
de091500ef Remove myself from MAINTAINER. 2013-03-14 20:01:13 +00:00
dcoppa
165a983dc1 Zap unused variable
(upstream git commit 3de45b1d6aedf27af5e7d3f73f2005d96138f03a)
2013-03-14 12:57:36 +00:00
sthen
0b44a35c47 Recommend NSCA-ng as an alternative in NSCA's DESCR files. (if you have
spent more than about half a second looking at the code you'll know why).
2013-03-14 10:28:52 +00:00
sthen
bcbeda3af0 add chroot support; committed upstream (thanks Holger!) 2013-03-14 10:19:38 +00:00
landry
bac1890bb6 Add two patches to fix jabber connections on accounds where the id domain
(ie me@example.com) is different from the server's fqdn (ie xmpp.example.com),
which is the case of Google Talk.

If the SRV records are properly configured (as detailed here:
http://wiki.xmpp.org/web/SRV_Records) you dont need to set the server
anymore in bitlbee, it will do the dns lookup and automagically connect
to the right server. Note that the purple FLAVOR doesn't exhibit this
bug.

This is needed until someone adds the ns_*parse* family of functions from
BIND8 to our resolver (asr? any takers?)

From Daniel Levai (thanks!), tested by myself & looks good to sthen@.
2013-03-13 21:42:58 +00:00
ajacoutot
346771dc79 The _activemq user needs a RW homedir to prevent java.io.IOException
errors.
Properly remove all files at @extraunexec time.
Protect the conf directory.
2013-03-13 18:19:48 +00:00
ajacoutot
39b5277db9 Revamp that port:
* don't use an /etc/default/activemq config file; it's too generic and
linuxish -- we'll use /etc/activemqrc
* no need to install the wrappers since we have rc scripts
* properly sample *all* configuration files
* run as unpriviledged user: _activemq by default
* remove useless README
* properly remove data files at @extraunexec time
* proper rc_stop in the rc script
* take MAINTAINER

ok jasper@ on a previous submission
2013-03-13 16:30:11 +00:00
sthen
a599661583 this works with SEPARATE_BUILD=Yes, so set it. 2013-03-13 09:55:56 +00:00
brad
91515693ab Remove a hack that was added to the autoconf script to workaround a test
not working properly when systrace was enabled now that the systrace filter
has been fixed so posix_openpt() works.

ok dcoppa@
2013-03-13 00:20:56 +00:00
sthen
b4128594aa mark conflict with nsca-ng, remove old hashes from distinfo while there 2013-03-12 23:44:09 +00:00
brad
95dd720194 Correct shared lib creation for OpenBSD.
ok ajacoutot@
2013-03-12 05:19:57 +00:00
sthen
68760f58ab Bump ports using DIOCGETSTATUS following PF change (new 'translation'
error counter).
2013-03-11 19:51:26 +00:00
sthen
31579f410f Report new PF "translation" counter, indicating that address translation
has failed due to no free ports in the configured range. From Martin Pelikan.
2013-03-11 19:50:04 +00:00
sthen
bf54838811 +nsca-ng 2013-03-11 19:27:49 +00:00
sthen
8150e5250b Import ports/net/nagios/nsca-ng, a nicer BSD-licensed alternative to the
horrible Nagios NSCA passive check acceptor. Command lines are compatible
but the protocol is not - however the two servers can coexist to assist
during a migration.  Fix/ok rpe@
2013-03-11 19:27:31 +00:00