UPDATE: textproc/py-numpydoc 0.6.0

2016-04-23 Thread Alexandr Shadchin
Hi, This diff updates py-numpydoc to the latest release. Add py3 flavor and take maintainer. Tested on amd64. Comments ? OK ? -- Alexandr Shadchin Index: Makefile === RCS file: /cvs/ports/textproc/py-numpydoc/Makefile,v

Re: NEW: devel/stagit

2016-04-23 Thread Michael
In patch-Makefile, don't remove the variables "COMPATSRC =" and "COMPATOBJ =". You deleted "${COMPATSRC}" and "${COMPATOBJ}", so that change is not needed. I prefer to keep the patches as small as possible. In patch-stagit_c and patch-stagit-index_c, add an "#ifdef __OpenBSD__" instead of delete

NEW: games/endless-sky

2016-04-23 Thread Ingo Feinerer
Hi, please find attached a port for Endless Sky, a space exploration and combat game: https://endless-sky.github.io/ - It needs a few scons.port.mk changes to build: https://marc.info/?l=openbsd-ports=146125722620300=2 - libjpeg-turbo is preferred which we do not have. Although there is a

Re: NEW: lua-lyaml

2016-04-23 Thread Florian Stinglmayr
On Fri, Apr 22, 2016 at 05:54:04PM +1000, Jonathan Gray wrote: > Some time ago when needing to use yaml from lua I ended up with the same > project as this port. > > Debian calls their lyaml package lua-yaml so it isn't without precedent > > https://packages.debian.org/sid/lua-yaml > Btw, here is

Re: pledge() sysutils/colortree

2016-04-23 Thread Sebastien Marie
On Sat, Apr 23, 2016 at 03:29:33PM +0200, David Dahlberg wrote: > Am Friday, den 22.04.2016, 11:07 +0200 schrieb David Dahlberg: > > Am Freitag, den 22.04.2016, 09:52 +0100 schrieb Stuart Henderson: > > > >  MAINTAINER =   David Dahlberg > > > And please CC maintainer

Re: pledge() sysutils/colortree

2016-04-23 Thread David Dahlberg
Am Friday, den 22.04.2016, 11:07 +0200 schrieb David Dahlberg: > Am Freitag, den 22.04.2016, 09:52 +0100 schrieb Stuart Henderson: > > >  MAINTAINER =   David Dahlberg > > And please CC maintainer for ports diffs, thank you :) > I have seen it. Will have a deeper look

Re: pledge() sysutils/colortree

2016-04-23 Thread Stuart Henderson
On 2016/04/23 15:29, David Dahlberg wrote: > Am Friday, den 22.04.2016, 11:07 +0200 schrieb David Dahlberg: > > Am Freitag, den 22.04.2016, 09:52 +0100 schrieb Stuart Henderson: > > > >  MAINTAINER =   David Dahlberg > > > And please CC maintainer for ports diffs,

Re: sysutils/borgbackup: update 1.0.2

2016-04-23 Thread Michael Reed
On 04/17/16 16:55, Michael Reed wrote: On 04/17/16 16:50, Michael Reed wrote: Release notes: https://github.com/borgbackup/borg/blob/1.0.2/docs/changes.rst In addition to just the update, this patch also: - enables the py-test-benchmark portion of the tests - removes a patch, made

Re: pledge() sysutils/colortree

2016-04-23 Thread David Dahlberg
Am Saturday, den 23.04.2016, 16:21 +0200 schrieb Sebastien Marie: > On Sat, Apr 23, 2016 at 03:29:33PM +0200, David Dahlberg wrote: > > BTW, how do I cvs diff over new files? > 1. cp file{,.orig} > 2. edit file, and save > 3. cd /usr/ports/.../ && make update-patches Yes, that's documented in

-O3 optimization

2016-04-23 Thread Michael McConville
Are there more than a few cases in which ports should use -O3? A good number still do, including Qt4 and Qt5. Someone referred me to this past thread: https://marc.info/?t=13560113402=1=2 But I couldn't find annotations in the Makefiles of ports still using -O3. Thanks for your time, Mike

Re: fonts/terminus-font: Add `centered_tilde' flavor

2016-04-23 Thread patrick keshishian
On 4/23/16, Michael Reed wrote: > I prefer this variant of terminus, I wonder what others think. Just reading the description of this patch on $HOMEPAGE, I wonder (as the page suggests) if this should be default? Incidentally, if it remains a FLAVOR, is it mutually exclusive

Re: fonts/terminus-font: Add `centered_tilde' flavor

2016-04-23 Thread Michael Reed
On 04/23/16 19:12, Christian Weisgerber wrote: On 2016-04-23, Michael Reed wrote: -FLAVORS = symquotes +FLAVORS = symquotes centered_tilde FLAVOR ?= This (implicitly) allows combining the flavors... .if ${FLAVOR:Msymquotes} post-patch:

