pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/wxGTK32 x11/wxGTK32: revert to building with confi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21b9c56dd395
branches:  trunk
changeset: 386514:21b9c56dd395
user:      rhialto <rhialto%pkgsrc.org@localhost>
date:      Sun Oct 09 12:45:08 2022 +0000

description:
x11/wxGTK32: revert to building with configure by default

since the cmake build is broken for some purposes, which you only notice
when building against it.

https://github.com/wxWidgets/wxWidgets/issues/22841
https://github.com/wxWidgets/wxWidgets/issues/22858

diffstat:

 x11/wxGTK32/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r bf2358c823fe -r 21b9c56dd395 x11/wxGTK32/Makefile
--- a/x11/wxGTK32/Makefile      Sun Oct 09 12:41:02 2022 +0000
+++ b/x11/wxGTK32/Makefile      Sun Oct 09 12:45:08 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2022/10/06 19:35:04 adam Exp $
+# $NetBSD: Makefile,v 1.19 2022/10/09 12:45:08 rhialto Exp $
 
 DISTNAME=      wxWidgets-3.2.1
 PKGNAME=       ${DISTNAME:S/wxWidgets/wxGTK32/}
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=wxWidgets/}
 GITHUB_PROJECT=        wxWidgets
@@ -39,7 +40,9 @@
 # and remove support for building with GNU_CONFIGURE
 PKG_OPTIONS_VAR=       PKG_OPTIONS.wxGTK32
 PKG_SUPPORTED_OPTIONS= cmake
-PKG_SUGGESTED_OPTIONS= cmake
+# broken: https://github.com/wxWidgets/wxWidgets/issues/22841
+#         https://github.com/wxWidgets/wxWidgets/issues/22858
+#PKG_SUGGESTED_OPTIONS=        cmake
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mcmake)



Home | Main Index | Thread Index | Old Index