From owner-svn-ports-head@freebsd.org Fri Sep 25 18:42:15 2020 Return-Path: Delivered-To: svn-ports-head@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 8B1863E05C9; Fri, 25 Sep 2020 18:42:15 +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 4Bygkb3CdFz4Nd0; Fri, 25 Sep 2020 18:42:15 +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 51AF01783F; Fri, 25 Sep 2020 18:42:15 +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 08PIgFlX015074; Fri, 25 Sep 2020 18:42:15 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08PIgFPR015073; Fri, 25 Sep 2020 18:42:15 GMT (envelope-from se@FreeBSD.org) Message-Id: <202009251842.08PIgFPR015073@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: Fri, 25 Sep 2020 18:42:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550063 - in head/emulators/nonpareil: . files X-SVN-Group: ports-head X-SVN-Commit-Author: se X-SVN-Commit-Paths: in head/emulators/nonpareil: . files X-SVN-Commit-Revision: 550063 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.33 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: Fri, 25 Sep 2020 18:42:15 -0000 Author: se Date: Fri Sep 25 18:42:14 2020 New Revision: 550063 URL: https://svnweb.freebsd.org/changeset/ports/550063 Log: Fix build with -fno-common Added: head/emulators/nonpareil/files/patch-src_asm.h (contents, props changed) Modified: head/emulators/nonpareil/Makefile Modified: head/emulators/nonpareil/Makefile ============================================================================== --- head/emulators/nonpareil/Makefile Fri Sep 25 18:32:43 2020 (r550062) +++ head/emulators/nonpareil/Makefile Fri Sep 25 18:42:14 2020 (r550063) @@ -3,20 +3,22 @@ PORTNAME= nonpareil PORTVERSION= 0.79 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= emulators MASTER_SITES= http://nonpareil.brouhaha.com/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Simulator for many HP calculators -LICENSE= GPLv2 # only +LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpng.so:graphics/png +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libpng.so:graphics/png USES= bison gnome pkgconfig scons:python2 sdl -USE_GNOME= gtk20 libxml2 +USE_GNOME= cairo gdkpixbuf2 gtk20 libxml2 USE_SDL= sdl PORTDOCS= CREDITS DEBUGGING README TODO Added: head/emulators/nonpareil/files/patch-src_asm.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/nonpareil/files/patch-src_asm.h Fri Sep 25 18:42:14 2020 (r550063) @@ -0,0 +1,11 @@ +--- src/asm.h.orig 2008-08-24 00:37:18 UTC ++++ src/asm.h +@@ -22,7 +22,7 @@ MA 02111, USA. + + extern int arch; + +-int pass; ++extern int pass; + extern int lineno; + extern int errors; +