pkgsrc-WIP-changes archive

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

sddm: minor fixes



Module Name:	pkgsrc-wip
Committed By:	Stepan Ipatov <st.ipatov%gmail.com@localhost>
Pushed By:	st.ipatov
Date:		Sun Dec 28 13:48:53 2025 +0000
Changeset:	534fcc5fc37b9ec7c11876d84fddd0b8a6454e78

Modified Files:
	sddm/Makefile
	sddm/files/sddm.sh
	sddm/options.mk

Log Message:
sddm: minor fixes

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=534fcc5fc37b9ec7c11876d84fddd0b8a6454e78

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sddm/Makefile      | 2 +-
 sddm/files/sddm.sh | 4 ----
 sddm/options.mk    | 4 ++--
 3 files changed, 3 insertions(+), 7 deletions(-)

diffs:
diff --git a/sddm/Makefile b/sddm/Makefile
index 9919ffe90d..6671ebbe5f 100644
--- a/sddm/Makefile
+++ b/sddm/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	sddm-0.21.0
-PKGREVISION=	1
+PKGREVISION=	2
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_GITHUB:=sddm/}
 GITHUB_TAG=	refs/tags/v${PKGVERSION_NOREV}
diff --git a/sddm/files/sddm.sh b/sddm/files/sddm.sh
index 72dd806ecf..1117b290f6 100644
--- a/sddm/files/sddm.sh
+++ b/sddm/files/sddm.sh
@@ -5,10 +5,6 @@
 # PROVIDE: sddm
 # REQUIRE: DAEMON LOGIN wscons
 # KEYWORD: shutdown
-#
-# You will need to set some variables in /etc/rc.conf to start sddm:
-#
-# sddm=YES
 
 $_rc_subr_loaded . /etc/rc.subr
 
diff --git a/sddm/options.mk b/sddm/options.mk
index 1dbf417403..494c0210d1 100644
--- a/sddm/options.mk
+++ b/sddm/options.mk
@@ -11,7 +11,7 @@ PLIST_VARS+=	qt6
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/bsd.options.mk"
 
-.if ${PKG_OPTIONS:Mqt5}
+.if !empty(PKG_OPTIONS:Mqt5)
 PLIST.qt5=	yes
 CMAKE_CONFIGURE_ARGS+=	-DBUILD_WITH_QT6=OFF
 BUILDLINK_API_DEPENDS.qt5-qtbase+=     qt5-qtbase>=5.15.17
@@ -20,7 +20,7 @@ BUILDLINK_API_DEPENDS.qt5-qtbase+=     qt5-qtbase>=5.15.17
 .include "../../x11/qt5-qttools/buildlink3.mk"
 .endif
 
-.if ${PKG_OPTIONS:Mqt6}
+.if !empty(PKG_OPTIONS:Mqt6)
 PLIST.qt6=	yes
 CMAKE_CONFIGURE_ARGS+=	-DBUILD_WITH_QT6=ON
 .include "../../x11/qt6-qtbase/buildlink3.mk"


Home | Main Index | Thread Index | Old Index