pkgsrc-Bugs archive

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

pkg/56501: meta-pkgs/windowmaker-desktop



>Number:         56501
>Category:       pkg
>Synopsis:       meta-pkgs/windowmaker-desktop
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Nov 15 13:05:00 +0000 2021
>Originator:     Claes Nästén
>Release:        trunk 2021-11-02
>Organization:
>Environment:
SunOS 5.10 i86pc i386 i86pc

>Description:
meta-pkgs/windowmaker-desktop fails on audio/wmmixer if the host system does not support OSS.
>How-To-Repeat:
Build meta-pkgs/windowmaker-desktop on Solaris 10.
>Fix:
--- meta-pkgs/windowmaker-desktop/Makefile.orig Mon Nov 15 13:22:09 2021
+++ meta-pkgs/windowmaker-desktop/Makefile      Mon Nov 15 13:35:32 2021
@@ -9,6 +9,10 @@
 HOMEPAGE=      http://www.windowmaker.info/
 COMMENT=       Provides a desktop based on the WindowMaker wm
 
+META_PACKAGE=  yes
+
+.include "../../mk/bsd.prefs.mk"
+
 DEPENDS+=      windowmaker>=0.80.0:../../wm/windowmaker
 DEPENDS+=      wterm-[0-9]*:../../x11/wterm
 DEPENDS+=      wmextra-[0-9]*:../../wm/wmextra
@@ -20,9 +24,9 @@
 DEPENDS+=      wmnet-[0-9]*:../../net/wmnet
 DEPENDS+=      wmweather-[0-9]*:../../x11/wmweather
 DEPENDS+=      wmMoonClock-[0-9]*:../../time/wmmoonclock
+.if ${_OPSYS_HAS_OSSAUDIO} == "yes"
 DEPENDS+=      wmmixer-[0-9]*:../../audio/wmmixer
+.endif
 DEPENDS+=      docker-[0-9]*:../../x11/docker
 
-META_PACKAGE=  yes
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index