On 16/03/2011 06:34, Doug Barton wrote:
Wen,

The default cvsupd configuration (cvsignore to be exact) prevents the
download of files named *.core
(http://www.freebsd.org/cgi/cvsweb.cgi/CVSROOT-ports/cvsignore?rev=1.4;content-type=text%2Fplain).
The ports you recently committed have this:

cd /usr/ports/science/
grep py-obspy.core Makefile py-obspy.*/*
Makefile: SUBDIR += py-obspy.core
py-obspy.gse2/Makefile:
${PYTHON_PKGNAMEPREFIX}obspy.core>=0.4.6:${PORTSDIR}/science/py-obspy.core
py-obspy.mseed/Makefile:BUILD_DEPENDS=
${PYTHON_PKGNAMEPREFIX}obspy.core>=0.4.6:${PORTSDIR}/science/py-obspy.core
py-obspy.mseed/Makefile:RUN_DEPENDS=
${PYTHON_PKGNAMEPREFIX}obspy.core>=0.4.6:${PORTSDIR}/science/py-obspy.core
py-obspy.signal/Makefile:BUILD_DEPENDS=
${PYTHON_PKGNAMEPREFIX}obspy.core>=0.4.6:${PORTSDIR}/science/py-obspy.core

Using cvsup (csup in my case) science/py-obspy.core doesn't get
downloaded, so INDEX creation throws multiple errors, and I'm sure that
if I tried to build those ports they would fail. :)


FYI,

Doug


Yes, I do not have this port neither.

--
David Demelier
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to