Re: plan9port: use getifaddrs(3) instead of kvm(3)

2015-12-08 Thread Martin Pieuchot
On 07/12/15(Mon) 18:51, Gleydson Soares wrote: > Hi, > > plan9/plan9port is broken after network stack changes in net/if_var.h > here is a diff that convert plan9port to use getifaddrs(3) instead of kvm(3) > in p9p auxstats. > > builds and runs fine(auxstats is incrementing and seems ok), but I

Re: [UPDATE] otter-browser 0.9.07 beta 7 => 0.9.08 beta 8

2015-12-08 Thread Adam Wolk
On Tue, 1 Dec 2015 22:41:44 +0100 Adam Wolk wrote: > Hi ports@, > > Otter browser beta 8 has been just released > > Notable changes since previous port: > - the port again needs patches we revert commit: > >

Re: Update: cmake-3.4.0

2015-12-08 Thread Christian Weisgerber
David Coppa: > Here's the update to CMake-3.4.0. > > Please test it or (even better) put it into your next bulk build. All the fallout that showed up in an amd64 bulk build has been fixed. I'd say, go ahead, even though more breakage may be hiding behind the net-snmp failure. -- Christian

Re: lang/go-bootstrap

2015-12-08 Thread Joel Sing
On Monday 07 December 2015 23:31:34 Stuart Henderson wrote: > On 2015/12/08 10:05, Joel Sing wrote: > > On Monday 07 December 2015 14:18:52 Kent R. Spillner wrote: > > > On Tue, Dec 08, 2015 at 02:29:03AM +1100, Joel Sing wrote: > > > > This brings me to the next issue/topic - installing

Re: shells/bash distinfo

2015-12-08 Thread Christian Weisgerber
Gleydson Soares: > --- Makefile 14 Aug 2015 15:29:12 - 1.95 > +++ Makefile 8 Dec 2015 02:05:08 - > @@ -2,6 +2,7 @@ > > COMMENT= GNU Bourne Again Shell > > +REVISION=0 > DISTNAME=bash-4.3.30 > PKGNAME= bash-4.3.42 > CATEGORIES= shells No REVISION bump.

[update] perl6: rakudo/nqp/moarvm to 2015.11, parrot to 7.10.0

2015-12-08 Thread Carlin Bingham
Updates everything to the November release. -- Carlin Index: lang/rakudo/Makefile === RCS file: /cvs/ports/lang/rakudo/Makefile,v retrieving revision 1.23 diff -u -p -u -r1.23 Makefile --- lang/rakudo/Makefile5 Nov 2015

Re: [update] perl6: rakudo/nqp/moarvm to 2015.11, parrot to 7.10.0

2015-12-08 Thread Andrew Fresh
On Wed, Dec 09, 2015 at 05:24:03AM +1300, Carlin Bingham wrote: > Updates everything to the November release. Seems to fix a bug I ran into with "skip-empty". pkg_add -r rakudo didn't automatically update moarvm but I wasn't using a proper $PKG_PATH so that was likely my fault. OK afresh1@ >

Re: net/kea

2015-12-08 Thread Patrik Lundin
On Tue, Dec 08, 2015 at 07:39:24PM +0100, Patrik Lundin wrote: > > not a port problem, but "message" is a terrible name for sonething that > > upstream want to place in a system directory! > > I have mentioned this in my upstream kea-dev thread. > FYI: upstream has created a ticket which aims

UPDATE: www/opengroupware

2015-12-08 Thread Sebastian Reitenbach
Hi, attached patch updates to 5.5-rc3. Mostly some compilation and small runtime fixes. Major change is dropped support for Apache 1.3, but therefore added support for Apache 2.4. Tested and works for me with Apache 2.4. If there are no objections, I'd update by the end of the week.

Re: net/kea

2015-12-08 Thread Patrik Lundin
On Mon, Dec 07, 2015 at 09:59:44AM +, Stuart Henderson wrote: > > > > 1. When running "make update-plist" I get the following messages: > > === > > make-plist: Bogus element outside of every prefix: /etc/kea/kea.conf > > make-plist: Bogus element outside of every prefix: /etc/kea/keactrl.conf

Re: [update] perl6: rakudo/nqp/moarvm to 2015.11, parrot to 7.10.0

