pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/xawtv



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 30 15:44:17 UTC 2025

Modified Files:
        pkgsrc/multimedia/xawtv: Makefile

Log Message:
xawtv: remove bitrig support


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/multimedia/xawtv/Makefile

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

Modified files:

Index: pkgsrc/multimedia/xawtv/Makefile
diff -u pkgsrc/multimedia/xawtv/Makefile:1.57 pkgsrc/multimedia/xawtv/Makefile:1.58
--- pkgsrc/multimedia/xawtv/Makefile:1.57       Mon May  6 08:40:30 2024
+++ pkgsrc/multimedia/xawtv/Makefile    Sun Mar 30 15:44:16 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2024/05/06 08:40:30 jperkin Exp $
+# $NetBSD: Makefile,v 1.58 2025/03/30 15:44:16 wiz Exp $
 
 DISTNAME=      xawtv-3.95
 PKGREVISION=   30
@@ -56,7 +56,7 @@ PLIST_VARS+=          bsd v4l linux
 .if ${OPSYS} == "Linux"
 PLIST.v4l=             yes
 PLIST.linux=           yes
-.elif ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "Bitrig" ||\
+.elif ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || \
       ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly"
 PLIST.bsd=             yes
 #PLIST.v4l=            yes     # XXX: should teach it to probe this



Home | Main Index | Thread Index | Old Index