luajit,lua52 uses the wrong lua abi

2016-04-25 Thread Jonathan Gray
If the bit32 compat lua module is built against lua 5.2 and used with luajit52 it fails with: $ luajit52 LuaJIT 2.0.4 -- Copyright (C) 2005-2015 Mike Pall. http://luajit.org/ JIT: ON CMOV SSE2 SSE3 SSE4.1 fold cse dce fwd dse narrow loop abc sink fuse > bit32 = require "bit32"

Re: NEW: devel/stagit

2016-04-25 Thread Juan Francisco Cantero Hurtado
On Tue, Apr 26, 2016 at 01:59:34AM +0200, Jeremie Courreges-Anglas wrote: > Juan Francisco Cantero Hurtado writes: > > > On Sat, Apr 23, 2016 at 01:40:15PM +0200, Michael wrote: > >> > In patch-Makefile, don't remove the variables "COMPATSRC =" and > >> > "COMPATOBJ =". You

Re: net/syncthing: Fix man page install location

2016-04-25 Thread Jeremie Courreges-Anglas
Michael Reed writes: > Maybe something is off in my ports tree, but net/syncthing's > man pages are installed to the top-level /usr/local/man folder, > as opposed to /usr/local/man/man{1,5,7}. Fixed: revision 1.2 date: 2016/04/23 08:02:05; author: edd; state: Exp; lines:

Re: NEW: devel/stagit

2016-04-25 Thread Jeremie Courreges-Anglas
Juan Francisco Cantero Hurtado writes: > 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

Re: new: sysutils/udfclient

2016-04-25 Thread Josh Grosse
On Mon, Apr 25, 2016 at 07:49:50PM -0400, Josh Grosse wrote: > > - one typo in README > > Only one? I'd been finding them each time I opened the file. I must > have found about 30. And plenty of misinformation, too. I'd like to > clarify one section, which I'll add here: It would help if I

Re: new: sysutils/udfclient

2016-04-25 Thread Josh Grosse
On Tue, Apr 26, 2016 at 01:31:31AM +0200, Jeremie Courreges-Anglas wrote: > - no need to patch for the install prefix, use FAKE_FLAGS. Thank you! I'd missed the implication in the "Special tricks" section of the Porter's Handbook. > I don't > think that the hunk dealing with INSTALL was

Re: new: sysutils/udfclient

2016-04-25 Thread Jeremie Courreges-Anglas
Josh Grosse writes: > A port of reinoud netbsd.org's userland UDF filesystem toolset > is attached here for review. This is not a FUSE implementation, but > a userland application. Key utilities are a newfs_udf and an ftp-like > udfclient tool for writing or reading

Re: update graphics/pqiv to 2.5.1

2016-04-25 Thread Jeremie Courreges-Anglas
Daniel Jakots writes: > Here's a patch to update pqiv to the latest stable. I dropped the > gettext module and add the wantlib needed to appease make > (port-)lib-depends-check. Slightly tested on amd64 and make build'ed on > i386. > > Comments ? OK ? ok jca@ -- jca | PGP

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

2016-04-25 Thread Todd C. Miller
On Mon, 25 Apr 2016 18:24:53 -0400, dan mclaughlin wrote: > is it? one of the reasons i brought it up is that in gzip(1) it seems pretty > clear that it is supposed to be the file size The original file size (and thus compression ratio) is not stored in the gzip archive, it is computed by

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

2016-04-25 Thread dan mclaughlin
On Sun, 24 Apr 2016 12:57:46 +0200 Marc Espie wrote: > On Sun, Apr 24, 2016 at 01:47:24AM -0400, dan mclaughlin wrote: > > 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. > > gzip

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Kirill Bychkov
CVSROOT:/cvs Module name:ports Changes by: ki...@cvs.openbsd.org 2016/04/25 16:13:29 Modified files: games/freeciv : Makefile Log message: drop gettext module

Re: [NEW] net/profanity and net/libstrophe

2016-04-25 Thread Theo Buehler
> one little tweak: > I went for this one: > Option 2: > > add cmocka as LIB_DEPENDS to running regression tests and remove but since devel/cmocka is only used in the tests, I added a TEST_DEPENDS instead. > whitspaces. > > Index: Makefile >

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2016/04/25 15:01:45 Modified files: net/profanity : Makefile Log message: add devel/cmocka as TEST_DEPENDS. Pointed out by Rafael Sadowski with help from jca@

