Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2003 01:29:27 +0700 (NOVST)
From:      Alexey Dokuchaev <danfe@regency.nsu.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56453: games/fuhquake: small maintenance update
Message-ID:  <200309041829.h84ITRHJ081476@regency.nsu.ru>
Resent-Message-ID: <200309041830.h84IUJ6U031334@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         56453
>Category:       ports
>Synopsis:       games/fuhquake: small maintenance update
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 04 11:30:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Dokuchaev
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
CNIT NSU
>Environment:
System: FreeBSD regency.nsu.ru 4.8-STABLE FreeBSD 4.8-STABLE #0: Fri Aug 8 20:27:14 NOVST 2003 root@regency.nsu.ru:/usr/obj/usr/src/sys/REGENCY i386
>Description:
This is a small patch to Makefile that does two things:
	- Silence GCC warnings on 5.x (missing \n at EOF)
	- Change bogus SED statement

This also closes PR ports/56425.

Submitted by:	Ulrich Spoerlein <q@uni.de>
>How-To-Repeat:
N/A
>Fix:
%%%
diff -ur /usr/ports/games/fuhquake/Makefile fuhquake/Makefile
--- /usr/ports/games/fuhquake/Makefile	Mon Sep  1 18:52:05 2003
+++ fuhquake/Makefile	Fri Sep  5 01:04:29 2003
@@ -106,6 +106,12 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%%%BASEDIR%%%%|${DATADIR}|' ${WRKSRC}/common.c
+.for file in cmd.h common.h render.h console.h quakedef.h cvar.h cvar_groups.h \
+	fmod.h config_manager.h auth.h logging.h ignore.h fchecks.h rulesets.h \
+	modules.h mp3_player.h r_local.h movie.c logging.c quotes.h zone.c \
+	gl_local.h gl_image.h gl_warp_sin.h
+	@${ECHO_CMD} "" >> ${WRKSRC}/${file}
+.endfor
 
 do-build:
 .if !defined(WITHOUT_X11)
@@ -143,6 +149,6 @@
 .endif
 
 post-install:
-	@${SED} -e 's|$${PREFIX}|${PREFIX}|g' ${PKGMESSAGE}
+	@${SED} -e 's|$${DATADIR}|${DATADIR}|g' ${PKGMESSAGE}
 
 .include <bsd.port.mk>

>Release-Note:
>Audit-Trail:
>Unformatted:



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