From owner-svn-ports-head@freebsd.org Thu Jan 18 21:46:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5225FEC5396; Thu, 18 Jan 2018 21:46:58 +0000 (UTC) (envelope-from bsam@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 2ACB78377E; Thu, 18 Jan 2018 21:46:58 +0000 (UTC) (envelope-from bsam@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 5C284243FE; Thu, 18 Jan 2018 21:46:57 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0ILkvGF015203; Thu, 18 Jan 2018 21:46:57 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0ILkvqE015202; Thu, 18 Jan 2018 21:46:57 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201801182146.w0ILkvqE015202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Thu, 18 Jan 2018 21:46:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459382 - head/graphics/iccexamin X-SVN-Group: ports-head X-SVN-Commit-Author: bsam X-SVN-Commit-Paths: head/graphics/iccexamin X-SVN-Commit-Revision: 459382 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.25 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: Thu, 18 Jan 2018 21:46:58 -0000 Author: bsam Date: Thu Jan 18 21:46:57 2018 New Revision: 459382 URL: https://svnweb.freebsd.org/changeset/ports/459382 Log: graphics/iccexamin: Fix build with clang6, spaces->tabs . fix build with clang6 by forcing --std=c++98; . spaces->tabs at a makefile assignment. Modified: head/graphics/iccexamin/Makefile Modified: head/graphics/iccexamin/Makefile ============================================================================== --- head/graphics/iccexamin/Makefile Thu Jan 18 21:41:20 2018 (r459381) +++ head/graphics/iccexamin/Makefile Thu Jan 18 21:46:57 2018 (r459382) @@ -20,8 +20,8 @@ LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ libtiff.so:graphics/tiff \ libXcm.so:x11/libXcm -USE_GITHUB= yes -GH_ACCOUNT= oyranos-cms +USE_GITHUB= yes +GH_ACCOUNT= oyranos-cms MAKE_JOBS_UNSAFE= yes USES= desktop-file-utils gettext iconv jpeg pkgconfig @@ -30,6 +30,7 @@ INSTALLS_ICONS= yes USE_GL= gl glu USE_XORG= x11 xcursor xext xfixes xft xinerama xpm xrandr xxf86vm CONFIGURE_ARGS+=--mandir=${PREFIX}/man --disable-openmp +USE_CXXSTD= c++98 post-patch: @${REINPLACE_CMD} 's:\\$$(iconv):${ICONV_LIB}:' \