blob: 56e533bca36908233c64a68db4d57c1cbb7c86ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
PORTNAME= cmogstored
PORTVERSION= 1.8.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://yhbt.net/cmogstored/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Alternative mogstored implementation for MogileFS
WWW= https://yhbt.net/cmogstored/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_mips= failst to compile: fdmap.c:89: undefined reference to `__sync_add_and_fetch_4'
BROKEN_mips64= failst to compile: fdmap.c:89: undefined reference to `__sync_add_and_fetch_4'
USES= compiler:c11
PLIST_FILES= sbin/cmogstored \
share/man/man1/cmogstored.1.gz
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin
USE_RC_SUBR= cmogstored
TEST_TARGET= check
.include <bsd.port.mk>
|