Sat May 11 16:18:57 2024 UTC (12d)
catpoint: use FAKE_CURSES instead of patch

Suggested by jperkin@, thanks


(wiz)
diff -r1.2 -r1.3 pkgsrc/misc/catpoint/Makefile
diff -r1.4 -r1.5 pkgsrc/misc/catpoint/distinfo
diff -r1.1 -r0 pkgsrc/misc/catpoint/patches/patch-Makefile
Sun May 12 01:18:57 2024
Thu Jan 1 09:00:00 1970
pkgsrc/misc/catpoint/patches/patch-Makefile,v

anoncvs not yet been updated

cvs diff -r1.2 -r1.3 pkgsrc/misc/catpoint/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/catpoint/Makefile 2024/05/06 08:27:53 1.2
+++ pkgsrc/misc/catpoint/Makefile 2024/05/11 16:18:57 1.3
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.2 2024/05/06 08:27:53 jperkin Exp $ 1# $NetBSD: Makefile,v 1.3 2024/05/11 16:18:57 wiz Exp $
2 2
3DISTNAME= catpoint-v0.2 3DISTNAME= catpoint-v0.2
4PKGNAME= ${DISTNAME:S/-v/-/} 4PKGNAME= ${DISTNAME:S/-v/-/}
5CATEGORIES= misc 5CATEGORIES= misc
6MASTER_SITES= ftp://bitreich.org/releases/catpoint/ 6MASTER_SITES= ftp://bitreich.org/releases/catpoint/
7EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
8 8
9MAINTAINER= leot@NetBSD.org 9MAINTAINER= leot@NetBSD.org
10HOMEPAGE= gopher://bitreich.org/1/scm/catpoint 10HOMEPAGE= gopher://bitreich.org/1/scm/catpoint
11COMMENT= Simple presentation software written in curses 11COMMENT= Simple presentation software written in curses
12LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
13 13
14MAKE_FLAGS+= PREFIX=${PREFIX} 14MAKE_FLAGS+= PREFIX=${PREFIX}
15MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR} 15MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR}
16 16
17USE_LANGUAGES= c99 17USE_LANGUAGES= c99
 18FAKE_NCURSES= yes
18 19
19.include "../../mk/curses.buildlink3.mk" 20.include "../../mk/curses.buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/misc/catpoint/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/catpoint/distinfo 2024/05/11 15:34:57 1.4
+++ pkgsrc/misc/catpoint/distinfo 2024/05/11 16:18:57 1.5
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.4 2024/05/11 15:34:57 wiz Exp $ 1$NetBSD: distinfo,v 1.5 2024/05/11 16:18:57 wiz Exp $
2 2
3BLAKE2s (catpoint-v0.2.tgz) = 49958a81ef20ed1dc323829bc2190452d043e78e2b860edea857c676dc18df08 3BLAKE2s (catpoint-v0.2.tgz) = 49958a81ef20ed1dc323829bc2190452d043e78e2b860edea857c676dc18df08
4SHA512 (catpoint-v0.2.tgz) = 9a3ce033dde8854ceaf6601ecb5258464001f125ee15c4efece97a1339e30f83b889d0195bc63be001050a98603c7f9f482b05f94d123fbfaa886b95d7619a74 4SHA512 (catpoint-v0.2.tgz) = 9a3ce033dde8854ceaf6601ecb5258464001f125ee15c4efece97a1339e30f83b889d0195bc63be001050a98603c7f9f482b05f94d123fbfaa886b95d7619a74
5Size (catpoint-v0.2.tgz) = 16613 bytes 5Size (catpoint-v0.2.tgz) = 16613 bytes
6SHA1 (patch-Makefile) = e97072db7d569151f44bf54e0139ea9e6af7123f 

File Deleted: pkgsrc/misc/catpoint/patches/patch-Makefile