Re: UPDATE: archivers/quazip 0.7.2

2016-04-25 Thread Rafael Sadowski
On Sun Apr 17, 2016 at 09:09:27PM +0200, Rafael Sadowski wrote: > Hi @ports, > > here is an update to the last stable quazip version. > > Changelog: > > * 2016-03-29 0.7.2 > * New JlCompress methods (QIODevice*-based API by Lukasz Kwiecinski) > * Implemented QuaZioDevice::atEnd() and

Re: Disable SSE3 in graphics/opencv

2016-04-25 Thread Rafael Sadowski
On Fri Apr 22, 2016 at 09:34:38AM +0100, Stuart Henderson wrote: > On 2016/04/21 19:05, Michael McConville wrote: > > Stuart Henderson wrote: > > > On 2016/04/21 20:58, Rafael Sadowski wrote: > > > > On Wed Apr 20, 2016 at 05:30:26AM -0400, Michael McConville wrote: > > > > > It's on by default,

Re: update py-virtualenv to 15.0.1

2016-04-25 Thread Alexandr Shadchin
On Mon, Apr 25, 2016 at 04:31:32PM +0200, Daniel Jakots wrote: > ... and take maintainership. Tests are ok with both pythons on > amd64/i386. > > Comments ? OK ? > ok shadchin@ > Index: Makefile > === > RCS file:

Re: [FIX] py-matplotlib build failure

2016-04-25 Thread Alexandr Shadchin
On Sat, Apr 23, 2016 at 11:24:47PM -0400, Daniel Dickman wrote: > 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,

Re: [NEW] net/profanity and net/libstrophe

2016-04-25 Thread Rafael Sadowski
On Mon Apr 25, 2016 at 06:19:34PM +0200, Theo Buehler wrote: > On Mon, Apr 25, 2016 at 06:06:43PM +0200, Theo Buehler wrote: > > On Sun, Jan 24, 2016 at 12:13:47PM +0100, Theo Buehler wrote: > > > On Sat, Jan 23, 2016 at 05:20:06PM +0100, Rafael Sadowski wrote: > > > > New updated profanity

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/04/25 12:59:11 Modified files: print/pdflib : Makefile x11/gtk+ : Makefile games/kobodeluxe: Makefile Log message: Kill FAKE=... remnants discussed with espie

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 12:57:10 Modified files: x11/gnome/vinagre: Makefile distinfo x11/gnome/vinagre/pkg: PLIST Log message: Update to vinagre-3.20.1.

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 12:51:01 Modified files: x11/gnome/vino : Makefile distinfo x11/gnome/vino/pkg: PLIST Log message: Update to vino-3.20.1.

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 12:49:11 Modified files: x11/gnome/maps : Makefile distinfo x11/gnome/maps/pkg: PLIST Log message: Update to gnome-maps-3.20.1.

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 12:41:42 Modified files: net/telepathy/folks: Makefile Log message: Needs -L${X11BASE}/lib with the new e-d-s. Regen WANTLIB while here.

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Giannis Tsaraias
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2016/04/25 12:38:40 Modified files: infrastructure/lib/OpenBSD/PortGen: Port.pm infrastructure/lib/OpenBSD/PortGen/Port: CPAN.pm Log message: Set PKG_ARCH and WANTLIB for perl ports. OK sthen@

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/04/25 12:34:54 Modified files: sysutils : Makefile Log message: +cpuid

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 12:24:51 Modified files: x11/gnome/clocks: Makefile distinfo x11/gnome/clocks/pkg: PLIST Log message: Update to gnome-clocks-3.20.0.

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 12:19:58 Modified files: x11/gnome/totem: Makefile distinfo x11/gnome/totem/pkg: PLIST Log message: Update to totem-3.20.1.

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/04/25 12:21:09 Modified files: net/openvpn: Makefile net/openvpn/pkg: README Log message: mention tap in openvpn readme

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/25 11:59:27 Modified files: sysutils/rofi : Makefile distinfo sysutils/rofi/patches: patch-script_rofi-sensible-terminal sysutils/rofi/pkg: PLIST Removed files:

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/25 12:02:01 Removed files: x11/xkbcommon/files: parser.c Log message: thank you cvs

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 12:05:31 Modified files: x11/gnome/photos: Makefile distinfo x11/gnome/photos/patches: patch-src_photos-search-match_c x11/gnome/photos/pkg: PLIST Log message: Update

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/25 12:00:29 Modified files: x11/xkbcommon : Makefile distinfo Removed files: x11/xkbcommon/patches: patch-Makefile_in Log message: - update to libxkbcommon-0.6.0

