Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 1998 22:10:00 -0800 (PST)
From:      Josh Gilliam <josh@quick.net>
To:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/8946
Message-ID:  <199812030610.WAA29545@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/8946; it has been noted by GNATS.

From: Josh Gilliam <josh@quick.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:  Subject: Re: ports/8946
Date: Wed, 2 Dec 1998 22:08:44 -0800

 Oops, forgot PLIST.
 
 > >Environment: 
 > 
 > ports/games/netris/patches/patch-aa     1.3
   ports/games/netris/pkg/PLIST            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
 
 --- ports/games/netris/pkg/PLIST~	Wed Aug 12 19:23:08 1998
 +++ ports/games/netris/pkg/PLIST	Wed Dec  2 22:06:44 1998
 @@ -1,2 +1,2 @@
  bin/netris
 -bin/sr
 +bin/netrissr
 
 -- 
 Josh Gilliam                    <josh@quick.net>
 6745 Washington Ave #198          1 626 968 5232
 Whittier CA 90601-4325 USA

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?199812030610.WAA29545>