aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.wx.mk
Commit message (Collapse)AuthorAgeFilesLines
* Not supported upstream anymore, consider using more recent versionsbapt2012-10-261-11/+1
| | | | | Approved by: fjoe (maintainer) Feature safe: yes
* - Remove emacs mode, -*- mode: ...; -*- [1]miwi2012-05-231-1/+1
| | | | | | | | | | | | | | | | - Comments for BUILD_ and RUN_DEPENDS fail to mention alternate means to specify dependencie [2] - Fix make reinstall [3] - Trivial comment change for PORTDATA [4] PR: 151954 [1] 161314 [2] 167085 [3] 167465 [4] Submitted by: Anonymous <swell.k@gmail.com> [1] dougb@ and Chris Rees <utisoft@gmail.com> [2] Garrett Cooper <yanegomi@gmail.com> [3] "Bryan Drewery" <bryan@shatow.net> [4] Tested via: phw
* - Add support for wx 2.9 while not making it defaultpav2011-12-121-2/+11
| | | | | | PR: ports/163006 Submitted by: fjoe Feature safe: yes
* - Revert addition of 2.9 temporarily, individual ports need to be fixed forpav2011-12-051-7/+3
| | | | | | compatibility first Feature safe: yes
* - Add support for wx 2.9pav2011-12-021-3/+7
| | | | | | | | - Reassign to a new maintainer PR: ports/163006 Submitted by: fjoe Feature safe: yes
* - Update graphics/wxsvg to 1.0.5 and wx 2.8 which thus needs an Mk/bsd.wx.mknox2010-08-161-3/+3
| | | | | | | | change. - Update multimedia/dvdstyler to 1.8.1 which seems to be the only port in the tree using wxsvg. Approved by: kwm (for -multimedia), portmgr (pav, for Mk/bsd.wx.mk)
* Remove wxmozilla option as it depends on a port that expired in January.erwin2009-06-141-5/+1
|
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-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)
* - Remove Unicode checks for FreeBSD < 5.x (unsupported).alepulver2007-10-191-4/+2
| | | | | PR: ports/116891 Submitted by: edwin
* - Complete repocopy of x11-toolkits/py-wxPython28,alepulver2007-09-301-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]
* - Fix WANT_WX (broken since autodetection commit).alepulver2007-01-041-0/+1
| | | | Reported by: Mike Harding <mvh@ix.netcom.com>
* - Change WxWidgets to wxWidgets to match real application name.alepulver2007-01-021-27/+27
| | | | Reported by: pav
* - Remove _WX_ILLEGAL_VERS_* and introduce a new way of handling it.alepulver2007-01-011-30/+42
| | | | - Do not add invalid dependencies in addition to setting IGNORE.
* - Fix autodetection.alepulver2007-01-011-1/+1
| | | | Reported by: pav
* - Re-add _WX_ILLEGAL_VERS_* handling removed in previous commitpav2006-12-311-0/+29
|
* - Update comments for 2.8 version (section about available components).alepulver2006-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.
* - Skip versions for which requested component is not available. Fixes portspav2006-12-041-0/+30
| | | | | | | that define USE_WX= 2.4+ WX_COMPS= python
* - Add support for wxgtk2 2.8.fjoe2006-12-031-3/+12
| | | | - Fix path to wxsvg.
* - Some comment fixes.alepulver2006-11-141-116/+87
| | | | | | - Change dependency type separator from "_" to ":". - Add WX_PREMK, WANT_UNICODE, WITHOUT_UNICODE, WXRC_CMD. - Fix dependencies when using multiple components.
* Add common code to support for WxWidgets based ports.linimon2006-07-051-0/+534
PR: ports/89398 Submitted by: alepulver