Re: alpha bulk build report

2016-04-25 Thread Stuart Henderson
On 2016/04/25 10:49, Andrew Fresh wrote: > On Mon, Apr 25, 2016 at 07:28:04AM -0600, lan...@openbsd.org wrote: > > http://build-failures.rhaalovely.net//alpha/2016-04-09/lang/moarvm.log > > It appears that alpha is not a supported architecture in "dyncall" so > probably need to mark moarvm

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 11:54:01 Modified files: graphics/babl : Makefile distinfo graphics/babl/pkg: PLIST Log message: Update to babl-0.1.16.

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 11:54:36 Modified files: graphics/gegl03: Makefile distinfo graphics/gegl03/pkg: PLIST Removed files: graphics/gegl03/patches: patch-operations_external_tiff-load_c

Re: MOD_PYPI and new package URLs

2016-04-25 Thread Alexandr Shadchin
On Mon, Apr 25, 2016 at 05:58:12PM +0100, Stuart Henderson wrote: > On 2016/04/25 17:47, Edd Barrett wrote: > > I committed the URL change. > > > > On Mon, Apr 25, 2016 at 06:47:04PM +0500, Alexandr Shadchin wrote: > > > portroach should not affected. > > > > I'm not sure. > > > > GetFiles()

Re: alpha bulk build report

2016-04-25 Thread Andrew Fresh
On Mon, Apr 25, 2016 at 07:28:04AM -0600, lan...@openbsd.org wrote: > http://build-failures.rhaalovely.net//alpha/2016-04-09/lang/moarvm.log It appears that alpha is not a supported architecture in "dyncall" so probably need to mark moarvm "NOT_FOR_ARCHS" or maybe "ONLY_FOR_ARCHS" the list that

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2016/04/25 11:47:40 Modified files: net: Makefile Log message: +net/libstrophe +net/profanity

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2016/04/25 11:46:38 Log message: Import the profanity console client. From Rafael Sadowski with tweaks from me and sthen. ok sthen@ Profanity is a console based XMPP client written in C

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2016/04/25 11:43:39 Log message: import libstrophe, a dependency for the profanity xmmp client. from Rafael Sadowski with tweaks and ok sthen@ libstrophe is a minimal XMPP library written in C. It

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Alexandr Shadchin
CVSROOT:/cvs Module name:ports Changes by: shadc...@cvs.openbsd.org2016/04/25 11:43:21 Modified files: graphics/py-imagesize: Makefile distinfo graphics/py-imagesize/pkg: PLIST Log message: Update to py-imagesize 0.7.1

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 11:27:38 Modified files: x11/gnome/music: Makefile distinfo x11/gnome/music/pkg: PLIST Log message: Update to gnome-music-3.20.0.

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 11:22:31 Modified files: x11/gnome/online-miners: Makefile distinfo Log message: Update to gnome-online-miners-3.20.0.

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 11:17:51 Modified files: x11/gnome/nautilus: Makefile distinfo x11/gnome/nautilus/pkg: PLIST Log message: Update to nautilus-3.20.0.

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2016/04/25 11:12:53 Modified files: www/chromium : Makefile www/chromium/patches: patch-content_common_sandbox_init_openbsd_cc Log message: cache the amount of

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 11:09:45 Modified files: x11/gnome/dictionary: Makefile distinfo x11/gnome/dictionary/pkg: PLIST Log message: Update to gnome-dictionary-3.20.0.

multibyte character issues in ports

2016-04-25 Thread Ingo Schwarze
Hi, i just arrived in the Nantes hackroom. :-) Given that this is a ports hackathon: If anybody is aware of any annoying multibyte character issues in ports land, feel free to tell me... Obviously, i don't promise to fix it, but at least i'll have a look and try if i can come up with a

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 11:01:29 Modified files: x11/gnome/baobab: Makefile distinfo x11/gnome/baobab/pkg: PLIST Log message: Update to baobab-3.20.1.

Re: MOD_PYPI and new package URLs

