pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtk3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar  5 09:37:30 UTC 2020

Modified Files:
        pkgsrc/x11/gtk3: options.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/gtk3/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/x11/gtk3/options.mk
diff -u pkgsrc/x11/gtk3/options.mk:1.18 pkgsrc/x11/gtk3/options.mk:1.19
--- pkgsrc/x11/gtk3/options.mk:1.18     Sat Jan 11 21:39:18 2020
+++ pkgsrc/x11/gtk3/options.mk  Thu Mar  5 09:37:30 2020
@@ -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 @@ CONFIGURE_ARGS+=     --disable-quartz-backen
 
 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