pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mbone/vic
Module Name: pkgsrc
Committed By: maya
Date: Wed Apr 29 20:25:47 UTC 2020
Modified Files:
pkgsrc/mbone/vic: Makefile
Log Message:
vic: avoid version checking for netbsd
netbsd-1.6 and newer has been around for quite a while
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/mbone/vic/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mbone/vic/Makefile
diff -u pkgsrc/mbone/vic/Makefile:1.49 pkgsrc/mbone/vic/Makefile:1.50
--- pkgsrc/mbone/vic/Makefile:1.49 Sun Nov 3 11:04:16 2019
+++ pkgsrc/mbone/vic/Makefile Wed Apr 29 20:25:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2019/11/03 11:04:16 rillig Exp $
+# $NetBSD: Makefile,v 1.50 2020/04/29 20:25:46 maya Exp $
DISTNAME= vicsrc-2.8
PKGNAME= ${DISTNAME:S/src//}
@@ -10,7 +10,7 @@ MAKE_JOBS_SAFE= no
.include "../../mk/bsd.prefs.mk"
-.if !empty(MACHINE_PLATFORM:MNetBSD-1.6*) || !empty(MACHINE_PLATFORM:MNetBSD-[2-9]*)
+.if ${OPSYS} == "NetBSD"
PATCH_SITES= ftp://tink.ims.ac.jp/pub/NetBSD/vic/
PATCHFILES= vic-2.8_ov511p0.diff.gz
.endif
Home |
Main Index |
Thread Index |
Old Index