pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   youri
Date:           Mon Jun  4 10:51:56 UTC 2018

Modified Files:
        pkgsrc/meta-pkgs/xfce4: Makefile
        pkgsrc/x11/xfce4-session: options.mk

Log Message:
Optionalize mate-polkit.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/meta-pkgs/xfce4/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xfce4-session/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/meta-pkgs/xfce4/Makefile
diff -u pkgsrc/meta-pkgs/xfce4/Makefile:1.86 pkgsrc/meta-pkgs/xfce4/Makefile:1.87
--- pkgsrc/meta-pkgs/xfce4/Makefile:1.86        Mon Jun  4 01:39:48 2018
+++ pkgsrc/meta-pkgs/xfce4/Makefile     Mon Jun  4 10:51:56 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2018/06/04 01:39:48 youri Exp $
+# $NetBSD: Makefile,v 1.87 2018/06/04 10:51:56 youri Exp $
 
 META_PACKAGE=  yes
 
@@ -25,7 +25,6 @@ DEPENDS+=     xfce4-wm-themes>=4.10.0:../../
 DEPENDS+=      xfce4-xarchiver>=0.5.2:../../sysutils/xfce4-xarchiver
 DEPENDS+=      elementary-xfce-icon-theme>=0.5:../../graphics/elementary-xfce-icon-theme
 DEPENDS+=      xdg-utils-[0-9]*:../../misc/xdg-utils
-DEPENDS+=      mate-polkit-[0-9]*:../../security/mate-polkit
 DEPENDS+=      gnome-themes-standard>=3.20.2:../../graphics/gnome-themes-standard
 
 pre-extract:

Index: pkgsrc/x11/xfce4-session/options.mk
diff -u pkgsrc/x11/xfce4-session/options.mk:1.2 pkgsrc/x11/xfce4-session/options.mk:1.3
--- pkgsrc/x11/xfce4-session/options.mk:1.2     Fri Jun  1 14:15:47 2018
+++ pkgsrc/x11/xfce4-session/options.mk Mon Jun  4 10:51:56 2018
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2018/06/01 14:15:47 youri Exp $
+# $NetBSD: options.mk,v 1.3 2018/06/04 10:51:56 youri Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.xfce4-session
 PKG_SUPPORTED_OPTIONS= polkit
@@ -9,6 +9,6 @@ PKG_SUGGESTED_OPTIONS=  polkit
 PLIST_VARS=    polkit
 
 .if !empty(PKG_OPTIONS:Mpolkit)
-.include "../../security/polkit/buildlink3.mk"
+.include "../../security/mate-polkit/buildlink3.mk"
 PLIST.polkit=  yes
 .endif



Home | Main Index | Thread Index | Old Index