On 2010/07/15 16:27, Christopher Zimmermann wrote:
> +WANTLIB= c pthread
> +
> +LIB_DEPENDS= sqlite3.>=8::databases/sqlite3 \
> +
> glib-2.0.>=1200,gmodule-2.0.>=1200,gthread-2.0.>=1200::devel/glib2
these should now be:
WANTLIB= c pthread sqlite3.>=8 \
glib-2.0.>=1200,gmodule-2.0.>=1200,gthread-2.0.>=1200
LIB_DEPENDS= ::databases/sqlite3 \
::devel/glib2
> On 07/15/10 14:12, David Coppa wrote:
> > github is not reliable: we usually mirror the tarball.
we need to get something sorted out about this, mirroring everything
like this is not sustainable.