pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/wxGTK32
Module Name: pkgsrc
Committed By: rhialto
Date: Sun Oct 9 12:45:08 UTC 2022
Modified Files:
pkgsrc/x11/wxGTK32: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/wxGTK32/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/wxGTK32/Makefile
diff -u pkgsrc/x11/wxGTK32/Makefile:1.18 pkgsrc/x11/wxGTK32/Makefile:1.19
--- pkgsrc/x11/wxGTK32/Makefile:1.18 Thu Oct 6 19:35:04 2022
+++ pkgsrc/x11/wxGTK32/Makefile Sun Oct 9 12:45:08 2022
@@ -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 @@ REPLACE_SH= wx-config.in wx-config-inpl
# 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