Re: portmaster-with-package-support release candidate available for testing

2009-12-09 Thread Alberto Villa
On Thursday 10 December 2009 01:53:01 Alberto Villa wrote: > > --delete-build-only > > For packages/ports that are ONLY listed as build dependencies for the > > ports being updated in this run, delete them when the run is over. > > it's still building, then i don't know if the second case abov

Re: portmaster-with-package-support release candidate available for testing

2009-12-09 Thread Alberto Villa
On Tuesday 01 December 2009 23:44:44 Doug Barton wrote: > --packages-build > For packages that are ONLY listed as build dependencies for the ports > being updated in this run, download packages if available. i'm not completely sure i've understood how this works. please, put some light on t

Re: FreeBSD Port: memcached-1.4.1

2009-12-09 Thread Marius Nünnerich
On Wed, Dec 9, 2009 at 21:49, David P. Discher wrote: > > erwin/mnag - > > $FreeBSD: ports/databases/memcached/Makefile,v 1.36 2009/11/08 19:42:13 erwin > Exp $ > > is marked as "broken" on 8.x on Nov 8th because it won't link.  However,   > just linked and tested memcached, on 8-stable (amd64) f

FreeBSD Port: memcached-1.4.1

2009-12-09 Thread David P. Discher
erwin/mnag - $FreeBSD: ports/databases/memcached/Makefile,v 1.36 2009/11/08 19:42:13 erwin Exp $ is marked as "broken" on 8.x on Nov 8th because it won't link. However, just linked and tested memcached, on 8-stable (amd64) from about Dec 1st, svn r200012. Works fine for me. It's unclear

[RFC] Tools/ script for automatically making a tar out of svn sources

2009-12-09 Thread Eitan Adler
The attached script is designed to work with the 20+ ports that currently have to resort to hacks to automatically figure out the head version, checkout from svn, make a tar file, and then upload the file to freefall. It is based on some my earlier work/proposals (http://wiki.freebsd.org/EitanAdle

Re: Depending on a Python egg

2009-12-09 Thread Eygene Ryabinkin
Wed, Dec 09, 2009 at 12:54:43PM +, Kevin Golding wrote: > RUN_DEPENDS=${PYTHON_SITELIBDIR}/${PYLXML_EGG}:${PORTSDIR}/devel/py- > lxml What about - RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml - that should be specified after the inclusion of bsd.port.pre

Re: Porting Songbird - what does it depend on?

2009-12-09 Thread Eitan Adler
> Chances are that you just need to specify something like --disable-jemalloc > to Songbird's configure script.  FreeBSD's malloc implementation is pretty > much the same as the one embedded in Songbird, so there's no need to > override the system malloc. I'm using the precompiled Linux binary (li

Depending on a Python egg

2009-12-09 Thread Kevin Golding
I'm trying to add a dependency on another port which installs as an egg and pretty much the only like dependency I can seem to find is on devel/py-lxml - a few ports seem to require that so it defined: PYLXML_EGG= ${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}${PYEASYINSTAL L_OSARCH}.egg And the