Index: head/sysutils/cmogstored/Makefile =================================================================== --- head/sysutils/cmogstored/Makefile (revision 449328) +++ head/sysutils/cmogstored/Makefile (revision 449329) @@ -1,28 +1,25 @@ # Created by: Mikolaj Golub # $FreeBSD$ PORTNAME= cmogstored PORTVERSION= 1.6.0 CATEGORIES= sysutils MASTER_SITES= http://bogomips.org/cmogstored/files/ MAINTAINER= trociny@FreeBSD.org COMMENT= Alternative mogstored implementation for MogileFS -LICENSE= GPLv3 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_powerpc64= Does not build: internal compiler error: Segmentation fault PLIST_FILES= sbin/cmogstored \ man/man1/cmogstored.1.gz -HAS_CONFIGURE= yes -CONFIGURE_ARGS+=--bindir=${PREFIX}/sbin \ - --mandir=${PREFIX}/man +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --bindir=${PREFIX}/sbin USE_RC_SUBR= cmogstored - -regression-test: build - ${MAKE} -C ${WRKSRC} check +TEST_TARGET= check .include Index: head/sysutils/cmogstored/pkg-descr =================================================================== --- head/sysutils/cmogstored/pkg-descr (revision 449328) +++ head/sysutils/cmogstored/pkg-descr (revision 449329) @@ -1,6 +1,6 @@ cmogstored is an alternative implementation of the "mogstored" storage component of MogileFS. cmogstored is implemented in C and does not use Perl at runtime. cmogstored is the only component you need to install on a MogileFS storage node. -WWW: http://bogomips.org/cmogstored/ +WWW: https://bogomips.org/cmogstored/