pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ncurses



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon May  6 08:00:28 UTC 2024

Modified Files:
        pkgsrc/devel/ncurses: Makefile PLIST

Log Message:
ncurses: Stop installing the demo.cc example.

If more than 2 people have used this in the 25 years it's been added to
this package, I'd be very surprised.


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 pkgsrc/devel/ncurses/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/ncurses/PLIST

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

Modified files:

Index: pkgsrc/devel/ncurses/Makefile
diff -u pkgsrc/devel/ncurses/Makefile:1.115 pkgsrc/devel/ncurses/Makefile:1.116
--- pkgsrc/devel/ncurses/Makefile:1.115 Thu Jan 19 12:09:20 2023
+++ pkgsrc/devel/ncurses/Makefile       Mon May  6 08:00:28 2024
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.115 2023/01/19 12:09:20 wiz Exp $
+# $NetBSD: Makefile,v 1.116 2024/05/06 08:00:28 jperkin Exp $
 
 .include "Makefile.common"
 
 COMMENT=       CRT screen handling and optimization package
 
-INSTALLATION_DIRS+=    share/examples
-
 PLIST_SRC=     ${PKGDIR}/PLIST ${WRKDIR}/PLIST.terminfo
 
 post-configure:
@@ -18,8 +16,6 @@ post-configure:
        done
 
 post-install:
-       ${INSTALL_DATA} ${WRKSRC}/c++/demo.cc \
-               ${DESTDIR}${PREFIX}/share/examples/ncurses++demo.cc
 .if ${OPSYS} == "Darwin"
        # Clashes with "a" versions on case-insensitive file systems
        ${RM} -f ${DESTDIR}${PREFIX}/${TERMINFODIR}/32/2621A

Index: pkgsrc/devel/ncurses/PLIST
diff -u pkgsrc/devel/ncurses/PLIST:1.28 pkgsrc/devel/ncurses/PLIST:1.29
--- pkgsrc/devel/ncurses/PLIST:1.28     Tue Nov 16 15:19:59 2021
+++ pkgsrc/devel/ncurses/PLIST  Mon May  6 08:00:28 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2021/11/16 15:19:59 wiz Exp $
+@comment $NetBSD: PLIST,v 1.29 2024/05/06 08:00:28 jperkin Exp $
 bin/captoinfo
 bin/clear
 bin/infocmp
@@ -937,7 +937,6 @@ man/man5/term.5
 man/man5/terminfo.5
 man/man5/user_caps.5
 man/man7/term.7
-share/examples/ncurses++demo.cc
 share/tabset/std
 share/tabset/stdcrt
 share/tabset/vt100



Home | Main Index | Thread Index | Old Index