[Midnightbsd-cvs] mports: games/cowsay: Ok this is not the best patch, but it should fix

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Apr 3 21:03:04 EDT 2008


Log Message:
-----------
Ok this is not the best patch, but it should fix the immediate problem on the build cluster.

The script got PREFIX set which includes the fakedir.  We're just hard coding /usr/local now.

Modified Files:
--------------
    mports/games/cowsay:
        Makefile (r1.2 -> r1.3)
    mports/games/cowsay/files:
        patch-aa (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/games/cowsay/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L games/cowsay/Makefile -L games/cowsay/Makefile -u -r1.2 -r1.3
--- games/cowsay/Makefile
+++ games/cowsay/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	cowsay
 PORTVERSION=	3.03
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	ftp://ftp.nog.net/pub/tony/cowsay/
 
Index: patch-aa
===================================================================
RCS file: /home/cvs/mports/games/cowsay/files/patch-aa,v
retrieving revision 1.1
retrieving revision 1.2
diff -L games/cowsay/files/patch-aa -L games/cowsay/files/patch-aa -u -r1.1 -r1.2
--- games/cowsay/files/patch-aa
+++ games/cowsay/files/patch-aa
@@ -1,7 +1,5 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/03/25 20:13:24 jlam Exp $
-
---- cowsay.orig	Thu Nov  4 11:29:53 1999
-+++ cowsay	Sat Mar 25 12:07:09 2000
+--- cowsay.orig	Fri May 19 21:29:49 2000
++++ cowsay	Thu Apr  3 20:58:49 2008
 @@ -7,7 +7,7 @@
  ##
  
@@ -11,7 +9,16 @@
  use File::Basename;
  use Getopt::Std;
  use Cwd;
-@@ -180,4 +180,21 @@
+@@ -16,7 +16,7 @@
+ $progname = basename($0);
+ $eyes = "oo";
+ $tongue = "  ";
+-$cowpath = $ENV{'COWPATH'} || '%PREFIX%/share/cows';
++$cowpath = $ENV{'COWPATH'} || '/usr/local/share/cows';
+ @message = ();
+ $thoughts = "";
+ 
+@@ -184,4 +184,21 @@
  Usage: $progname [-bdgpstwy] [-h] [-e eyes] [-f cowfile] 
            [-l] [-n] [-T tongue] [-W wrapcolumn] [message]
  EOF


More information about the Midnightbsd-cvs mailing list