pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/osabi
Module Name: pkgsrc
Committed By: jmcneill
Date: Wed Nov 21 14:15:32 UTC 2018
Modified Files:
pkgsrc/pkgtools/osabi: INSTALL
Log Message:
When failing to install due to OS version mismatch, also print how to override this check.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/pkgtools/osabi/INSTALL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/osabi/INSTALL
diff -u pkgsrc/pkgtools/osabi/INSTALL:1.4 pkgsrc/pkgtools/osabi/INSTALL:1.5
--- pkgsrc/pkgtools/osabi/INSTALL:1.4 Tue Oct 28 02:08:38 2014
+++ pkgsrc/pkgtools/osabi/INSTALL Wed Nov 21 14:15:32 2018
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.4 2014/10/28 02:08:38 cheusov Exp $
+# $NetBSD: INSTALL,v 1.5 2018/11/21 14:15:32 jmcneill Exp $
UNAME="@UNAME@"
PKG_ADMIN="@PKG_ADMIN@"
@@ -38,6 +38,7 @@ PRE-INSTALL)
if ${TEST} "${OS_VERSION}" != "${PKG_VERSION}" ;then
echo "The Operating System version (${OS_VERSION}) does not match ${PKG_VERSION}"
+ echo "To force installation of this package, add CHECK_OSABI=no to pkg_install.conf"
exit 1
fi
;;
Home |
Main Index |
Thread Index |
Old Index