Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2020 19:00:12 +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: r550066 - in head/games/heretic: . files
Message-ID:  <202009251900.08PJ0Cqj022916@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Fri Sep 25 19:00:11 2020
New Revision: 550066
URL: https://svnweb.freebsd.org/changeset/ports/550066

Log:
  Fix build with -fno-common

Added:
  head/games/heretic/files/patch-f__finale.c   (contents, props changed)
Modified:
  head/games/heretic/Makefile

Modified: head/games/heretic/Makefile
==============================================================================
--- head/games/heretic/Makefile	Fri Sep 25 18:59:59 2020	(r550065)
+++ head/games/heretic/Makefile	Fri Sep 25 19:00:11 2020	(r550066)
@@ -3,7 +3,7 @@
 
 PORTNAME=	heretic
 PORTVERSION=	1.2
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	games
 MASTER_SITES=	http://files.kyle-evans.net/freebsd/:source \
 		http://files.kyle-evans.net/freebsd/:wad
@@ -13,6 +13,11 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	oliver@FreeBSD.org
 COMMENT=	Unix source-port of the famous Heretic game by id Software
+
+LICENSE=	ACTIVISION
+LICENSE_NAME=	Activision Source License
+LICENSE_FILE=	${WRKSRC}/doc/"End User License Heretic Source Code.txt"
+LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
 
 USES=		dos2unix gmake
 DOS2UNIX_FILES=	opengl/gl_struct.h

Added: head/games/heretic/files/patch-f__finale.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/heretic/files/patch-f__finale.c	Fri Sep 25 19:00:11 2020	(r550066)
@@ -0,0 +1,11 @@
+--- f_finale.c.orig	2000-01-22 15:22:45 UTC
++++ f_finale.c
+@@ -22,7 +22,7 @@ char    *e5text = E5TEXT;
+ char    *finaletext;
+ char    *finaleflat;
+ 
+-int FontABaseLump;
++extern int FontABaseLump;
+ 
+ extern boolean automapactive;
+ extern boolean viewactive;



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