pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/libflashsupport



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Apr 29 20:07:41 UTC 2020

Modified Files:
        pkgsrc/multimedia/libflashsupport: Makefile

Log Message:
libflashsupport: don't bother version checking for EOL netbsd

(This check will fail for NetBSD-10.x)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/multimedia/libflashsupport/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/libflashsupport/Makefile
diff -u pkgsrc/multimedia/libflashsupport/Makefile:1.16 pkgsrc/multimedia/libflashsupport/Makefile:1.17
--- pkgsrc/multimedia/libflashsupport/Makefile:1.16     Sat Oct 24 05:30:50 2015
+++ pkgsrc/multimedia/libflashsupport/Makefile  Wed Apr 29 20:07:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2015/10/24 05:30:50 tsutsui Exp $
+# $NetBSD: Makefile,v 1.17 2020/04/29 20:07:41 maya Exp $
 
 PKGNAME=       libflashsupport-4.2.2011
 DISTNAME=      libflashsupport-v4.2-build2011
@@ -10,8 +10,7 @@ HOMEPAGE=     http://developer.opensound.com
 COMMENT=       Additional Interface Support for Linux Flash Player
 LICENSE=       adobe-flashsupport-license
 
-# On NetBSD, requires sufficiently new compat_linux.
-NOT_FOR_PLATFORM=      NetBSD-[0-4]*-* NetBSD-5.[0-9].*-* Linux-*-*
+NOT_FOR_PLATFORM=      Linux-*-*
 
 EMUL_PLATFORMS=                linux-i386 linux-x86_64
 EMUL_MODULES.linux=    base openssl



Home | Main Index | Thread Index | Old Index