head 1.4; access; symbols pkgsrc-2023Q1:1.3.0.8 pkgsrc-2023Q1-base:1.3 pkgsrc-2022Q4:1.3.0.6 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.4 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.2 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.1.0.8 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.6 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.4 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.2 pkgsrc-2021Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2023.06.08.05.31.00; author wiz; state dead; branches; next 1.3; commitid V51Rp4XJIWi1w6sE; 1.3 date 2022.06.07.18.48.34; author adam; state Exp; branches; next 1.2; commitid THCWU6Jd98j2H8HD; 1.2 date 2022.05.30.16.31.11; author adam; state Exp; branches; next 1.1; commitid cR5pZ6bXvThOb6GD; 1.1 date 2021.04.02.10.06.27; author wiz; state Exp; branches; next ; commitid S29Nvtqym8cXEHNC; desc @@ 1.4 log @wxGTK31: remove, development version for wxGTK32 All pkgsrc users switched. @ text @$NetBSD: patch-configure,v 1.3 2022/06/07 18:48:34 adam Exp $ Tweak SEARCH_LIB. On Darwin, do not run install_name_tool - libs should alredy have correct id. --- configure.orig 2022-06-06 14:23:45.000000000 +0000 +++ configure @@@@ -25384,7 +25384,7 @@@@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_std_libfullpath" >&5 $as_echo "$wx_cv_std_libfullpath" >&6; } -SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s@@include@@$wx_cv_std_libpath@@g` $wx_cv_std_libfullpath" +SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s@@include@@$wx_cv_std_libpath@@g` $wx_cv_std_libfullpath @@PREFIX@@/lib" if test "$build" != "$host" -a "$GCC" = yes; then if cross_root=`$CC -print-prog-name=ld 2>/dev/null`; then @@@@ -33927,7 +33927,6 @@@@ rm -f core conftest.err conftest.$ac_obj *-*-darwin* ) install_name_tool=`which ${HOST_PREFIX}install_name_tool` if test "$install_name_tool" -a -x "$install_name_tool"; then - DYLIB_RPATH_POSTLINK="${HOST_PREFIX}install_name_tool -id \$@@ \$@@" cat <change-install-names #!/bin/sh libnames=\`cd lib ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\` @@@@ -44041,7 +44040,8 @@@@ fi *-*-solaris2* ) SONAME_FLAG="-h " USE_SOVERSION=1 - USE_SOVERSOLARIS=1 + USE_SOVERLINUX=1 + USE_SOTWOSYMLINKS=1 ;; *-*-darwin* ) @ 1.3 log @wxGTK31: updated to 3.1.7 3.1.7 CMake build system improvements (better precompiled headers support). New wxFileDialog customization API working with IFileDialog in wxMSW. Many updated translations and new wxTRANSLATE_IN_CONTEXT(). Fixes for bad interactions with new macOS 12 features in wxOSX. Several previously missing attributes added to multiple XRC handlers. Row reordering by dragging and UI enhancements in wxGrid. Ability to suppress selected (or all) GTK warning messages in wxGTK. And many, many bugs fixes, including for the regressions in 3.1.6. @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.2 2022/05/30 16:31:11 adam Exp $ @ 1.2 log @wxGTK31: updated to 3.1.6 wxWidgets 3.1.6 New wxBitmapBundle class allowing to provide art work for both normal and high DPI in a simple way. New wxUILocale class replacing the old (but still available) wxLocale, but not suffering from its multiple problems and providing more functionality. Support for using native spell-checking in wxTextCtrl. Support for undo/redo in wxTextCtrl in wxOSX. Better drag-and-drop implementation in wxOSX. Fixes for important bugs in wxDataViewCtrl under all platforms. Many improvements and bug fixes for Wayland support in wxGTK. Support for the latest OS versions (Windows 11, macOS 12) and compilers (MSVS 2022, gcc 12, clang 13). Project bug tracker has been moved to GitHub Issues. @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.1 2021/04/02 10:06:27 wiz Exp $ d3 2 a4 2 Fix shell script portability tweak SEARCH_LIB d6 1 a6 1 --- configure.orig 2022-04-04 13:41:33.000000000 +0000 d8 10 a17 1 @@@@ -33861,7 +33861,6 @@@@ rm -f core conftest.err conftest.$ac_obj d24 2 a25 2 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\` @@@@ -44075,7 +44074,8 @@@@ fi @ 1.1 log @x11/wxGTK31: import wxGTK31-3.1.4 wxWidgets is a set of libraries that allows C++ applications to compile and run on several different types of computer, with minimal source code changes. There is one library per supported GUI (such as Windows, GTK+, Motif, and Mac). As well as providing a common API (Application Programming Interface) for GUI functionality, it provides functionality for accessing some commonly-used operating system facilities, from copying and deleting files to socket and thread support. wxWidgets is a 'framework' in the sense that it provides a lot of built-in functionality, which the application can use or replace as required, thus saving a great deal of coding effort. Basic data structures such as strings, arrays, linked lists and hash tables are also supported. Such a toolkit is not unique - there are others to choose from - but wxWidgets is free, well-established, well-documented, and very broad in its coverage of GUI functionality. It has some extras that make it stand out from the crowd, such as the many convenience dialogs, built-in HTML display and printing, virtual filesystems, easy-to-use OLE automation controller class, Open GL support, and many other features that make it easier to write modern and user-friendly applications. This package contains the 3.1 branch of the library. @ text @d1 1 a1 1 $NetBSD$ d6 1 a6 1 --- configure.orig 2020-07-22 17:20:06.000000000 +0000 d8 9 a16 1 @@@@ -39240,7 +39240,8 @@@@ fi @