pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/adobe-flash-player



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Apr 29 20:11:33 UTC 2020

Modified Files:
        pkgsrc/multimedia/adobe-flash-player: Makefile

Log Message:
adobe-flash-player: don't bother checking for old netbsd versions

(This logic will fail for NetBSD-10, and is meant to mostly help EOL
or very-soon-to-be-EOL netbsd versions).


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/multimedia/adobe-flash-player/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/adobe-flash-player/Makefile
diff -u pkgsrc/multimedia/adobe-flash-player/Makefile:1.45 pkgsrc/multimedia/adobe-flash-player/Makefile:1.46
--- pkgsrc/multimedia/adobe-flash-player/Makefile:1.45  Thu Apr 16 11:57:08 2020
+++ pkgsrc/multimedia/adobe-flash-player/Makefile       Wed Apr 29 20:11:32 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2020/04/16 11:57:08 tsutsui Exp $
+# $NetBSD: Makefile,v 1.46 2020/04/29 20:11:32 maya Exp $
 
 FLASH_VERSION=         32.0.0.363
 DISTNAME=              flash_player_npapi_linux.${FLASH_ARCH}
@@ -18,10 +18,6 @@ NO_BIN_ON_FTP=               ${RESTRICTED}
 NO_SRC_ON_CDROM=       ${RESTRICTED}
 NO_SRC_ON_FTP=         ${RESTRICTED}
 
-# On NetBSD, requires sufficiently new compat_linux and
-# procfs_map.c fixes pulled after 6.1 and 7.0.
-NOT_FOR_PLATFORM=      NetBSD-[0-5]*-* NetBSD-6.[0-1].*-* NetBSD-7.0.*-*
-
 WRKSRC=                        ${WRKDIR}
 BUILD_DIRS=            # empty
 



Home | Main Index | Thread Index | Old Index