Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2008 23:53:34 +0100
From:      "Danny Pansters" <danny@ricin.com>
To:        freebsd-ports@freebsd.org
Subject:   Re: second question: dependancies not being checked.
Message-ID:  <200801162353.35162.danny@ricin.com>
In-Reply-To: <AD1E952DFEAA2C5909067AEF@utd59514.utdallas.edu>
References:  <80f4f2b20801160600o7e15b176i1f88a0f84fd7c07c@mail.gmail.com> <80f4f2b20801160608s1941dd4asd4de8283331f1eb1@mail.gmail.com> <AD1E952DFEAA2C5909067AEF@utd59514.utdallas.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 16 January 2008 20:03:29 Paul Schmehl wrote:
> --On Wednesday, January 16, 2008 09:08:12 -0500 Jim Stapleton
>
> <stapleton.41@gmail.com> wrote:
> > Sorry I tabbed in editing and managed to accidentally sent.
> >
> > Is it safe to assume that it is not bailing on the lack of this
> > library because there is no devel/py-extended-threading yet, or am I
> > missing something else.
> >
> >
> > Sorry again for the goof/double-message.
> >
> > Thank you,
> > -Jim Stapleton
> >
> >
> > Makefile:
> > ========================================
> ># New ports collection makefile for:   py-modularapp
> ># Date created:        14 Jan 2008
> ># Whom:                James Stapleton <fbsdporter@var-dev.net>
> >#
> ># $FreeBSD$
> >#
> >
> > PORTNAME=       py_modularapp
> > PORTVERSION=    0.2
> > CATEGORIES=     devel python
> > MASTER_SITES+=  http://www.var-dev.net/programming/python/modularapp/ \
> >                 http://www.var-dev.com/programming/python/modularapp/ \
> >                 http://www.var-dev.org/programming/python/modularapp/
> > DISTNAME=       py_modularapp-0.2
> >
> > MAINTAINER=     fbsdporter@var-dev.net
> > COMMENT=        A library for trivially extensible python plugins and
> > applications
> >
> > USE_PYTHON=     2.3+
> > BUILD_DEPENDS+=
> > ${PYTHON_SITELIBDIR}/extended_threading/rwrlock.py:/${PORTSDIR}/devel/py-
> >exte nded-threading
>
> .....^.....
>
> This is an error.  Should be:
> > BUILD_DEPENDS+=
>
> ${PYTHON_SITELIBDIR}/extended_threading/rwrlock.py:${PORTSDIR}/devel/py-ext
>ended-threading

Yes, and let me add to that that it's recommended to use the python PKGPREFIX 
(see /usr/ports/Mk/bsd.python.make) for this sort of port. If you use it, I 
suggest dropping the py_ in the portname as well (not required though).

Oh, and -- to be picky ;-) -- I suspect the MASTER_SITES' .net, .com, .org 
resole to the same, in which case it's better to use just one (or provide a 
second master yourself which is what I do in my ports).

Cheers,

Dan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801162353.35162.danny>