pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/xemacs-current



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.

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"



Home | Main Index | Thread Index | Old Index