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.
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!