fonts/terminus-font: Add `centered_tilde' flavor

2016-04-23 Thread Michael Reed
I prefer this variant of terminus, I wonder what others think. Index: Makefile === RCS file: /cvs/ports/fonts/terminus-font/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile 13 Nov 2015 20:18:25 - 1.10

Re: fonts/terminus-font: Add `centered_tilde' flavor

2016-04-23 Thread Stuart Henderson
On 2016/04/23 14:01, patrick keshishian wrote: > On 4/23/16, Michael Reed wrote: > > I prefer this variant of terminus, I wonder what others think. > > Just reading the description of this patch on $HOMEPAGE, I > wonder (as the page suggests) if this should be default? > >

Re: -O3 optimization

2016-04-23 Thread Christian Weisgerber
On 2016-04-23, Michael McConville wrote: > Are there more than a few cases in which ports should use -O3? A good > number still do, including Qt4 and Qt5. None should. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: fonts/terminus-font: Add `centered_tilde' flavor

2016-04-23 Thread Michael Reed
On 04/23/16 17:01, patrick keshishian wrote: On 4/23/16, Michael Reed wrote: I prefer this variant of terminus, I wonder what others think. Just reading the description of this patch on $HOMEPAGE, I wonder (as the page suggests) if this should be default? I initially

Re: fonts/terminus-font: Add `centered_tilde' flavor

2016-04-23 Thread Christian Weisgerber
On 2016-04-23, Michael Reed wrote: > -FLAVORS =symquotes > +FLAVORS =symquotes centered_tilde > FLAVOR ?= This (implicitly) allows combining the flavors... > .if ${FLAVOR:Msymquotes} > post-patch: > ${PATCH} -d ${WRKSRC} <

Re: fonts/terminus-font: Add `centered_tilde' flavor

2016-04-23 Thread patrick keshishian
On 4/23/16, Michael Reed wrote: > On 04/23/16 17:01, patrick keshishian wrote: >> On 4/23/16, Michael Reed wrote: >>> I prefer this variant of terminus, I wonder what others think. >> >> Just reading the description of this patch on $HOMEPAGE, I >> wonder

Re: rrdtool-chroot pango-basic-fc.so

2016-04-23 Thread Predrag Punosevac
Predrag Punosevac wrote: > I must have done something stupid during the upgrade from 5.8 to 5.9 > (amd64) > > # /usr/local/share/examples/rrdtool/rrdtool-chroot enable > cp: /usr/local/lib/pango/*/modules/pango-basic-fc.so: No such file or > directory > > Directory /usr/local/lib/pango is

Re: fonts/terminus-font: Add `centered_tilde' flavor

2016-04-23 Thread patrick keshishian
On 4/23/16, Michael Reed wrote: > On 04/23/16 19:12, Christian Weisgerber wrote: >> On 2016-04-23, Michael Reed wrote: >> >>> -FLAVORS = symquotes >>> +FLAVORS = symquotes centered_tilde >>> FLAVOR ?= >> >> This (implicitly) allows

Re: NEW: devel/stagit

2016-04-23 Thread Juan Francisco Cantero Hurtado
On Sat, Apr 23, 2016 at 01:40:15PM +0200, Michael wrote: > > In patch-Makefile, don't remove the variables "COMPATSRC =" and > > "COMPATOBJ =". You deleted "${COMPATSRC}" and "${COMPATOBJ}", so that > > change is not needed. I prefer to keep the patches as small as possible. > > > > In

[FIX] py-matplotlib build failure

2016-04-23 Thread Daniel Dickman
naddy@ reported a build failure of the py3 flavor of matplotlib. Looking at his logs, it seems like the problem might actually be in py3-cairo. I *think* the fix is easy and is at the bottom of this email. While here, fix the license marker and a comment in py3-cairo. ok?

Re: fonts/terminus-font: Add `centered_tilde' flavor

2016-04-23 Thread Stuart Henderson
On 2016/04/23 16:34, patrick keshishian wrote: > + symquotes- Build with symmetric single quotes. > + centered_tilde - Build with centered ASCII tilde. > + symquotes-centered_tilde - Build with both modifications. I think this last line is a little confusing,

Re: rrdtool-chroot pango-basic-fc.so

2016-04-23 Thread Stuart Henderson
Ah, it seems that pango got simplified again. What files did you end up needing to copy into the chroot? Would you be able to try it with this diff? Index: files/rrdtool-chroot.sh === RCS file:

Re: rrdtool-chroot pango-basic-fc.so

2016-04-23 Thread Predrag Punosevac
Stuart Henderson wrote: > Ah, it seems that pango got simplified again. What files did you end up > needing to copy into the chroot? Would you be able to try it with this diff? > I think you are right. I ended up doing the following 2 lines from the script cp -p

Re: NEW: lua-lyaml

2016-04-23 Thread Jonathan Gray
On Sat, Apr 23, 2016 at 11:33:04AM +0200, Florian Stinglmayr wrote: > On Fri, Apr 22, 2016 at 05:54:04PM +1000, Jonathan Gray wrote: > > Some time ago when needing to use yaml from lua I ended up with the same > > project as this port. > > > > Debian calls their lyaml package lua-yaml so it isn't

Re: fonts/terminus-font: Add `centered_tilde' flavor

