Re: quake2 update

2016-01-15 Thread Brandon Mercer
On Thu, Jan 14, 2016 at 12:25:24PM -0500, Ted Unangst wrote: > Brandon Mercer wrote: > > Inspired by the recent dhewm3 work, I decided to try quake2 again only > > to find that it does not work. There was some dialogue by folks earlier > > to get the existing port, that has been broken for the

Re: [UPDATE] textproc/pdfgrep

2016-01-15 Thread Dmitrij D. Czarkoff
One test still fails for me: Running ./pdfgrep.tests/regex.exp ... FAIL: Empty pattern -- error from pdfgrep Indeed, when pdfgrep is called with argument "", instead of matching every line it exits with error pdfgrep: empty (sub)expression This happens because our regex(3) doesn't allow

Re: Update ansible to 2.0.0.1

2016-01-15 Thread Frank Groeneveld
On Thu, Jan 14, 2016 at 11:45:17AM +, Stuart Henderson wrote: > Thank you - works for me (and fixes an annoying bug I was bumping into > with the rsync module where it tries to use sudo when it doesn't need to :) > > Update is OK sthen@. Great! Could somebody commit this for me? Thanks.

Re: quake2 update

2016-01-15 Thread Jonathan Gray
On Fri, Jan 15, 2016 at 07:18:51AM -0500, Brandon Mercer wrote: > On Thu, Jan 14, 2016 at 12:25:24PM -0500, Ted Unangst wrote: > > Brandon Mercer wrote: > > > Inspired by the recent dhewm3 work, I decided to try quake2 again only > > > to find that it does not work. There was some dialogue by

Re: Update ansible to 2.0.0.1

2016-01-15 Thread robert
Tonight. Am 15. Januar 2016 11:22:30 MEZ, schrieb Frank Groeneveld : >On Thu, Jan 14, 2016 at 11:45:17AM +, Stuart Henderson wrote: >> Thank you - works for me (and fixes an annoying bug I was bumping >into >> with the rsync module where it tries to

Re: [UPDATE] textproc/pdfgrep

2016-01-15 Thread Stuart Henderson
On 2016/01/15 13:21, Dmitrij D. Czarkoff wrote: > This happens because our regex(3) doesn't allow empty patterns. As far > as I can tell, this behavior is undesirable in something called "*grep", > so I added a quirk for this particular use case. Agreed.

[NEW] games/typespeed

2016-01-15 Thread Nils Reuße
Hi, attached you find a port for the typing game 'typespeed' [1]. Someone tried to get this imported in 2004, but did not succeed: http://marc.info/?l=openbsd-ports=2=1=typespeed=b The last release is from 2008, but i've filled myself in as the maintainer nonetheless. Successfully tested on

Re: [UPDATE] textproc/pdfgrep

2016-01-15 Thread Stuart Henderson
On 2016/01/15 10:04, Reinhold Straub wrote: > Hi, > > pdfgrep has a testsuite based on devel/dejagnu now. Unfortunately, some > patches are necessary to make tests work on OpenBSD. > > I put pledge(2) calls into the source code, too. Nice. I think the combination of PCRE and (often untrusted)

CVS: cvs.openbsd.org: ports

2016-01-15 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/01/15 05:15:05 Modified files: fonts/cantarell-fonts: Makefile distinfo Log message: Update to cantarell-fonts-0.0.21.

CVS: cvs.openbsd.org: ports

2016-01-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/01/15 05:46:37 Modified files: security/py-passlib: Makefile distinfo security/py-passlib/pkg: DESCR Added files: security/py-passlib/patches: patch-passlib_hosts_py Log message:

Re: NEW: www/kibana (wip)

2016-01-15 Thread Pavel Korovin
On 01/15, Giovanni Bechis wrote: > Some tweaks on your port: > - pid creation is not needed > - remove bin/kibana patch, node(1) is found later in the script (NODE=`which > node`) > - use a better DESCR > > Comments ? Ok ? Giovanni, it's OK, works fine. Thank you! -- With best regards, Pavel

CVS: cvs.openbsd.org: ports

2016-01-15 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/01/15 03:41:13 Modified files: www/cgit : Tag: OPENBSD_5_8 Makefile Added files: www/cgit/patches: Tag: OPENBSD_5_8 patch-cgit_c patch-cgit_h patch-html_c

CVS: cvs.openbsd.org: ports

2016-01-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/01/15 04:39:39 ports/textproc/pdfgrep/patches Update of /cvs/ports/textproc/pdfgrep/patches In directory cvs.openbsd.org:/tmp/cvs-serv5511/patches Log Message: Directory /cvs/ports/textproc/pdfgrep/patches

CVS: cvs.openbsd.org: ports

2016-01-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/01/15 05:34:14 Modified files: security/py-bcrypt: Makefile distinfo security/py-bcrypt/pkg: PLIST Log message: update to py-bcrypt-2.0.0 (maybe a different codebase or fork; anyway it

CVS: cvs.openbsd.org: ports

2016-01-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/01/15 05:35:22 ports/security/py-passlib/patches Update of /cvs/ports/security/py-passlib/patches In directory cvs.openbsd.org:/tmp/cvs-serv364/patches Log Message: Directory

Re: [UPDATE] textproc/pdfgrep

2016-01-15 Thread Theo Buehler
> + int main(int argc, char** argv) > + { > ++if (pledge("stdio rpath ioctl", NULL) == -1) { > ++fprintf ( stderr, "pdfgrep: pledge\n" ); > ++exit ( 1 ); > ++} This ioctl pledge feels wrong. I only have a lousy internet connection and no gcc 4.9 installed, so I

Re: [UPDATE] textproc/pdfgrep

2016-01-15 Thread Stuart Henderson
On 2016/01/15 13:36, Theo Buehler wrote: > > + int main(int argc, char** argv) > > + { > > ++ if (pledge("stdio rpath ioctl", NULL) == -1) { > > ++ fprintf ( stderr, "pdfgrep: pledge\n" ); > > ++ exit ( 1 ); > > ++ } > > This ioctl pledge feels wrong. I only have a lousy

Re: quake2 update

2016-01-15 Thread Jonathan Gray
On Fri, Jan 15, 2016 at 09:45:29AM -0500, Brandon Mercer wrote: > On Fri, Jan 15, 2016 at 11:31:01PM +1100, Jonathan Gray wrote: > > On Fri, Jan 15, 2016 at 07:18:51AM -0500, Brandon Mercer wrote: > > > On Thu, Jan 14, 2016 at 12:25:24PM -0500, Ted Unangst wrote: > > > > Brandon Mercer wrote: > >

Re: quake2 update

2016-01-15 Thread Brandon Mercer
On Fri, Jan 15, 2016 at 11:31:01PM +1100, Jonathan Gray wrote: > On Fri, Jan 15, 2016 at 07:18:51AM -0500, Brandon Mercer wrote: > > On Thu, Jan 14, 2016 at 12:25:24PM -0500, Ted Unangst wrote: > > > Brandon Mercer wrote: > > > > Inspired by the recent dhewm3 work, I decided to try quake2 again

CVS: cvs.openbsd.org: ports

2016-01-15 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/01/15 07:20:02 Modified files: sysutils/consolekit: Makefile distinfo sysutils/consolekit/patches: patch-src_ck-manager_c sysutils/consolekit/pkg: PLIST Log message: Update

CVS: cvs.openbsd.org: ports

2016-01-15 Thread Alexandr Shadchin
CVSROOT:/cvs Module name:ports Changes by: shadc...@cvs.openbsd.org2016/01/15 07:12:37 Modified files: net/zeromq : Makefile distinfo Removed files: net/zeromq/patches: patch-src_curve_client_cpp patch-src_curve_server_cpp

Re: [UPDATE] textproc/pdfgrep

2016-01-15 Thread Dmitrij D. Czarkoff
Stuart Henderson said: > On 2016/01/15 13:36, Theo Buehler wrote: > > > + int main(int argc, char** argv) > > > + { > > > ++if (pledge("stdio rpath ioctl", NULL) == -1) { > > > ++fprintf ( stderr, "pdfgrep: pledge\n" ); > > > ++exit ( 1 ); > > > ++}

Re: RFC: update productivity/taskd to v1.1.0

2016-01-15 Thread Kent R. Spillner
On Thu, Jan 14, 2016 at 02:54:31PM -0600, Kent R. Spillner wrote: > Are there any productivity/taskd users around? taskd is the sync server > for taskwarrior. > > Please note I'm not looking for OKs to commit this yet, I'm just looking > for feedback from users and porters. I think this still

NEW: lua-lyaml

2016-01-15 Thread Florian Stinglmayr
Hello list, attached you will find a port for lua-lyaml. A new and modern binding for libyaml for Lua. It works with all Lua versions. As with most Lua libraries the shipped configure script do a terrible job of properly installing everything, so that has been made with some manual magic. The

Re: quake2 update

2016-01-15 Thread Brandon Mercer
On Sat, Jan 16, 2016 at 02:03:53AM +1100, Jonathan Gray wrote: > On Fri, Jan 15, 2016 at 09:45:29AM -0500, Brandon Mercer wrote: > > On Fri, Jan 15, 2016 at 11:31:01PM +1100, Jonathan Gray wrote: > > > On Fri, Jan 15, 2016 at 07:18:51AM -0500, Brandon Mercer wrote: > > > > On Thu, Jan 14, 2016 at

CVS: cvs.openbsd.org: ports

2016-01-15 Thread Robert Peichaer
CVSROOT:/cvs Module name:ports Changes by: r...@cvs.openbsd.org2016/01/15 11:34:34 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST Added files: sysutils/ansible/patches:

Re: [UPDATE] textproc/pdfgrep

2016-01-15 Thread Stuart Henderson
On 2016/01/15 14:42, Dmitrij D. Czarkoff wrote: > Stuart Henderson said: > > On 2016/01/15 13:36, Theo Buehler wrote: > > > > + int main(int argc, char** argv) > > > > + { > > > > ++ if (pledge("stdio rpath ioctl", NULL) == -1) { > > > > ++ fprintf ( stderr, "pdfgrep: pledge\n"

CVS: cvs.openbsd.org: ports

2016-01-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/01/15 12:42:40 Modified files: textproc/pdfgrep: Makefile distinfo Added files: textproc/pdfgrep/patches: patch-src_pdfgrep_cc patch-src_regengine_cc

CVS: cvs.openbsd.org: ports

2016-01-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/01/15 12:57:24 Modified files: archivers/bzip2: Makefile archivers/unzip: Makefile net/fping : Makefile textproc/pdfgrep: Makefile x11/i3 : Makefile

CVS: cvs.openbsd.org: ports

2016-01-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/01/15 12:58:25 Modified files: security/py-bcrypt: Makefile Log message: BUILD_DEPENDS=${RUN_DEPENDS}, breakage found by kili

CVS: cvs.openbsd.org: ports

2016-01-15 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2016/01/15 13:09:12 Modified files: www/netsurf: Makefile.inc www/netsurf/buildsystem: Makefile Log message: Fix build of updated libnsgif/libnsbmp: forgotten bump. ok bentley@

CVS: cvs.openbsd.org: ports

2016-01-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/01/15 14:40:28 Modified files: security/letsencrypt: Makefile.inc security/letsencrypt/client: distinfo security/letsencrypt/client/patches: patch-examples_cli_ini

CVS: cvs.openbsd.org: ports

2016-01-15 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2016/01/15 14:52:32 Modified files: audio/opus : Makefile distinfo Log message: update to 1.1.2: minor bug fixes

CVS: cvs.openbsd.org: ports

2016-01-15 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2016/01/15 14:53:18 Modified files: games/ioquake3 : Makefile distinfo games/ioquake3/pkg: DESCR PLIST Removed files: games/ioquake3/pkg: PFRAG.shared Log message: Update to the latest

Re: quake2 update

2016-01-15 Thread Jonathan Gray
On Fri, Jan 15, 2016 at 10:40:07AM -0500, Brandon Mercer wrote: > On Sat, Jan 16, 2016 at 02:03:53AM +1100, Jonathan Gray wrote: > > On Fri, Jan 15, 2016 at 09:45:29AM -0500, Brandon Mercer wrote: > > > On Fri, Jan 15, 2016 at 11:31:01PM +1100, Jonathan Gray wrote: > > > > On Fri, Jan 15, 2016 at

www/sthttpd rc.d script

2016-01-15 Thread Michael McConville
Here's a draft of an rc.d script for sthttpd, written with help from Stuart. A few things to note: The binary is named thttpd, so I used that for the script name too. For those not familiar, sthttpd is an ever-so-lightly patched fork of thttpd. Unless supplied a root directory with the -d flag,

Re: www/apache-httpd segfaults

2016-01-15 Thread Stuart Henderson
I've disabled mod_http2 from being packaged for now, not sure how to debug it further at present. On 2016/01/14 18:58, Pedro de Oliveira wrote: > Hi there, > > Yesterday I was trying to play with the http2 module on Apache from > ports, as I saw it was added to the ports file list. The problem

Re: quake2 update

2016-01-15 Thread Brandon Mercer
> I'd be fine with that if it were "*.pak" to include the point release > pak files that should be bundled with the steam/gog releases. Few more updates that include: - Using ${TRUEPREFIX} in the README as well as *.pak, snip whitespace - Do not require jpeg - Use ${INSTALL_SCRIPT} in

net/aiccu: fix rc script

2016-01-15 Thread Christian Weisgerber
When updating my home gateway, I noticed that aiccu startup was wrongly reported as "failed". rc_check doesn't correctly match the running process. The diff below fixes this. Is that the right way to do it? Index: Makefile === RCS

[patch] net/ldns/utils - Fix ECDSA signature generation

2016-01-15 Thread David Hill
Hello - While playing around with DNSSEC w/ ECDSA, I stumbled across a fix for ldns-signzone, where it was not properly creating RRSIG's, sometimes. Discussion: https://open.nlnetlabs.nl/pipermail/ldns-users/2015-August/000814.html Commit:

CVS: cvs.openbsd.org: ports

2016-01-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/01/15 16:40:03 Modified files: www/apache-httpd: Makefile www/apache-httpd/pkg: PLIST-main Log message: Disable Apache httpd's mod_http2.so for now, as reported by Pedro de Oliveira it isn't

Remove www/weblint?

2016-01-15 Thread Michael McConville
Currently, it fails when called, like this: defined(%hash) is deprecated at /usr/local/bin/weblint line 844. (Maybe you should just omit the defined()?) Can't locate newgetopt.pl in @INC (@INC contains: /home/mike/.opam/system/lib/perl5 /home/mike/.opam/system/lib/perl5

Remove security/its4?

2016-01-15 Thread Michael McConville
o There seem to have been no specific functional changes since ~2002, aside from a few configuration tweaks by kili@ in 2011 o We haven't bumped the version since 2000 o The URL listed in FETCH_MANUALLY (http://www.cigital.com/its4/) no longer points to what it should o Does anyone care

Re: NEW: www/kibana (wip)

2016-01-15 Thread Giovanni Bechis
On 01/14/16 21:35, Pavel Korovin wrote: > Hi Giovanni! > > I've sent Kibana port to ports@ earlier last year, but nobody had any interest > that time, so I keep it building from mystuff. > > Please see the attached file for my version of port. > Differences: 1) runs as dedicated _kibana user,

CVS: cvs.openbsd.org: ports

2016-01-15 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2016/01/15 01:56:26 Modified files: www/netsurf: Makefile.inc www/netsurf/buildsystem/patches: patch-makefiles_Makefile_top Added files: www/netsurf/buildsystem/patches:

[UPDATE] textproc/pdfgrep

2016-01-15 Thread Reinhold Straub
Hi, pdfgrep has a testsuite based on devel/dejagnu now. Unfortunately, some patches are necessary to make tests work on OpenBSD. I put pledge(2) calls into the source code, too. Regards, Reinhold Straub Index: Makefile === RCS

Re: [UPDATE] textproc/pdfgrep

2016-01-15 Thread Jiri B
On Fri, Jan 15, 2016 at 10:04:36AM +0100, Reinhold Straub wrote: > Hi, > > pdfgrep has a testsuite based on devel/dejagnu now. Unfortunately, some > patches are necessary to make tests work on OpenBSD. > > I put pledge(2) calls into the source code, too. So where are patches? Did you forget to