From verm@jolly.drunkmonk.net  Mon Jul 22 11:33:18 2002
Return-Path: <verm@jolly.drunkmonk.net>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3829037B400
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Jul 2002 11:33:18 -0700 (PDT)
Received: from jolly.drunkmonk.net (jolly.drunkmonk.net [66.37.140.163])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C2C2D43E6A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Jul 2002 11:33:17 -0700 (PDT)
	(envelope-from verm@jolly.drunkmonk.net)
Received: from jolly.drunkmonk.net (verm@localhost [127.0.0.1])
	by jolly.drunkmonk.net (8.12.3/8.12.3) with ESMTP id g6MIX79H051746
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Jul 2002 12:33:07 -0600 (MDT)
	(envelope-from verm@jolly.drunkmonk.net)
Received: (from verm@localhost)
	by jolly.drunkmonk.net (8.12.3/8.12.1/Submit) id g6MIX79f051745;
	Mon, 22 Jul 2002 12:33:07 -0600 (MDT)
Message-Id: <200207221833.g6MIX79f051745@jolly.drunkmonk.net>
Date: Mon, 22 Jul 2002 12:33:07 -0600 (MDT)
From: Amar Takhar <verm@drunkmonk.net>
Reply-To: Amar Takhar <verm@drunkmonk.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: fix: games/xpipeman
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         40889
>Category:       ports
>Synopsis:       fix: games/xpipeman
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 22 11:40:02 PDT 2002
>Closed-Date:    Mon Jul 22 18:28:40 PDT 2002
>Last-Modified:  Mon Jul 22 18:28:40 PDT 2002
>Originator:     Amar Takhar
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:

>Description:

Such a travesty! i couldn't belive it when i saw that this was marked broken, i 
just had to fix it :)  It's a simple fix, plop the patch into files/, and 
remove:
	files/patch-ab
        scripts/pre-configure
	scripts/

>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	patch-ac
#
echo x - patch-ac
sed 's/^X//' >patch-ac << 'END-of-patch-ac'
X--- Imakefile.orig	Tue Jul 28 19:56:27 1992
X+++ Imakefile	Mon Jul 22 14:05:57 2002
X@@ -1,7 +1,7 @@
X 
X-     SCORE_FILE = -DSCORE_FILE=\"/usr/games/lib/xpipescores\"
X+     SCORE_FILE = -DSCORE_FILE=\"/usr/X11R6/lib/X11/xpipescores\"
X       MAXSCORES = -DMAXSCORES=20
X-        DEFINES = $(SCORE_FILE) $(MAXSCORES) -DSYSV
X+        DEFINES = $(SCORE_FILE) $(MAXSCORES)
X 
X            SRCS = actions.c game.c graphics.c main.c score.c popup.c info.c
X            OBJS = actions.o game.o graphics.o main.o score.o popup.o info.o
X@@ -10,6 +10,9 @@
X LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
X   SYS_LIBRARIES = -lm
X 
X+      MANSUFFIX = 6
X+   INSTPGMFLAGS = -g games
X+
X all:: xpipeman
X 
X ComplexProgramTarget(xpipeman)
X@@ -19,4 +22,3 @@
X  *  InstallManPage(xpipeman,$(MANDIR))
X  *  InstallProgram(xpipeman,$(BINDIR))
X  */
X-
END-of-patch-ac
exit
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: naddy 
State-Changed-When: Mon Jul 22 18:28:18 PDT 2002 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=40889 
>Unformatted:
