new: py-blist-1.3.6

2016-04-29 Thread Eric Faurot
The blist is a drop-in replacement for the Python list the provides better performance when modifying large lists. The blist package also provides sortedlist, sortedset, weaksortedlist, weaksortedset, sorteddict, and btuple types. Eric. py-blist.tgz Description: application/tar-gz

Re: new: py-blist-1.3.6

2016-04-29 Thread Jeremie Courreges-Anglas
Eric Faurot writes: > The blist is a drop-in replacement for the Python list the provides > better performance when modifying large lists. The blist package also > provides sortedlist, sortedset, weaksortedlist, weaksortedset, > sorteddict, and btuple types. ok to import it -- jca | PGP : 0x15

Update/new: x11/openmotif 2.3.5

2016-04-29 Thread Christian Weisgerber
This updates x11/openmotif to 2.3.5 and completely overhauls the port. The existing port is a big pile of dung. Patches have been blindly cargo-culted forward for years. There are patches to fix the imake build infrastructure, which isn't used any longer. There are security patches that add che

Re: UPDATE: herbstluftwm to 0.7.0

2016-04-29 Thread Jeremie Courreges-Anglas
Florian Stinglmayr writes: >> OK chrisz@ > > Ping? Any other comments or oks? > Committed, thanks. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: Update/new: x11/openmotif 2.3.5

2016-04-29 Thread Kenneth Westerback
Some of the ports I build cause openmotif to be compiled, so this sounds good to me. No idea on the implications of moving directory to /motif. Certainly no objections. Ken On 29 April 2016 at 10:47, Christian Weisgerber wrote: > This updates x11/openmotif to 2.3.5 and completely overhauls

Re: [UPDATE] www/libwebsockets 1.7.5 => 1.7.6

2016-04-29 Thread Jeremie Courreges-Anglas
Adam Wolk writes: > Hi ports@ > > Straightforward port bump but I'm NOT upping the major this time. > The port was checked with the abi-compliance-checker and by comparing > symbols obtained from: > nm -g oldlib.so.X.Y | cut -c10- | grep -e^T > nm -g newlib.so.X.Y | cut -c10- | grep -e^T > > Up

Re: Samba 4.3.8 nmbd process pegs CPU

2016-04-29 Thread Jeremie Courreges-Anglas
John Kaiser writes: > I am running Samba 4.3.8 on OpenBSD 5.9 release + patches 1,2,&3, > compiled after doing cvs to ports stable. The goal of course, was to > get past the badlock vulnerabilities. The problem server is configured > as an NT style domain controller, no AD. > > I am having trou

Re: Update/new: x11/openmotif 2.3.5

2016-04-29 Thread Jasper Lievisse Adriaanse
On Fri, Apr 29, 2016 at 10:47:39AM +0200, Christian Weisgerber wrote: > This updates x11/openmotif to 2.3.5 and completely overhauls the port. > > The existing port is a big pile of dung. Patches have been blindly > cargo-culted forward for years. There are patches to fix the imake > build infra

Re: Minor portbump(1) man page fix

2016-04-29 Thread Ingo Schwarze
Hi Michael, Michael McConville wrote on Fri, Apr 29, 2016 at 12:21:11AM -0400: > As per mdoc(7), \&. is needed to escape a literal period. Correct. > That said, shouldn't .Pa be used here rather than .Sq? Yes. Feel free to just do it, even without showing the diff again. Yours, Ingo > Ind

Re: Update/new: x11/openmotif 2.3.5

2016-04-29 Thread Christian Weisgerber
Jasper Lievisse Adriaanse: > Is there any point in installing the demos at all? Sort of. In lieu of regression tests, they are a quick way to check that Motif applications actually run. And they take up little space (5.9 amd64): [ ] openmotif-2.3.4p2.tgz 26-Feb-2016 15:01 12.3M [ ] op

Re: Update/new: x11/openmotif 2.3.5

2016-04-29 Thread Matthieu Herrb
On Fri, Apr 29, 2016 at 10:47:39AM +0200, Christian Weisgerber wrote: > This updates x11/openmotif to 2.3.5 and completely overhauls the port. > > The existing port is a big pile of dung. Patches have been blindly > cargo-culted forward for years. There are patches to fix the imake > build infra

