pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/kde-runtime4



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Apr  7 20:49:16 UTC 2021

Modified Files:
        pkgsrc/x11/kde-runtime4: Makefile options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 pkgsrc/x11/kde-runtime4/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/kde-runtime4/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/kde-runtime4/Makefile
diff -u pkgsrc/x11/kde-runtime4/Makefile:1.122 pkgsrc/x11/kde-runtime4/Makefile:1.123
--- pkgsrc/x11/kde-runtime4/Makefile:1.122      Sun Feb  7 06:30:41 2021
+++ pkgsrc/x11/kde-runtime4/Makefile    Wed Apr  7 20:49:15 2021
@@ -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/}

Index: pkgsrc/x11/kde-runtime4/options.mk
diff -u pkgsrc/x11/kde-runtime4/options.mk:1.5 pkgsrc/x11/kde-runtime4/options.mk:1.6
--- pkgsrc/x11/kde-runtime4/options.mk:1.5      Fri Feb 26 11:27:14 2016
+++ pkgsrc/x11/kde-runtime4/options.mk  Wed Apr  7 20:49:15 2021
@@ -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