pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/television



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Jan 15 09:34:07 UTC 2026

Modified Files:
        pkgsrc/textproc/television: Makefile PLIST

Log Message:
television: fix broken package

Thanks to @wiz


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/television/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/television/PLIST

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

Modified files:

Index: pkgsrc/textproc/television/Makefile
diff -u pkgsrc/textproc/television/Makefile:1.12 pkgsrc/textproc/television/Makefile:1.13
--- pkgsrc/textproc/television/Makefile:1.12    Mon Jan 12 12:05:10 2026
+++ pkgsrc/textproc/television/Makefile Thu Jan 15 09:34:06 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2026/01/12 12:05:10 pin Exp $
+# $NetBSD: Makefile,v 1.13 2026/01/15 09:34:06 pin Exp $
 
 DISTNAME=      television-0.14.5
 CATEGORIES=    textproc devel
@@ -12,26 +12,21 @@ LICENSE=    mit
 .include "cargo-depends.mk"
 
 RUST_REQ=              1.90.0
-INSTALLATION_DIRS=     ${PKGMANDIR}/man1 share/examples/television
-
-post-build:
-       ${CP} ${FILESDIR}/files.toml ${WRKDIR}/files.toml
+INSTALLATION_DIRS=     ${PKGMANDIR}/man1
 
 post-install:
        ${INSTALL_MAN} ${WRKSRC}/man/tv.1 \
                ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/tv.1
-       ${INSTALL_DATA} ${WRKDIR}/files.toml \
-               ${DESTDIR}${PREFIX}/share/examples/television
 
 # The following are not strictly necessary but functionallity will
 # be limited without these. Hence, make sure they are installed.
-DEPENDS+=      git-base-[0-9]*:../../devel/git-base
+#DEPENDS+=     git-base-[0-9]*:../../devel/git-base
 # Please note that within pkgsrc the resulting binary for sysutils/fd-find
 # has been renamed to 'fdfind' to avoid conflicts with misc/fd
 # Due to this, the default 'files.toml' provided with this package
 # needs to be adapted to reflect the renamed binary.
-DEPENDS+=      fd-find-[0-9]*:../../sysutils/fd-find
-DEPENDS+=      bat-[0-9]*:../../textproc/bat
+#DEPENDS+=     fd-find-[0-9]*:../../sysutils/fd-find
+#DEPENDS+=     bat-[0-9]*:../../textproc/bat
 
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/television/PLIST
diff -u pkgsrc/textproc/television/PLIST:1.1 pkgsrc/textproc/television/PLIST:1.2
--- pkgsrc/textproc/television/PLIST:1.1        Thu Aug  7 19:11:06 2025
+++ pkgsrc/textproc/television/PLIST    Thu Jan 15 09:34:06 2026
@@ -1,4 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2025/08/07 19:11:06 pin Exp $
+@comment $NetBSD: PLIST,v 1.2 2026/01/15 09:34:06 pin Exp $
 bin/tv
 man/man1/tv.1
-share/examples/television/files.toml



Home | Main Index | Thread Index | Old Index