From 716daf374866dfcd6fbe542605d6e57f5513386a Mon Sep 17 00:00:00 2001 From: espie Date: Fri, 14 Dec 2018 18:57:58 +0000 Subject: [PATCH] give a much bigger hint to people who try mixing -current and 6.4 --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 103a92cbd61..14ce3da78c4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.85 2018/12/08 10:29:12 espie Exp $ +# $OpenBSD: Makefile,v 1.86 2018/12/14 18:57:58 espie Exp $ .if !defined(BSD_OWN_MK) . include @@ -75,6 +75,10 @@ SUBDIR += x11 .include ${INDEX}: + @if pkg_info -q -e 'portslist-<6.10'; then \ + echo "Old portslist found"; \ + echo "Don't mix -current and 6.4"; \ + fi @echo "Please install portslist" @echo "${SUDO} pkg_add portslist" @exit 1