Date: Sun, 24 Feb 2019 15:09:56 +0000 (UTC) From: Mikolaj Golub <trociny@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493764 - head/sysutils/cmogstored Message-ID: <201902241509.x1OF9ulj048615@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902241509.x1OF9ulj048615>