aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.wx.mk
Commit message (Collapse)AuthorAgeFilesLines
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-061-2/+0
| | | | Where appropriate fiddle with a few other things.
* Finish py-wxPython28 removal and unbreak INDEXAntoine Brodin2020-08-151-3/+0
| | | | Notes: svn path=/head/; revision=544942
* x11-toolkits/py-wxPython40: GUI toolkit for the Python programming languageLoïc Bartoletti2020-02-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | py-wxPython40 aka Phoenix is a reborn of wxPython and in particular it allows to use wxWidgets with Python3. - Add x11-toolkits/py-wxPython40 - Replace wxPython30 by wxPython40 when python wxWidgets is required - Fix cad/kicad and cad/kicad-devel to use wxPython40 "Phoenix" - Update comms/congruity, graphics/py-mayavi from wx 2.8 to 3.0 - While I'm here fix portlint per emulators/playonbsd - Remove RUN_DEPENDS from USE_WX per graphics/djvusmooth - Bump portversion - Fix unicode on x11-toolkits/wxgtk30 and take Maintainer'ship PR: 241893 Reviewed by: koobs, tcberner Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21915 Exp-run by: antoine Notes: svn path=/head/; revision=527449
* Fix several grammar mistakes and improve formatting (cosmetic changes).Alexey Dokuchaev2019-02-271-6/+7
| | | | Notes: svn path=/head/; revision=494048
* Fix typoBaptiste Daroussin2019-02-261-1/+1
| | | | Notes: svn path=/head/; revision=493959
* Finish properly registring properly wxGTK 3.1 into the frameworkBaptiste Daroussin2019-02-261-0/+4
| | | | | | | PR: 236045 Notes: svn path=/head/; revision=493956
* update wxPython canary file locationChristoph Moench-Tegeder2019-02-251-1/+1
| | | | | | | | | | ports r493853 switched wxGTK3.0 to GTK3, but missed the location of the file used for depending on wxPython. Approved by: fixit portmgr blanket Notes: svn path=/head/; revision=493882
* Hook wxgtk31 to the build to the frameworkBaptiste Daroussin2019-02-251-3/+3
| | | | Notes: svn path=/head/; revision=493854
* wxGTK3.0: switch to gtk3 and webkit2Baptiste Daroussin2019-02-251-2/+8
| | | | | | | Discussed with: portmgr Notes: svn path=/head/; revision=493853
* Reset maintainers of Mk/bsd.sdl.mk and Mk/bsd.wx.mk, their commit bitsRene Ladan2017-02-121-1/+1
| | | | | | | were taken in for safekeeping. Notes: svn path=/head/; revision=433963
* Remove the now unneeded ${PORTSDIR} from dependency definition inBaptiste Daroussin2016-03-271-4/+4
| | | | | | | | | | | The infrastructure Makefiles PR: 206569 Exp run by: antoine Differential Revision: D5047 Notes: svn path=/head/; revision=411970
* Readd PORTSDIR for now we will only start removing them after 2016Q1 is branchedBaptiste Daroussin2015-10-151-4/+4
| | | | | | | | This gives more time for tools to get updated, available in packages etc before bothering users Notes: svn path=/head/; revision=399326
* Drop the necessity to add ${PORTSDIR} to dependency lineBaptiste Daroussin2015-10-141-4/+4
| | | | | | | | | | | | | | Modify make describe to automatically prepend ${PORTSDIR} if the path for the port is not absolute Checked with poudriere, portmaster, portupgrade PR: 203685 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D3866 Notes: svn path=/head/; revision=399278
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionBaptiste Daroussin2015-09-161-72/+4
| | | | | | | | | | | All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop Notes: svn path=/head/; revision=397077
* Mk/bsd.wx.mk: add wxPython 3.0 supportWilliam Grzybowski2014-07-051-0/+3
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=360795
* tabspace: 8Baptiste Daroussin2014-06-181-179/+174
| | | | Notes: svn path=/head/; revision=358236
* Mk/bsd.wx.mk: fixed a :U stragglerJohn Marino2014-05-051-1/+1
| | | | Notes: svn path=/head/; revision=352997
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-4/+4
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Convert wxsvg to use wxGTK 3.0Baptiste Daroussin2014-03-241-5/+1
| | | | | | | | Remove the component part from bsd.wx.mk as only dvdstyler uses it Make dvdstyle use wxGTK 3.0 Notes: svn path=/head/; revision=349022
* wxGTK 2.9 was a development version now that wxGTK 3.0 is out remove itBaptiste Daroussin2014-03-241-7/+3
| | | | Notes: svn path=/head/; revision=349003
* wxGTK 2.6 is EOLed upstream, all ports have switch to at least wxGTK 2.8Baptiste Daroussin2014-03-241-28/+18
| | | | Notes: svn path=/head/; revision=348997
* Use modern LIB_DEPENDSBaptiste Daroussin2014-03-241-1/+1
| | | | Notes: svn path=/head/; revision=348927
* New port: x11-toolkits/wxgtk30 -- Series 3.0 of the wxWidgets toolkitPietro Cerutti2014-01-221-3/+7
| | | | | | | | PR: 181329 (based on) Submitted by: Rainer Hurling <rhurlin@gwdg.de> Notes: svn path=/head/; revision=340709
* - Revert file erroneously included in my previous commitPietro Cerutti2013-09-191-1/+1
| | | | | | | Reported by: bapt Notes: svn path=/head/; revision=327608
* - Implement USES+=tcl and USES+=tkPietro Cerutti2013-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Use bsd.default-versions.mk to specify the default Tcl/Tk version (8.6) - Add warnings about the now deprecated use of USE_TCL, USE_TK, ... Notes: * USES+=tcl and USES+=tk take the following optional arguments - either a version in the form of XY or XY+, or 'wrapper' to depend on lang/tcl-wrapper or x11-toolkits/tk-wrapper - either 'build' (bring in build depend) or 'run' (bring in run depend) * it is an error to specify both 'tcl' and 'tk' in USES. * The functionality currently implemented via INVALID_TCL_VER and INVALID_TK_VER is not yet available. Approved by: bapt (portmgr) Notes: svn path=/head/; revision=327607
* Not supported upstream anymore, consider using more recent versionsBaptiste Daroussin2012-10-261-11/+1
| | | | | | | | Approved by: fjoe (maintainer) Feature safe: yes Notes: svn path=/head/; revision=306418
* - Remove emacs mode, -*- mode: ...; -*- [1]Martin Wilke2012-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 Notes: svn path=/head/; revision=297274
* - Add support for wx 2.9 while not making it defaultPav Lucistnik2011-12-111-2/+11
| | | | | | | | | PR: ports/163006 Submitted by: fjoe Feature safe: yes Notes: svn path=/head/; revision=287206
* - Revert addition of 2.9 temporarily, individual ports need to be fixed forPav Lucistnik2011-12-041-7/+3
| | | | | | | | | compatibility first Feature safe: yes Notes: svn path=/head/; revision=286864
* - Add support for wx 2.9Pav Lucistnik2011-12-021-3/+7
| | | | | | | | | | | - Reassign to a new maintainer PR: ports/163006 Submitted by: fjoe Feature safe: yes Notes: svn path=/head/; revision=286758
* - Update graphics/wxsvg to 1.0.5 and wx 2.8 which thus needs an Mk/bsd.wx.mkJuergen Lock2010-08-151-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) Notes: svn path=/head/; revision=259319
* 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