pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/wxGTK32 wxGTK32: add comment with upstream bug rep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54dde8fc9c6f
branches:  trunk
changeset: 382890:54dde8fc9c6f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 07 23:17:02 2022 +0000

description:
wxGTK32: add comment with upstream bug report about PLIST differences

(between CMake and configure builds)

diffstat:

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

diffs (17 lines):

diff -r 2382d93b9f99 -r 54dde8fc9c6f x11/wxGTK32/Makefile
--- a/x11/wxGTK32/Makefile      Sun Aug 07 23:08:39 2022 +0000
+++ b/x11/wxGTK32/Makefile      Sun Aug 07 23:17:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/08/07 22:40:52 dbj Exp $
+# $NetBSD: Makefile,v 1.11 2022/08/07 23:17:02 wiz Exp $
 
 DISTNAME=      wxWidgets-3.2.0
 PKGNAME=       ${DISTNAME:S/wxWidgets/wxGTK32/}
@@ -33,6 +33,7 @@
 # We now build using cmake by default
 # However, the cmake build system installs
 # unused headers that the configure build system doesn't.
+# https://github.com/wxWidgets/wxWidgets/issues/22714
 
 # This option is expected to be a temporary hack.
 # We should fix cmake builds to match configure builds



Home | Main Index | Thread Index | Old Index