Index: head/audio/audacity/Makefile =================================================================== --- head/audio/audacity/Makefile (revision 547283) +++ head/audio/audacity/Makefile (revision 547284) @@ -1,149 +1,150 @@ # Created by: Marc van Woerkom <3d@FreeBSD.org> # $FreeBSD$ PORTNAME= audacity PORTVERSION= 2.4.2 +PORTREVISION= 1 DISTVERSIONPREFIX= Audacity- CATEGORIES= audio MAINTAINER= xxjack12xx@gmail.com COMMENT= GUI editor for digital audio waveforms LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libasound.so:audio/alsa-lib \ libexpat.so:textproc/expat2 \ libportaudio.so:audio/portaudio \ libsndfile.so:audio/libsndfile \ libsoxr.so:audio/libsoxr USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext \ gnome libtool python:build pkgconfig shared-mime-info USE_GITHUB= yes USE_GNOME= cairo gtk30 USE_WX= 3.1+ WX_COMPS= wx INSTALLS_ICONS= yes PORTDOCS= README.txt CMAKE_ARGS= -Daudacity_lib_preference:STRING=system \ -Daudacity_use_expat:STRING=system \ -Daudacity_use_wxwidgets:STRING=system \ -Daudacity_use_soxr:STRING=system \ -Daudacity_use_sndfile:STRING=system \ -Daudacity_use_portsmf:STRING=local \ -Daudacity_use_portmixer:STRING=local \ -Daudacity_use_portaudio:STRING=system CMAKE_OFF= audacity_use_pch OPTIONS_DEFINE= DEBUG DOCS FFMPEG FLAC ID3TAG LADSPA LAME LV2 MAD \ MIDI OGG SBSMS SOUNDTOUCH TWOLAME VAMP \ VORBIS VST OPTIONS_DEFAULT= FLAC ID3TAG LADSPA MAD MIDI OGG SBSMS \ SOUNDTOUCH TWOLAME VAMP VORBIS VST OPTIONS_EXCLUDE_i386= SBSMS LAME_DESC= Use lame for import and export support LV2_DESC= Add LV2 plug-in support MAD_DESC= Use libmad for mp2/3 decoding support MIDI_DESC= MIDI support SBSMS_DESC= Use libsbsms for pitch and tempo changing SOUNDTOUCH_DESC= Use libSoundTouch for pitch and tempo changing TWOLAME_DESC= Use libtwolame for MP2 export support VAMP_DESC= Vamp plug-in support VST_DESC= VST plug-in support DEBUG_CMAKE_ON= wxWidgets_USE_DEBUG DOCS_BUILD_DEPENDS= docbook-to-man:textproc/docbook-to-man \ docbook2man:textproc/docbook-utils FFMPEG_CMAKE_ON= -Daudacity_use_ffmpeg:STRING=loaded FFMPEG_CMAKE_OFF= -Daudacity_use_ffmpeg:STRING=off FFMPEG_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libavcodec.pc:multimedia/ffmpeg FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg FLAC_CMAKE_ON= -Daudacity_use_flac:STRING=system FLAC_CMAKE_OFF= -Daudacity_use_flac:STRING=local FLAC_LIB_DEPENDS= libFLAC.so:audio/flac ID3TAG_CMAKE_ON= -Daudacity_use_id3tag:STRING=system ID3TAG_CMAKE_OFF= -Daudacity_use_id3tag:STRING=off ID3TAG_LIB_DEPENDS= libid3tag.so:audio/libid3tag LADSPA_CMAKE_BOOL= audacity_use_ladspa LADSPA_RUN_DEPENDS= listplugins:audio/ladspa LAME_CMAKE_ON= -Daudacity_use_lame:STRING=system LAME_CMAKE_OFF= -Daudacity_use_lame:STRING=local LAME_BUILD_DEPENDS= ${LOCALBASE}/include/lame/lame.h:audio/lame LAME_CPPFLAGS= -I${LOCALBASE}/include/lame LAME_LDFLAGS= -L${LOCALBASE}/lib LAME_LIB_DEPENDS= libmp3lame.so:audio/lame LV2_CMAKE_ON= -Daudacity_use_lv2:STRING=system LV2_CMAKE_OFF= -Daudacity_use_lv2:STRING=off LV2_LIB_DEPENDS= liblilv-0.so:audio/lilv \ libserd-0.so:devel/serd \ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom \ libsuil-0.so:audio/suil MAD_CMAKE_ON= -Daudacity_use_mad:STRING=system MAD_CMAKE_OFF= -Daudacity_use_mad:STRING=off MAD_LIB_DEPENDS= libmad.so:audio/libmad MIDI_CMAKE_ON= -Daudacity_use_midi:STRING=local MIDI_CMAKE_OFF= -Daudacity_use_midi:STRING=off # TODO: fix NLS support properly PLIST_SUB+= NLS="" OGG_CMAKE_ON= -Daudacity_use_ogg:STRING=system OGG_CMAKE_OFF= -Daudacity_use_ogg:STRING=local OGG_LIB_DEPENDS= libogg.so:audio/libogg SBSMS_CMAKE_ON= -Daudacity_use_sbsms:STRING=local SBSMS_CMAKE_OFF= -Daudacity_use_sbsms:STRING=off SOUNDTOUCH_CMAKE_ON= -Daudacity_use_soundtouch:STRING=system SOUNDTOUCH_CMAKE_OFF= -Daudacity_use_soundtouch:STRING=off SOUNDTOUCH_LIB_DEPENDS= libSoundTouch.so:audio/soundtouch TWOLAME_CMAKE_ON= -Daudacity_use_twolame:STRING=system TWOLAME_CMAKE_OFF= -Daudacity_use_twolame:STRING=off TWOLAME_LIB_DEPENDS= libtwolame.so:audio/twolame VAMP_CMAKE_ON= -Daudacity_use_vamp:STRING=system VAMP_CMAKE_OFF= -Daudacity_use_vamp:STRING=off VAMP_LIB_DEPENDS= libvamp-hostsdk.so:audio/vamp-plugin-sdk VORBIS_CMAKE_ON= -Daudacity_use_vorbis:STRING=system VORBIS_CMAKE_OFF= -Daudacity_use_vorbis:STRING=off VORBIS_LIB_DEPENDS= libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis VST_CMAKE_BOOL= audacity_use_vst .include .if ${ARCH} != amd64 && ${ARCH} != i386 CMAKE_ARGS+= -DHAVE_MMX:BOOL=OFF \ -DHAVE_SSE:BOOL=OFF \ -DHAVE_SSE2:BOOL=OFF .endif post-patch: @${REINPLACE_CMD} -e 's,Python2,Python${PYTHON_MAJOR_VER}, ; \ /CMAKE_CXX_STANDARD/s,14,11,' ${WRKSRC}/CMakeLists.txt post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${RM} ${STAGEDIR}${DOCSDIR}/LICENSE.txt post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/cad/PrusaSlicer/Makefile =================================================================== --- head/cad/PrusaSlicer/Makefile (revision 547283) +++ head/cad/PrusaSlicer/Makefile (revision 547284) @@ -1,62 +1,62 @@ # $FreeBSD$ PORTNAME= PrusaSlicer DISTVERSIONPREFIX= version_ DISTVERSION= 2.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= cad MAINTAINER= teodorsigaev@gmail.com COMMENT= Slicing application for 3D printers LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libtbb.so:devel/tbb \ libboost_log.so:devel/boost-libs \ libHalf.so:graphics/ilmbase \ libnlopt.so:math/nlopt \ libwx_gtk3u_core-3.1.so:x11-toolkits/wxgtk31 \ libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ libopenvdb.so:misc/openvdb \ libgmp.so:math/gmp \ libmpfr.so:math/mpfr BUILD_DEPENDS= cereal>=1.2.2:devel/cereal \ eigen>=3.3:math/eigen3 \ googletest>=1.7:devel/googletest \ boost-libs>=1.64:devel/boost-libs \ wx31-gtk3>=3.1:x11-toolkits/wxgtk31 \ cmake>=3.2:devel/cmake \ ninja>=1.8.2:devel/ninja \ openvdb>=6.1.0:misc/openvdb \ gmp>=6.1.2:math/gmp \ mpfr>=4.0.2:math/mpfr \ qt5-buildtools>=0:devel/qt5-buildtools USES= cmake gettext gl iconv pkgconfig CMAKE_ARGS+= -DwxWidgets_CONFIG_EXECUTABLE=${LOCALBASE}/bin/wxgtk3u-3.1-config \ -DCGAL_DIR=${WRKSRC}/CGAL/lib/cmake/CGAL CMAKE_INSTALL_PREFIX= ${PREFIX}/${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= prusa3d GH_TUPLE= CGAL:cgal:releases/CGAL-5.0.2:cgal USE_GL= gl glu glew post-patch: ${REINPLACE_CMD} -e 's,%%WRKSRC%%,${WRKSRC},' \ ${WRKSRC}/CMakeLists.txt pre-configure: cd ${WRKSRC_cgal} && \ ${CMAKE_BIN} -E remove CGALConfig-installation-dirs.cmake && \ ${MKDIR} build && cd build && \ ${CMAKE_BIN} -DCMAKE_INSTALL_PREFIX=${WRKSRC}/CGAL \ -DCMAKE_PREFIX_PATH=${WRKSRC}/CGAL \ -DCMAKE_MODULE_PATH=${WRKSRC}/cmake/modules \ -DCMAKE_BUILD_TYPE=Release .. && \ ${BSDMAKE} all install .include Index: head/comms/cubicsdr/Makefile =================================================================== --- head/comms/cubicsdr/Makefile (revision 547283) +++ head/comms/cubicsdr/Makefile (revision 547284) @@ -1,46 +1,46 @@ # $FreeBSD$ PORTNAME= cubicsdr DISTVERSION= 0.2.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= comms hamradio MAINTAINER= hamradio@FreeBSD.org COMMENT= SDR receiver using liquidsdr LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYNUMPY} \ ${LOCALBASE}/lib/libEGL.so:graphics/mesa-libs \ ${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/mesa-dri LIB_DEPENDS= libSoapySDR.so:misc/soapysdr \ libliquid.so:comms/liquid-dsp \ libpulse.so:audio/pulseaudio \ libhamlib.so:comms/hamlib \ libEGL.so:graphics/mesa-libs \ libwx_gtk3u_core-3.1.so:x11-toolkits/wxgtk31 USES= cmake compiler:c++0x gl python USE_GL+= glu OPTIONS_DEFINE= HAMLIB HAMLIB_DESC= Support rig control via hamlib OPTIONS_DEFAULT= HAMLIB .include .if ${PORT_OPTIONS:MHAMLIB} LIB_DEPENDS+= libhamlib.so:comms/hamlib CMAKE_ARGS+= -DUSE_HAMLIB=1 .endif CMAKE_ARGS+= -DwxWidgets_CONFIG_EXECUTABLE=${LOCALBASE}/bin/wxgtk3u-3.1-config USE_WX= 3.1 WX_COMPS= wx USE_GITHUB= yes GH_ACCOUNT= cjcliffe GH_PROJECT= CubicSDR GH_TAGNAME= 9c32b97 .include Index: head/graphics/electricsheep/Makefile =================================================================== --- head/graphics/electricsheep/Makefile (revision 547283) +++ head/graphics/electricsheep/Makefile (revision 547284) @@ -1,48 +1,48 @@ # Created by: David Yeske # $FreeBSD$ PORTNAME= electricsheep DISTVERSION= 2.7 # configure.ac says that the version is 2.7b33 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Infinite evolving crowdsourced artwork LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= flam3-animate:graphics/flam3 LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libcurl.so:ftp/curl \ libavcodec.so:multimedia/ffmpeg \ libGLee.so:graphics/glee \ libgtop-2.0.so:devel/libgtop \ libpng.so:graphics/png \ libtinyxml.so:textproc/tinyxml RUN_DEPENDS= flam3-animate:graphics/flam3 USES= autoreconf compiler:c++11-lang dos2unix gl gnome libtool \ localbase:ldflags lua:51 pkgconfig gettext-runtime xorg USE_GITHUB= yes GH_ACCOUNT= scottdraves GH_TAGNAME= 4949c31 DOS2UNIX_FILES= ContentDownloader/SheepDownloader.cpp DisplayOutput/OpenGL/glx.cpp GNU_CONFIGURE= yes USE_WX= 3.1 USE_GNOME= glib20 USE_GL= gl glut USE_XORG= x11 xrender WRKSRC_SUBDIR= client_generic CFLAGS+= -DLINUX_GNU -I${LOCALBASE}/include/GL -I${LOCALBASE}/include/libavcodec -DSHAREDIR='\"${DATADIR}\"' post-patch: # unbundle GLee @${RM} ${WRKSRC}/DisplayOutput/OpenGL/GLee.* post-install: @${RM} -r ${STAGEDIR}${DOCSDIR}* ${STAGEDIR}${DATADIR}/icons .include Index: head/lang/erlang-wx/Makefile =================================================================== --- head/lang/erlang-wx/Makefile (revision 547283) +++ head/lang/erlang-wx/Makefile (revision 547284) @@ -1,58 +1,59 @@ # $FreeBSD$ PORTNAME= erlang DISTVERSIONPREFIX= OTP- DISTVERSION= 21.3.8.17 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= lang parallel PKGNAMESUFFIX= -wx DIST_SUBDIR= erlang MAINTAINER= erlang@FreeBSD.org COMMENT= Erlang bindings for wxWindows LICENSE= APACHE20 BUILD_DEPENDS= erlang>=21.3.8:lang/erlang RUN_DEPENDS= erlang>=21.3.8:lang/erlang USES= autoreconf:build gl gmake perl5 xorg USE_GITHUB= yes GH_PROJECT= otp USE_GL= gl glu USE_PERL5= build USE_WX= 3.1+ WX_COMPS= wx GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes WX_APPS= wx debugger et observer CONFIGURE_ARGS+=--enable-threads --without-odbc --without-javac --with-wx-config=${WX_CONFIG} pre-configure: @cd ${WRKSRC} && ./otp_build autoconf do-build: .for app in wx debugger et observer cd ${WRKSRC}/lib/${app} && ${SETENV} ERL_LIBS=${WRKSRC}/lib ${GMAKE} ERL_TOP=${WRKSRC} TARGET=${CONFIGURE_TARGET} .endfor ${STRIP_CMD} ${WRKSRC}/lib/wx/priv/${CONFIGURE_TARGET}/erl_gl.so ${STRIP_CMD} ${WRKSRC}/lib/wx/priv/${CONFIGURE_TARGET}/wxe_driver.so ${MV} ${WRKSRC}/lib/wx/priv/${CONFIGURE_TARGET}/*.so ${WRKSRC}/lib/wx/priv ${RMDIR} ${WRKSRC}/lib/wx/priv/${CONFIGURE_TARGET} do-install: .for app in ${WX_APPS} @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${app}-$$(${CUT} -w -f3 ${WRKSRC}/lib/${app}/vsn.mk) ${FIND} ${WRKSRC}/lib/${app} -type d -empty -delete .for dir in src include priv ebin cd ${WRKSRC}/lib/${app} && if [ -d ${dir} ]; then \ ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${app}-$$(${CUT} -w -f3 vsn.mk); \ fi .endfor .endfor .include Index: head/science/opensph/Makefile =================================================================== --- head/science/opensph/Makefile (revision 547283) +++ head/science/opensph/Makefile (revision 547284) @@ -1,34 +1,34 @@ # $FreeBSD$ PORTNAME= OpenSPH DISTVERSIONPREFIX= v DISTVERSION= g20190519 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org COMMENT= Library and graphical tools for running SPH and N-body simulations LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libwx_baseu-3.1.so:x11-toolkits/wxgtk31 USES= compiler:c++14-lang eigen:3 qmake qt:5 USE_GITLAB= yes GL_SITE= https://gitlab.com GL_ACCOUNT= sevecekp GL_PROJECT= sph GL_COMMIT= 06686fa7f7307bdf8c9261e55b9875aafa278a13 QMAKE_SOURCE_PATH= ${WRKSRC}/sph.pro BINARY_ALIAS= wx-config=${LOCALBASE}/bin/wxgtk3u-3.1-config PLIST_FILES= bin/opensph-cli bin/opensph do-install: # https://gitlab.com/sevecekp/sph/issues/2 ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/cli/launcher/launcher ${STAGEDIR}${PREFIX}/bin/opensph-cli ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/gui/launcherGui/launcherGui ${STAGEDIR}${PREFIX}/bin/opensph .include Index: head/x11-toolkits/wxgtk31/Makefile =================================================================== --- head/x11-toolkits/wxgtk31/Makefile (revision 547283) +++ head/x11-toolkits/wxgtk31/Makefile (revision 547284) @@ -1,90 +1,92 @@ # $FreeBSD$ PORTNAME= wx DISTVERSIONPREFIX= v -DISTVERSION= 3.1.3 +DISTVERSION= 3.1.4 CATEGORIES= x11-toolkits PKGNAMESUFFIX= 31-gtk3 MAINTAINER= yuri@FreeBSD.org COMMENT= GUI toolkit (wxWidgets) with GTK+ bindings LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/docs/gpl.txt LIB_DEPENDS= libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libjbig.so:graphics/jbigkit \ libnotify.so:devel/libnotify \ libpng.so:graphics/png \ libsecret-1.so:security/libsecret \ libsoup-2.4.so:devel/libsoup \ - libtiff.so:graphics/tiff \ + libtiff.so:graphics/tiff USES= compiler:c++11-lib gl gmake gnome iconv jpeg localbase \ pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= wxWidgets GH_PROJECT= wxWidgets +GH_TUPLE= wxWidgets:Catch:ee4acb6:wxWidgets_Catch/3rdparty/catch + GNU_CONFIGURE= yes USE_XORG= x11 sm xxf86vm xtst USE_GL= gl glu USE_GNOME= cairo gdkpixbuf2 gtk30 USE_LDCONFIG= yes USE_CXXSTD= c++11 CONFIGURE_ARGS= --with-libpng=sys \ --with-libjpeg=sys \ --with-libtiff=sys \ --with-zlib=sys \ --with-expat=sys \ --with-opengl \ --with-gtk=3 \ --without-gnomevfs \ --disable-epollloop \ --disable-joystick \ --enable-backtrace \ --enable-ipv6 \ --enable-optimise \ --enable-utf8 \ --enable-graphics_ctx \ --enable-compat28 \ --enable-compat30 CONFIGURE_ENV= X11BASE="${LOCALBASE}" \ ac_cv_header_sys_inotify_h=no OPTIONS_DEFINE= GSTREAMER MSPACK NLS WEBKIT OPTIONS_DEFAULT= GSTREAMER MSPACK WEBKIT MSPACK_DESC= Microsoft archives support OPTIONS_SUB= yes NLS_USES= gettext GSTREAMER_CONFIGURE_ENABLE= mediactrl GSTREAMER_USE= GNOME=gconf2 GSTREAMER1=bad MSPACK_CONFIGURE_WITH= libmspack MSPACK_LIB_DEPENDS= libmspack.so:archivers/libmspack WEBKIT_CONFIGURE_ENABLE= webview WEBKIT_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 .include # TLS is broken on armv6/7, PR 229396 .if ${ARCH} == armv6 || ${ARCH} == armv7 CONFIGURE_ARGS+=--disable-tls .endif # PR 196703, 197031 .if ${CHOSEN_COMPILER_TYPE} == gcc CONFIGURE_ARGS+=--disable-precomp-headers .endif post-build-NLS-on: @${DO_MAKE_BUILD} allmo -C ${BUILD_WRKSRC}/locale post-install-NLS-on: # stray file: https://trac.wxwidgets.org/ticket/18147 @${RM} ${STAGEDIR}${PREFIX}/share/locale/it/LC_MESSAGES/wxmsw.mo .include Index: head/x11-toolkits/wxgtk31/distinfo =================================================================== --- head/x11-toolkits/wxgtk31/distinfo (revision 547283) +++ head/x11-toolkits/wxgtk31/distinfo (revision 547284) @@ -1,3 +1,5 @@ -TIMESTAMP = 1576430604 -SHA256 (wxWidgets-wxWidgets-v3.1.3_GH0.tar.gz) = a5cb5ea326d76b5e472e9400933cef17c900d5c9b549e40eef00b64fe86d7cb0 -SIZE (wxWidgets-wxWidgets-v3.1.3_GH0.tar.gz) = 20441818 +TIMESTAMP = 1595584227 +SHA256 (wxWidgets-wxWidgets-v3.1.4_GH0.tar.gz) = f2698297b2d2c6d2372c23144c133e531248a64286c78ae17179155c94971d6f +SIZE (wxWidgets-wxWidgets-v3.1.4_GH0.tar.gz) = 20704620 +SHA256 (wxWidgets-Catch-ee4acb6_GH0.tar.gz) = 6bc6e38f3efb1aa128c0ae7bfcd8cba266f22f2c4b6433b9efa7d68ca9a44a1f +SIZE (wxWidgets-Catch-ee4acb6_GH0.tar.gz) = 377330 Index: head/x11-toolkits/wxgtk31/files/patch-Makefile.in =================================================================== --- head/x11-toolkits/wxgtk31/files/patch-Makefile.in (revision 547283) +++ head/x11-toolkits/wxgtk31/files/patch-Makefile.in (revision 547284) @@ -1,50 +1,42 @@ --- Makefile.in.orig 2013-11-11 14:10:39.000000000 +0100 +++ Makefile.in 2014-01-22 10:14:26.000000000 +0100 -@@ -25,6 +25,7 @@ - SONAME_FLAG = @SONAME_FLAG@ - STRIP = @STRIP@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_DIR = @INSTALL_DIR@ - ICC_PCH_USE_SWITCH = @ICC_PCH_USE_SWITCH@ -@@ -54,6 +55,7 @@ +@@ -56,6 +56,7 @@ TOOLKIT = @TOOLKIT@ TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@ TOOLKIT_VERSION = @TOOLKIT_VERSION@ +TOOLCHAIN_NAME = @TOOLCHAIN_NAME@ TOOLCHAIN_FULLNAME = @TOOLCHAIN_FULLNAME@ EXTRALIBS = @EXTRALIBS@ EXTRALIBS_XML = @EXTRALIBS_XML@ -@@ -15214,9 +15215,9 @@ +@@ -13815,9 +13816,9 @@ - install: $(__install_wxregex___depname) $(__install_wxzlib___depname) $(__install_wxpng___depname) $(__install_wxjpeg___depname) $(__install_wxtiff___depname) $(__install_wxexpat___depname) $(__install_wxscintilla___depname) $(__install_monodll___depname) $(__install_monolib___depname) $(__install_basedll___depname) $(__install_baselib___depname) $(__install_netdll___depname) $(__install_netlib___depname) $(__install_coredll___depname) $(__install_corelib___depname) $(__install_advdll___depname) $(__install_advlib___depname) $(__install_mediadll___depname) $(__install_medialib___depname) $(__install_htmldll___depname) $(__install_htmllib___depname) $(__install_webviewdll___depname) $(__install_webviewlib___depname) $(__install_qadll___depname) $(__install_qalib___depname) $(__install_xmldll___depname) $(__install_xmllib___depname) $(__install_xrcdll___depname) $(__install_xrclib___depname) $(__install_auidll___depname) $(__install_auilib___depname) $(__install_ribbondll___depname) $(__install_ribbonlib___depname) $(__install_propgriddll___depname) $(__install_propgridlib___depname) $(__install_richtextdll___depname) $(__install_richtextlib___depname) $(__install_stcdll___depname) $(__install_stclib___depname) $(__install_gldll___depname) $(__install_gllib___depname) $(__install_sound_sdl___depname) $(__install_wxrc___depname) install-wxconfig locale_install locale_msw_install $(__cocoa_res_install___depname) + install: $(__install_wxregex___depname) $(__install_wxzlib___depname) $(__install_wxpng___depname) $(__install_wxjpeg___depname) $(__install_wxtiff___depname) $(__install_wxexpat___depname) $(__install_wxscintilla___depname) $(__install_monodll___depname) $(__install_monolib___depname) $(__install_basedll___depname) $(__install_baselib___depname) $(__install_netdll___depname) $(__install_netlib___depname) $(__install_coredll___depname) $(__install_corelib___depname) $(__install_advdll___depname) $(__install_advlib___depname) $(__install_mediadll___depname) $(__install_medialib___depname) $(__install_htmldll___depname) $(__install_htmllib___depname) $(__install_webviewdll___depname) $(__install_webviewlib___depname) $(__install_qadll___depname) $(__install_qalib___depname) $(__install_xmldll___depname) $(__install_xmllib___depname) $(__install_xrcdll___depname) $(__install_xrclib___depname) $(__install_auidll___depname) $(__install_auilib___depname) $(__install_ribbondll___depname) $(__install_ribbonlib___depname) $(__install_propgriddll___depname) $(__install_propgridlib___depname) $(__install_richtextdll___depname) $(__install_richtextlib___depname) $(__install_stcdll___depname) $(__install_stclib___depname) $(__install_gldll___depname) $(__install_gllib___depname) $(__install_sound_sdl___depname) $(__install_webkit2_ext___depname) $(__install_wxrc___depname) install-wxconfig locale_install locale_msw_install $(INSTALL_DIR) $(DESTDIR)$(datadir)/aclocal - (cd $(srcdir) ; $(INSTALL_DATA) wxwin.m4 $(DESTDIR)$(datadir)/aclocal) + (cd $(srcdir) ; $(INSTALL_DATA) wxwin.m4 $(DESTDIR)$(datadir)/aclocal/wxwin$(WX_RELEASE_NODOT).m4) $(INSTALL_DIR) $(DESTDIR)$(datadir)/bakefile/presets - (cd $(srcdir)/build/bakefiles/wxpresets/presets ; $(INSTALL_DATA) wx.bkl wx_unix.bkl wx_win32.bkl wx_xrc.bkl wx_presets.py $(DESTDIR)$(datadir)/bakefile/presets) + (cd $(srcdir)/build/bakefiles/wxpresets/presets/ ; for i in wx.bkl wx_unix.bkl wx_win32.bkl wx_xrc.bkl wx_presets.py; do $(INSTALL_DATA) $$i $(DESTDIR)$(datadir)/bakefile/presets/wx$(WX_RELEASE_NODOT)$${i##wx}; done) $(DYLIB_RPATH_INSTALL) $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx for f in setup.h $(RCDEFS_H); do \ -@@ -16099,9 +16100,7 @@ +@@ -14711,9 +14712,7 @@ install-wxconfig: $(INSTALL_DIR) $(DESTDIR)$(bindir) - $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/config -- $(INSTALL_PROGRAM) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(libdir)/wx/config +- $(INSTALL_SCRIPT) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(libdir)/wx/config - (cd $(DESTDIR)$(bindir) && rm -f wx-config && $(LN_S) $(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config || cp -p $(DESTDIR)$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config) + $(INSTALL_SCRIPT) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(bindir)/wx$(TOOLCHAIN_NAME)-config locale_install: $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale -@@ -16109,7 +16108,7 @@ +@@ -14721,7 +14720,7 @@ $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale/$$l ; \ $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES ; \ if test -f $(srcdir)/locale/$$l.mo ; then \ - $(INSTALL_DATA) $(srcdir)/locale/$$l.mo $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES/wxstd.mo ; \ + $(INSTALL_DATA) $(srcdir)/locale/$$l.mo $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES/wxstd$(WX_RELEASE_NODOT).mo ; \ fi ; \ done Index: head/x11-toolkits/wxgtk31/pkg-plist =================================================================== --- head/x11-toolkits/wxgtk31/pkg-plist (revision 547283) +++ head/x11-toolkits/wxgtk31/pkg-plist (revision 547284) @@ -1,798 +1,800 @@ bin/wxgtk3u-3.1-config bin/wxrc-gtk3u-3.1 include/wx-3.1/wx/aboutdlg.h include/wx-3.1/wx/accel.h include/wx-3.1/wx/access.h include/wx-3.1/wx/activityindicator.h include/wx-3.1/wx/addremovectrl.h include/wx-3.1/wx/affinematrix2d.h include/wx-3.1/wx/affinematrix2dbase.h include/wx-3.1/wx/afterstd.h include/wx-3.1/wx/anidecod.h include/wx-3.1/wx/animate.h include/wx-3.1/wx/animdecod.h include/wx-3.1/wx/any.h include/wx-3.1/wx/anybutton.h include/wx-3.1/wx/anystr.h include/wx-3.1/wx/app.h include/wx-3.1/wx/appprogress.h include/wx-3.1/wx/apptrait.h include/wx-3.1/wx/archive.h include/wx-3.1/wx/arrimpl.cpp include/wx-3.1/wx/arrstr.h include/wx-3.1/wx/artprov.h include/wx-3.1/wx/atomic.h include/wx-3.1/wx/aui/aui.h include/wx-3.1/wx/aui/auibar.h include/wx-3.1/wx/aui/auibook.h include/wx-3.1/wx/aui/dockart.h include/wx-3.1/wx/aui/floatpane.h include/wx-3.1/wx/aui/framemanager.h include/wx-3.1/wx/aui/tabart.h include/wx-3.1/wx/aui/tabmdi.h include/wx-3.1/wx/bannerwindow.h include/wx-3.1/wx/base64.h include/wx-3.1/wx/beforestd.h include/wx-3.1/wx/bitmap.h include/wx-3.1/wx/bmpbuttn.h include/wx-3.1/wx/bmpcbox.h include/wx-3.1/wx/bookctrl.h include/wx-3.1/wx/brush.h include/wx-3.1/wx/buffer.h include/wx-3.1/wx/build.h include/wx-3.1/wx/busyinfo.h include/wx-3.1/wx/button.h include/wx-3.1/wx/calctrl.h include/wx-3.1/wx/caret.h include/wx-3.1/wx/chartype.h include/wx-3.1/wx/checkbox.h include/wx-3.1/wx/checkeddelete.h include/wx-3.1/wx/checklst.h include/wx-3.1/wx/chkconf.h include/wx-3.1/wx/choicdlg.h include/wx-3.1/wx/choice.h include/wx-3.1/wx/choicebk.h include/wx-3.1/wx/clipbrd.h include/wx-3.1/wx/clntdata.h include/wx-3.1/wx/clrpicker.h include/wx-3.1/wx/cmdargs.h include/wx-3.1/wx/cmdline.h include/wx-3.1/wx/cmdproc.h include/wx-3.1/wx/cmndata.h include/wx-3.1/wx/collheaderctrl.h include/wx-3.1/wx/collpane.h include/wx-3.1/wx/colordlg.h include/wx-3.1/wx/colour.h include/wx-3.1/wx/colourdata.h include/wx-3.1/wx/combo.h include/wx-3.1/wx/combobox.h include/wx-3.1/wx/commandlinkbutton.h include/wx-3.1/wx/compiler.h include/wx-3.1/wx/compositewin.h include/wx-3.1/wx/confbase.h include/wx-3.1/wx/config.h include/wx-3.1/wx/containr.h include/wx-3.1/wx/control.h include/wx-3.1/wx/convauto.h include/wx-3.1/wx/cpp.h include/wx-3.1/wx/crt.h include/wx-3.1/wx/cshelp.h include/wx-3.1/wx/ctrlsub.h include/wx-3.1/wx/cursor.h include/wx-3.1/wx/custombgwin.h include/wx-3.1/wx/dataobj.h include/wx-3.1/wx/dataview.h include/wx-3.1/wx/datectrl.h include/wx-3.1/wx/dateevt.h include/wx-3.1/wx/datetime.h include/wx-3.1/wx/datetimectrl.h include/wx-3.1/wx/datstrm.h include/wx-3.1/wx/dc.h include/wx-3.1/wx/dcbuffer.h include/wx-3.1/wx/dcclient.h include/wx-3.1/wx/dcgraph.h include/wx-3.1/wx/dcmemory.h include/wx-3.1/wx/dcmirror.h include/wx-3.1/wx/dcprint.h include/wx-3.1/wx/dcps.h include/wx-3.1/wx/dcscreen.h include/wx-3.1/wx/dcsvg.h include/wx-3.1/wx/dde.h include/wx-3.1/wx/debug.h include/wx-3.1/wx/debugrpt.h include/wx-3.1/wx/defs.h include/wx-3.1/wx/dialog.h include/wx-3.1/wx/dialup.h include/wx-3.1/wx/dir.h include/wx-3.1/wx/dirctrl.h include/wx-3.1/wx/dirdlg.h include/wx-3.1/wx/display.h include/wx-3.1/wx/dlimpexp.h include/wx-3.1/wx/dlist.h include/wx-3.1/wx/dnd.h include/wx-3.1/wx/docmdi.h include/wx-3.1/wx/docview.h include/wx-3.1/wx/dragimag.h include/wx-3.1/wx/dvrenderers.h include/wx-3.1/wx/dynarray.h include/wx-3.1/wx/dynlib.h include/wx-3.1/wx/dynload.h include/wx-3.1/wx/editlbox.h include/wx-3.1/wx/effects.h include/wx-3.1/wx/encconv.h include/wx-3.1/wx/encinfo.h include/wx-3.1/wx/event.h include/wx-3.1/wx/eventfilter.h include/wx-3.1/wx/evtloop.h include/wx-3.1/wx/evtloopsrc.h include/wx-3.1/wx/except.h include/wx-3.1/wx/fdrepdlg.h include/wx-3.1/wx/features.h include/wx-3.1/wx/ffile.h include/wx-3.1/wx/file.h include/wx-3.1/wx/fileconf.h include/wx-3.1/wx/filectrl.h include/wx-3.1/wx/filedlg.h include/wx-3.1/wx/filefn.h include/wx-3.1/wx/filehistory.h include/wx-3.1/wx/filename.h include/wx-3.1/wx/filepicker.h include/wx-3.1/wx/filesys.h include/wx-3.1/wx/flags.h include/wx-3.1/wx/fmappriv.h include/wx-3.1/wx/font.h include/wx-3.1/wx/fontdata.h include/wx-3.1/wx/fontdlg.h include/wx-3.1/wx/fontenc.h include/wx-3.1/wx/fontenum.h include/wx-3.1/wx/fontmap.h include/wx-3.1/wx/fontpicker.h include/wx-3.1/wx/fontutil.h include/wx-3.1/wx/frame.h include/wx-3.1/wx/fs_arc.h include/wx-3.1/wx/fs_filter.h include/wx-3.1/wx/fs_inet.h include/wx-3.1/wx/fs_mem.h include/wx-3.1/wx/fs_zip.h include/wx-3.1/wx/fswatcher.h include/wx-3.1/wx/gauge.h include/wx-3.1/wx/gbsizer.h include/wx-3.1/wx/gdicmn.h include/wx-3.1/wx/gdiobj.h include/wx-3.1/wx/generic/aboutdlgg.h include/wx-3.1/wx/generic/accel.h include/wx-3.1/wx/generic/activityindicator.h +include/wx-3.1/wx/generic/animate.h include/wx-3.1/wx/generic/bmpcbox.h include/wx-3.1/wx/generic/busyinfo.h include/wx-3.1/wx/generic/buttonbar.h include/wx-3.1/wx/generic/calctrlg.h include/wx-3.1/wx/generic/caret.h include/wx-3.1/wx/generic/choicdgg.h include/wx-3.1/wx/generic/collheaderctrl.h include/wx-3.1/wx/generic/combo.h include/wx-3.1/wx/generic/custombgwin.h include/wx-3.1/wx/generic/dataview.h include/wx-3.1/wx/generic/datectrl.h include/wx-3.1/wx/generic/dcpsg.h include/wx-3.1/wx/generic/dirctrlg.h include/wx-3.1/wx/generic/dragimgg.h include/wx-3.1/wx/generic/dvrenderer.h include/wx-3.1/wx/generic/dvrenderers.h include/wx-3.1/wx/generic/fdrepdlg.h include/wx-3.1/wx/generic/filectrlg.h include/wx-3.1/wx/generic/filepickerg.h include/wx-3.1/wx/generic/fswatcher.h include/wx-3.1/wx/generic/grid.h include/wx-3.1/wx/generic/gridctrl.h include/wx-3.1/wx/generic/grideditors.h include/wx-3.1/wx/generic/gridsel.h include/wx-3.1/wx/generic/headerctrlg.h include/wx-3.1/wx/generic/helpext.h include/wx-3.1/wx/generic/hyperlink.h include/wx-3.1/wx/generic/icon.h include/wx-3.1/wx/generic/imaglist.h include/wx-3.1/wx/generic/infobar.h include/wx-3.1/wx/generic/laywin.h include/wx-3.1/wx/generic/listctrl.h include/wx-3.1/wx/generic/logg.h include/wx-3.1/wx/generic/msgdlgg.h include/wx-3.1/wx/generic/notebook.h include/wx-3.1/wx/generic/notifmsg.h include/wx-3.1/wx/generic/numdlgg.h include/wx-3.1/wx/generic/paletteg.h include/wx-3.1/wx/generic/panelg.h include/wx-3.1/wx/generic/printps.h include/wx-3.1/wx/generic/prntdlgg.h include/wx-3.1/wx/generic/progdlgg.h include/wx-3.1/wx/generic/propdlg.h include/wx-3.1/wx/generic/richmsgdlgg.h include/wx-3.1/wx/generic/sashwin.h include/wx-3.1/wx/generic/scrolwin.h include/wx-3.1/wx/generic/spinctlg.h include/wx-3.1/wx/generic/splash.h include/wx-3.1/wx/generic/splitter.h include/wx-3.1/wx/generic/srchctlg.h include/wx-3.1/wx/generic/statbmpg.h include/wx-3.1/wx/generic/stattextg.h include/wx-3.1/wx/generic/statusbr.h include/wx-3.1/wx/generic/textdlgg.h include/wx-3.1/wx/generic/timectrl.h include/wx-3.1/wx/generic/treectlg.h include/wx-3.1/wx/generic/wizard.h include/wx-3.1/wx/geometry.h include/wx-3.1/wx/gifdecod.h include/wx-3.1/wx/glcanvas.h include/wx-3.1/wx/graphics.h include/wx-3.1/wx/grid.h include/wx-3.1/wx/gtk/accel.h include/wx-3.1/wx/gtk/activityindicator.h include/wx-3.1/wx/gtk/animate.h include/wx-3.1/wx/gtk/anybutton.h include/wx-3.1/wx/gtk/app.h include/wx-3.1/wx/gtk/assertdlg_gtk.h include/wx-3.1/wx/gtk/bitmap.h include/wx-3.1/wx/gtk/bmpbuttn.h include/wx-3.1/wx/gtk/bmpcbox.h include/wx-3.1/wx/gtk/brush.h include/wx-3.1/wx/gtk/button.h include/wx-3.1/wx/gtk/calctrl.h include/wx-3.1/wx/gtk/checkbox.h include/wx-3.1/wx/gtk/checklst.h include/wx-3.1/wx/gtk/chkconf.h include/wx-3.1/wx/gtk/choice.h include/wx-3.1/wx/gtk/clipbrd.h include/wx-3.1/wx/gtk/clrpicker.h include/wx-3.1/wx/gtk/collpane.h include/wx-3.1/wx/gtk/colordlg.h include/wx-3.1/wx/gtk/colour.h include/wx-3.1/wx/gtk/combobox.h include/wx-3.1/wx/gtk/control.h include/wx-3.1/wx/gtk/cursor.h include/wx-3.1/wx/gtk/dataform.h include/wx-3.1/wx/gtk/dataobj.h include/wx-3.1/wx/gtk/dataobj2.h include/wx-3.1/wx/gtk/dataview.h include/wx-3.1/wx/gtk/dialog.h include/wx-3.1/wx/gtk/dirdlg.h include/wx-3.1/wx/gtk/dnd.h include/wx-3.1/wx/gtk/dvrenderer.h include/wx-3.1/wx/gtk/dvrenderers.h include/wx-3.1/wx/gtk/evtloop.h include/wx-3.1/wx/gtk/evtloopsrc.h include/wx-3.1/wx/gtk/filectrl.h include/wx-3.1/wx/gtk/filedlg.h include/wx-3.1/wx/gtk/filehistory.h include/wx-3.1/wx/gtk/filepicker.h include/wx-3.1/wx/gtk/font.h include/wx-3.1/wx/gtk/fontdlg.h include/wx-3.1/wx/gtk/fontpicker.h include/wx-3.1/wx/gtk/frame.h include/wx-3.1/wx/gtk/gauge.h include/wx-3.1/wx/gtk/glcanvas.h include/wx-3.1/wx/gtk/gnome/gvfs.h include/wx-3.1/wx/gtk/hyperlink.h include/wx-3.1/wx/gtk/infobar.h include/wx-3.1/wx/gtk/listbox.h include/wx-3.1/wx/gtk/mdi.h include/wx-3.1/wx/gtk/menu.h include/wx-3.1/wx/gtk/menuitem.h include/wx-3.1/wx/gtk/mimetype.h include/wx-3.1/wx/gtk/minifram.h include/wx-3.1/wx/gtk/msgdlg.h include/wx-3.1/wx/gtk/nonownedwnd.h include/wx-3.1/wx/gtk/notebook.h include/wx-3.1/wx/gtk/pen.h include/wx-3.1/wx/gtk/popupwin.h include/wx-3.1/wx/gtk/print.h include/wx-3.1/wx/gtk/radiobox.h include/wx-3.1/wx/gtk/radiobut.h include/wx-3.1/wx/gtk/region.h include/wx-3.1/wx/gtk/scrolbar.h include/wx-3.1/wx/gtk/scrolwin.h include/wx-3.1/wx/gtk/slider.h include/wx-3.1/wx/gtk/spinbutt.h include/wx-3.1/wx/gtk/spinctrl.h +include/wx-3.1/wx/gtk/srchctrl.h include/wx-3.1/wx/gtk/statbmp.h include/wx-3.1/wx/gtk/statbox.h include/wx-3.1/wx/gtk/statline.h include/wx-3.1/wx/gtk/stattext.h include/wx-3.1/wx/gtk/taskbar.h include/wx-3.1/wx/gtk/textctrl.h include/wx-3.1/wx/gtk/textentry.h include/wx-3.1/wx/gtk/tglbtn.h include/wx-3.1/wx/gtk/toolbar.h include/wx-3.1/wx/gtk/tooltip.h include/wx-3.1/wx/gtk/toplevel.h include/wx-3.1/wx/gtk/webview_webkit.h include/wx-3.1/wx/gtk/webviewhistoryitem_webkit.h include/wx-3.1/wx/gtk/window.h include/wx-3.1/wx/hash.h include/wx-3.1/wx/hashmap.h include/wx-3.1/wx/hashset.h include/wx-3.1/wx/headercol.h include/wx-3.1/wx/headerctrl.h include/wx-3.1/wx/help.h include/wx-3.1/wx/helpbase.h include/wx-3.1/wx/helphtml.h include/wx-3.1/wx/helpwin.h include/wx-3.1/wx/html/forcelnk.h include/wx-3.1/wx/html/helpctrl.h include/wx-3.1/wx/html/helpdata.h include/wx-3.1/wx/html/helpdlg.h include/wx-3.1/wx/html/helpfrm.h include/wx-3.1/wx/html/helpwnd.h include/wx-3.1/wx/html/htmlcell.h include/wx-3.1/wx/html/htmldefs.h include/wx-3.1/wx/html/htmlfilt.h include/wx-3.1/wx/html/htmlpars.h include/wx-3.1/wx/html/htmlproc.h include/wx-3.1/wx/html/htmltag.h include/wx-3.1/wx/html/htmlwin.h include/wx-3.1/wx/html/htmprint.h include/wx-3.1/wx/html/m_templ.h include/wx-3.1/wx/html/styleparams.h include/wx-3.1/wx/html/winpars.h include/wx-3.1/wx/htmllbox.h include/wx-3.1/wx/hyperlink.h include/wx-3.1/wx/icon.h include/wx-3.1/wx/iconbndl.h include/wx-3.1/wx/iconloc.h include/wx-3.1/wx/imagbmp.h include/wx-3.1/wx/image.h include/wx-3.1/wx/imaggif.h include/wx-3.1/wx/imagiff.h include/wx-3.1/wx/imagjpeg.h include/wx-3.1/wx/imaglist.h include/wx-3.1/wx/imagpcx.h include/wx-3.1/wx/imagpng.h include/wx-3.1/wx/imagpnm.h include/wx-3.1/wx/imagtga.h include/wx-3.1/wx/imagtiff.h include/wx-3.1/wx/imagxpm.h include/wx-3.1/wx/infobar.h include/wx-3.1/wx/init.h include/wx-3.1/wx/intl.h include/wx-3.1/wx/iosfwrap.h include/wx-3.1/wx/ioswrap.h include/wx-3.1/wx/ipc.h include/wx-3.1/wx/ipcbase.h include/wx-3.1/wx/itemattr.h include/wx-3.1/wx/itemid.h include/wx-3.1/wx/joystick.h include/wx-3.1/wx/kbdstate.h include/wx-3.1/wx/language.h include/wx-3.1/wx/layout.h include/wx-3.1/wx/laywin.h include/wx-3.1/wx/link.h include/wx-3.1/wx/list.h include/wx-3.1/wx/listbase.h include/wx-3.1/wx/listbook.h include/wx-3.1/wx/listbox.h include/wx-3.1/wx/listctrl.h include/wx-3.1/wx/listimpl.cpp include/wx-3.1/wx/log.h include/wx-3.1/wx/longlong.h include/wx-3.1/wx/lzmastream.h include/wx-3.1/wx/math.h include/wx-3.1/wx/matrix.h include/wx-3.1/wx/mdi.h include/wx-3.1/wx/mediactrl.h include/wx-3.1/wx/memconf.h include/wx-3.1/wx/memory.h include/wx-3.1/wx/memtext.h include/wx-3.1/wx/menu.h include/wx-3.1/wx/menuitem.h include/wx-3.1/wx/meta/convertible.h include/wx-3.1/wx/meta/if.h include/wx-3.1/wx/meta/implicitconversion.h include/wx-3.1/wx/meta/int2type.h include/wx-3.1/wx/meta/movable.h include/wx-3.1/wx/meta/pod.h include/wx-3.1/wx/meta/removeref.h include/wx-3.1/wx/metafile.h include/wx-3.1/wx/mimetype.h include/wx-3.1/wx/minifram.h include/wx-3.1/wx/modalhook.h include/wx-3.1/wx/module.h include/wx-3.1/wx/mousemanager.h include/wx-3.1/wx/mousestate.h include/wx-3.1/wx/msgdlg.h include/wx-3.1/wx/msgout.h include/wx-3.1/wx/msgqueue.h include/wx-3.1/wx/mstream.h include/wx-3.1/wx/nativewin.h include/wx-3.1/wx/nonownedwnd.h include/wx-3.1/wx/notebook.h include/wx-3.1/wx/notifmsg.h include/wx-3.1/wx/numdlg.h include/wx-3.1/wx/numformatter.h include/wx-3.1/wx/object.h include/wx-3.1/wx/odcombo.h include/wx-3.1/wx/overlay.h include/wx-3.1/wx/ownerdrw.h include/wx-3.1/wx/palette.h include/wx-3.1/wx/panel.h include/wx-3.1/wx/paper.h include/wx-3.1/wx/pen.h include/wx-3.1/wx/peninfobase.h include/wx-3.1/wx/persist.h include/wx-3.1/wx/persist/bookctrl.h include/wx-3.1/wx/persist/dataview.h include/wx-3.1/wx/persist/splitter.h include/wx-3.1/wx/persist/toplevel.h include/wx-3.1/wx/persist/treebook.h include/wx-3.1/wx/persist/window.h include/wx-3.1/wx/pickerbase.h include/wx-3.1/wx/platform.h include/wx-3.1/wx/platinfo.h include/wx-3.1/wx/popupwin.h include/wx-3.1/wx/position.h include/wx-3.1/wx/power.h include/wx-3.1/wx/preferences.h include/wx-3.1/wx/print.h include/wx-3.1/wx/printdlg.h include/wx-3.1/wx/prntbase.h include/wx-3.1/wx/process.h include/wx-3.1/wx/progdlg.h include/wx-3.1/wx/propdlg.h include/wx-3.1/wx/propgrid/advprops.h include/wx-3.1/wx/propgrid/editors.h include/wx-3.1/wx/propgrid/manager.h include/wx-3.1/wx/propgrid/property.h include/wx-3.1/wx/propgrid/propgrid.h include/wx-3.1/wx/propgrid/propgriddefs.h include/wx-3.1/wx/propgrid/propgridiface.h include/wx-3.1/wx/propgrid/propgridpagestate.h include/wx-3.1/wx/propgrid/props.h include/wx-3.1/wx/protocol/file.h include/wx-3.1/wx/protocol/ftp.h include/wx-3.1/wx/protocol/http.h include/wx-3.1/wx/protocol/log.h include/wx-3.1/wx/protocol/protocol.h include/wx-3.1/wx/ptr_scpd.h include/wx-3.1/wx/ptr_shrd.h include/wx-3.1/wx/quantize.h include/wx-3.1/wx/radiobox.h include/wx-3.1/wx/radiobut.h include/wx-3.1/wx/range.h include/wx-3.1/wx/rawbmp.h include/wx-3.1/wx/rearrangectrl.h include/wx-3.1/wx/recguard.h include/wx-3.1/wx/regex.h include/wx-3.1/wx/region.h include/wx-3.1/wx/renderer.h include/wx-3.1/wx/ribbon/art.h include/wx-3.1/wx/ribbon/art_internal.h include/wx-3.1/wx/ribbon/bar.h include/wx-3.1/wx/ribbon/buttonbar.h include/wx-3.1/wx/ribbon/control.h include/wx-3.1/wx/ribbon/gallery.h include/wx-3.1/wx/ribbon/page.h include/wx-3.1/wx/ribbon/panel.h include/wx-3.1/wx/ribbon/toolbar.h include/wx-3.1/wx/richmsgdlg.h include/wx-3.1/wx/richtext/richtextbackgroundpage.h include/wx-3.1/wx/richtext/richtextborderspage.h include/wx-3.1/wx/richtext/richtextbuffer.h include/wx-3.1/wx/richtext/richtextbulletspage.h include/wx-3.1/wx/richtext/richtextctrl.h include/wx-3.1/wx/richtext/richtextdialogpage.h include/wx-3.1/wx/richtext/richtextfontpage.h include/wx-3.1/wx/richtext/richtextformatdlg.h include/wx-3.1/wx/richtext/richtexthtml.h include/wx-3.1/wx/richtext/richtextimagedlg.h include/wx-3.1/wx/richtext/richtextindentspage.h include/wx-3.1/wx/richtext/richtextliststylepage.h include/wx-3.1/wx/richtext/richtextmarginspage.h include/wx-3.1/wx/richtext/richtextprint.h include/wx-3.1/wx/richtext/richtextsizepage.h include/wx-3.1/wx/richtext/richtextstyledlg.h include/wx-3.1/wx/richtext/richtextstylepage.h include/wx-3.1/wx/richtext/richtextstyles.h include/wx-3.1/wx/richtext/richtextsymboldlg.h include/wx-3.1/wx/richtext/richtexttabspage.h include/wx-3.1/wx/richtext/richtextuicustomization.h include/wx-3.1/wx/richtext/richtextxml.h include/wx-3.1/wx/richtooltip.h include/wx-3.1/wx/rtti.h include/wx-3.1/wx/sashwin.h include/wx-3.1/wx/sckaddr.h include/wx-3.1/wx/sckipc.h include/wx-3.1/wx/sckstrm.h include/wx-3.1/wx/scopedarray.h include/wx-3.1/wx/scopedptr.h include/wx-3.1/wx/scopeguard.h include/wx-3.1/wx/scrolbar.h include/wx-3.1/wx/scrolwin.h include/wx-3.1/wx/secretstore.h include/wx-3.1/wx/selstore.h include/wx-3.1/wx/settings.h include/wx-3.1/wx/sharedptr.h include/wx-3.1/wx/simplebook.h include/wx-3.1/wx/sizer.h include/wx-3.1/wx/slider.h include/wx-3.1/wx/snglinst.h include/wx-3.1/wx/socket.h include/wx-3.1/wx/sound.h include/wx-3.1/wx/spinbutt.h include/wx-3.1/wx/spinctrl.h include/wx-3.1/wx/splash.h include/wx-3.1/wx/splitter.h include/wx-3.1/wx/srchctrl.h include/wx-3.1/wx/sstream.h include/wx-3.1/wx/stack.h include/wx-3.1/wx/stackwalk.h include/wx-3.1/wx/statbmp.h include/wx-3.1/wx/statbox.h include/wx-3.1/wx/statline.h include/wx-3.1/wx/stattext.h include/wx-3.1/wx/statusbr.h include/wx-3.1/wx/stc/stc.h include/wx-3.1/wx/stdpaths.h include/wx-3.1/wx/stdstream.h include/wx-3.1/wx/stockitem.h include/wx-3.1/wx/stopwatch.h include/wx-3.1/wx/strconv.h include/wx-3.1/wx/stream.h include/wx-3.1/wx/string.h include/wx-3.1/wx/stringimpl.h include/wx-3.1/wx/stringops.h include/wx-3.1/wx/strvararg.h include/wx-3.1/wx/sysopt.h include/wx-3.1/wx/systhemectrl.h include/wx-3.1/wx/tarstrm.h include/wx-3.1/wx/taskbar.h include/wx-3.1/wx/taskbarbutton.h include/wx-3.1/wx/tbarbase.h include/wx-3.1/wx/testing.h include/wx-3.1/wx/textbuf.h include/wx-3.1/wx/textcompleter.h include/wx-3.1/wx/textctrl.h include/wx-3.1/wx/textdlg.h include/wx-3.1/wx/textentry.h include/wx-3.1/wx/textfile.h include/wx-3.1/wx/textwrapper.h include/wx-3.1/wx/tglbtn.h include/wx-3.1/wx/thread.h include/wx-3.1/wx/thrimpl.cpp include/wx-3.1/wx/time.h include/wx-3.1/wx/timectrl.h include/wx-3.1/wx/timer.h include/wx-3.1/wx/tipdlg.h include/wx-3.1/wx/tipwin.h include/wx-3.1/wx/tls.h include/wx-3.1/wx/tokenzr.h include/wx-3.1/wx/toolbar.h include/wx-3.1/wx/toolbook.h include/wx-3.1/wx/tooltip.h include/wx-3.1/wx/toplevel.h include/wx-3.1/wx/tracker.h include/wx-3.1/wx/translation.h include/wx-3.1/wx/treebase.h include/wx-3.1/wx/treebook.h include/wx-3.1/wx/treectrl.h include/wx-3.1/wx/treelist.h include/wx-3.1/wx/txtstrm.h include/wx-3.1/wx/typeinfo.h include/wx-3.1/wx/types.h include/wx-3.1/wx/uiaction.h include/wx-3.1/wx/unichar.h include/wx-3.1/wx/unix/app.h include/wx-3.1/wx/unix/apptbase.h include/wx-3.1/wx/unix/apptrait.h include/wx-3.1/wx/unix/chkconf.h include/wx-3.1/wx/unix/evtloop.h include/wx-3.1/wx/unix/evtloopsrc.h include/wx-3.1/wx/unix/fontutil.h include/wx-3.1/wx/unix/fswatcher_inotify.h include/wx-3.1/wx/unix/fswatcher_kqueue.h include/wx-3.1/wx/unix/glx11.h include/wx-3.1/wx/unix/joystick.h include/wx-3.1/wx/unix/mimetype.h include/wx-3.1/wx/unix/pipe.h include/wx-3.1/wx/unix/sound.h include/wx-3.1/wx/unix/stackwalk.h include/wx-3.1/wx/unix/stdpaths.h include/wx-3.1/wx/unix/taskbarx11.h include/wx-3.1/wx/unix/tls.h include/wx-3.1/wx/unix/utilsx11.h include/wx-3.1/wx/uri.h include/wx-3.1/wx/url.h include/wx-3.1/wx/ustring.h include/wx-3.1/wx/utils.h include/wx-3.1/wx/valgen.h include/wx-3.1/wx/validate.h include/wx-3.1/wx/valnum.h include/wx-3.1/wx/valtext.h include/wx-3.1/wx/variant.h include/wx-3.1/wx/vector.h include/wx-3.1/wx/version.h include/wx-3.1/wx/versioninfo.h include/wx-3.1/wx/vidmode.h include/wx-3.1/wx/vlbox.h include/wx-3.1/wx/vms_x_fix.h include/wx-3.1/wx/volume.h include/wx-3.1/wx/vscroll.h include/wx-3.1/wx/weakref.h include/wx-3.1/wx/webview.h include/wx-3.1/wx/webviewarchivehandler.h include/wx-3.1/wx/webviewfshandler.h include/wx-3.1/wx/wfstream.h include/wx-3.1/wx/window.h include/wx-3.1/wx/windowid.h include/wx-3.1/wx/windowptr.h include/wx-3.1/wx/withimages.h include/wx-3.1/wx/wizard.h include/wx-3.1/wx/wrapsizer.h include/wx-3.1/wx/wupdlock.h include/wx-3.1/wx/wx.h include/wx-3.1/wx/wxchar.h include/wx-3.1/wx/wxcrt.h include/wx-3.1/wx/wxcrtbase.h include/wx-3.1/wx/wxcrtvararg.h include/wx-3.1/wx/wxhtml.h include/wx-3.1/wx/wxprec.h include/wx-3.1/wx/xlocale.h include/wx-3.1/wx/xml/xml.h include/wx-3.1/wx/xpmdecod.h include/wx-3.1/wx/xpmhand.h include/wx-3.1/wx/xrc/xh_activityindicator.h include/wx-3.1/wx/xrc/xh_all.h include/wx-3.1/wx/xrc/xh_animatctrl.h include/wx-3.1/wx/xrc/xh_aui.h include/wx-3.1/wx/xrc/xh_auitoolb.h include/wx-3.1/wx/xrc/xh_bannerwindow.h include/wx-3.1/wx/xrc/xh_bmp.h include/wx-3.1/wx/xrc/xh_bmpbt.h include/wx-3.1/wx/xrc/xh_bmpcbox.h include/wx-3.1/wx/xrc/xh_bttn.h include/wx-3.1/wx/xrc/xh_cald.h include/wx-3.1/wx/xrc/xh_chckb.h include/wx-3.1/wx/xrc/xh_chckl.h include/wx-3.1/wx/xrc/xh_choic.h include/wx-3.1/wx/xrc/xh_choicbk.h include/wx-3.1/wx/xrc/xh_clrpicker.h include/wx-3.1/wx/xrc/xh_cmdlinkbn.h include/wx-3.1/wx/xrc/xh_collpane.h include/wx-3.1/wx/xrc/xh_combo.h include/wx-3.1/wx/xrc/xh_comboctrl.h include/wx-3.1/wx/xrc/xh_dataview.h include/wx-3.1/wx/xrc/xh_datectrl.h include/wx-3.1/wx/xrc/xh_dirpicker.h include/wx-3.1/wx/xrc/xh_dlg.h include/wx-3.1/wx/xrc/xh_editlbox.h include/wx-3.1/wx/xrc/xh_filectrl.h include/wx-3.1/wx/xrc/xh_filepicker.h include/wx-3.1/wx/xrc/xh_fontpicker.h include/wx-3.1/wx/xrc/xh_frame.h include/wx-3.1/wx/xrc/xh_gauge.h include/wx-3.1/wx/xrc/xh_gdctl.h include/wx-3.1/wx/xrc/xh_grid.h include/wx-3.1/wx/xrc/xh_html.h include/wx-3.1/wx/xrc/xh_htmllbox.h include/wx-3.1/wx/xrc/xh_hyperlink.h include/wx-3.1/wx/xrc/xh_infobar.h include/wx-3.1/wx/xrc/xh_listb.h include/wx-3.1/wx/xrc/xh_listbk.h include/wx-3.1/wx/xrc/xh_listc.h include/wx-3.1/wx/xrc/xh_mdi.h include/wx-3.1/wx/xrc/xh_menu.h include/wx-3.1/wx/xrc/xh_notbk.h include/wx-3.1/wx/xrc/xh_odcombo.h include/wx-3.1/wx/xrc/xh_panel.h include/wx-3.1/wx/xrc/xh_propdlg.h include/wx-3.1/wx/xrc/xh_radbt.h include/wx-3.1/wx/xrc/xh_radbx.h include/wx-3.1/wx/xrc/xh_ribbon.h include/wx-3.1/wx/xrc/xh_richtext.h include/wx-3.1/wx/xrc/xh_scrol.h include/wx-3.1/wx/xrc/xh_scwin.h include/wx-3.1/wx/xrc/xh_simplebook.h include/wx-3.1/wx/xrc/xh_sizer.h include/wx-3.1/wx/xrc/xh_slidr.h include/wx-3.1/wx/xrc/xh_spin.h include/wx-3.1/wx/xrc/xh_split.h include/wx-3.1/wx/xrc/xh_srchctrl.h include/wx-3.1/wx/xrc/xh_statbar.h include/wx-3.1/wx/xrc/xh_stbmp.h include/wx-3.1/wx/xrc/xh_stbox.h include/wx-3.1/wx/xrc/xh_stlin.h include/wx-3.1/wx/xrc/xh_sttxt.h include/wx-3.1/wx/xrc/xh_text.h include/wx-3.1/wx/xrc/xh_tglbtn.h include/wx-3.1/wx/xrc/xh_timectrl.h include/wx-3.1/wx/xrc/xh_toolb.h include/wx-3.1/wx/xrc/xh_toolbk.h include/wx-3.1/wx/xrc/xh_tree.h include/wx-3.1/wx/xrc/xh_treebk.h include/wx-3.1/wx/xrc/xh_unkwn.h include/wx-3.1/wx/xrc/xh_wizrd.h include/wx-3.1/wx/xrc/xmlres.h include/wx-3.1/wx/xrc/xmlreshandler.h include/wx-3.1/wx/xti.h include/wx-3.1/wx/xti2.h include/wx-3.1/wx/xtictor.h include/wx-3.1/wx/xtihandler.h include/wx-3.1/wx/xtiprop.h include/wx-3.1/wx/xtistrm.h include/wx-3.1/wx/xtitypes.h include/wx-3.1/wx/xtixml.h include/wx-3.1/wx/zipstrm.h include/wx-3.1/wx/zstream.h lib/libwx_baseu-3.1.so -lib/libwx_baseu-3.1.so.3 -lib/libwx_baseu-3.1.so.3.0.0 +lib/libwx_baseu-3.1.so.4 +lib/libwx_baseu-3.1.so.4.0.0 lib/libwx_baseu_net-3.1.so -lib/libwx_baseu_net-3.1.so.3 -lib/libwx_baseu_net-3.1.so.3.0.0 +lib/libwx_baseu_net-3.1.so.4 +lib/libwx_baseu_net-3.1.so.4.0.0 lib/libwx_baseu_xml-3.1.so -lib/libwx_baseu_xml-3.1.so.3 -lib/libwx_baseu_xml-3.1.so.3.0.0 +lib/libwx_baseu_xml-3.1.so.4 +lib/libwx_baseu_xml-3.1.so.4.0.0 lib/libwx_gtk3u_adv-3.1.so -lib/libwx_gtk3u_adv-3.1.so.3 -lib/libwx_gtk3u_adv-3.1.so.3.0.0 +lib/libwx_gtk3u_adv-3.1.so.4 +lib/libwx_gtk3u_adv-3.1.so.4.0.0 lib/libwx_gtk3u_aui-3.1.so -lib/libwx_gtk3u_aui-3.1.so.3 -lib/libwx_gtk3u_aui-3.1.so.3.0.0 +lib/libwx_gtk3u_aui-3.1.so.4 +lib/libwx_gtk3u_aui-3.1.so.4.0.0 lib/libwx_gtk3u_core-3.1.so -lib/libwx_gtk3u_core-3.1.so.3 -lib/libwx_gtk3u_core-3.1.so.3.0.0 +lib/libwx_gtk3u_core-3.1.so.4 +lib/libwx_gtk3u_core-3.1.so.4.0.0 lib/libwx_gtk3u_gl-3.1.so -lib/libwx_gtk3u_gl-3.1.so.3 -lib/libwx_gtk3u_gl-3.1.so.3.0.0 +lib/libwx_gtk3u_gl-3.1.so.4 +lib/libwx_gtk3u_gl-3.1.so.4.0.0 lib/libwx_gtk3u_html-3.1.so -lib/libwx_gtk3u_html-3.1.so.3 -lib/libwx_gtk3u_html-3.1.so.3.0.0 +lib/libwx_gtk3u_html-3.1.so.4 +lib/libwx_gtk3u_html-3.1.so.4.0.0 %%GSTREAMER%%lib/libwx_gtk3u_media-3.1.so -%%GSTREAMER%%lib/libwx_gtk3u_media-3.1.so.3 -%%GSTREAMER%%lib/libwx_gtk3u_media-3.1.so.3.0.0 +%%GSTREAMER%%lib/libwx_gtk3u_media-3.1.so.4 +%%GSTREAMER%%lib/libwx_gtk3u_media-3.1.so.4.0.0 lib/libwx_gtk3u_propgrid-3.1.so -lib/libwx_gtk3u_propgrid-3.1.so.3 -lib/libwx_gtk3u_propgrid-3.1.so.3.0.0 +lib/libwx_gtk3u_propgrid-3.1.so.4 +lib/libwx_gtk3u_propgrid-3.1.so.4.0.0 lib/libwx_gtk3u_qa-3.1.so -lib/libwx_gtk3u_qa-3.1.so.3 -lib/libwx_gtk3u_qa-3.1.so.3.0.0 +lib/libwx_gtk3u_qa-3.1.so.4 +lib/libwx_gtk3u_qa-3.1.so.4.0.0 lib/libwx_gtk3u_ribbon-3.1.so -lib/libwx_gtk3u_ribbon-3.1.so.3 -lib/libwx_gtk3u_ribbon-3.1.so.3.0.0 +lib/libwx_gtk3u_ribbon-3.1.so.4 +lib/libwx_gtk3u_ribbon-3.1.so.4.0.0 lib/libwx_gtk3u_richtext-3.1.so -lib/libwx_gtk3u_richtext-3.1.so.3 -lib/libwx_gtk3u_richtext-3.1.so.3.0.0 +lib/libwx_gtk3u_richtext-3.1.so.4 +lib/libwx_gtk3u_richtext-3.1.so.4.0.0 lib/libwx_gtk3u_stc-3.1.so -lib/libwx_gtk3u_stc-3.1.so.3 -lib/libwx_gtk3u_stc-3.1.so.3.0.0 +lib/libwx_gtk3u_stc-3.1.so.4 +lib/libwx_gtk3u_stc-3.1.so.4.0.0 %%WEBKIT%%lib/libwx_gtk3u_webview-3.1.so -%%WEBKIT%%lib/libwx_gtk3u_webview-3.1.so.3 -%%WEBKIT%%lib/libwx_gtk3u_webview-3.1.so.3.0.0 +%%WEBKIT%%lib/libwx_gtk3u_webview-3.1.so.4 +%%WEBKIT%%lib/libwx_gtk3u_webview-3.1.so.4.0.0 lib/libwx_gtk3u_xrc-3.1.so -lib/libwx_gtk3u_xrc-3.1.so.3 -lib/libwx_gtk3u_xrc-3.1.so.3.0.0 -%%WEBKIT%%lib/wx/3.1.3/web-extensions/webkit2_extu-3.1.3.so +lib/libwx_gtk3u_xrc-3.1.so.4 +lib/libwx_gtk3u_xrc-3.1.so.4.0.0 +%%WEBKIT%%lib/wx/3.1.4/web-extensions/webkit2_extu-3.1.4.so lib/wx/include/gtk3-unicode-3.1/wx/setup.h share/aclocal/wxwin31.m4 share/bakefile/presets/wx31.bkl share/bakefile/presets/wx31_presets.py share/bakefile/presets/wx31_unix.bkl share/bakefile/presets/wx31_win32.bkl share/bakefile/presets/wx31_xrc.bkl %%NLS%%share/locale/ca/LC_MESSAGES/wxstd31.mo %%NLS%%share/locale/cs/LC_MESSAGES/wxstd31.mo %%NLS%%share/locale/da/LC_MESSAGES/wxstd31.mo %%NLS%%share/locale/de/LC_MESSAGES/wxstd31.mo %%NLS%%share/locale/el/LC_MESSAGES/wxstd31.mo %%NLS%%share/locale/es/LC_MESSAGES/wxstd31.mo %%NLS%%share/locale/fi/LC_MESSAGES/wxstd31.mo %%NLS%%share/locale/fr/LC_MESSAGES/wxstd31.mo %%NLS%%share/locale/hu/LC_MESSAGES/wxstd31.mo %%NLS%%share/locale/id/LC_MESSAGES/wxstd31.mo %%NLS%%share/locale/it/LC_MESSAGES/wxstd31.mo %%NLS%%share/locale/ja/LC_MESSAGES/wxstd31.mo %%NLS%%share/locale/nl/LC_MESSAGES/wxstd31.mo %%NLS%%share/locale/pl/LC_MESSAGES/wxstd31.mo %%NLS%%share/locale/ru/LC_MESSAGES/wxstd31.mo %%NLS%%share/locale/sl/LC_MESSAGES/wxstd31.mo %%NLS%%share/locale/sv/LC_MESSAGES/wxstd31.mo %%NLS%%share/locale/tr/LC_MESSAGES/wxstd31.mo %%NLS%%share/locale/uk/LC_MESSAGES/wxstd31.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wxstd31.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wxstd31.mo