new net/poezio (and 4 dependencies)

2016-04-29 Thread Daniel Jakots
Hi, Here's a port for a new xmpp client which is python3 only and its dependencies net/py3-slixmpp (because python3 only), net/py-aiodns, net/py-cares and security/py-potr (flavoured). Another plugin could use py-inotify but it seems to support only Linux and FreeBSD, talking to a poezio develope

Re: Trimming KDE 3

2016-04-29 Thread Alan Corey
It'd be nice if you could update ktorrent if you're dealing with KDE 4. There's a problem with the version in ports downloading from public or your own server, has to do with keys I think. It's been fixed for a long time but not in the version we use. The only ports torrent client I could make w

Re: Trimming KDE 3

2016-04-29 Thread Alan Corey
Oops, I use 5.7, I didn't check what's in later versions. This is ktorrent-2.2.8p11. On 4/29/16, Alan Corey wrote: > It'd be nice if you could update ktorrent if you're dealing with KDE > 4. There's a problem with the version in ports downloading from > public or your own server, has to do with

Re: New: graphics/imv

2016-04-29 Thread Frederic Cambus
On Wed, Apr 27, 2016 at 02:51:42PM +0200, Dmitrij D. Czarkoff wrote: > Hi! > > Imv is a minimalist command-line image viewer with support for over 30 > image formats including Adobe Photoshop .psd files, animated GIFs and > various raw formats. Compiles and runs fine on amd64. Tested it lightly,

samba-4.3.8 regressions (testers wanted)

2016-04-29 Thread Jérémie Courrèges-Anglas
Hi, The last security update to samba-4.3.8 brought various regressions, among them guest account access from various implementations. Upstream is working on fixes as noted in this bug: https://bugzilla.samba.org/show_bug.cgi?id=11849 (See "Blocks:" for a list of bugs that might affect you.)

Re: remove ports/nfsshell?

2016-04-29 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas writes: > Michael McConville writes: > >> Michael McConville wrote: >>> Reasoning: >>> >>> o the code was last touched in 1995 >>> >>> o the port hasn't been updated since import in 1999 >>> >>> o it's obviously a very security-sensitive tool >>> >>> Alternatively

Re: Trimming KDE 3

2016-04-29 Thread Vadim Zhukov
2016-04-29 16:00 GMT+03:00 Alan Corey : > It'd be nice if you could update ktorrent if you're dealing with KDE > 4. There's a problem with the version in ports downloading from > public or your own server, has to do with keys I think. It's been > fixed for a long time but not in the version we us

Re: new net/poezio (and 4 dependencies)

2016-04-29 Thread Landry Breuil
On Fri, Apr 29, 2016 at 01:58:02PM +0200, Daniel Jakots wrote: > Hi, > > Here's a port for a new xmpp client which is python3 only and its > dependencies net/py3-slixmpp (because python3 only), net/py-aiodns, > net/py-cares and security/py-potr (flavoured). > > Another plugin could use py-inotify

[UPDATE] devel/py-html5lib

2016-04-29 Thread attila
Hi ports@, While looking at py-lxml's deps I came across an issue in py-html5lib. py-lxml 3.6.0 broke "make test" but it turns out it's html5lib's fault: it was using lxml incorrectly, the issue was noticed and fixed already, but not yet released: https://github.com/lxml/lxml/pull/172#issuecom

Re: new net/poezio (and 4 dependencies)

2016-04-29 Thread Daniel Jakots
On Fri, 29 Apr 2016 20:33:38 +0200, Landry Breuil wrote: > On Fri, Apr 29, 2016 at 01:58:02PM +0200, Daniel Jakots wrote: > > Hi, > > > > Here's a port for a new xmpp client which is python3 only and its > > dependencies net/py3-slixmpp (because python3 only), net/py-aiodns, > > net/py-cares and

Re: Trimming KDE 3

2016-04-29 Thread Marc Espie
On Wed, Apr 27, 2016 at 12:30:55AM +0300, Vadim Zhukov wrote: > 1. Things going to go: > > editors/kile have KDE4+ counterpart > games/kslide have KDE4+ counterpart (palapeli) > graphics/digikam have KDE4+ counterpart > graphics/gwenview h

