Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2009 10:54:26 +0100 (CET)
From:      Ulrich Spoerlein <uqs@spoerlein.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/141673: [MAINTAINER] games/bsdgames: Unbreak on -CURRENT
Message-ID:  <200912160954.nBG9sQL3007860@roadrunner.spoerlein.net>
Resent-Message-ID: <200912161000.nBGA0F6i023714@freefall.freebsd.org>

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

>Number:         141673
>Category:       ports
>Synopsis:       [MAINTAINER] games/bsdgames: Unbreak on -CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 16 10:00:15 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 9.0-CURRENT i386
>Organization:
>Environment:
>Description:
Don't fight gcc warnings in the port. This can be done upstream, but is pretty useless
for the port builds. Noone cares about -Werror here.

Removed file(s):
- files/patch-warns

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- bsdgames-2.4_1,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /tank/ncvs/ports/games/bsdgames/Makefile,v
retrieving revision 1.25
diff -u -p -u -r1.25 Makefile
--- Makefile	30 Nov 2009 14:01:04 -0000	1.25
+++ Makefile	16 Dec 2009 09:53:11 -0000
@@ -19,6 +19,7 @@ COMMENT=	Traditional BSD games taken fro
 
 WRKSRC=		${WRKDIR}/dragonfly
 USE_BZIP2=	yes
+MAKE_ENV+=	NO_WERROR=1
 MAN6=	adventure.6 \
 	arithmetic.6 \
 	atc.6 \
Index: pkg-plist
===================================================================
RCS file: /tank/ncvs/ports/games/bsdgames/pkg-plist,v
retrieving revision 1.4
diff -u -p -u -r1.4 pkg-plist
--- pkg-plist	21 Nov 2009 22:00:33 -0000	1.4
+++ pkg-plist	16 Dec 2009 09:53:11 -0000
@@ -114,6 +114,7 @@ phantasia/motd
 phantasia/scoreboard
 @dirrmtry phantasia
 @exec chmod 0775 %D/phantasia
+@comment atc_score
 battlestar.log
 cfscores
 criblog
Index: files/patch-warns
===================================================================
RCS file: files/patch-warns
diff -N files/patch-warns
--- files/patch-warns	21 Nov 2009 22:00:34 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,40 +0,0 @@
---- ./atc/Makefile
-+++ ./atc/Makefile
-@@ -4,6 +4,7 @@
- 
- PROG=	atc
- CFLAGS+=-I${.CURDIR} -I.
-+WARNS?=	2
- SRCS=	extern.c grammar.y graphics.c input.c lex.l list.c log.c \
- 	main.c tunable.c update.c y.tab.h
- MAN=	atc.6
---- ./atc/include.h
-+++ ./atc/include.h
-@@ -56,6 +56,7 @@
- #include <pwd.h>
- #include <signal.h>
- #include <stdio.h>
-+#include <stdlib.h>
- #include <string.h>
- #include <termios.h>
- #include <unistd.h>
---- ./hack/Makefile
-+++ ./hack/Makefile
-@@ -19,6 +19,7 @@ MAN=	hack.6
- DPADD=	${LIBTERMCAP}
- LDADD=	-ltermcap
- CFLAGS+= -I${.CURDIR} -I.
-+WARNS?=	3 # shadowed 'u' variable, blame sys/stat.h :/
- FILES=	rumors help hh data
- FILESMODE_rumors=	440
- FILESGRP=	${BINGRP}
---- ./rogue/Makefile
-+++ ./rogue/Makefile
-@@ -4,6 +4,7 @@
- 
- PROG=	rogue
- CFLAGS+=-DUNIX
-+WARNS?=	1
- SRCS=	hit.c init.c inventory.c level.c machdep.c main.c \
- 	message.c monster.c move.c object.c pack.c play.c random.c ring.c \
- 	room.c save.c score.c spec_hit.c throw.c trap.c use.c zap.c
--- bsdgames-2.4_1,1.patch ends here ---

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



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