pkgsrc-Bugs archive

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

pkg/55021: cannot install pkgsrc/inputmethod/uim without qt5



>Number:         55021
>Category:       pkg
>Synopsis:       cannot install pkgsrc/inputmethod/uim without qt5
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Feb 26 11:15:00 +0000 2020
>Originator:     HITOSHI Osada
>Release:        pkgsrc-2019Q4
>Organization:
>Environment:
NetBSD athlon5350 9.0 NetBSD 9.0 (GENERIC) #0: Fri Feb 14 00:06:28 UTC 2020  mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC amd64
>Description:
When PKG_OPTIONS.uim=gtk3 -qt5, installing pkgsrc/inputmethod/uim failed.
>How-To-Repeat:
build & install pkgsrc/inputmethod/uim with PKG_OPTIONS.uim=gtk3 -qt5

>Fix:
athlon5350# cvs diff -u options.mk
Index: options.mk
===================================================================
RCS file: /cvsroot/pkgsrc/inputmethod/uim/options.mk,v
retrieving revision 1.36
diff -u -r1.36 options.mk
--- options.mk  1 Nov 2019 16:21:11 -0000       1.36
+++ options.mk  26 Feb 2020 11:09:28 -0000
@@ -39,7 +39,7 @@
 .include "../../x11/qt5-qtx11extras/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-qt5-immodule
 .else
-CONFIGURE_ARGS+=       --without-gtk3
+CONFIGURE_ARGS+=       --without-qt5
 .endif

 .if !empty(PKG_OPTIONS:Mxim)


Home | Main Index | Thread Index | Old Index