From owner-svn-ports-all@freebsd.org Wed Mar 16 11:48:48 2016 Return-Path: Delivered-To: svn-ports-all@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 D8699AD152A; Wed, 16 Mar 2016 11:48:48 +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 mx1.freebsd.org (Postfix) with ESMTPS id AAC7DB2; Wed, 16 Mar 2016 11:48:48 +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 u2GBmlCf045825; Wed, 16 Mar 2016 11:48:47 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2GBmlkr045824; Wed, 16 Mar 2016 11:48:47 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201603161148.u2GBmlkr045824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Wed, 16 Mar 2016 11:48:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411227 - head/graphics/iccexamin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 11:48:48 -0000 Author: bsam Date: Wed Mar 16 11:48:47 2016 New Revision: 411227 URL: https://svnweb.freebsd.org/changeset/ports/411227 Log: graphics/iccexamin: Fix build at FreeBSD-HEAD (no-op for other versions). The error is: ----- /usr/bin/ld: cannot find -lomp c++: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 ----- Modified: head/graphics/iccexamin/Makefile Modified: head/graphics/iccexamin/Makefile ============================================================================== --- head/graphics/iccexamin/Makefile Wed Mar 16 11:43:07 2016 (r411226) +++ head/graphics/iccexamin/Makefile Wed Mar 16 11:48:47 2016 (r411227) @@ -24,7 +24,7 @@ USES= desktop-file-utils gettext iconv HAS_CONFIGURE= yes INSTALLS_ICONS= yes USE_XORG= # -CONFIGURE_ARGS+=--mandir=${PREFIX}/man +CONFIGURE_ARGS+=--mandir=${PREFIX}/man --disable-openmp post-patch: @${REINPLACE_CMD} 's:\\$$(iconv):${ICONV_LIB}:' \