Subject: bootstrap kit fix for Darwin
To: None <tech-pkg@netbsd.org>
From: grant beattie <grant@netbsd.org>
List: tech-pkg
Date: 02/16/2003 03:09:44
--TakKZr9L6Hm6aLOc
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

As per the commit message, I have fixed Darwin's sys.mk, which was
blindly overriding almost every variable (eg. CFLAGS, LDFLAGS,
etc.).

I expect a large number of packages which were previously broken on
Darwin will now build.

To update, replace your ${PREFIX}/share/mk/sys.mk with rev 1.2 of
othersrc/bootstrap-pkgsrc/mods/mk/Darwin.sys.mk.

g.


--TakKZr9L6Hm6aLOc
Content-Type: message/rfc822
Content-Disposition: inline

	by fang.grunta.com (8.11.6/8.11.6) with SMTP id h1FG0Xj08748
	for <grant@grunta.com>; Sun, 16 Feb 2003 03:00:33 +1100 (EST)
  by mail.netbsd.org with SMTP; 15 Feb 2003 16:00:04 -0000
	id 93470B004; Sat, 15 Feb 2003 18:00:02 +0200 (EET)
From: grant beattie <grant@netbsd.org>
Subject: CVS commit: othersrc/bootstrap-pkgsrc/mods/mk
To: source-changes@netbsd.org
Reply-To: grant@netbsd.org
Message-Id: <20030215160002.93470B004@cvs.netbsd.org>
Date: Sat, 15 Feb 2003 18:00:02 +0200 (EET)
Sender: source-changes-owner@netbsd.org


Module Name:	othersrc
Committed By:	grant
Date:		Sat Feb 15 16:00:02 UTC 2003

Modified Files:
	othersrc/bootstrap-pkgsrc/mods/mk: Darwin.sys.mk

Log Message:
update this to the "new" template (8.2 Berkeley), as used by the
other platforms.

specifically, we use VAR?= now instead of VAR= so as not to blat
any variables which are set in package Makefiles.

(how this problem survived so long without being noticed is
completely beyond me!).


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 othersrc/bootstrap-pkgsrc/mods/mk/Darwin.sys.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


--TakKZr9L6Hm6aLOc--