Re: Call for tester: VirtualBox 3.1.2 for FreeBSD

2009-12-28 Thread Daniel Braniss
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Howdy, > > Changelog from VirtualBox is available here: > http://www.virtualbox.org/wiki/Changelog > > Changes in the port: > - VirtualBox and the guest additions have been updated to 3.1.2. > - Port has been renamed to virtualbox-ose to

samba 3.5.5

2010-09-28 Thread Daniel Braniss
Hi, wondering if someone is working on it, I need to make some local changes, and having a working freebsd version would be most welcome :-) (there's an openbsd) danny ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

php5 and pgsql/sqlite

2012-04-02 Thread Daniel Braniss
hi, whenever extensions=pgsql.so or/and extensions=slqlite3.so is added php exits with error (Exit 1) without those modules: % php -v PHP 5.3.10 with Suhosin-Patch (cli) (built: Apr 2 2012 14:28:23) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologi

Re: php5 and pgsql/sqlite

2012-04-05 Thread Daniel Braniss
problem solved, compiling php with: LINKTHR=on "Link thread lib (for threaded extensions)" fixed it. > On 2012-04-02 17:22, Daniel Braniss wrote: > > hi, > > whenever extensions=pgsql.so or/and extensions=slqlite3.so is added > > php exits with error (Exit 1)

Re: portmaster goes into a loop

2011-07-14 Thread Daniel Braniss
> hi, > this: > portmaster p5-libwww-5.837 > > goes into a loop: > ... > ===>>> The dependency for net/p5-Net-HTTP >seems to be handled by p5-libwww-5.837 > > ===>>> Launching child to update p5-libwww-5.837 to p5-libwww-6.02 > p5-libwww-5.837 >> p5-libwww-5.837 >> p5-libwww

Re: portmaster and php 5.4/5.3 issues

2012-05-19 Thread Daniel Braniss
> On Fri, May 18, 2012 at 12:40:06PM +0200 I heard the voice of > Florian Smeets, and lo! it spake thus: > > On 05/18/2012 12:09, Daniel Braniss wrote: > > > what (if any :-), is the magic to convince portmaster to compile > > > the php53-* extensions instead of p

Re: [Call for Testers] VirtualBox 4.2.0

2012-09-21 Thread Daniel Braniss
> Hi virtualbox users! > > I am very glad to be able to send out a VirtualBox 4.2.0 call for testers. > We've done a good job pushing many patches upstream before the > release this time so our port is much smaller and easier to handle. great! now some question :-) where can I get latest kbuild?

Re: [Call for Testers] VirtualBox 4.2.0

2012-09-21 Thread Daniel Braniss
> > great! > > now some question :-) > > where can I get latest kbuild? > > ... > > You need kBuild-devel from redports.org svn repository: > > svn co https://svn.redports.org/virtualbox/devel/kBuild-devel > # cd kBuild-devel && make deinstall install clean > thanks, btw, maybe the maintener of

Re: [Call for Testers] VirtualBox 4.2.0

2012-09-21 Thread Daniel Braniss
> latest devel/kBuild-devel is included in the CFT tarball. Please use > that one. I know it > has about the same version number but that is because it's only a > snapshot without > a new release. I should have said that earlier but I simply forgot. Sorry. > > vbox@ is the new maintainer of kBuild

Re: [Call for Testers] VirtualBox 4.2.0

2012-09-21 Thread Daniel Braniss
I install vboxdrv.ko in /usr/local/modules via: cd virtualbox-ose-kmod make KMODDIR=/usr/local/modules install but when installing in virtualbox-ose there is no KMODDIR, and hence make install fails ___ freebsd-ports@freebsd.org mailing

devel/uwsgi

2013-02-22 Thread Daniel Braniss
hi, I'm having problems compiling devel/uwsgi it only works with: make -eCPUCOUNT=1 which is not the default whne CPUTYPE is > 1, it hangs, so my guess is there is somethingwrong in the the threading support. without the CPUCOUNT: rnd> make /usr/local/bin/python2.7 uwsgiconfig.py --build u

Re: devel/uwsgi

2013-02-23 Thread Daniel Braniss
Hi Michael, > uname -a FreeBSD rnd 9.1-STABLE FreeBSD 9.1-STABLE #46: Tue Feb 5 10:46:56 IST 2013 danny@rnd:/home/obj/rnd/r+d/stable/9/sys/HUJI amd64 > Compilation options you used when building python the deaults from ports/lang/python27: EXAMPLES NLS PYMALLOC

