Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/mate-session-manager x11/mate-session-manager: rem...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dcac54b8b9ec
branches:  trunk
changeset: 433173:dcac54b8b9ec
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 31 15:49:15 2020 +0000

description:
x11/mate-session-manager: remove unknown configure options

diffstat:

 x11/mate-session-manager/Makefile   |  3 +--
 x11/mate-session-manager/options.mk |  5 +----
 2 files changed, 2 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r f86d8aa5fdd3 -r dcac54b8b9ec x11/mate-session-manager/Makefile
--- a/x11/mate-session-manager/Makefile Sun May 31 15:47:40 2020 +0000
+++ b/x11/mate-session-manager/Makefile Sun May 31 15:49:15 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/04/11 06:33:47 gutteridge Exp $
+# $NetBSD: Makefile,v 1.23 2020/05/31 15:49:15 rillig Exp $
 
 .include "../../meta-pkgs/mate/Makefile.common"
 
@@ -17,7 +17,6 @@
 USE_TOOLS+=    autoreconf automake autoconf aclocal libtoolize
 
 .include "../../graphics/MesaLib/features.mk"
-CONFIGURE_ARGS+=       --with-glesv2=${MESALIB_SUPPORTS_GLESv2}
 PLIST_VARS+=   glesv2
 .if ${MESALIB_SUPPORTS_GLESv2} == "yes"
 PLIST.glesv2=  yes
diff -r f86d8aa5fdd3 -r dcac54b8b9ec x11/mate-session-manager/options.mk
--- a/x11/mate-session-manager/options.mk       Sun May 31 15:47:40 2020 +0000
+++ b/x11/mate-session-manager/options.mk       Sun May 31 15:49:15 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2016/05/22 13:03:21 youri Exp $
+# $NetBSD: options.mk,v 1.2 2020/05/31 15:49:15 rillig Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mate-session-manager
 PKG_SUPPORTED_OPTIONS= inet6 upower
@@ -14,7 +14,4 @@
 
 .if !empty(PKG_OPTIONS:Mupower)
 .include "../../sysutils/upower/buildlink3.mk"
-CONFIGURE_ARGS+=       --enable-upower
-.else
-CONFIGURE_ARGS+=       --disable-upower
 .endif



Home | Main Index | Thread Index | Old Index