Re: emulators/virtualbox-ose-kmod build error

2016-02-24 Thread O. Hartmann
Am Wed, 24 Feb 2016 22:04:29 +0200 Ivan Klymenko schrieb: > After update from r295867 to r295994: > > ... > /usr/local/bin/ccache cc -O2 -pipe -march=native -fno-strict-aliasing > -DRT_OS_FREEBSD > -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DSUPDRV_WITH_RELEASE_LOGGER -DVBOX >

Re: Unable to update ports using svnlite

2016-02-24 Thread Hajimu UMEMOTO
Hi, > On Wed, 24 Feb 2016 18:43:47 +0100 > Alphons van Werven said: freebsd> Note that I symlinked svnlite to svn because otherwise freebsd> # make -C /usr/ports update freebsd> doesn't work: "svn" is hardwired into one of the Makefiles somewhere. If freebsd> you

graphics/gimp-gmic-plugin issues (was: Maintainer gone?)

2016-02-24 Thread Heino Tiedemann
Hi Greg, Greg 'groggy' Lehey wrote: > On Wednesday, 24 February 2016 at 17:55:02 +0100, Heino Tiedemann wrote: >> I had an open PR since some weeks. It seems, the the maintainer is >> gone. In the first time we had a living discussion about that >> problem. Ha made a spacial

Re: resurrect deprecated port print/pnm2ppa

2016-02-24 Thread Miroslav Lachman
Jason Helfman wrote on 02/20/2016 07:20: On Thu, Feb 18, 2016 at 1:51 AM, Miroslav Lachman <000.f...@quip.cz> wrote: Greg Lewis wrote on 02/22/2015 23:58: On Sun, Feb 15, 2015 at 08:08:57PM +0100, Miroslav Lachman wrote: Can somebody resurrect deprecated port print/pnm2ppa? It was deleted

Re: Maintainer gone?

2016-02-24 Thread Greg 'groggy' Lehey
On Wednesday, 24 February 2016 at 17:55:02 +0100, Heino Tiedemann wrote: > Hi, > > I had an open PR since some weeks. It seems, the the maintainer is > gone. In the first time we had a living discussion about that > problem. Ha made a spacial patch, so I tested it ?V but: did not work. > >

emulators/virtualbox-ose-kmod build error

2016-02-24 Thread Ivan Klymenko
After update from r295867 to r295994: ... /usr/local/bin/ccache cc -O2 -pipe -march=native -fno-strict-aliasing -DRT_OS_FREEBSD -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DSUPDRV_WITH_RELEASE_LOGGER -DVBOX -DRT_WITH_VBOX -w -DVBOX_WITH_HARDENING -DVBOX_WITH_64_BITS_GUESTS -DRT_ARCH_AMD64 -march=native

FreeBSD Port: net/samba42 cannot build with Python34 as default

2016-02-24 Thread Miroslav Lachman
Hi, I tried to build samba42 as replacement for deprecated samba36 but it failed in our poudriere test run. I tried it twice and result was the same - complaining about missing py27-dnspython because py34-dnspython is installed instead. Relevant part of the build log: ===> samba42-4.2.7

Re: Unable to update ports using svnlite

2016-02-24 Thread Alphons van Werven
Clinton Bessesen wrote: > after trying many different things, it seems to have been a DNS issue. Glad I could help. Note that I symlinked svnlite to svn because otherwise # make -C /usr/ports update doesn't work: "svn" is hardwired into one of the Makefiles somewhere. If you use svn directly

Re: Unable to update ports using svnlite

2016-02-24 Thread Clinton Bessesen
Hi Fonz, Thanks for your advise. Yup, I'm myself in Europe, after trying many different things, it seems to have been a DNS issue. Used your suggestion "svn0.eu.freebsd.org" and all back to normal. Might have to get our DNS server cache refreshed!!! Many thanks for your help! Cheers Clinton

Re: Unable to update ports using svnlite

2016-02-24 Thread Alphons van Werven
Clinton Bessesen wrote: > Running freebsd 10.2 and have been able to checkout the ports/head using > svnlite for quite sometime in the past. [snip] > unable to run "/usr/bin/svnlite checkout --depth empty > svn://svn.freebsd.org/ports/head /tmp/ports/tree" I don't know how others handle this,

Maintainer gone?

2016-02-24 Thread Heino Tiedemann
Hi, I had an open PR since some weeks. It seems, the the maintainer is gone. In the first time we had a living discussion about that problem. Ha made a spacial patch, so I tested it – but: did not work. From one moment the discussion died.. Is it an orphaned PR now?

Re: automation of perl port creation from cpan

