105583 Commits

Author SHA1 Message Date
sthen
24f2190a64 update to netperf-2.7.0 2015-10-21 13:10:00 +00:00
sthen
a484b0211d update to netperf-wrapper-0.9.1 2015-10-21 13:07:51 +00:00
sthen
1a50ce6e90 update to dos2unix-7.3.1 2015-10-21 13:01:55 +00:00
sthen
2b6ebb2a73 update to darktable 1.6.9 2015-10-21 11:06:35 +00:00
sthen
d0a70fdd69 update to p7zip-15.09, from maintainer Josh Grosse 2015-10-21 10:45:08 +00:00
sthen
84ace7efbe update to scamper-20141211b 2015-10-21 10:26:11 +00:00
sthen
cc2881baf1 tidy fping Makefile 2015-10-21 10:12:13 +00:00
sthen
78c7708afc comment-out group which is no longer used 2015-10-21 09:34:32 +00:00
sthen
26d7d5ac1d clean up Makefile, install editor syntax files in the right place 2015-10-21 09:34:03 +00:00
sthen
ea11becfae Adjust the icinga2 port:
- Replace previous backout with fixes from Gunnar Beutner (upstream):

 . Make sure the timer thread is gone when calling fork()
 . Ensure that the main thread pool gets re-initialized properly after fork()

- Add a check so that 'make test' fails early with a useful error if the
libconfig package is installed; the objects in the build directory don't
have a finalized rpath and they are looking in /usr/local/lib before the
build directory, so the wrong libconfig so is picked up.

I think this port should now be in good shape, please let me know if you're
using it and run into problems with forking etc.
2015-10-21 09:03:22 +00:00
ajacoutot
cde529c1db Update to owncloud-8.2.0. 2015-10-21 06:02:25 +00:00
rpointel
e09308b2c4 bugfix update to 1.6.30.
http://releases.portswigger.net/2015/10/1630.html
2015-10-21 05:22:17 +00:00
zhuk
20cef22fc3 Remove extra REVISION-main.
Pointed out by Caspar Schutijser, thanks!
2015-10-20 21:58:27 +00:00
zhuk
420b39ef2d Allow COPTS/CXXOPTS ha^Wfeature to work in qmake-generated makefiles.
Similar feature existed in qt4 port, but was lost during Qt5 porting.

Inspired by conversation with Caspar Schutijser, should help him on
updating Qt Creator port.
2015-10-20 21:37:26 +00:00
sthen
5fd6c0be1c rename the icinga2 database subpackages to icinga2-ido-XXsql, to match the
standard package names used on other OS.
2015-10-20 21:34:29 +00:00
sthen
1bffdd63b8 Adjust the pexp regex in the rc script, it needs a trailing .* to match
the process arguments when they're modified after a reload.
2015-10-20 20:59:40 +00:00
ajacoutot
5c3f199355 smmsp -> _smmsp
from Geoff Steckel with a few tweaks
2015-10-20 19:36:46 +00:00
kili
215b12acce Mark gtk2hs-buildtools for removal, and fix a typo (hs-webkiet). 2015-10-20 19:07:44 +00:00
ajacoutot
ea4b5602ce Update to py-ioflo-1.4.3. 2015-10-20 18:59:51 +00:00
ajacoutot
3ea7f84227 Update to gnome-keyring-3.18.2. 2015-10-20 18:56:38 +00:00
ajacoutot
11ac78079d Update to gsettings-desktop-schemas-3.18.1. 2015-10-20 18:29:00 +00:00
dcoppa
53572c8d83 Merge fixes from upstream stable 'v0.19.x' branch:
encoder/flac: fix crash with 32 bit playback
(upstream git commit 4e3d1821895c92d060fc3a9059e83ac58c8c79a3)

tag/ApeLoader: fix buffer overflow after unterminated key
(upstream git commit 205fba74cffffb9df985cdf928101633ffc41772)

