Use local mirror for lmdb distfiles.
This commit is contained in:
parent
896e3ff5e7
commit
78fb15bbc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326229
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue