Bug 209447 - update devel/wxGlade to 0.7.2
Summary: update devel/wxGlade to 0.7.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-11 09:57 UTC by Walter Schwarzenfeld
Modified: 2016-05-14 02:03 UTC (History)
1 user (show)

See Also:
pi: maintainer-feedback+


Attachments
svn-diff_devel_wxGlade-0.7.2 (78.98 KB, patch)
2016-05-11 09:57 UTC, Walter Schwarzenfeld
no flags Details | Diff
poudriere-wxglade-0.7.2 (49.73 KB, text/x-log)
2016-05-11 17:51 UTC, Walter Schwarzenfeld
no flags Details
svn-diff_wxGlade-0.7.2_correction (79.93 KB, patch)
2016-05-13 20:55 UTC, Walter Schwarzenfeld
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Schwarzenfeld freebsd_triage 2016-05-11 09:57:04 UTC
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.
Comment 1 Walter Schwarzenfeld freebsd_triage 2016-05-11 17:51:11 UTC
Created attachment 170218 [details]
poudriere-wxglade-0.7.2
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-12 11:42:12 UTC
testbuild@work
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-12 15:05:53 UTC
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.
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-12 15:06:17 UTC
(In reply to Kurt Jaeger from comment #2)
btw, the test-builds are all fine, so this has to be some structural issue.
Comment 5 Walter Schwarzenfeld freebsd_triage 2016-05-13 20:55:00 UTC
Created attachment 170255 [details]
svn-diff_wxGlade-0.7.2_correction
Comment 6 Walter Schwarzenfeld freebsd_triage 2016-05-13 20:56:15 UTC
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.
Comment 7 commit-hook freebsd_committer freebsd_triage 2016-05-14 02:01:48 UTC
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
Comment 8 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-14 02:03:38 UTC
The pkg-plist had /usr/local and lots of @dir lines, fixed. Testbuilds are fine, test-run was fine.

Committed, thanks!