pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/mpd



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Apr 29 20:31:58 UTC 2020

Modified Files:
        pkgsrc/lang/mpd: Makefile

Log Message:
mpd: avoid problematic netbsd version check (would fail for netbsd-10)


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/mpd/Makefile

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

Modified files:

Index: pkgsrc/lang/mpd/Makefile
diff -u pkgsrc/lang/mpd/Makefile:1.17 pkgsrc/lang/mpd/Makefile:1.18
--- pkgsrc/lang/mpd/Makefile:1.17       Tue Oct  2 20:11:46 2012
+++ pkgsrc/lang/mpd/Makefile    Wed Apr 29 20:31:58 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2012/10/02 20:11:46 asau Exp $
+# $NetBSD: Makefile,v 1.18 2020/04/29 20:31:58 maya Exp $
 #
 
 DISTNAME=              mpd.1.0.1
@@ -17,7 +17,7 @@ MAKE_JOBS_SAFE=               no
 
 CONFLICTS+=            musicpd-[0-9]*
 
-ONLY_FOR_PLATFORM=     NetBSD-[2-9]*-*
+ONLY_FOR_PLATFORM=     NetBSD-*-*
 NOT_FOR_PLATFORM=      *-*-x86_64  # as per lang/sr
 
 



Home | Main Index | Thread Index | Old Index