[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 build@node04:/usr/src/sys

[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: 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 w

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 /usr/local/bin/rrdtool

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: /cvs/ports/net/rrdtool/files/rrdtool-chr

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: 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 patch-stagi

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 FLAVOR ?= This (implicitly) allows combining

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 combining the flavors... >> >>> .if ${FLAVO

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: ${PATCH} -d ${

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} < ${WRKSRC}/alt/gq2.diff > +.elif ${FLAVO

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 indee

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 (as the page suggests) if this should be

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? > > Incidentally, if it re

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 agreed with that becaus

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 with the symquotes f

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 ++

-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&r=1&w=2 But I couldn't find annotations in the Makefiles of ports still using -O3. Thanks for your time, Mi

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 the

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 unnecessary

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 for ports diffs, thank you :)

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, thank you :) > > I have seen it.

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 at it over the week-end. Did

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

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 retrieving

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