Re: [UPDATE] devel/py-html5lib

2016-04-29 Thread Landry Breuil
On Fri, Apr 29, 2016 at 02:35:28PM -0500, attila wrote: > Hi ports@, > > While looking at py-lxml's deps I came across an issue in py-html5lib. > py-lxml 3.6.0 broke "make test" but it turns out it's html5lib's > fault: it was using lxml incorrectly, the issue was noticed and fixed > already, but

Re: new net/poezio (and 4 dependencies)

2016-04-29 Thread Landry Breuil
On Fri, Apr 29, 2016 at 09:41:25PM +0200, Daniel Jakots wrote: > On Fri, 29 Apr 2016 20:33:38 +0200, Landry Breuil > wrote: > > > On Fri, Apr 29, 2016 at 01:58:02PM +0200, Daniel Jakots wrote: > > > Hi, > > > > > > Here's a port for a new xmpp client which is python3 only and its > > > dependenc

Re: mail/sympa, sysutils/backuppc: remove forced mod_fastcgi dep

2016-04-29 Thread Chris Cappuccio
Stuart Henderson [s...@spacehopper.org] wrote: > fastcgi support is built-in to pretty much every modern > web-server, no need for an apache1 dep to make it "easier". > It may be worth removing spawn-fcgi as well, since slowcgi is in base. > ok? > > Index: mail/sympa/Makefile >

UPDATE: databases/mongodb

2016-04-29 Thread Andrew Aldridge
I put in some upstream work last summer for MongoDB to support OpenBSD, and finally found the time to update the port to 3.2.6. Any feedback/critiques/issues would be very much appreciated! Caveats === * No more i386 support. I can re-add this if there is demand, but running MongoDB on 3

Re: UPDATE: databases/mongodb

2016-04-29 Thread Juan Francisco Cantero Hurtado
Thanks for your work. Comments inlined below. On Fri, Apr 29, 2016 at 04:49:10PM -0400, Andrew Aldridge wrote: > I put in some upstream work last summer for MongoDB to support OpenBSD, and > finally found the time to update the port to 3.2.6. Any > feedback/critiques/issues would be very much appr

macppc users: What ports are failing at runtime?

2016-04-29 Thread Juan Francisco Cantero Hurtado
This email is only for the macppc users using -current or 5.9. Can you tell me what ports are failing at runtime? Can you reproduce the bug or it's random? Any additional info is welcome (but don't send me the dmesg :P ). I would like give a try to the problematic ports and hopefully to find a wo

UPDATE: net/daq 2.0.6

2016-04-29 Thread Lawrence Teo
This updates DAQ to 2.0.6. Tested on amd64 with an upcoming Snort 2.9.8.2 port which I will mail shortly. ok? Index: Makefile === RCS file: /cvs/ports/net/daq/Makefile,v retrieving revision 1.14 diff -u -p -u -p -r1.14 Makefile --- M

UPDATE: net/snort 2.9.8.2

2016-04-29 Thread Lawrence Teo
This updates Snort to 2.9.8.2. Tested with DAQ 2.0.6 (sent earlier) on amd64. Other minor changes in the port: - Shortened a line in the pkg/README so that portcheck won't complain. - Replaced "/var" with ${LOCALSTATEDIR} in pkg/snort.rc. - Regenerated patches. ok? Index: Makefile ==

update: sysutils/sysclean 1.6

2016-04-29 Thread Sebastien Marie
Hi, Here a diff for updating sysutils/sysclean to 1.6 Changes: - doesn't display anymore in file mode libraries from base with better version than expected one (could indicate a de-sync between libraries inside sets and sets list of filename). A warning is issued for them. There are still i

[NEW] dunst-1.1.0

2016-04-29 Thread Timo Myyrä
Hi, Here is an port of lightweight notification daemon. I'm using with i3 window manager and it seems to work for my needs. I've added simple pledge of "stdio rpath proc exec": * stdio - for showing the notifications * rpath - for reading configuration * proc/exec - for runni