mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 11:59:15 -04:00
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
29 lines
729 B
Makefile
29 lines
729 B
Makefile
# Created by: Mikolaj Golub <trociny@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cmogstored
|
|
PORTVERSION= 1.7.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://bogomips.org/cmogstored/files/
|
|
|
|
MAINTAINER= trociny@FreeBSD.org
|
|
COMMENT= Alternative mogstored implementation for MogileFS
|
|
|
|
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 \
|
|
man/man1/cmogstored.1.gz
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin
|
|
USE_RC_SUBR= cmogstored
|
|
TEST_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|