Received: by mail.netbsd.org (Postfix, from userid 605) id 89F1B84DE5; Fri, 17 Nov 2017 15:09:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 143DD84D37 for ; Fri, 17 Nov 2017 15:09:35 +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 4Jsyt7byIjkO for ; Fri, 17 Nov 2017 15:09:34 +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 6EEB484CDF for ; Fri, 17 Nov 2017 15:09:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6D39AFB3F; Fri, 17 Nov 2017 15:09:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1510931374224680" MIME-Version: 1.0 Date: Fri, 17 Nov 2017 15:09:34 +0000 From: "Hauke Fath" Subject: CVS commit: pkgsrc/editors/xemacs-current To: pkgsrc-changes@NetBSD.org Reply-To: hauke@netbsd.org X-Mailer: log_accum Message-Id: <20171117150934.6D39AFB3F@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. --_----------=_1510931374224680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: hauke Date: Fri Nov 17 15:09:34 UTC 2017 Modified Files: pkgsrc/editors/xemacs-current: Makefile Log Message: Default build without xft - there are problems with switching fonts, and we end up with a proportional font, which defeats the primary use of this editor. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 pkgsrc/editors/xemacs-current/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1510931374224680 Content-Disposition: inline Content-Length: 817 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/xemacs-current/Makefile diff -u pkgsrc/editors/xemacs-current/Makefile:1.92 pkgsrc/editors/xemacs-current/Makefile:1.93 --- pkgsrc/editors/xemacs-current/Makefile:1.92 Wed Nov 15 14:46:31 2017 +++ pkgsrc/editors/xemacs-current/Makefile Fri Nov 17 15:09:34 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2017/11/15 14:46:31 hauke Exp $ +# $NetBSD: Makefile,v 1.93 2017/11/17 15:09:34 hauke Exp $ PKGNAME= ${DISTNAME} COMMENT= *BETA* XEmacs text editor version ${PKGVERSION_NOREV} @@ -6,7 +6,7 @@ COMMENT= *BETA* XEmacs text editor versi # extra options for x11 support, not for sharing with xemacs-current-nox11 PKG_SUPPORTED_OPTIONS+= x11 xft xface -PKG_SUGGESTED_OPTIONS+= x11 xft +PKG_SUGGESTED_OPTIONS+= x11 .include "options.mk" .include "Makefile.common" --_----------=_1510931374224680--