Created attachment 170206 [details] svn-diff_devel_wxGlade-0.7.2 Update wxGlade to 0.7.2 (cause of a request on pipermail). ChangeLog: General changes: Remove usage of KDE file dialog Improve reporting of early error messages on Windows Generated Code: Inline wxStaticBox statement into wxStaticBoxSizer statement Use wxWindowID instead of int for widget identifiers in C++ Add support for wxArtProvider to XRC code generator Don't set the default value for redirection in wx.PySimpleApp() complete ChangeLog (for 0.7.1. and 0.7.2); http://wxglade.sourceforge.net/ portlint ok.
Created attachment 170218 [details] poudriere-wxglade-0.7.2
testbuild@work
Please run-test the application. I've tried after the update, and it reported at least 10 errors, see: http://people.freebsd.org/~pi/logs/bug-1.txt -2, -3, -4 for additional bugs. There is another PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202688 which reports similar issues.
(In reply to Kurt Jaeger from comment #2) btw, the test-builds are all fine, so this has to be some structural issue.
Created attachment 170255 [details] svn-diff_wxGlade-0.7.2_correction
Need some time to find it, this was missing: - (cd ${WRKSRC} && ${COPYTREE_SHARE} "codegen edit_sizers icons res widgets" \ + (cd ${WRKSRC} && ${COPYTREE_SHARE} "wcodegen codegen edit_sizers icons res widgets" should work now , starts on my system now without any error message.
A commit references this bug: Author: pi Date: Sat May 14 02:01:34 UTC 2016 New revision: 415174 URL: https://svnweb.freebsd.org/changeset/ports/415174 Log: devel/wxGlade: 0.7.0 -> 0.7.2 Changes: (lots!) http://wxglade.sourceforge.net/ PR: 209447 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Changes: head/devel/wxGlade/Makefile head/devel/wxGlade/distinfo head/devel/wxGlade/pkg-plist
The pkg-plist had /usr/local and lots of @dir lines, fixed. Testbuilds are fine, test-run was fine. Committed, thanks!