Re: devel/uwsgi

2013-02-23 Thread Daniel Braniss
> On Sat, 23 Feb 2013 15:38:36 +0200 > Daniel Braniss wrote: > > > Hi Michael, > > > > > uname -a > > FreeBSD rnd 9.1-STABLE FreeBSD 9.1-STABLE #46: Tue Feb 5 10:46:56 > > IST 2013 danny@rnd:/home/obj/rnd/r+d/stable/9/sys/HUJI amd64 > > > &g

Re: SOLVED, devel/uwsgi

2013-02-24 Thread Daniel Braniss
> On Sat, 23 Feb 2013 17:45:48 +0200 > Daniel Braniss wrote: > > > > > On Sat, 23 Feb 2013 15:38:36 +0200 > > ===> Building for uwsgi-1.4.5 > > /usr/local/bin/python2.7 uwsgiconfig.py --build > > Exception in thread Thread-1: > > Traceback (mo

python 2 and 3 modules

2013-07-28 Thread Daniel Braniss
Hi, I need to be able to have both (2.7 and 3.2) modules. setting PYTHON_VERSION=3.2 in /etc/make.conf compiles properly, but make install, insists that that the 2.7 version is installed! after deinstalling, it will install the 3.2 version in the correct directory: /usr/local/lib/python3.2/

Re: python 2 and 3 modules

2013-07-29 Thread Daniel Braniss
> 2013/7/28 Daniel Braniss : > > Hi, > > I need to be able to have both (2.7 and 3.2) modules. > > setting PYTHON_VERSION=3.2 in /etc/make.conf compiles properly, > > but make install, insists that that the 2.7 version is installed! > > after deinstalling, it wi

Re: python 2 and 3 modules

2013-09-17 Thread Daniel Braniss
> On 29/07/2013 5:46 PM, David Demelier wrote: > > 2013/7/28 Daniel Braniss : > >> Hi, > >> I need to be able to have both (2.7 and 3.2) modules. > >> setting PYTHON_VERSION=3.2 in /etc/make.conf compiles properly, > >> but make install, insists that

Re: python 2 and 3 modules

2013-09-17 Thread Daniel Braniss
> On 17.09.2013 08:59, Daniel Braniss wrote: > >> On 29/07/2013 5:46 PM, David Demelier wrote: > >>> 2013/7/28 Daniel Braniss : > >>>> Hi, > >>>> I need to be able to have both (2.7 and 3.2) modules. > >>>> setting PYTHON_VER

py-opencv and python3.3 fails to compile

2015-02-16 Thread Daniel Braniss
HI, I’m trying in /usr/ports/graphics/py-opencv make PYTHON_VERSION=python3.3 and it failed with: ... [100%] Building CXX object modules/ocl/CMakeFiles/opencv_perf_ocl.dir/perf/perf_calib3d.cpp.o [100%] Building CXX object modules/ocl/CMakeFiles/opencv_perf_ocl.dir/perf/perf_stat.cpp.o [1

Re: 11.0-RC1 unsupported by ports?

2017-01-25 Thread Daniel Braniss
> On 25 Jan 2017, at 10:47, Bernd Walter wrote: > > On Wed, Jan 25, 2017 at 09:13:18AM +0100, Kurt Jaeger wrote: >> Hi! >> 11.0-RC1 was superseded by 11.0-REL, so while that message is a bit drastic, there's a point to it. >>> >>> With that argument only the latest version would be s

Re: 11.0-RC1 unsupported by ports?

2017-01-25 Thread Daniel Braniss
> On 25 Jan 2017, at 12:39, Bernd Walter wrote: > > On Wed, Jan 25, 2017 at 11:52:10AM +0200, Daniel Braniss wrote: >> >>> On 25 Jan 2017, at 10:47, Bernd Walter wrote: >>> >>> On Wed, Jan 25, 2017 at 09:13:18AM +0100, Kurt Jaeger wrote: >>>

pkg info failed for mortals?

2014-06-02 Thread Daniel Braniss
after my latest ports upgrade pkg info … failed unless one is root, it seems to be sqlite trying to lock the file and failing, chmod 775 to /var/db/pkg does not help since the it complains about security being to lax can this be fixed? thanks, danny _