pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Revert "Move version part from LOWWER_OPSYS to LOWE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d1c21d27de1
branches:  trunk
changeset: 645689:5d1c21d27de1
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Feb 01 11:33:08 2015 +0000

description:
Revert "Move version part from LOWWER_OPSYS to LOWER_OPSYS_VERSUFFIX for sco.",
proposed/discussed is required for such changes.

diffstat:

 mk/bsd.prefs.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r c7700891a720 -r 5d1c21d27de1 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Sun Feb 01 11:30:47 2015 +0000
+++ b/mk/bsd.prefs.mk   Sun Feb 01 11:33:08 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.356 2015/01/01 09:00:28 dholland Exp $
+# $NetBSD: bsd.prefs.mk,v 1.357 2015/02/01 11:33:08 obache Exp $
 #
 # This file includes the mk.conf file, which contains the user settings.
 #
@@ -320,8 +320,8 @@
 SCO_RELEASE!=          ${UNAME} -r
 SCO_VERSION!=          ${UNAME} -v
 LOWER_VENDOR?=         pc
-LOWER_OPSYS?=          sco
-LOWER_OPSYS_VERSUFFIX= ${SCO_RELEASE}v${SCO_VERSION}
+LOWER_OPSYS?=          sco${SCO_RELEASE}v${SCO_VERSION}
+MACHINE_GNU_PLATFORM?= ${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}
 _UNAME_V!=             ${UNAME} -v
 .  if !empty(_UNAME_V:M5.0*)
 OS_VARIANT=            SCOOSR5



Home | Main Index | Thread Index | Old Index