Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2002 12:33:07 -0600 (MDT)
From:      Amar Takhar <verm@drunkmonk.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40889: fix: games/xpipeman
Message-ID:  <200207221833.g6MIX79f051745@jolly.drunkmonk.net>

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

>Number:         40889
>Category:       ports
>Synopsis:       fix: games/xpipeman
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 22 11:40:02 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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