Re: ports to fix

2014-01-20 Thread Marc Espie
On Sat, Jan 18, 2014 at 05:17:07PM +0100, Marc Espie wrote: > The mode checker is paranoid about suid/sgid, not paranoid enough about > files that can be read. > > The following patch prevents ports from packaging/installing if they don't > have proper annotations for anything that's g-r or o-r...

Re: [UPDATE] www/p5-Mojo 2.76 -> 4.66

2014-01-20 Thread Abel Abraham Camarillo Ojeda
Works ok for me. Tested in sparc64-current, I ran this against one of my production "web apps". I'd like to highlight that Mojolicious makes some promises about backwards compatibility: http://search.cpan.org/~sri/Mojolicious-4.67/lib/Mojolicious/Guides/FAQ.pod#What_about_backwards_compatibility

Re: [UPDATE] www/p5-MojoX-Session 0.25 -> 0.31

2014-01-20 Thread Abel Abraham Camarillo Ojeda
Works ok for me, tested in sparc64. On Tue, Jan 7, 2014 at 5:19 PM, Remi Locherer wrote: > This update of www/p5-MojoX-Session is required for the > www/p5-Mojolicious update. It's a followup of a patch sent by jim@ > couple months ago. > > Remi > > > cvs diff: Diffing . > Index: Makefile > =

pkg_add + PKG_CACHE

2014-01-20 Thread Marc Espie
There's something wacky going on (pkg_add spinning at 100% cpu, unkillable by ^C). I'm gonna look. Just ditch the PKG_CACHE for now.

cleanup encfs patches

2014-01-20 Thread Sylvestre Gallon
Hi ports@, Thanks to the last commit in src/libfuse, some patches for encfs are now useless. With the following diff, I tried to clean the patches directory. OK ? Index: Makefile === RCS file: /cvs/ports/security/encfs/Makefile,v r

upgrade: net/serf

2014-01-20 Thread Stefan Sperling
This diff updates serf to the latest maintenance release. I've verified that there are no API/ABI changes, and left the soname version as is. I've fixed the original version in the soname comment though. ok? Index: Makefile === RCS

NEW : devel/Filesys::Statvfs

2014-01-20 Thread Sylvestre Gallon
Hi ports@, Here is a diff for cpan Filesys::Statvfs. cat pkg/DESCR Filesys::Statvfs allows access to the statvfs() and fstatvfs() routines. OK ? -- Sylvestre Gallon p5-Filesys-Statvfs.tgz Description: GNU Zip compressed data

devel/subversion: fix gnome keyring support

2014-01-20 Thread Stefan Sperling
During the Subversion 1.8 upgrade I accidentally broke gnome keyring support. Specifically, the libsvn_auth_gnome_keyring library fails to dlopen() because the ports infrastructure appends a custom version to the soname, while Subversion expects a different name. Patch Subversion to look for the ri

Re: Update milter-spamd

2014-01-20 Thread Joerg Jung
Am 19.01.2014 um 21:15 schrieb Remi Locherer : > This works fine for me. Tested on: > OpenBSD 5.5-beta (GENERIC.MP) #269: Fri Jan 17 16:01:47 MST 2014 Thanks for testing! Now I'm looking for an OK from a developer, please? Regards, Joerg > On Thu, Jan 16, 2014 at 02:55:47PM +0100, Joerg Jung w

gcc 4.6/4.8 time_t, timespec and timeval fixes for gnat + new adastraps

2014-01-20 Thread Tobias Ulmer
Stops trashing the stack and fixes various time/delay/duration issues that were especially noticeable on i386. Remove unused usleep procedure, enable getting the timezone offset. Tested on i386, amd64 and sparc64. OK? --- lang/gcc/4.6/Makefile | 14 ++-- la

Re: pkg_add + PKG_CACHE

2014-01-20 Thread Marc Espie
On Mon, Jan 20, 2014 at 01:23:56PM +0100, Marc Espie wrote: > There's something wacky going on (pkg_add spinning at 100% cpu, unkillable > by ^C). > > I'm gonna look. Just ditch the PKG_CACHE for now. Okay, that's a snapshot issue. It was fixed by PackageLocation.pm r1.32...

patch for broken net/darkstat on i386

2014-01-20 Thread Remi Locherer
While upgrading my alix based router from a September snapshot to the one from January 17 I discovered that net/darkstat segfaults (but only on i386, not on amd64). With the patch below it builds and runs fine on i386 and amd64. Is my patch the right approach to fix this issue? Remi Index: Ma

Re: patch for broken net/darkstat on i386

2014-01-20 Thread Brad Smith
On 20/01/14 4:28 PM, Remi Locherer wrote: While upgrading my alix based router from a September snapshot to the one from January 17 I discovered that net/darkstat segfaults (but only on i386, not on amd64). With the patch below it builds and runs fine on i386 and amd64. Is my patch the right app

NEW: x11/herbstluftwm

2014-01-20 Thread Brian Callahan
Hi ports -- Attached is a new port, x11/herbstluftwm. herbstluftwm is a manual tiling window manager. It is highly recommended you read the herbstluftwm-tutorial man page before using. Works well on amd64 and macppc. OK? ~Brian herbstluftwm.tgz Description: Binary data

[update] archivers/libzip

2014-01-20 Thread Jérémie Courrèges-Anglas
Hi, patches not needed anymore, regress tests pass, consumers build and run fine (actually no idea about ebook-tools, which I didn't test). sqlite> select * from wantlib where value = 'zip'; audio/deadbeef|zip| editors/focuswriter|zip| textproc/ebook-tools|zip| This update is needed for an upco

[new] archivers/fuse-zip

2014-01-20 Thread Jérémie Courrèges-Anglas
As you might guess this allows you to mount, read and modify zip archives. It needs the libzip update[1] I've sent to ports@ plus the patch[2] for libfuse I've sent to tech@. [1] http://marc.info/?l=openbsd-ports&m=139026454606480&w=2 [2] http://marc.info/?l=openbsd-tech&m=139026484006906&w=2

Re: NEW : devel/Filesys::Statvfs

2014-01-20 Thread Jérémie Courrèges-Anglas
Sylvestre Gallon writes: > Hi ports@, > > Here is a diff for cpan Filesys::Statvfs. > > cat pkg/DESCR > Filesys::Statvfs allows access to the statvfs() and fstatvfs() > routines. > > OK ? Yup. -- jca | PGP: 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE (previous: 0x06A11494 /

Re: patch for broken net/darkstat on i386

2014-01-20 Thread Brad Smith
On 20/01/14 4:44 PM, Brad Smith wrote: On 20/01/14 4:28 PM, Remi Locherer wrote: While upgrading my alix based router from a September snapshot to the one from January 17 I discovered that net/darkstat segfaults (but only on i386, not on amd64). With the patch below it builds and runs fine on i3