Re: [FIX] make productivity/taskd install proper vars file

2016-02-08 Thread Kent R. Spillner
On Mon, Feb 08, 2016 at 08:11:22AM +0100, viq wrote: > Bump Hrrmmm, the mail I sent about this last week never made it to the list. I would prefer to commit this fix. Ok? Index: Makefile === RCS file:

Re: libvirt pulls wireshark

2016-02-08 Thread Jasper Lievisse Adriaanse
On Sun, Feb 07, 2016 at 06:06:48PM -0500, Jiri B wrote: > We need to explicitly disable pulling of wireshark inside libvirt port > or if not, libvirt port should has subpackage (as Fedora[1] does) for > wireshark dissector plugin (IMO not much used on OpenBSD). > > j. Thanks, I'll handle it. The

Re: Update net/mcabber to 1.0.1 - was (Re: Call for help updating a port (net/mcabber).)

2016-02-08 Thread Markus Hennecke
On Mon, 8 Feb 2016, Christoph R. Murauer wrote: > > You'll learn soon that sending patches as attachments is a wonderful > > way to get people angry. > > Sorry, was not my intention. I saw often attachments so, I thought it > is the prefered way. I also like inline things more. > > > These

update: databases/pgbadger 3.5 to 7.3

2016-02-08 Thread Abel Abraham Camarillo Ojeda
hi attached patch updates pgbadger, also I'd like to take maintainership if no one cares. I'm unsure about the PLIST change, tough... comments, ok? thanks. Index: Makefile === RCS file: /cvs/ports/databases/pgbadger/Makefile,v

xstatbar memory leak

2016-02-08 Thread Stuart Henderson
I just noticed xstatbar using "quite a lot" more memory than I was expecting. Does anyone fancy trying to track down the leak? It doesn't look like any flags are needed to trigger the leak, but using "-s 0" to avoid sleeping between updates makes it very easy to spot.

Re: Fix fd_set usage in Qt4

2016-02-08 Thread Theo de Raadt
>This fixes stack smashing I've seen in Okteta. > >The problem is that fd_set by default uses limit (FD_SETSIZE) of 1024, >unless FD_SETSIZE is set before including the header. >The Qt4 source code contains some checks, but backtrace from GDB tells >they're not enough. Instead of spending time on

Re: [PATCH] Fix duplicity manpage

2016-02-08 Thread Jérémie Courrèges-Anglas
tro...@kagu-tsuchi.com writes: > Seems that with the change to duplicity 0.7, the default sftp backend changed. > The manpage was being patched to say the default was pexpect over paramiko. > This is no longer true. Remove the manpage changes. Was there a rationale for changing the default

Re: Firefox 44 font change

2016-02-08 Thread Christian Weisgerber
On 2016-02-07, Landry Breuil wrote: > A quick look at the 'list of bugs fixed in this release' (link at the > bottom of the page) yields to some fontconfig-related bugs like > https://bugzilla.mozilla.org/show_bug.cgi?id=1180560 Yes, that's it. Switching

Re: make does not cp/link to CDROM_SITE properly if DIST_SUBDIR used

2016-02-08 Thread Stuart Henderson
On 2016/02/08 12:44, dan mclaughlin wrote: > i am assuming that the distfiles on the cdrom preserve the same structure > as on the ftp sites and also created during builds. This won't have been noticed because there are no distfiles on the cdrom, PERMIT_DISTFILES_CDROM is no longer permitted in a

Re: NEW: www/tbb - Tor Browser Bundle

2016-02-08 Thread attila
Landry Breuil writes: > On Mon, Nov 16, 2015 at 09:07:46AM -0600, attila wrote: >> >> attila writes: >> >> > attila writes: >> > >> >> attila writes: >> >> >> >>> attila

Re: NEW: www/tbb - Tor Browser Bundle

2016-02-08 Thread attila
attila writes: > Landry Breuil writes: > >> On Mon, Nov 16, 2015 at 09:07:46AM -0600, attila wrote: >>> >>> attila writes: >>> >>> > attila writes: >>> > >>> >> attila

make does not cp/link to CDROM_SITE properly if DIST_SUBDIR used

2016-02-08 Thread dan mclaughlin
i am assuming that the distfiles on the cdrom preserve the same structure as on the ftp sites and also created during builds. to illustrate: $ env CDROM_SITE=/home/olddistfiles DISTDIR=/home/distfiles make fetch ===> Checking files for bash-4.3.42 cp: /home/olddistfiles/bash-4.3.30.tar.gz: No

Re: make does not cp/link to CDROM_SITE properly if DIST_SUBDIR used

