Bug 108015 - [maintainer] x11-toolkits/wxd patch
Summary: [maintainer] x11-toolkits/wxd patch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-16 20:50 UTC by Jona Joachim
Modified: 2007-01-17 10:00 UTC (History)
1 user (show)

See Also:


Attachments
wxd.diff (14.47 KB, patch)
2007-01-16 20:50 UTC, Jona Joachim
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jona Joachim 2007-01-16 20:50:17 UTC
This patch fixes some build errors that arised when lang/gdc was updated to version 0.21.
The reason for this is that GDC 0.21 is is not entirely backwards compatible with 0.19 and 0.20.
With this patch applied wxD should build fine again.
The issue will be fixed in future upstream versions.

At the same time I added an OPTION to let the user choose whether he wants to build wxD against
the UNICODE or the ANSI version of wxWidgets.

I also fixed a small imperfection in pkg-plist.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-01-17 01:30:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-17 09:50:29 UTC
miwi        2007-01-17 09:50:10 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/wxd     Makefile pkg-plist 
  Added files:
    x11-toolkits/wxd/files patch-wx-pointers 
  Log:
  - Fix build with gdc
  - Add unicode knob
  - Fix pkg-plist
  - Bump PORTREVISION
  
  PR:             108015
  Submitted by:   Jona Joachim <walkingshadow@grummel.net> (maintainer)
  
  Revision  Changes    Path
  1.3       +9 -3      ports/x11-toolkits/wxd/Makefile
  1.1       +297 -0    ports/x11-toolkits/wxd/files/patch-wx-pointers (new)
  1.3       +1 -1      ports/x11-toolkits/wxd/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-01-17 09:50:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!