pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kde-runtime4 kde-runtime4: make samba option off b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48420fc7161a
branches:  trunk
changeset: 449917:48420fc7161a
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Apr 07 20:49:15 2021 +0000

description:
kde-runtime4: make samba option off by default

The samba3 dependency conflicts with newer kde elements that require samba4
so switch off by default.  If someone really requires this option as well
as newer kde bits could bump the dependency to samba4 as its quite happy to
build against that.

diffstat:

 x11/kde-runtime4/Makefile   |  4 ++--
 x11/kde-runtime4/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 326d885e1fba -r 48420fc7161a x11/kde-runtime4/Makefile
--- a/x11/kde-runtime4/Makefile Wed Apr 07 20:23:12 2021 +0000
+++ b/x11/kde-runtime4/Makefile Wed Apr 07 20:49:15 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.122 2021/02/07 06:30:41 ryoon Exp $
+# $NetBSD: Makefile,v 1.123 2021/04/07 20:49:15 markd Exp $
 
 DISTNAME=      kde-runtime-15.12.0
 PKGNAME=       ${DISTNAME:S/-1/4-1/}
-PKGREVISION=   54
+PKGREVISION=   55
 CATEGORIES=    x11
 COMMENT=       Runtime requirements for the KDE integrated X11 desktop
 MASTER_SITES=  ${MASTER_SITE_KDE:=applications/15.12.0/src/}
diff -r 326d885e1fba -r 48420fc7161a x11/kde-runtime4/options.mk
--- a/x11/kde-runtime4/options.mk       Wed Apr 07 20:23:12 2021 +0000
+++ b/x11/kde-runtime4/options.mk       Wed Apr 07 20:49:15 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.5 2016/02/26 11:27:14 jperkin Exp $
+# $NetBSD: options.mk,v 1.6 2021/04/07 20:49:15 markd Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.kde-runtime4
 PKG_SUPPORTED_OPTIONS= samba alsa pulseaudio
-PKG_SUGGESTED_OPTIONS= samba
+#PKG_SUGGESTED_OPTIONS=        samba
 
 PKG_SUGGESTED_OPTIONS.Linux+=  alsa
 



Home | Main Index | Thread Index | Old Index