[UPDATE] gitsh 0.11.2

2017-05-15 Thread Mike Burns
Maintainer update of devel/gitsh. Includes quite a few fixes to make it easier to package for BSD. This release also brings re-arrangement of the files internal to the project, so apologies about the extensive plist diff. -Mike Index: Makefile ==

Re: openvpn-2.4.2 security update for -stable

2017-05-15 Thread Jeremie Courreges-Anglas
Paul Irofti writes: > I have the same diff in my tree that I tested this morning with success. Committed, thanks. The final commit also added patches/patch-include_openvpn-plugin_h_in to avoid breaking net/openvpn-auth-ldap. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE

Re: openvpn-2.4.2 security update for -stable

2017-05-15 Thread Paul Irofti
I have the same diff in my tree that I tested this morning with success. De la: Jeremie Courreges-Anglas Trimis: duminică, 14 mai 2017 21:50 Către: ports@openbsd.org Cc: Daniel Jakots Subiect: openvpn-2.4.2 security update for -stable Daniel Jakots writes: > Hey, > > OpenVPN got audited and the

Re: UPDATE: www/youtube-dl

2017-05-15 Thread Paul Irofti
OK De la: Rafael Sadowski Trimis: marți, 16 mai 2017 00:16 Către: ports@openbsd.org Cc: Paul Irofti Subiect: UPDATE: www/youtube-dl Hi All, simple update to the last stable release. Tested with one youtube download on amd64. Tests breaks with: test_KuwoSinger (test.test_download.TestDownload):

Non-English manual pages in ports

2017-05-15 Thread Ingo Schwarze
Hi, while scouring our tree for USE_GROFF, i stumbled over a few cases of non-English pages and looked around a bit in that respect. To put it politely, the current situation is only partly coherent. 1. Many ports install non-English manual pages. A few don't, even though upstream provides s

UPDATE: www/youtube-dl

2017-05-15 Thread Rafael Sadowski
Hi All, simple update to the last stable release. Tested with one youtube download on amd64. Tests breaks with: test_KuwoSinger (test.test_download.TestDownload): ... Traceback (most recent call last): File "/usr/local/bin/nosetests", line 11, in load_entry_point('nose==1.3.7', 'console_scripts

Re: kill net/sharity-light

2017-05-15 Thread Jeremie Courreges-Anglas
Stuart Henderson writes: > This is an old SMB1-NFS translator that can connect to an SMB server and > allow you to mount it via a local nfs mount. It won't connect to any "modern" > server (where "modern" is NT4 SP3 or newer) without disabling things on the > server which shouldn't be disabled li

kill net/sharity-light

2017-05-15 Thread Stuart Henderson
This is an old SMB1-NFS translator that can connect to an SMB server and allow you to mount it via a local nfs mount. It won't connect to any "modern" server (where "modern" is NT4 SP3 or newer) without disabling things on the server which shouldn't be disabled like password encryption. OK to remo

update: [lang/rust] makes clang happy with rustc

2017-05-15 Thread Sebastien Marie
Hi, The following diff on lang/rust makes it more cooperative with clang. It packages a link on libgcc.a, in order to let clang to found it. The link is inside rust librairies subdir. I copied the way used by lang/g77. Once commited, I will provide diff to cargo to remove the requirement of gcc

Re: tweak: allow simulation of register-plist

2017-05-15 Thread Marc Espie
On Sun, May 14, 2017 at 10:21:21PM +0200, Marc Espie wrote: > Forget hope, I forgot about the symlinks registration and everything. > I guess I'll have to do something smarter in register-plist, should be > feasible. More specifically, my current plans involve being able to "merge" wantlib or simi

Re: Core dump in wavpack on sparc

2017-05-15 Thread Graham Stephens
On 15/05/17 09:14, Stuart Henderson wrote: On 2017/05/15 02:23, Tim van der Molen wrote: Tim van der Molen (2017-05-15 00:38 +0200): Graham Stephens (2017-05-14 23:57 +0200): On 2017/05/14 14:38, Graham Stephens wrote: Tested and working/matching against JF's sample. Thanks. Err... howe

fix some issues in net/olsrd

2017-05-15 Thread Stefan Sperling
This fixes issues I have found in net/olsrd so far. Heed DEBUG flag during the port build (I expect there will be more issues). My route deletion fix does not work if olsrd's idea of the gateway differs from the existing route's gateway in the kernel. The simple fix is to not specify a gateway. (

Re: NEW: graphics/krita

2017-05-15 Thread Stuart Henderson
On 2017/05/13 10:56, Rafael Sadowski wrote: > Attached is a port of krita. It is a part of our old editors/calligra > therefore is a @conflict callingra-<=2.9.11 tag in PLIST. calligra, not callingra

Re: Core dump in wavpack on sparc

2017-05-15 Thread Stuart Henderson
On 2017/05/15 02:23, Tim van der Molen wrote: > Tim van der Molen (2017-05-15 00:38 +0200): > > Graham Stephens (2017-05-14 23:57 +0200): > > > > On 2017/05/14 14:38, Graham Stephens wrote: > > > > > Tested and working/matching against JF's sample. > > > > > > > > Thanks. > > > > > > > > > Err...