2016-02-24 Thread Chris H
On Wed, 24 Feb 2016 15:13:48 +0100 Kurt Jaeger wrote > Hi! > > > > I have a perl app that I'd like to move to FreeBSD. It currently has a > > > whole list of cpan dependencies. Is there any partial automation of > > > generating ports from CPAN directly? Something similar to

Unable to update ports using svnlite

2016-02-24 Thread Clinton Bessesen
Hi All, Wonder if you can help. Running freebsd 10.2 and have been able to checkout the ports/head using svnlite for quite sometime in the past. However, over the past few days this has proved to be impossible. I can browse the svn using a webbrowser, but unable to run "/usr/bin/svnlite

Re: SRP support for the cyrus-sasl-2.1.26_12 port

2016-02-24 Thread Kyle Amon
On Wed, 24 Feb 2016 23:23:42 +0900 Thus spake Hajimu UMEMOTO : > Hi, > > > On Wed, 24 Feb 2016 04:13:40 -0800 > > Kyle Amon said: > > amonk> Awesome! Works for me, but why not just just make the SRP and > SRP-SETPASS > amonk> options off by

Re: automation of perl port creation from cpan

2016-02-24 Thread Chris H
On Wed, 24 Feb 2016 11:40:41 +0100 Dave Cottlehuber wrote > Hi, > > I have a perl app that I'd like to move to FreeBSD. It currently has a > whole list of cpan dependencies. Is there any partial automation of > generating ports from CPAN directly? Something similar to

Re: SRP support for the cyrus-sasl-2.1.26_12 port

2016-02-24 Thread Hajimu UMEMOTO
Hi, > On Wed, 24 Feb 2016 04:13:40 -0800 > Kyle Amon said: amonk> Awesome! Works for me, but why not just just make the SRP and SRP-SETPASS amonk> options off by default? I'm quite happy either way. Just wondering. Because, the feature which is off by default

Re: automation of perl port creation from cpan

2016-02-24 Thread Kurt Jaeger
Hi! > > I have a perl app that I'd like to move to FreeBSD. It currently has a > > whole list of cpan dependencies. Is there any partial automation of > > generating ports from CPAN directly? Something similar to py-pytoport > > for example. > > You could have a look at App::Pm2Port

Re: Zabbix 3.0 Port?

2016-02-24 Thread Kurt Jaeger
Hi! > Zabbix 3.0 got released and I am wondering if anyone is working > on porting it? I'll gladly help any ongoing efforts. The maintainer of zabbix2 is working on it. Shoot him a mail ? -- p...@opsec.eu+49 171 3101372 4 years to go !

Re: automation of perl port creation from cpan

2016-02-24 Thread Martin Waschbüsch
> > Am 24.02.2016 um 11:40 schrieb Dave Cottlehuber : > > Hi, Hi Dave, > I have a perl app that I'd like to move to FreeBSD. It currently has a > whole list of cpan dependencies. Is there any partial automation of > generating ports from CPAN directly? Something similar to

Re: SRP support for the cyrus-sasl-2.1.26_12 port

2016-02-24 Thread Kyle Amon
Hajimu, Awesome! Works for me, but why not just just make the SRP and SRP-SETPASS options off by default? I'm quite happy either way. Just wondering. Thanks much, --Kyle On Wed, 24 Feb 2016 19:48:38 +0900 Thus spake Hajimu UMEMOTO : > Hi, > > > On Tue, 23 Feb 2016

Re: [Call for testers] GitLab

2016-02-24 Thread Torsten Zuehlsdorff
Hello, today i updated the patch to fix some bugs in GitLab. Please use the newest version for your tests. Greetings, Torsten ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send

Re: SRP support for the cyrus-sasl-2.1.26_12 port

2016-02-24 Thread Hajimu UMEMOTO
Hi, > On Tue, 23 Feb 2016 18:25:05 -0800 > Kyle Amon said: amonk> I added support for SRP (including srp-setpass [so saslpasswd2 can amonk> store srp salts and verifiers in the sasl password database too, if amonk> so desired]) to the cyrus-sasl-2.1.26_12 port.

automation of perl port creation from cpan

2016-02-24 Thread Dave Cottlehuber
Hi, I have a perl app that I'd like to move to FreeBSD. It currently has a whole list of cpan dependencies. Is there any partial automation of generating ports from CPAN directly? Something similar to py-pytoport for example. Thanks Dave ___

FreeBSD ports you maintain which are out of date

2016-02-24 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated,

Re: [exp - 103i386-default-build-as-user][mail/libdomainkeys] Failed for libdomainkeys-0.69 in build

2016-02-24 Thread Martin Waschbüsch
> Am 24.02.2016 um 01:15 schrieb pkg-fall...@freebsd.org: > > You are receiving this mail as a port that you maintain > is failing to build on the FreeBSD package build server. > Please investigate the failure and submit a PR to fix > build. > > Maintainer: po...@freebsd.org > Last