Commit Graph

12 Commits

Author SHA1 Message Date
Alejandro Pulver
d39f10a502 - Remove Unicode checks for FreeBSD < 5.x (unsupported).
PR:		ports/116891
Submitted by:	edwin
2007-10-19 02:21:14 +00:00
Alejandro Pulver
5b12368729 - Complete repocopy of x11-toolkits/py-wxPython28,
x11-toolkits/py-wxPython28-common and x11-toolkits/py-wxPython28-unicode,
  applying the corresponding patches.
- Add PYDISTUTILS_NOEGGINFO to fix plist issues [1].
- Integrate with bsd.wx.mk: the noticeable difference is that ports using
  USE_WX=2.6+ and WX_COMPS=python will be built from now on with wxWidgets
  2.8, which was previously restricted for these ports because of the lack of
  the "python" component for version 2.6 [1].

PR:		ports/115349, ports/115350, ports/115351
Submitted by:	Neal Nelson <neal@nelson.name>
Reworked by:	alepulver (myself) [1]
2007-09-29 17:54:39 +00:00
Alejandro Pulver
27ce134ab9 - Fix WANT_WX (broken since autodetection commit).
Reported by:	Mike Harding <mvh@ix.netcom.com>
2007-01-04 13:02:26 +00:00
Alejandro Pulver
78bb67764f - Change WxWidgets to wxWidgets to match real application name.
Reported by:	pav
2007-01-01 16:39:29 +00:00
Alejandro Pulver
5630cdc079 - Remove _WX_ILLEGAL_VERS_* and introduce a new way of handling it.
- Do not add invalid dependencies in addition to setting IGNORE.
2007-01-01 01:04:07 +00:00
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