svn commit: r493764 - head/sysutils/cmogstored

Mikolaj Golub trociny at FreeBSD.org
Sun Feb 24 15:09:57 UTC 2019


Author: trociny
Date: Sun Feb 24 15:09:55 2019
New Revision: 493764
URL: https://svnweb.freebsd.org/changeset/ports/493764

Log:
  fix build on GCC architectures
  
  PR:		235992
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/sysutils/cmogstored/Makefile

Modified: head/sysutils/cmogstored/Makefile
==============================================================================
--- head/sysutils/cmogstored/Makefile	Sun Feb 24 15:08:19 2019	(r493763)
+++ head/sysutils/cmogstored/Makefile	Sun Feb 24 15:09:55 2019	(r493764)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cmogstored
 PORTVERSION=	1.7.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://bogomips.org/cmogstored/files/
 
@@ -14,7 +15,8 @@ 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'
-BROKEN_powerpc64=	fails to build: internal compiler error: Segmentation fault
+
+USES=		compiler:c11
 
 PLIST_FILES=	sbin/cmogstored \
 		man/man1/cmogstored.1.gz


More information about the svn-ports-all mailing list