2016-04-23 Thread Michael Reed
On 04/23/16 19:34, patrick keshishian wrote: On 4/23/16, Michael Reed wrote: On 04/23/16 19:12, Christian Weisgerber wrote: On 2016-04-23, Michael Reed wrote: -FLAVORS = symquotes +FLAVORS = symquotes centered_tilde

[bug] gzip archives created with pkg_create have wrong data sizes

2016-04-23 Thread dan mclaughlin
the sizes of the compressed/uncompressed data are wrong. i have tested gzip and 'tar zcf' and the values are right, but using pkg_create fails. $ sysctl hw.machine kern.version hw.machine=i386 kern.version=OpenBSD 5.9-current (GENERIC) #0: Thu Apr 7 17:24:30 EDT 2016

CVS: cvs.openbsd.org: ports

2016-04-23 Thread Edd Barrett
CVSROOT:/cvs Module name:ports Changes by: e...@cvs.openbsd.org2016/04/23 02:02:06 Modified files: net/syncthing : Makefile net/syncthing/pkg: PLIST syncthing.rc Log message: net/syncthing: fix a few bits. pexp not needed in rc script, @extraunexec in

CVS: cvs.openbsd.org: ports

2016-04-23 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2016/04/23 06:44:14 Modified files: math/octave: Makefile distinfo math/octave/patches: patch-configure Log message: update to 4.0.2

CVS: cvs.openbsd.org: ports

2016-04-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/04/23 08:08:41 Modified files: sysutils/colortree: Makefile Removed files: sysutils/colortree/patches: patch-tree_c Log message: backout previous, semarie found problems

CVS: cvs.openbsd.org: ports

2016-04-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/04/23 08:11:14 Modified files: textproc/jq: Makefile Added files: textproc/jq/patches: patch-jv_parse_c Log message: Fix off-by-one leading to heap buffer overflow in textproc/jq,

CVS: cvs.openbsd.org: ports

2016-04-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/04/23 08:02:50 Modified files: sysutils/colortree: Makefile Added files: sysutils/colortree/patches: patch-tree_c Log message: use pledge in colortree; from steve latif, updated by David

CVS: cvs.openbsd.org: ports

2016-04-23 Thread Adam Wolk
CVSROOT:/cvs Module name:ports Changes by: aw...@cvs.openbsd.org 2016/04/23 16:22:01 Log message: Import textproc/lua-lustache lustache is an implementation of the mustache template system in Lua. Mustache is a logic-less template syntax. It can be used for

CVS: cvs.openbsd.org: ports

2016-04-23 Thread Adam Wolk
CVSROOT:/cvs Module name:ports Changes by: aw...@cvs.openbsd.org 2016/04/23 16:23:18 Log message: Import textproc/lua-markdown This is an implementation of the popular text markup language Markdown in pure Lua. Markdown can convert documents written in a simple

CVS: cvs.openbsd.org: ports

2016-04-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/04/23 15:16:30 Modified files: math/octave: Makefile Log message: use texinfo from ports for math/octave, somewhere in the Makefiles it's trying to regenerate the files (at least for naddy and

CVS: cvs.openbsd.org: ports

2016-04-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/04/23 16:14:00 Modified files: net/wireshark : Makefile distinfo Log message: update to wireshark-2.0.3, many fixes

CVS: cvs.openbsd.org: ports

2016-04-23 Thread Adam Wolk
CVSROOT:/cvs Module name:ports Changes by: aw...@cvs.openbsd.org 2016/04/23 16:25:58 Modified files: textproc : Makefile Log message: Add textproc/lua-lustache & textproc/lua-markdown to the build

CVS: cvs.openbsd.org: ports

2016-04-23 Thread Jonathan Gray
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/04/23 20:36:45 Log message: Import lyaml 6.0 LibYAML binding for Lua, with a fast C implementation for converting between YAML 1.1 and Lua tables, and a low-level YAML event parser for

CVS: cvs.openbsd.org: ports

2016-04-23 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/04/23 18:35:10 Modified files: x11/gnome/gvfs : Makefile x11/kde/base3 : Makefile Log message: net/samba doesn't bring libcom_err anymore; spotted by ajacoutot@

CVS: cvs.openbsd.org: ports

2016-04-23 Thread Jonathan Gray
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/04/23 20:41:38 Modified files: textproc : Makefile Log message: +lua-yaml