svn commit: r326229 - head/databases/lmdb
Xin LI
delphij at FreeBSD.org
Tue Sep 3 22:27:17 UTC 2013
Author: delphij
Date: Tue Sep 3 22:27:17 2013
New Revision: 326229
URL: http://svnweb.freebsd.org/changeset/ports/326229
Log:
Use local mirror for lmdb distfiles.
Modified:
head/databases/lmdb/Makefile
Modified: head/databases/lmdb/Makefile
==============================================================================
--- head/databases/lmdb/Makefile Tue Sep 3 22:16:46 2013 (r326228)
+++ head/databases/lmdb/Makefile Tue Sep 3 22:27:17 2013 (r326229)
@@ -4,13 +4,12 @@
PORTNAME= lmdb
PORTVERSION= 0.9.7
CATEGORIES= databases
-MASTER_SITES= https://gitorious.org/${GO_ACCOUNT}/${GO_PROJECT}/archive-tarball/${GO_TAGNAME}?dummy=
+MASTER_SITES= LOCAL/delphij \
+ https://gitorious.org/${GO_ACCOUNT}/${GO_PROJECT}/archive-tarball/${GO_TAGNAME}?dummy=
MAINTAINER= delphij at FreeBSD.org
COMMENT= OpenLDAP Lightning Memory-Mapped Database
-BROKEN= fails to fetch
-
# XXX FreeBSD does not implement O_DSYNC and fdatasync at this time.
CFLAGS+= -DMDB_DSYNC=O_SYNC -Dfdatasync=fsync
WRKSRC= ${WRKDIR}/mdb-mdb/libraries/liblmdb
More information about the svn-ports-all
mailing list