Bug 108015

Summary: [maintainer] x11-toolkits/wxd patch
Product: Ports & Packages Reporter: Jona Joachim <walkingshadow>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me CC: walkingshadow
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
wxd.diff none

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!