2016-04-25 Thread Stuart Henderson
On 2016/04/25 17:47, Edd Barrett wrote: > I committed the URL change. > > On Mon, Apr 25, 2016 at 06:47:04PM +0500, Alexandr Shadchin wrote: > > portroach should not affected. > > I'm not sure. > > GetFiles() looks like it is downloading stuff from the old URL. No? No, GetFiles() is using the

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 10:57:45 Modified files: x11/gnome/session: Makefile distinfo x11/gnome/session/patches: patch-gnome-session_main_c x11/gnome/session/pkg: PLIST Log message: Update to

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 10:52:20 Modified files: net/py-botocore: Makefile distinfo net/py-boto3 : Makefile distinfo net/py-boto3/pkg: PLIST sysutils/awscli: Makefile distinfo Log

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/25 10:49:18 Modified files: x11/gnome/system-monitor: Makefile distinfo x11/gnome/system-monitor/pkg: PLIST Log message: update to gnome-system-monitor-3.20.1

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 10:46:37 Modified files: x11/gnome/control-center: Makefile distinfo x11/gnome/control-center/pkg: PLIST Log message: Update to gnome-control-center-3.20.1.

Re: MOD_PYPI and new package URLs

2016-04-25 Thread Edd Barrett
I committed the URL change. On Mon, Apr 25, 2016 at 06:47:04PM +0500, Alexandr Shadchin wrote: > portroach should not affected. I'm not sure. GetFiles() looks like it is downloading stuff from the old URL. No? CC jasper@ Question is, does the recent change to the PyPI download URLs affect

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 10:40:38 Modified files: x11/gnome/tracker: Makefile distinfo x11/gnome/tracker/patches: patch-configure

Re: [NEW] net/profanity and net/libstrophe

2016-04-25 Thread Stuart Henderson
On 2016/04/25 17:24, Stuart Henderson wrote: > This struck me as being a bit odd, some of the configure.ac patches > change from FOO+= to FOO=, like these: > > - PC_REQUIRES+=(libxml-2.0) > + PC_REQUIRES="libxml-2.0 ${PC_REQUIRES}" > > but others retain

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Edd Barrett
CVSROOT:/cvs Module name:ports Changes by: e...@cvs.openbsd.org2016/04/25 10:38:36 Modified files: infrastructure/templates: network.conf.template Log message: Flip PyPI fetch URL over to pypy.io. The old URL scheme will not work for new PyPI distfiles. More info

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/25 10:36:39 Modified files: x11/gnome/quadrapassel: Makefile distinfo x11/gnome/quadrapassel/pkg: PLIST Log message: update to quadrapassel-3.20.0

Re: [NEW] net/profanity and net/libstrophe

2016-04-25 Thread Stuart Henderson
On 2016/04/25 18:06, Theo Buehler wrote: > On Sun, Jan 24, 2016 at 12:13:47PM +0100, Theo Buehler wrote: > > On Sat, Jan 23, 2016 at 05:20:06PM +0100, Rafael Sadowski wrote: > > > New updated profanity tarball. Source and changelog on github: > > >

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/25 10:27:53 Modified files: x11/gnome/anjuta: Makefile distinfo Removed files: x11/gnome/anjuta/patches: patch-configure Log message: update to anjuta-3.20.0

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/25 10:25:23 Modified files: devel/glade: Makefile distinfo devel/glade/pkg: PLIST Log message: update to glade-3.20.0

Re: [NEW] net/profanity and net/libstrophe

2016-04-25 Thread Theo Buehler
On Mon, Apr 25, 2016 at 06:06:43PM +0200, Theo Buehler wrote: > On Sun, Jan 24, 2016 at 12:13:47PM +0100, Theo Buehler wrote: > > On Sat, Jan 23, 2016 at 05:20:06PM +0100, Rafael Sadowski wrote: > > > New updated profanity tarball. Source and changelog on github: > > >

Re: [NEW] net/profanity and net/libstrophe

2016-04-25 Thread Theo Buehler
On Sun, Jan 24, 2016 at 12:13:47PM +0100, Theo Buehler wrote: > On Sat, Jan 23, 2016 at 05:20:06PM +0100, Rafael Sadowski wrote: > > New updated profanity tarball. Source and changelog on github: > > https://github.com/jasperla/openbsd-wip/tree/master/net/profanity > > > > Thanks for the advice

Re: chrome extensions won't install - Apr 24 snap. pledge issue?

