Received: by mail.netbsd.org (Postfix, from userid 605) id 3833584DBD; Sun, 28 Apr 2019 23:57:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B33CF84DC4 for ; Sun, 28 Apr 2019 23:57:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id E327YgxOpvwB for ; Sun, 28 Apr 2019 23:57:25 +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 4AF8784DB6 for ; Sun, 28 Apr 2019 23:57:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 454C5FB16; Sun, 28 Apr 2019 23:57:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1556495845247960" MIME-Version: 1.0 Date: Sun, 28 Apr 2019 23:57:25 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/wm/wmii To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20190428235725.454C5FB16@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. --_----------=_1556495845247960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Apr 28 23:57:25 UTC 2019 Modified Files: pkgsrc/wm/wmii: Makefile Log Message: Fix build problem PR pkg/54144, removing NO_CONFIGURE= yes. Tks @tristelo, bsiegert@, leot@ To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/wm/wmii/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1556495845247960 Content-Disposition: inline Content-Length: 640 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/wmii/Makefile diff -u pkgsrc/wm/wmii/Makefile:1.35 pkgsrc/wm/wmii/Makefile:1.36 --- pkgsrc/wm/wmii/Makefile:1.35 Wed Jul 4 13:40:40 2018 +++ pkgsrc/wm/wmii/Makefile Sun Apr 28 23:57:25 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2018/07/04 13:40:40 jperkin Exp $ +# $NetBSD: Makefile,v 1.36 2019/04/28 23:57:25 mef Exp $ DISTNAME= wmii+ixp-3.9.2 PKGNAME= wmii-3.9.2 @@ -15,8 +15,6 @@ DEPENDS+= dmenu>=3.7:../../x11/dmenu USE_TOOLS+= tbl -NO_CONFIGURE= yes - BUILD_DEFS+= PKG_SYSCONFBASE MAKE_ENV+= PKG_SYSCONFBASE=${PKG_SYSCONFBASE} # parallel compilations of at least cmd/util.o --_----------=_1556495845247960--