Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2020 18:42:15 +0000 (UTC)
From:      =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550063 - in head/emulators/nonpareil: . files
Message-ID:  <202009251842.08PIgFPR015073@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009251842.08PIgFPR015073>