pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/robotfindskitten



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed Jun  8 21:55:28 UTC 2022

Modified Files:
        pkgsrc/games/robotfindskitten: Makefile distinfo
        pkgsrc/games/robotfindskitten/patches: patch-src_Makefile.in
            patch-src_robotfindskitten.c
Removed Files:
        pkgsrc/games/robotfindskitten/patches: patch-configure

Log Message:
robotfindskitten: make patch for ncurses obsolete


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/robotfindskitten/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/robotfindskitten/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/games/robotfindskitten/patches/patch-configure
cvs rdiff -u -r1.1.1.1 -r1.2 \
    pkgsrc/games/robotfindskitten/patches/patch-src_Makefile.in \
    pkgsrc/games/robotfindskitten/patches/patch-src_robotfindskitten.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/robotfindskitten/Makefile
diff -u pkgsrc/games/robotfindskitten/Makefile:1.4 pkgsrc/games/robotfindskitten/Makefile:1.5
--- pkgsrc/games/robotfindskitten/Makefile:1.4  Tue Aug 18 07:31:09 2015
+++ pkgsrc/games/robotfindskitten/Makefile      Wed Jun  8 21:55:28 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2015/08/18 07:31:09 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/06/08 21:55:28 rillig Exp $
 #
 
 DISTNAME=      robotfindskitten-1.7320508.406
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    games
 MASTER_SITES=  http://robotfindskitten.org/download/POSIX/
 
@@ -15,6 +15,7 @@ GNU_CONFIGURE=        yes
 USE_LIBTOOL=   yes
 
 INFO_FILES=    yes
+FAKE_NCURSES=  yes
 
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/games/robotfindskitten/distinfo
diff -u pkgsrc/games/robotfindskitten/distinfo:1.5 pkgsrc/games/robotfindskitten/distinfo:1.6
--- pkgsrc/games/robotfindskitten/distinfo:1.5  Tue Oct 26 10:44:23 2021
+++ pkgsrc/games/robotfindskitten/distinfo      Wed Jun  8 21:55:28 2022
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:44:23 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/06/08 21:55:28 rillig Exp $
 
 BLAKE2s (robotfindskitten-1.7320508.406.tar.gz) = 0827123f74e4077c15f2c3b56f705c1318e0a5724b213581e999d0867b12b6e1
 SHA512 (robotfindskitten-1.7320508.406.tar.gz) = 96c8f9968336cda5f079ca4b69a17a76444a3291b1354d594d2a9b89cb0d88296b983c70076da3334774710d811b33a90fe513ba5dca330808e5345e6c920865
 Size (robotfindskitten-1.7320508.406.tar.gz) = 406412 bytes
-SHA1 (patch-configure) = 0ac7bf23c092e6302db9ac040845663cdcab5f2e
-SHA1 (patch-src_Makefile.in) = 84636145ec95e38d25b140ce4a9adf7c7f087e15
-SHA1 (patch-src_robotfindskitten.c) = ec94eb49711f4f3d439e354a29c7217b363b23cf
+SHA1 (patch-src_Makefile.in) = b86047359beb9ae8e37303e91b90401920cb18c0
+SHA1 (patch-src_robotfindskitten.c) = 3de2a29060bb3f3889608b3917e6e54dbc5837b1

Index: pkgsrc/games/robotfindskitten/patches/patch-src_Makefile.in
diff -u pkgsrc/games/robotfindskitten/patches/patch-src_Makefile.in:1.1.1.1 pkgsrc/games/robotfindskitten/patches/patch-src_Makefile.in:1.2
--- pkgsrc/games/robotfindskitten/patches/patch-src_Makefile.in:1.1.1.1 Fri Feb 17 16:57:25 2012
+++ pkgsrc/games/robotfindskitten/patches/patch-src_Makefile.in Wed Jun  8 21:55:28 2022
@@ -1,5 +1,7 @@
-$NetBSD: patch-src_Makefile.in,v 1.1.1.1 2012/02/17 16:57:25 jakllsch Exp $
-Install binary in usual location.
+$NetBSD: patch-src_Makefile.in,v 1.2 2022/06/08 21:55:28 rillig Exp $
+
+Install binary in the usual location.
+
 --- src/Makefile.in.orig       2007-11-27 21:16:18.000000000 +0000
 +++ src/Makefile.in
 @@ -170,7 +170,7 @@ sysconfdir = @sysconfdir@
Index: pkgsrc/games/robotfindskitten/patches/patch-src_robotfindskitten.c
diff -u pkgsrc/games/robotfindskitten/patches/patch-src_robotfindskitten.c:1.1.1.1 pkgsrc/games/robotfindskitten/patches/patch-src_robotfindskitten.c:1.2
--- pkgsrc/games/robotfindskitten/patches/patch-src_robotfindskitten.c:1.1.1.1  Fri Feb 17 16:57:25 2012
+++ pkgsrc/games/robotfindskitten/patches/patch-src_robotfindskitten.c  Wed Jun  8 21:55:28 2022
@@ -1,5 +1,7 @@
-$NetBSD: patch-src_robotfindskitten.c,v 1.1.1.1 2012/02/17 16:57:25 jakllsch Exp $
-Fix compile warning on NetBSD due to use of time(3) wihout <time.h>.
+$NetBSD: patch-src_robotfindskitten.c,v 1.2 2022/06/08 21:55:28 rillig Exp $
+
+Fix compile warning on NetBSD due to use of time(3) without <time.h>.
+
 --- src/robotfindskitten.c.orig        2007-12-01 04:25:21.000000000 +0000
 +++ src/robotfindskitten.c
 @@ -37,6 +37,7 @@ static char* ver = VERSION;



Home | Main Index | Thread Index | Old Index