2015-12-08 Thread Stuart Henderson
On 2015/12/08 11:22, Andrew Fresh wrote: > On Wed, Dec 09, 2015 at 05:24:03AM +1300, Carlin Bingham wrote: > > Updates everything to the November release. > > Seems to fix a bug I ran into with "skip-empty". > > pkg_add -r rakudo didn't automatically update moarvm but I wasn't using > a proper

Re: net/kea

2015-12-08 Thread Patrik Lundin
On Tue, Dec 08, 2015 at 10:41:07PM +, Stuart Henderson wrote: > > I see it in perfdhcp. Actually it looks like there's another option, we can > instead use CONFIGURE_ARGS+= --with-openssl - which would you prefer? > > $ objdump -p ../fake-amd64/usr/local/sbin/perfdhcp > [...] > NEEDED

UPDATE: suitesparse-4.4.6

2015-12-08 Thread Paul Irofti
Hello, This updates suitesparse to 4.4.6. Minor bump due to this change: CHOLMOD 3.0.6: - minor fix to CHOLMOD (-DNGPL did not work as expected) - added MATLAB interface for row add/delete (lurowmod) Okay? Paul Index: Makefile

'Could not find module' when working on new hs-ports

2015-12-08 Thread Matthias Kilian
Hi, abieiber just ran into this problem while working on a new hs- port. I'm not sure wether I mentioned it anywhere except in the commit message, so: When working on a new hs- port or on an update of an existing one, you should run /usr/ports/lang/ghc/files/fixup-hs-plist on the ports PLIST

Re: net/kea

2015-12-08 Thread Patrik Lundin
On Tue, Dec 08, 2015 at 11:18:53PM +0100, Patrik Lundin wrote: > > What is picking up botan? I looked at every @bin and @lib with ldd and I > can't see anyone referring to that library. What am i missing? > >From http://kea.isc.org/docs/kea-guide.html#required-software: === Kea supports two

Re: net/kea

2015-12-08 Thread Stuart Henderson
On 2015/12/08 23:18, Patrik Lundin wrote: > On Tue, Dec 08, 2015 at 09:46:34PM +, Stuart Henderson wrote: > > Thanks, this is looking good to me, Only two changes I'd make. First is > > in the rc script, what you have isn't wrong, but the mkdir/chown/chmod > > lines can be replaced with a

Re: net/kea

2015-12-08 Thread Stuart Henderson
On 2015/12/08 23:59, Patrik Lundin wrote: > On Tue, Dec 08, 2015 at 10:41:07PM +, Stuart Henderson wrote: > > > > I see it in perfdhcp. Actually it looks like there's another option, we can > > instead use CONFIGURE_ARGS+= --with-openssl - which would you prefer? > > > > $ objdump -p

Re: net/kea

2015-12-08 Thread Patrik Lundin
On Tue, Dec 08, 2015 at 09:46:34PM +, Stuart Henderson wrote: > Thanks, this is looking good to me, Only two changes I'd make. First is > in the rc script, what you have isn't wrong, but the mkdir/chown/chmod > lines can be replaced with a single command: > > install -d -o root:_kea -m

Re: net/kea

