pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtk3 gtk3: remove gsed requirement



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f84b19912a50
branches:  trunk
changeset: 424101:f84b19912a50
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 05 09:37:30 2020 +0000

description:
gtk3: remove gsed requirement

https://gitlab.gnome.org/GNOME/gtk/merge_requests/1295 was merged
and released in GTK+ 3.24.14, so this is no longer necessary.

>From Michael Forney on tech-pkg.

diffstat:

 x11/gtk3/options.mk |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 9f94074037fc -r f84b19912a50 x11/gtk3/options.mk
--- a/x11/gtk3/options.mk       Thu Mar 05 09:15:39 2020 +0000
+++ b/x11/gtk3/options.mk       Thu Mar 05 09:37:30 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.18 2020/01/11 21:39:18 nia Exp $
+# $NetBSD: options.mk,v 1.19 2020/03/05 09:37:30 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gtk3
 PKG_SUPPORTED_OPTIONS+=        gtk3-atk-bridge cups debug
@@ -37,11 +37,6 @@
 
 PLIST_VARS+=           wayland
 .if !empty(PKG_OPTIONS:Mwayland)
-.  if ${OPSYS} != "NetBSD"
-# Needs sed -i.
-# https://gitlab.gnome.org/GNOME/gtk/merge_requests/1295
-USE_TOOLS+=            gsed
-.  endif
 PLIST.wayland=         yes
 .include "../../devel/wayland/buildlink3.mk"
 .include "../../devel/wayland-protocols/buildlink3.mk"



Home | Main Index | Thread Index | Old Index