2016-02-08 Thread dan mclaughlin
On Mon, 8 Feb 2016 18:09:06 + Stuart Henderson wrote: > On 2016/02/08 12:44, dan mclaughlin wrote: > > i am assuming that the distfiles on the cdrom preserve the same structure > > as on the ftp sites and also created during builds. > > This won't have been noticed

Re: [PATCH] Fix duplicity manpage

2016-02-08 Thread trondd
On Mon, February 8, 2016 7:59 am, Jérémie Courrèges-Anglas wrote: > tro...@kagu-tsuchi.com writes: > >> Seems that with the change to duplicity 0.7, the default sftp backend >> changed. >> The manpage was being patched to say the default was pexpect over >> paramiko. >> This is no longer true.

Re: NEW: www/tbb - Tor Browser Bundle

2016-02-08 Thread Landry Breuil
On Mon, Feb 08, 2016 at 02:53:16PM -0600, attila wrote: > > Landry Breuil writes: > > Have you tried leaving the .xpi files compressed in their respective > > dirs at runtime (eventually unzipping/patching/rezipping) as you comment > > in Makefile.inc line 68 ? Iirc

alpha-1.ports.openbsd.org bulk build report

2016-02-08 Thread Landry Breuil
Fwiw, for those who care about exotic archs, alpha has lots of failures because (among others) we dont build libGL/libGLU there anymore. other failures are probably toolchain segfaults. Landry - Forwarded message from Landry Breuil - bulk build on

Re: jdk 1.8 compilation

2016-02-08 Thread Yozo TODA
thanks Karel and Bryan, I succeeded to compile JDK 1.8 with "ulimit -d 480". (didn't check how many is minimum required, just 480 (KB) was enough for my environment.) % (ulimit -d 4800 ; make package ...) time(cpu-seconds)unlimited file(blocks) unlimited

Re: Update net/mcabber to 1.0.1 - was (Re: Call for help updating a port (net/mcabber).)

2016-02-08 Thread Christoph R. Murauer
[ ... ] >> As it was my first patch ever, I did it from scratch (the plist part >> was my fault). > > Looks good! @all thanks for help and feedback.

[PATCH] duplicity restore pexpect as default ssh backend

2016-02-08 Thread trondd
If we would rather restore pexpect as the default ssh backend instead of paramiko, this should do it. Tim. Index: Makefile === RCS file: /cvs/ports/sysutils/duplicity/Makefile,v retrieving revision 1.35 diff -u -p -r1.35 Makefile

CVS: cvs.openbsd.org: ports

2016-02-08 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/02/08 01:12:47 Modified files: sysutils/libvirt: Makefile Log message: explicitly disable wireshark dissector so it won't get picked up at configure time found the hard way by jiri b

CVS: cvs.openbsd.org: ports

2016-02-08 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2016/02/08 18:33:39 Modified files: lang/racket: Tag: OPENBSD_5_7 Makefile Added files: lang/racket/patches: Tag: OPENBSD_5_7

CVS: cvs.openbsd.org: ports

2016-02-08 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2016/02/08 19:02:49 Modified files: lang/gambit: Makefile Log message: Remove the comment. The workaround fixed the build.

CVS: cvs.openbsd.org: ports

2016-02-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/02/08 19:31:23 Modified files: security/clamav: Makefile security/clamav/patches: patch-etc_clamd_conf_sample Log message: uncomment the "User _clamav" line in sample config. clamd won't

CVS: cvs.openbsd.org: ports

2016-02-08 Thread Masao Uebayashi
CVSROOT:/cvs Module name:ports Changes by: uebay...@cvs.openbsd.org2016/02/08 20:36:58 Modified files: sysutils/ipmitool: Makefile Added files: sysutils/ipmitool/patches: patch-src_plugins_open_open_h Log message: Adapt to newly added ipmi(4) cdev on

CVS: cvs.openbsd.org: ports

2016-02-08 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/02/08 12:22:56 ports/graphics/gegl03/patches Update of /cvs/ports/graphics/gegl03/patches In directory cvs.openbsd.org:/tmp/cvs-serv19238/patches Log Message: Directory /cvs/ports/graphics/gegl03/patches

CVS: cvs.openbsd.org: ports

2016-02-08 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/02/08 12:28:47 Added files: graphics/gegl03/patches: patch-operations_external_tiff-load_c Log message: Fix build on big-endian archs by correcting a typo in a probably never tested big-endian only

CVS: cvs.openbsd.org: ports

2016-02-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/02/08 12:07:44 Modified files: net/icinga/core2: Makefile Log message: mark BROKEN-powerpc to avoid wasting build time; linker issues. `.gnu.linkonce.t._ZN6icinga5ValueC1EPNS_6ObjectE' referenced in