ports/56453: games/fuhquake: small maintenance update

Alexey Dokuchaev danfe at regency.nsu.ru
Thu Sep 4 18:30:21 UTC 2003


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list