From owner-svn-ports-head@freebsd.org Wed Sep 26 13:13:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 454E210AC612; Wed, 26 Sep 2018 13:13:50 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA2957CEBE; Wed, 26 Sep 2018 13:13:49 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E4AFC17AD7; Wed, 26 Sep 2018 13:13:49 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8QDDn1p068818; Wed, 26 Sep 2018 13:13:49 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8QDDnBw068814; Wed, 26 Sep 2018 13:13:49 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201809261313.w8QDDnBw068814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 26 Sep 2018 13:13:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480737 - in head: devel/libosmocore graphics/pqiv mail/isync sysutils/incron X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: devel/libosmocore graphics/pqiv mail/isync sysutils/incron X-SVN-Commit-Revision: 480737 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2018 13:13:50 -0000 Author: linimon Date: Wed Sep 26 13:13:48 2018 New Revision: 480737 URL: https://svnweb.freebsd.org/changeset/ports/480737 Log: Fix error messages on tier-2 archs. Approved by: portmgr (tier-2 blanket) Modified: head/devel/libosmocore/Makefile head/graphics/pqiv/Makefile head/mail/isync/Makefile head/sysutils/incron/Makefile Modified: head/devel/libosmocore/Makefile ============================================================================== --- head/devel/libosmocore/Makefile Wed Sep 26 13:08:56 2018 (r480736) +++ head/devel/libosmocore/Makefile Wed Sep 26 13:13:48 2018 (r480737) @@ -12,7 +12,7 @@ COMMENT= Common library for all Osmocom projects LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to compile: application.c:179: #pragma GCC diagnostic not allowed inside functions +BROKEN_powerpc64= fails to compile: application.c:179: \#pragma GCC diagnostic not allowed inside functions BUILD_DEPENDS= python:lang/python Modified: head/graphics/pqiv/Makefile ============================================================================== --- head/graphics/pqiv/Makefile Wed Sep 26 13:08:56 2018 (r480736) +++ head/graphics/pqiv/Makefile Wed Sep 26 13:13:48 2018 (r480737) @@ -10,7 +10,7 @@ COMMENT= Pretty Quick Image Viewer LICENSE= GPLv2 -BROKEN_powerpc64= fails to compile: pqiv.c:1183: #pragma GCC diagnostic not allowed inside functions +BROKEN_powerpc64= fails to compile: pqiv.c:1183: \#pragma GCC diagnostic not allowed inside functions LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 Modified: head/mail/isync/Makefile ============================================================================== --- head/mail/isync/Makefile Wed Sep 26 13:08:56 2018 (r480736) +++ head/mail/isync/Makefile Wed Sep 26 13:13:48 2018 (r480737) @@ -11,9 +11,9 @@ COMMENT= Maintain local copies of remote IMAP folders LICENSE= GPLv2 -BROKEN_mips= fails to compile: util.c:523: #pragma GCC diagnostic not allowed inside functions -BROKEN_mips64= fails to compile: util.c:523: #pragma GCC diagnostic not allowed inside functions -BROKEN_powerpc64= fails to compile: util.c:523: #pragma GCC diagnostic not allowed inside functions +BROKEN_mips= fails to compile: util.c:523: \#pragma GCC diagnostic not allowed inside functions +BROKEN_mips64= fails to compile: util.c:523: \#pragma GCC diagnostic not allowed inside functions +BROKEN_powerpc64= fails to compile: util.c:523: \#pragma GCC diagnostic not allowed inside functions LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 Modified: head/sysutils/incron/Makefile ============================================================================== --- head/sysutils/incron/Makefile Wed Sep 26 13:08:56 2018 (r480736) +++ head/sysutils/incron/Makefile Wed Sep 26 13:13:48 2018 (r480737) @@ -15,9 +15,9 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE-GPL LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE-LGPL LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-X11 -BROKEN_mips= fails to compile: usertable.cpp:440: #pragma GCC diagnostic not allowed inside functions -BROKEN_mips64= fails to compile: usertable.cpp:440: #pragma GCC diagnostic not allowed inside functions -BROKEN_powerpc64= fails to compile: usertable.cpp:440: #pragma GCC diagnostic not allowed inside functions +BROKEN_mips= fails to compile: usertable.cpp:440: \#pragma GCC diagnostic not allowed inside functions +BROKEN_mips64= fails to compile: usertable.cpp:440: \#pragma GCC diagnostic not allowed inside functions +BROKEN_powerpc64= fails to compile: usertable.cpp:440: \#pragma GCC diagnostic not allowed inside functions LIB_DEPENDS= libinotify.so:devel/libinotify