From owner-svn-ports-head@freebsd.org Sat Oct 20 16:21:13 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 C73DFFEB3FF; Sat, 20 Oct 2018 16:21:13 +0000 (UTC) (envelope-from yuri@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 7DC1379188; Sat, 20 Oct 2018 16:21:13 +0000 (UTC) (envelope-from yuri@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 78AEF2058C; Sat, 20 Oct 2018 16:21:13 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9KGLDeb072799; Sat, 20 Oct 2018 16:21:13 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9KGLDeW072798; Sat, 20 Oct 2018 16:21:13 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810201621.w9KGLDeW072798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 20 Oct 2018 16:21:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482591 - head/science/chemtool X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/chemtool X-SVN-Commit-Revision: 482591 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.29 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: Sat, 20 Oct 2018 16:21:13 -0000 Author: yuri Date: Sat Oct 20 16:21:13 2018 New Revision: 482591 URL: https://svnweb.freebsd.org/changeset/ports/482591 Log: science/chemtool: fix build with GCC-based architectures Also add USES=gnome PR: 232474 Submitted by: Piotr Kubaj Modified: head/science/chemtool/Makefile Modified: head/science/chemtool/Makefile ============================================================================== --- head/science/chemtool/Makefile Sat Oct 20 16:20:27 2018 (r482590) +++ head/science/chemtool/Makefile Sat Oct 20 16:21:13 2018 (r482591) @@ -17,7 +17,7 @@ LIB_DEPENDS= libEMF.so:graphics/libemf \ libfreetype.so:print/freetype2 RUN_DEPENDS= transfig:print/transfig -USES= gmake pkgconfig +USES= compiler:c++11-lang gmake gnome pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-emf=yes --with-localedir=${PREFIX} USE_GNOME= cairo gdkpixbuf2 gtk20