Commit graph

7 commits

Author SHA1 Message Date
Alejandro Pulver
dee70df832 - Fix autodetection.
Reported by:	pav
2006-12-31 17:57:26 +00:00
Pav Lucistnik
f5ae70fdf6 - Re-add _WX_ILLEGAL_VERS_* handling removed in previous commit 2006-12-31 14:27:31 +00:00
Alejandro Pulver
d08054c774 - Update comments for 2.8 version (section about available components).
- Add autodetection of installed versions to use if the user/port has not
  expressed any preference (done using own WANT_WX framework by itself).
- Remove _WX_ILLEGAL_VERS_* added in the last update to 2.8. The reason is
  that each port should choose the version it can use, that includes taking
  into account available components (also this brings much more chicken and
  egg problems so the code could get really messy).
- Correctly indent the first .for loop to initialize component information.
2006-12-31 04:34:27 +00:00
Pav Lucistnik
b69c79b36a - Skip versions for which requested component is not available. Fixes ports
that define

  USE_WX=	2.4+
  WX_COMPS=	python
2006-12-03 18:04:39 +00:00
Max Khon
272618278f - Add support for wxgtk2 2.8.
- Fix path to wxsvg.
2006-12-03 15:24:25 +00:00
Alejandro Pulver
9da1a0ef67 - Some comment fixes.
- Change dependency type separator from "_" to ":".
- Add WX_PREMK, WANT_UNICODE, WITHOUT_UNICODE, WXRC_CMD.
- Fix dependencies when using multiple components.
2006-11-13 21:15:38 +00:00
Mark Linimon
d4842a4759 Add common code to support for WxWidgets based ports.
PR:		ports/89398
Submitted by:	alepulver
2006-07-05 02:13:12 +00:00