decoder/mpcdec: use Clamp()
(upstream git commit 2a58f2264936787ddd96b40c7626046592c2d1a0)
2015-10-20 15:10:42 +00:00
sthen
7cdc358e1e add ticket url to comment in patches. 2015-10-20 14:08:57 +00:00
sthen
e48b149f78 Update to icinga2-2.3.11 and unbreak by adding patches to revert oldish
upstream commit 86819f446e2 which broke daemon activation on OpenBSD.
Without this reversion ConfigItem::ActivateItems() doesn't get any
further after the call to DynamicObject::RestoreObjects().
2015-10-20 13:54:13 +00:00
dcoppa
d01090e1e3 Various bugfixes and enhancements.
Didn't touch this port for a long time...
2015-10-20 13:38:35 +00:00
ajacoutot
ef9c4107f3 tame -> pledge
ok sthen@
2015-10-20 13:13:52 +00:00
dcoppa
d9053c514a Bugfixes from upstream:
pcscd: do not write to a closed file handle
In case of receiving a signal to terminate after init has been
completed, at_exit() is called and tries to write to a closed pipe.
This patch simply set pipe to -1 in order to invalidate it after
closing. Pipe value checks are already present in the code.
(upstream git commit 79410aac02a370d6d92106c015f01ec1491d31ac)

tokenparser.l: config.h is a local file
Use "config.h" instead of <config.h> so that the config.h is found
in the local source directory.
(upstream git commit 1f37c57feb81e8d263c696a845c4d054bdc11d0c)
2015-10-20 09:57:23 +00:00
dcoppa
bcd27cbf2a Bugfixes from upstream:
Use libusb_error_name() to display the error name.
libusb provides libusb_error_name() to display a human readable
version of the error code returned by libusb.
LIBUSB_ERROR_BUSY is easier to understand than -6
(upstream git commit 7a46f702e3c4752304d94efc61a84618a0a566c9)

OpenUSBByName(): fix the order of interfaces in log
The log message "Found interface %d but expecting %d" has the
parameters inverted.
(upstream git commit 94142da9a4b11bf9cd2b429e1a15139936c751af)
2015-10-20 09:51:09 +00:00
pea
038353d78b Update to 2.1.9
ok ajacoutot@, dcoppa@, edd@, nigel@
2015-10-20 09:20:50 +00:00
dcoppa
fadac41fe0 Update to gnuchess-6.2.2 2015-10-20 07:46:28 +00:00
benoit
d3b1af9465 Update to p5-Test-Strict-0.29. 2015-10-20 05:49:33 +00:00
benoit
074baf35dd Update to git-2.6.2. 2015-10-20 05:33:44 +00:00
abieber
ffdb0b8206 Add new reason for removing ports because of external package management
tools.

Add recently removed node-* ports.

OK juanfra@
2015-10-20 01:34:36 +00:00
abieber
d48bc8ab87 remove node-syslog, the last node-* port!
I pulled up behind the node-* ports
Pull out my pistol
And blow 'em away

OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:23:02 +00:00
abieber
57dff0170b remove node-rmdir as part of the larger removal of node-* ports.
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:21:22 +00:00
abieber
cfbdb3c39c remove node-daemon as part of the larger removal of node-* ports
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:20:03 +00:00
abieber
d7baf04ea7 remove node-always as part of the larger removal of node-* ports
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:19:39 +00:00
abieber
0af085e76d remove node-bcrypt as part of the node-* removal
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:18:59 +00:00
abieber
c6869e0269 remove node-typescript as part of the removal of node-* ports
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:18:13 +00:00
abieber
824fc450a8 remove node-java as part of the larger removal of node-* ports
OK MAINTAINER kravchuk.kp
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:17:30 +00:00
abieber
436bf6c30d remove node-canvas
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:15:38 +00:00
abieber
9c878dabf1 remove node-mnm
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:15:01 +00:00
abieber
bbbd6fcc03 remove node-gir
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:14:25 +00:00
abieber
46d443296c remove node-generic-pool
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:14:02 +00:00
abieber
dfe8cf6ac3 remove node-fibers
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:13:37 +00:00
abieber
be291ff7e3 remove node-expresso
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:13:20 +00:00
abieber
c66ab07543 remove node-cloned
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:12:20 +00:00
abieber
20d97b7050 remove node-buffer-writer
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:11:14 +00:00
abieber
ae8a80e8e0 remove node-bindings
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:10:45 +00:00
abieber
ec10a994dc remove node-async
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:10:19 +00:00