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
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
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
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
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
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
> 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
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