Received: by mail.netbsd.org (Postfix, from userid 605) id 9576584D82; Sun, 28 Oct 2018 18:08:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9D3FA84D5E for ; Sun, 28 Oct 2018 18:08:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id lP8M_L_7L1c2 for ; Sun, 28 Oct 2018 18:08:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2EBD084CD6 for ; Sun, 28 Oct 2018 18:08:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 17E54FBEE; Sun, 28 Oct 2018 18:08:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1540750096246560" MIME-Version: 1.0 Date: Sun, 28 Oct 2018 18:08:16 +0000 From: "Sevan Janiyan" Subject: CVS commit: pkgsrc/mk To: pkgsrc-changes@NetBSD.org Reply-To: sevan@netbsd.org X-Mailer: log_accum Message-Id: <20181028180816.17E54FBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1540750096246560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sevan Date: Sun Oct 28 18:08:16 UTC 2018 Modified Files: pkgsrc/mk: bsd.prefs.mk Log Message: Minix runs on platforms besides x86, match GNU config.guess. To generate a diff of this commit: cvs rdiff -u -r1.398 -r1.399 pkgsrc/mk/bsd.prefs.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1540750096246560 Content-Disposition: inline Content-Length: 640 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/bsd.prefs.mk diff -u pkgsrc/mk/bsd.prefs.mk:1.398 pkgsrc/mk/bsd.prefs.mk:1.399 --- pkgsrc/mk/bsd.prefs.mk:1.398 Mon Jul 16 19:53:53 2018 +++ pkgsrc/mk/bsd.prefs.mk Sun Oct 28 18:08:15 2018 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.398 2018/07/16 19:53:53 maya Exp $ +# $NetBSD: bsd.prefs.mk,v 1.399 2018/10/28 18:08:15 sevan Exp $ # # This file includes the mk.conf file, which contains the user settings. # @@ -277,7 +277,7 @@ OS_VARIANT= SCOOSR6 . endif .elif ${OPSYS} == "Minix" -LOWER_VENDOR?= pc +LOWER_VENDOR?= unknown LOWER_OPSYS:= ${OPSYS:tl} LDFLAGS+= -lcompat_minix -lminlib --_----------=_1540750096246560--