pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/emacs28
Module Name: pkgsrc
Committed By: wiz
Date: Fri Apr 8 15:14:02 UTC 2022
Modified Files:
pkgsrc/editors/emacs28: Makefile options.mk
Log Message:
emacs28: enable cairo by default
cairo + harfbuzz is the default graphics backend.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/emacs28/Makefile \
pkgsrc/editors/emacs28/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/emacs28/Makefile
diff -u pkgsrc/editors/emacs28/Makefile:1.1 pkgsrc/editors/emacs28/Makefile:1.2
--- pkgsrc/editors/emacs28/Makefile:1.1 Wed Apr 6 22:40:38 2022
+++ pkgsrc/editors/emacs28/Makefile Fri Apr 8 15:14:02 2022
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2022/04/06 22:40:38 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/04/08 15:14:02 wiz Exp $
CONFLICTS+= emacs28-nox11-[0-9]*
+PKGREVISION= 1
+
.include "../../editors/emacs28/Makefile.common"
.include "options.mk"
@@ -9,4 +11,5 @@ CONFLICTS+= emacs28-nox11-[0-9]*
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../fonts/harfbuzz/buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/editors/emacs28/options.mk
diff -u pkgsrc/editors/emacs28/options.mk:1.1 pkgsrc/editors/emacs28/options.mk:1.2
--- pkgsrc/editors/emacs28/options.mk:1.1 Wed Apr 6 22:40:38 2022
+++ pkgsrc/editors/emacs28/options.mk Fri Apr 8 15:14:02 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2022/04/06 22:40:38 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2022/04/08 15:14:02 wiz Exp $
### Set options
PKG_OPTIONS_VAR= PKG_OPTIONS.emacs
@@ -82,7 +82,6 @@ CONFIGURE_ARGS+= --without-ns
### Support SVG
###
. if !empty(PKG_OPTIONS:Msvg)
-.include "../../graphics/cairo/buildlink3.mk"
.include "../../graphics/librsvg/buildlink3.mk"
. else
CONFIGURE_ARGS+= --without-rsvg
Home |
Main Index |
Thread Index |
Old Index