Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id EA3CE7A3D5 for ; Sun, 3 Jul 2016 19:21:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6A82985EA1; Sun, 3 Jul 2016 19:21:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ECBF085E99 for ; Sun, 3 Jul 2016 19:21:44 +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 95WbvHyflQhJ for ; Sun, 3 Jul 2016 19:21:44 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7BA2385E25 for ; Sun, 3 Jul 2016 19:21:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7179FFBB5; Sun, 3 Jul 2016 19:21:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_146757370493720" MIME-Version: 1.0 Date: Sun, 3 Jul 2016 19:21:44 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20160703192144.7179FFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_146757370493720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: dholland Date: Sun Jul 3 19:21:44 UTC 2016 Modified Files: pkgsrc/lang/smlnj: Makefile pkgsrc/lang/smlnj11072: Makefile Log Message: Don't pass FILESDIR into the build; it isn't used and isn't appropriate. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/lang/smlnj/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/smlnj11072/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_146757370493720 Content-Disposition: inline Content-Length: 1459 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/smlnj/Makefile diff -u pkgsrc/lang/smlnj/Makefile:1.30 pkgsrc/lang/smlnj/Makefile:1.31 --- pkgsrc/lang/smlnj/Makefile:1.30 Sun Jul 3 19:18:46 2016 +++ pkgsrc/lang/smlnj/Makefile Sun Jul 3 19:21:44 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2016/07/03 19:18:46 dholland Exp $ +# $NetBSD: Makefile,v 1.31 2016/07/03 19:21:44 dholland Exp $ # DISTNAME= boot.${BOX}-unix @@ -51,9 +51,6 @@ BUILD_ENV+= SMLNJ_HOME="${WRKDIR}" # the build uses patch directly (yuk) BUILD_ENV+= PATCH=${PATCH:Q} PATCH_ARGS=${PATCH_ARGS:Q} -# not sure why this is needed (XXX?) -BUILD_ENV+= FILESDIR=${FILESDIR} - # note that this includes bsd.prefs.mk .include "../../lang/smlnj/Makefile.common" Index: pkgsrc/lang/smlnj11072/Makefile diff -u pkgsrc/lang/smlnj11072/Makefile:1.6 pkgsrc/lang/smlnj11072/Makefile:1.7 --- pkgsrc/lang/smlnj11072/Makefile:1.6 Sun Jul 3 19:18:47 2016 +++ pkgsrc/lang/smlnj11072/Makefile Sun Jul 3 19:21:44 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/07/03 19:18:47 dholland Exp $ +# $NetBSD: Makefile,v 1.7 2016/07/03 19:21:44 dholland Exp $ # DISTNAME= boot.${BOX}-unix @@ -50,9 +50,6 @@ BUILD_ENV+= SMLNJ_HOME="${WRKDIR}" # the build uses patch directly (yuk) BUILD_ENV+= PATCH=${PATCH:Q} PATCH_ARGS=${PATCH_ARGS:Q} -# not sure why this is needed (XXX?) -BUILD_ENV+= FILESDIR=${FILESDIR} - # note that this includes bsd.prefs.mk .include "../../lang/smlnj/Makefile.common" --_----------=_146757370493720--