Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 1998 21:58:47 -0800 (PST)
From:      josh@quick.net
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8946: games/netris lang/sr both install PREFIX/bin/sr
Message-ID:  <199812030558.VAA07846@newport-1-5.quick.net>

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

>Number:         8946
>Category:       ports
>Synopsis:       games/netris, lang/sr both install PREFIX/bin/sr
>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:   Wed Dec  2 22:00:00 PST 1998
>Last-Modified:
>Originator:     Josh Gilliam
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

ports/games/netris/patches/patch-aa     1.3

>Description:

The lang/sr port installs a bin/sr; Avoid conflict by installing
the sr here as netrissr.

>How-To-Repeat:
>Fix:
	
--- ports/games/netris/patches/patch-aa~	Mon Sep 28 22:30:39 1998
+++ ports/games/netris/patches/patch-aa	Wed Dec  2 20:39:15 1998
@@ -1,5 +1,5 @@
---- Configure.orig	Sat Feb 10 04:41:40 1996
-+++ Configure	Sun Sep 27 18:49:59 1998
+--- Configure.orig	Sat Feb 10 02:41:40 1996
++++ Configure	Wed Dec  2 20:38:49 1998
 @@ -159,9 +159,12 @@
  PROG = netris
  HEADERS = netris.h
@@ -20,7 +20,7 @@
 +
 +install:
 +	install -c -o bin -g bin -s -m 755 $(PROG) $(DESTDIR)
-+	install -c -o bin -g bin -s -m 755 sr $(DESTDIR)
++	install -c -o bin -g bin -s -m 755 netrissr $(DESTDIR)
  
  ##### DO NOT EDIT OR DELETE THIS LINE, it's needed by make depend #####
  END
>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?199812030558.VAA07846>