Mon Nov 6 13:39:17 2017 UTC ()
libv4l: comment out dead sites


(wiz)
diff -r1.13 -r1.14 pkgsrc/graphics/libv4l/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/graphics/libv4l/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/libv4l/Makefile 2016/09/09 21:07:23 1.13
+++ pkgsrc/graphics/libv4l/Makefile 2017/11/06 13:39:17 1.14
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.13 2016/09/09 21:07:23 richard Exp $ 1# $NetBSD: Makefile,v 1.14 2017/11/06 13:39:17 wiz Exp $
2 2
3DISTNAME= libv4l-0.4.3 3DISTNAME= libv4l-0.4.3
4PKGREVISION= 3 4PKGREVISION= 3
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= http://people.atrpms.net/~hdegoede/ 6#MASTER_SITES= http://people.atrpms.net/~hdegoede/
7 7
8MAINTAINER= tech-multimedia@NetBSD.org 8MAINTAINER= tech-multimedia@NetBSD.org
9HOMEPAGE= http://people.atrpms.net/~hdegoede/ 9#HOMEPAGE= http://people.atrpms.net/~hdegoede/
10COMMENT= Video4Linux userspace library 10COMMENT= Video4Linux userspace library
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13USE_GCC_RUNTIME= yes 13USE_GCC_RUNTIME= yes
14 14
15USE_TOOLS+= gmake 15USE_TOOLS+= gmake
16 16
17.include "../../mk/bsd.prefs.mk" 17.include "../../mk/bsd.prefs.mk"
18 18
19.if (${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly") \ 19.if (${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly") \
20 && !exists(/usr/include/sys/videoio.h) 20 && !exists(/usr/include/sys/videoio.h)
21PLIST.needs_videoio= yes 21PLIST.needs_videoio= yes
22INSTALLATION_DIRS+= include/sys 22INSTALLATION_DIRS+= include/sys