2016-04-25 Thread Stuart Henderson
On 2016/04/25 17:08, Stuart Henderson wrote: > On 2016/04/25 15:11, li...@ggp2.com wrote: > > Apr 25 15:01:01 host /bsd: chrome(2929): sysctl 2: 6 19 433940382 > > -788461926 430637056 -255 > > Apr 25 15:01:01 host /bsd: chrome(2929): syscall 202 "" > > Thanks, this gave an easier way to track

Re: chrome extensions won't install - Apr 24 snap. pledge issue?

2016-04-25 Thread Stuart Henderson
On 2016/04/25 15:11, li...@ggp2.com wrote: > Apr 25 15:01:01 host /bsd: chrome(2929): sysctl 2: 6 19 433940382 -788461926 > 430637056 -255 > Apr 25 15:01:01 host /bsd: chrome(2929): syscall 202 "" Thanks, this gave an easier way to track it down, I've hit this but hadn't been able to correlate

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/25 10:01:37 Modified files: graphics/gthumb: Makefile distinfo graphics/gthumb/patches: patch-configure Log message: update to gthumb-3.4.3

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/25 09:50:23 Modified files: x11/gnome/grilo-plugins: Makefile distinfo x11/gnome/grilo-plugins/pkg: PLIST Log message: update to grilo-plugins-0.3.1

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/25 09:24:54 Modified files: x11/gnome/calendar: Makefile distinfo x11/gnome/calendar/pkg: PLIST Log message: update to gnome-calendar-3.20.1

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/25 09:52:15 Modified files: audio/rhythmbox: Makefile Added files: audio/rhythmbox/patches: patch-configure patch-plugins_grilo_rb-grilo-plugin_c

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

2016-04-25 Thread Marc Espie
On Mon, Apr 25, 2016 at 11:19:45AM -0400, Ted Unangst wrote: > Marc Espie wrote: > > On Sun, Apr 24, 2016 at 12:57:46PM +0200, Marc Espie wrote: > > > On Sun, Apr 24, 2016 at 01:47:24AM -0400, dan mclaughlin wrote: > > > > the sizes of the compressed/uncompressed data are wrong. i have tested > >

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/25 09:20:06 Modified files: x11/gnome/eog : Makefile distinfo x11/gnome/eog/pkg: PLIST Log message: update to eog-3.20.1

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

2016-04-25 Thread Ted Unangst
Marc Espie wrote: > On Sun, Apr 24, 2016 at 12:57:46PM +0200, Marc Espie wrote: > > On Sun, Apr 24, 2016 at 01:47:24AM -0400, dan mclaughlin wrote: > > > the sizes of the compressed/uncompressed data are wrong. i have tested > > > gzip > > > and 'tar zcf' and the values are right, but using

libstdc++ (bug?) / libc++ (cant test)

2016-04-25 Thread sven falempin
Dear openbsd users, Today i had to patch a cpp program like this - (*_obj).insert(p); + + size_t s = _obj->erase( key ); + //fprintf(stderr, "wtf %d\n", s); //ANNO 2016 LIBC++ NEW WAY... + + _obj->insert(p); _obj is define like this class Foo { std::shared_ptr< std::map<

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/25 09:20:32 Modified files: x11/gnome/rygel: Makefile distinfo x11/gnome/rygel/pkg: PLIST Log message: update to rygel-0.30.1

Re: NEW: print/muttprint

