Re: UPDATE: www/linkchecker second try

2014-11-29 Thread Amit Kulkarni
Hi all, After feedback from kirby@ (sent privately) and sthen@ to change over to the new GH_ variables, here's the second try. Both caught the bad DISTNAME. Thanks for the careful review guys. -- amit Index: Makefile === RCS file

Re: UPDATE: www/linkchecker

2014-11-29 Thread Stuart Henderson
On 2014/11/29 13:20, Amit Kulkarni wrote: > -MODPY_EGG_VERSION=8.4 keep the version number in MODPY_EGG_VERSION.. > -DISTNAME=LinkChecker-${MODPY_EGG_VERSION} > -PKGNAME= ${DISTNAME:L} > +DISTNAME=9.3 9.3.tar.gz is a bad filename; use the GH_* mechanism so it gets renamed to a valid

NEW: x11/wind

2014-11-29 Thread Brian Callahan
Hi ports -- Attached is a new port, x11/wind. pkg/DESCR: Wind is a window manager for the X Window System. It supports virtual desktops, optional Xft font rendering, and is pretty standards compliant. It provides overlapping window management with click-to-type focus. Unlike most window managers

Re: security/logsentry - problem with missing /var/tmp/logwatch/ dir

2014-11-29 Thread Markus Lude
On Wed, Nov 26, 2014 at 11:06:10PM +, Christian Weisgerber wrote: > On 2014-11-26, Stuart Henderson wrote: > > >> since the move to /var/tmp/ no being a symlink to /tmp logwatch throws > >> errors after updating to newer snapshots. /var/tmp/logwatch/ is missing > >> then. This is the only pla

UPDATE: www/linkchecker

2014-11-29 Thread Amit Kulkarni
Hi, Sergey Bronnikov sent the update to me privately. The update works fine. thanks Index: Makefile === RCS file: /home/amit/all/openbsd_cvsync/ports/www/linkchecker/Makefile,v retrieving revision 1.40 diff -u -p -u -p -r1.40 Make

Re: UPDATE+FIX: textproc/zathura

2014-11-29 Thread Edd Barrett
On Tue, Nov 25, 2014 at 10:44:16AM +0100, Landry Breuil wrote: > Yeah i have the same. Try this: Index: Makefile === RCS file: /home/edd/cvsync/ports/textproc/zathura/core/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 M

Re: [new] lualdap 1.1.0

2014-11-29 Thread Stuart Henderson
On 2014/11/25 17:04, Landry Breuil wrote: > Hi, > > i need this to auth prosody users against ldap, basic testing seems to > work. It doesnt build with FLAVOR=lua52 though, and upstream is.. > 'dormant'.. what should we do in that case ? > > ok to import ? > > Landry The lualdap port looks to b

Re: UPDATE: py-werkzeug and python3 flavor

2014-11-29 Thread frantisek holop
here is another update that solves the utf8 issue. it simply injects LC_CTYPE for the tests. only 2 more tests fail for python3, python2 now passes all the tests (the current version does not). please test and commit. -f -- in god we trust; all others must pay cash. Index: Makefile

Re: Freeswitch

2014-11-29 Thread Ted Bullock
The 2014-11-28, Stefan Sperling wrote: > On Wed, Nov 26, 2014 at 10:12:20PM -0700, Ted Bullock wrote: > > On 2014-10-31 2:43 AM, Ted Bullock wrote: > > >- The upstream hashing function uses internal sqlite API calls which I > > >think is dumb; I tried to use the APR hashing api (which at least is >