Received: by mail.netbsd.org (Postfix, from userid 605) id 0ECF384DB5; Wed, 14 Feb 2018 12:52:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7EC7984D45 for ; Wed, 14 Feb 2018 12:51:59 +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 QnhkeTf4FSTK for ; Wed, 14 Feb 2018 12:51:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D8DDE84D21 for ; Wed, 14 Feb 2018 12:51:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D187CFB40; Wed, 14 Feb 2018 12:51:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1518612718108620" MIME-Version: 1.0 Date: Wed, 14 Feb 2018 12:51:58 +0000 From: "Hauke Fath" Subject: CVS commit: pkgsrc/editors/xemacs-nox11 To: pkgsrc-changes@NetBSD.org Reply-To: hauke@netbsd.org X-Mailer: log_accum Message-Id: <20180214125158.D187CFB40@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. --_----------=_1518612718108620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: hauke Date: Wed Feb 14 12:51:58 UTC 2018 Modified Files: pkgsrc/editors/xemacs-nox11: Makefile Removed Files: pkgsrc/editors/xemacs-nox11: hacks.mk Log Message: GC hacks.mk -- switching to system malloc has taken care of the issue. Unbreak package by including options.mk, which keeps configure from looking fro X11. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/editors/xemacs-nox11/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/editors/xemacs-nox11/hacks.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1518612718108620 Content-Disposition: inline Content-Length: 751 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/xemacs-nox11/Makefile diff -u pkgsrc/editors/xemacs-nox11/Makefile:1.26 pkgsrc/editors/xemacs-nox11/Makefile:1.27 --- pkgsrc/editors/xemacs-nox11/Makefile:1.26 Thu Feb 1 14:25:30 2018 +++ pkgsrc/editors/xemacs-nox11/Makefile Wed Feb 14 12:51:58 2018 @@ -1,10 +1,13 @@ -# $NetBSD: Makefile,v 1.26 2018/02/01 14:25:30 hauke Exp $ +# $NetBSD: Makefile,v 1.27 2018/02/14 12:51:58 hauke Exp $ PKGNAME= ${DISTNAME:S/-/-nox11-/} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= XEmacs text editor version 21 (no x11 support) # Version information in ../../editors/xemacs/Makefile.common +.include "../../editors/xemacs/options.mk" + .include "../../editors/xemacs/Makefile.common" + .include "../../mk/bsd.pkg.mk" --_----------=_1518612718108620--