From owner-svn-ports-all@freebsd.org Thu Oct 1 18:40:01 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D9ECF4303F1; Thu, 1 Oct 2020 18:40:01 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C2MPF5Q2wz4WQW; Thu, 1 Oct 2020 18:40:01 +0000 (UTC) (envelope-from se@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 9D1AB1570A; Thu, 1 Oct 2020 18:40:01 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 091Ie1Db006056; Thu, 1 Oct 2020 18:40:01 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 091Ie1Zp006055; Thu, 1 Oct 2020 18:40:01 GMT (envelope-from se@FreeBSD.org) Message-Id: <202010011840.091Ie1Zp006055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: =?UTF-8?Q?Stefan_E=c3=9fer?= Date: Thu, 1 Oct 2020 18:40:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550861 - head/math/gkmap X-SVN-Group: ports-head X-SVN-Commit-Author: se X-SVN-Commit-Paths: head/math/gkmap X-SVN-Commit-Revision: 550861 X-SVN-Commit-Repository: ports 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.33 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: Thu, 01 Oct 2020 18:40:01 -0000 Author: se Date: Thu Oct 1 18:40:01 2020 New Revision: 550861 URL: https://svnweb.freebsd.org/changeset/ports/550861 Log: Fix build with -fno-common Modified: head/math/gkmap/Makefile Modified: head/math/gkmap/Makefile ============================================================================== --- head/math/gkmap/Makefile Thu Oct 1 18:32:29 2020 (r550860) +++ head/math/gkmap/Makefile Thu Oct 1 18:40:01 2020 (r550861) @@ -3,7 +3,7 @@ PORTNAME= gkmap PORTVERSION= 0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF/gkmap/gkmap/gkmap-${PORTVERSION}/ @@ -12,9 +12,12 @@ COMMENT= Simplification of Boolean Functions using Kar LICENSE= GPLv2 -GNU_CONFIGURE= yes +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 -USES= gnome pkgconfig -USE_GNOME= gtk20 libglade2 libxml2 +USES= gnome pkgconfig dos2unix +USE_GNOME= cairo gdkpixbuf2 gtk20 libglade2 libxml2 + +GNU_CONFIGURE= yes .include