pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mate-session-manager



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 15:49:15 UTC 2020

Modified Files:
        pkgsrc/x11/mate-session-manager: Makefile options.mk

Log Message:
x11/mate-session-manager: remove unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/mate-session-manager/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/mate-session-manager/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/mate-session-manager/Makefile
diff -u pkgsrc/x11/mate-session-manager/Makefile:1.22 pkgsrc/x11/mate-session-manager/Makefile:1.23
--- pkgsrc/x11/mate-session-manager/Makefile:1.22       Sat Apr 11 06:33:47 2020
+++ pkgsrc/x11/mate-session-manager/Makefile    Sun May 31 15:49:15 2020
@@ -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 @@ DEPENDS+=     docbook-xsl-[0-9]*:../../textp
 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

Index: pkgsrc/x11/mate-session-manager/options.mk
diff -u pkgsrc/x11/mate-session-manager/options.mk:1.1 pkgsrc/x11/mate-session-manager/options.mk:1.2
--- pkgsrc/x11/mate-session-manager/options.mk:1.1      Sun May 22 13:03:21 2016
+++ pkgsrc/x11/mate-session-manager/options.mk  Sun May 31 15:49:15 2020
@@ -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 @@ CONFIGURE_ARGS+=      --disable-ipv6
 
 .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