2016-04-25 Thread Giovanni Bechis
On Sat, Apr 16, 2016 at 08:45:19AM +0200, Ingo Feinerer wrote: > Hi, > > please find attached a port for muttprint, a tool for pretty printing > your mails (http://muttprint.sourceforge.net/). > > Some comments: > > - RUN_DEPENDS on print/texlive/texmf,-full because lastpage.sty is > needed.

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 09:17:25 Modified files: x11/gnome/power-manager: Makefile distinfo x11/gnome/power-manager/pkg: PLIST Log message: Update to gnome-power-manager-3.20.0.

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/04/25 09:17:08 Modified files: security/p0f3 : Makefile distinfo Log message: update to p0f3 3.09b

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 09:11:58 Modified files: x11/gnome/color-manager: Makefile distinfo x11/gnome/color-manager/patches: patch-configure x11/gnome/color-manager/pkg: PLIST Log message:

chrome extensions won't install - Apr 24 snap. pledge issue?

2016-04-25 Thread lists
After working around hardware acceleration issues (was running chrome as another user, and /dev/drm0 needed to be chmod'd), I'm trying to install extensions from the web store in chromium. Whenever I click "add to chrome" next to an extension, the button changes to "checking..." and hangs.

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/04/25 09:06:21 Modified files: net/pear-Net-LDAP2: Makefile distinfo net/pear-Net-LDAP2/pkg: PLIST Log message: update to pear-Net_LDAP2-2.2.0

update graphics/pqiv to 2.5.1

2016-04-25 Thread Daniel Jakots
Here's a patch to update pqiv to the latest stable. I dropped the gettext module and add the wantlib needed to appease make (port-)lib-depends-check. Slightly tested on amd64 and make build'ed on i386. Comments ? OK ? Index: Makefile

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 09:02:46 Modified files: graphics/colord: Makefile distinfo graphics/colord/patches: patch-client_cd-util_c patch-configure

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/25 09:00:06 Modified files: x11/gnome/gedit-plugins: Makefile distinfo Log message: update to gedit-plugins-3.20.0

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/04/25 09:01:29 Modified files: net/samba : Makefile net/samba/patches: patch-source3_client_smbspool_krb5_wrapper_c Log message: Better workaround for clearenv

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/25 09:00:03 Modified files: x11/gnome/gedit: Makefile distinfo x11/gnome/gedit/pkg: PLIST Log message: update to gedit-3.20.1

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 08:53:50 Modified files: x11/gnome/settings-daemon: Makefile distinfo x11/gnome/settings-daemon/pkg: PLIST Log message: Update to gnome-settings-daemon-3.20.1.

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/25 08:51:52 Modified files: x11/gnome/calculator: Makefile distinfo Log message: update to gnome-calculator-3.20.0

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/04/25 08:48:21 Modified files: graphics/pecl-imagick: Makefile distinfo Log message: update to pecl-imagick-3.4.2

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/04/25 08:36:19 Modified files: devel/py-libmagic: Makefile distinfo devel/py-libmagic/pkg: PLIST Log message: update to py-libmagic-5.26

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/04/25 08:43:13 Modified files: net/exabgp : Makefile distinfo Log message: update to exabgp-3.4.16

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/25 08:41:31 Modified files: graphics/evince: Makefile distinfo graphics/evince/pkg: PLIST Log message: update to evince-3.20.0

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 08:31:36 Modified files: x11/gnome/todo : Makefile distinfo x11/gnome/todo/pkg: PLIST Log message: Update to gnome-todo-3.20.0.

update py-virtualenv to 15.0.1

2016-04-25 Thread Daniel Jakots
... and take maintainership. Tests are ok with both pythons on amd64/i386. Comments ? OK ? Index: Makefile === RCS file: /cvs/ports/devel/py-virtualenv/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Makefile

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/04/25 08:33:15 Modified files: devel/libmagic : Makefile distinfo Log message: update to libmagic-5.26

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/25 08:24:03 Modified files: x11/gtksourceview3: Makefile distinfo x11/gtksourceview3/pkg: PLIST Log message: update to gtksourceview-3.20.2

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/25 08:18:19 Modified files: www/epiphany : Makefile distinfo www/epiphany/pkg: PLIST Log message: update to epiphany-3.20.0

Re: NEW: print/muttprint

2016-04-25 Thread Giovanni Bechis
On Mon, Apr 25, 2016 at 04:13:21PM +0200, Antoine Jacoutot wrote: > On Mon, Apr 25, 2016 at 04:09:09PM +0200, Giovanni Bechis wrote: > > On Sat, Apr 16, 2016 at 08:45:19AM +0200, Ingo Feinerer wrote: > > > Hi, > > > > > > please find attached a port for muttprint, a tool for pretty printing > > >

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/25 08:16:19 Modified files: databases/evolution-data-server: Makefile distinfo databases/evolution-data-server/pkg: PLIST Log message: Update to evolution-data-server-3.20.1.

CVS: cvs.openbsd.org: ports

2016-04-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/04/25 08:15:21 Modified files: textproc/p5-Text-Diff: Makefile distinfo Log message: update to p5-Text-Diff-1.44

Re: NEW: print/muttprint

2016-04-25 Thread Antoine Jacoutot
On Mon, Apr 25, 2016 at 04:09:09PM +0200, Giovanni Bechis wrote: > On Sat, Apr 16, 2016 at 08:45:19AM +0200, Ingo Feinerer wrote: > > Hi, > > > > please find attached a port for muttprint, a tool for pretty printing > > your mails (http://muttprint.sourceforge.net/). > > > > Some comments: > >

  1   2   >