aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.wx.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove wxmozilla option as it depends on a port that expired in January.Erwin Lansing2009-06-131-5/+1
| | | | Notes: svn path=/head/; revision=235704
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-5/+5
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove Unicode checks for FreeBSD < 5.x (unsupported).Alejandro Pulver2007-10-191-4/+2
| | | | | | | | PR: ports/116891 Submitted by: edwin Notes: svn path=/head/; revision=201654
* - Complete repocopy of x11-toolkits/py-wxPython28,Alejandro Pulver2007-09-291-3/+6
| | | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=200368
* - Fix WANT_WX (broken since autodetection commit).Alejandro Pulver2007-01-041-0/+1
| | | | | | | Reported by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=181404
* - Change WxWidgets to wxWidgets to match real application name.Alejandro Pulver2007-01-011-27/+27
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=181209
* - Remove _WX_ILLEGAL_VERS_* and introduce a new way of handling it.Alejandro Pulver2007-01-011-30/+42
| | | | | | | - Do not add invalid dependencies in addition to setting IGNORE. Notes: svn path=/head/; revision=181185
* - Fix autodetection.Alejandro Pulver2006-12-311-1/+1
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=181168
* - Re-add _WX_ILLEGAL_VERS_* handling removed in previous commitPav Lucistnik2006-12-311-0/+29
| | | | Notes: svn path=/head/; revision=181153
* - Update comments for 2.8 version (section about available components).Alejandro Pulver2006-12-311-59/+68
| | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=181119
* - Skip versions for which requested component is not available. Fixes portsPav Lucistnik2006-12-031-0/+30
| | | | | | | | | | that define USE_WX= 2.4+ WX_COMPS= python Notes: svn path=/head/; revision=178709
* - Add support for wxgtk2 2.8.Max Khon2006-12-031-3/+12
| | | | | | | - Fix path to wxsvg. Notes: svn path=/head/; revision=178687
* - Some comment fixes.Alejandro Pulver2006-11-131-116/+87
| | | | | | | | | - Change dependency type separator from "_" to ":". - Add WX_PREMK, WANT_UNICODE, WITHOUT_UNICODE, WXRC_CMD. - Fix dependencies when using multiple components. Notes: svn path=/head/; revision=177191
* Add common code to support for WxWidgets based ports.Mark Linimon2006-07-051-0/+534
PR: ports/89398 Submitted by: alepulver Notes: svn path=/head/; revision=166952