pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs28 emacs28: enable cairo by default



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3101effb797d
branches:  trunk
changeset: 376476:3101effb797d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 08 15:14:02 2022 +0000

description:
emacs28: enable cairo by default

cairo + harfbuzz is the default graphics backend.

Bump PKGREVISION.

diffstat:

 editors/emacs28/Makefile   |  5 ++++-
 editors/emacs28/options.mk |  3 +--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (37 lines):

diff -r 6fb54761758f -r 3101effb797d editors/emacs28/Makefile
--- a/editors/emacs28/Makefile  Fri Apr 08 11:44:49 2022 +0000
+++ b/editors/emacs28/Makefile  Fri Apr 08 15:14:02 2022 +0000
@@ -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 @@
 .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"
diff -r 6fb54761758f -r 3101effb797d editors/emacs28/options.mk
--- a/editors/emacs28/options.mk        Fri Apr 08 11:44:49 2022 +0000
+++ b/editors/emacs28/options.mk        Fri Apr 08 15:14:02 2022 +0000
@@ -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 @@
 ### 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