diff options
author | delphij <delphij@FreeBSD.org> | 2013-09-04 06:27:17 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2013-09-04 06:27:17 +0800 |
commit | cafe4016935f243a0cd428109063cb408da1e8e0 (patch) | |
tree | a35cd2aa7d6dd6466af8e844ab8e59731114c725 /databases | |
parent | 5d926f3916d853952b219ab927a733b57ba10cd2 (diff) | |
download | freebsd-ports-gnome-cafe4016935f243a0cd428109063cb408da1e8e0.tar.gz freebsd-ports-gnome-cafe4016935f243a0cd428109063cb408da1e8e0.tar.zst freebsd-ports-gnome-cafe4016935f243a0cd428109063cb408da1e8e0.zip |
Use local mirror for lmdb distfiles.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/lmdb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/lmdb/Makefile b/databases/lmdb/Makefile index 1c8723a3062a..235f433e3bd3 100644 --- a/databases/lmdb/Makefile +++ b/databases/lmdb/Makefile @@ -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@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 |