2015-12-08 Thread Stuart Henderson
Thanks, this is looking good to me, Only two changes I'd make. First is in the rc script, what you have isn't wrong, but the mkdir/chown/chmod lines can be replaced with a single command: install -d -o root:_kea -m 775 ${LOCALSTATEDIR}/run/kea Second change is WANTLIB/LIB_DEPENDS; it

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2015/12/08 02:20:24 Modified files: sysutils/logstash/logstash: Makefile distinfo sysutils/logstash/logstash/patches: patch-bin_logstash_lib_sh sysutils/logstash/logstash/pkg: PLIST Log

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Vadim Zhukov
CVSROOT:/cvs Module name:ports Changes by: z...@cvs.openbsd.org2015/12/08 02:05:39 Added files: x11/kde4/artwork/patches: patch-kscreensaver_xsavers_CMakeLists_txt Log message: Unbreak configure stage, similar problem as with KUser

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Gleydson Soares
CVSROOT:/cvs Module name:ports Changes by: gsoa...@cvs.openbsd.org 2015/12/08 06:05:29 Modified files: plan9/plan9port: Makefile Added files: plan9/plan9port/patches: patch-src_cmd_auxstats_OpenBSD_c patch-src_cmd_auxstats_mkfile

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Kirill Bychkov
CVSROOT:/cvs Module name:ports Changes by: ki...@cvs.openbsd.org 2015/12/08 03:46:38 Modified files: net/owncloudclient: Makefile distinfo net/owncloudclient/patches: patch-CMakeLists_txt patch-src_gui_application_cpp

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2015/12/08 04:03:29 Modified files: security/clamav-unofficial-sigs: Makefile security/clamav-unofficial-sigs/patches:

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Tobias Ulmer
CVSROOT:/cvs Module name:ports Changes by: tobi...@cvs.openbsd.org 2015/12/08 05:33:26 Modified files: devel/tig : Makefile Log message: Michael Reed volunteered to maintain tig, thanks

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2015/12/08 06:55:01 Modified files: www/otter-browser: Makefile distinfo www/otter-browser/pkg: PLIST Added files: www/otter-browser/patches: patch-3rdparty_libmimeapps_Index_cpp

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Gleydson Soares
CVSROOT:/cvs Module name:ports Changes by: gsoa...@cvs.openbsd.org 2015/12/08 06:41:01 Modified files: plan9/plan9port/patches: patch-src_cmd_auxstats_OpenBSD_c patch-src_cmd_auxstats_mkfile Log message: patches already sent upstream

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2015/12/08 07:48:00 Modified files: net/scamper: Makefile distinfo net/scamper/pkg: PLIST Log message: update to scamper-20141211c

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2015/12/08 06:30:29 Modified files: graphics/gegl03: Makefile graphics/gegl03/pkg: PLIST Log message: libraw gets picked up if present at configure time; add support for it (spotted by

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2015/12/08 08:21:54 Modified files: security/clamav-unofficial-sigs: Makefile security/clamav-unofficial-sigs/patches:

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2015/12/08 06:49:36 Modified files: net/icinga/core2: Makefile Log message: mark as broken on sparc64, toolchain issues (errors out with gcc 4.2, hangs with gcc 4.9).

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2015/12/08 09:15:24 Modified files: databases/mariadb: Makefile distinfo databases/mariadb/patches: patch-client_CMakeLists_txt patch-scripts_mysql_install_db_sh

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2015/12/08 09:50:41 Modified files: net/net-snmp : Makefile net/net-snmp/patches: patch-agent_mibgroup_mibII_ipv6_c Log message: Unbreak: stop using if_var.h/struct ifnet to retrieve ipv6 data.

CVS: cvs.openbsd.org: ports

2015-12-08 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2015/12/08 10:18:59 Modified files: devel/cmake: Makefile distinfo devel/cmake/patches: patch-CMakeLists_txt patch-Modules_CMakeCInformation_cmake

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2015/12/08 11:55:39 Modified files: math/libqalculate: Makefile Log message: BROKEN-macppc: reliably fails to build because of an ICE on libqalculate/Calculator.cc:7030

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2015/12/08 12:36:35 Modified files: www/phpvirtualbox: Makefile distinfo www/phpvirtualbox/pkg: PLIST Log message: Update to phpvirtualbox-5.0.4.

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2015/12/08 12:41:37 Modified files: x11/menu-cache : Makefile distinfo Log message: Update to menu-cache-1.0.1.

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2015/12/08 16:35:22 Modified files: www/varnish: Makefile distinfo Log message: Update for Varnish to 4.1.0: https://www.varnish-cache.org/content/varnish-cache-410 OK benoit@

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2015/12/08 17:03:11 Modified files: mail/mutt : Makefile Added files: mail/mutt/patches: patch-mh_c Log message: Add Mutt patch to fix hash table key "use after free" in mh_check_mailbox().

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2015/12/08 23:45:55 Modified files: devel/py-ioflo : Makefile distinfo Log message: Update to py-ioflo-1.4.9.

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Gleydson Soares
CVSROOT:/cvs Module name:ports Changes by: gsoa...@cvs.openbsd.org 2015/12/08 15:14:32 Modified files: plan9/plan9port: Makefile distinfo Removed files: plan9/plan9port/patches: patch-src_cmd_auxstats_OpenBSD_c

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Gleydson Soares
CVSROOT:/cvs Module name:ports Changes by: gsoa...@cvs.openbsd.org 2015/12/08 15:18:58 Modified files: shells/bash: distinfo Log message: unbreak bash. upstream re-roll the 042 patch. OK naddy@

CVS: cvs.openbsd.org: ports

2015-12-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2015/12/08 14:03:26 Modified files: infrastructure/db: user.list Log message: reserve 763 for kea