summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-wxPython28 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finish py-wxPython28 removal and unbreak INDEXAntoine Brodin2020-08-156-2627/+0
| | | | Notes: svn path=/head/; revision=544942
* Deprecate py-wxPython28 and py-wxPython30 portsAntoine Brodin2020-03-011-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=527543
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-3/+3
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Remove superfluous linefeeds and fix some other minor whitespace bugs.Alexey Dokuchaev2018-01-111-1/+0
| | | | Notes: svn path=/head/; revision=458755
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Remove no-op WX_UNICODESunpoet Po-Chuan Hsieh2017-06-101-1/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=443053
* - Fix shebangsMartin Wilke2017-04-191-2/+3
| | | | Notes: svn path=/head/; revision=438834
* ${RM} already has -f.Mathieu Arnold2016-10-211-4/+4
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* graphics/py-opengl{-accelerate}: 3.0.1 -> 3.1.0, change to PyPI namingKurt Jaeger2016-05-091-2/+2
| | | | | | | | | | | | | - upgrade fixes the use of the port - py-opengl -> py-PyOpenGL - py-opengl-accelerate -> py-PyOpenGL-accelerate PR: 205472 Submitted by: matthew@reztek.cz Reviewed by: koobs Notes: svn path=/head/; revision=414888
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - Use DISTVERSIONPREFIX instead of DISTNAMESunpoet Po-Chuan Hsieh2016-01-011-2/+2
| | | | | | | - Use WRKSRC_SUBDIR instead of WRKSRC Notes: svn path=/head/; revision=404971
* Typos, whitespace and capitalization fixes (S-X).Jimmy Olgeni2015-09-201-1/+1
| | | | Notes: svn path=/head/; revision=397463
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionBaptiste Daroussin2015-09-161-9/+1
| | | | | | | | | | | 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
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-01-271-117/+0
| | | | | | | Approved by: portmgr blanket, kwm (for gnome@ ports) Notes: svn path=/head/; revision=378019
* - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,Marcus von Appen2014-10-191-4/+2
| | | | | | | | | x11-fonts/, x11-toolkits and x11-wm to new USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371203
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Introduce x11-toolkits/py-wxPython30William Grzybowski2014-07-052-36/+21
| | | | | | | | | | | | | | | | x11-toolkits/py-wxPython28 was been modified to do not install wxversion python files which conflict with wxPython30. Instead a new port has been created (x11-toolkits/py-wxPython-common) which only installs wxversion and wx.pth responsible for selecting the wxPython version. Stage support has been added to all related ports. Maintainership has been reset to python@. The final goal is to make all ports use wxPython30 so we can remove wxPython28. Notes: svn path=/head/; revision=360789
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Fix pkg name collisionsBaptiste Daroussin2014-01-041-2/+3
| | | | Notes: svn path=/head/; revision=338620
* Use setuptools for all Python ports.William Grzybowski2013-12-153-3/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools is the preferred method to manage Python distributions after many changes to the packaging ecosystem over the past couple of years. Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using USE_PYDISTUTILS= easy_install remains the same however this usage is now deprecated and should be converted to USE_PYDISTUTILS= yes. Some Python distributions do not work with setuptools out of the box because they extend the install command from distutils and not setuptools, and so they need to be patched accordingly. pip (which leverages setuptools) works around the issue by using eggs, however we want to get rid of those as well, as support for "flat" installation is unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr) Notes: svn path=/head/; revision=336553
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11-toolkits) Notes: svn path=/head/; revision=327785
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-031-7/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326188
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Updated to 2.8.12.1Greg Larkin2011-10-194-683/+928
| | | | | | | | | | | | | | ChangeLog: http://www.wxpython.org/recentchanges.php (scroll to 2.8.10.1 - 2.8.12.1) - Start storing distfile in distfiles/python - Removed stale patch (patch-wxpython-fedora11) PR: ports/161693 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: Neal Nelson <neal@nicandneal.net> (maintainer) Notes: svn path=/head/; revision=283923
* - Kick MD5 supportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276920
* - Fix build with python-2.7Wen Heping2011-02-281-1/+1
| | | | | | | | | PR: ports/155065 Submitted by: Wen Heping (myself) Approved by: maintainer Notes: svn path=/head/; revision=269960
* Update to 2.8.10.1.Rene Ladan2010-07-204-135/+951
| | | | | | | | | | PR: ports/148782 Submitted by: myself Approved by: maintainer, tabthorpe (mentor) Obtained from: Fedora (API patch) Notes: svn path=/head/; revision=258001
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with X Notes: svn path=/head/; revision=240078
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update lang/python26 and make Python 2.6.2 to the default Python versionMartin Wilke2009-06-082-3/+5
| | | | | | | | Tested by: 3 pointyhat runs Thanks to: pav, gahr, lwhsu, mva, amdmi3 Notes: svn path=/head/; revision=235453
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to version 2.8.7.1.Alejandro Pulver2008-03-104-45/+603
| | | | | | | | PR: ports/118919 Approved by: Neal Nelson <neal@nelson.name> (maintainer) Notes: svn path=/head/; revision=208759
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+0
| | | | Notes: svn path=/head/; revision=200795
* - Complete repocopy of x11-toolkits/py-wxPython28,Alejandro Pulver2007-09-293-21/+105
| | | | | | | | | | | | | | | | | 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 packaging with new python - track egg-info files properlyPav Lucistnik2007-08-021-3/+12
| | | | Notes: svn path=/head/; revision=196941
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Use features of bsd.wx.mk, especially USE_WXPav Lucistnik2006-12-011-20/+7
| | | | | | | | PR: ports/101613 Submitted by: alepulver Notes: svn path=/head/; revision=178433
* Update to 2.6.3.3Ion-Mihai Tetcu2006-07-273-5/+13
| | | | | | | | PR: ports/100882 Submitted by: Neal Nelson (maintainer) Notes: svn path=/head/; revision=168875
* Fix the sed(1) call introduced in the last commit by adding an empty stringStefan Walter2006-05-181-1/+1
| | | | | | | | | argument to the '-i' parameter. Approved by: arved (mentor) Notes: svn path=/head/; revision=162728
* Fix pkg-plist and unbreak.Stefan Walter2006-05-132-2/+1
| | | | | | | | | PR: 97144 Submitted by: Neal Nelson <neal@nelson.name> (maintainer) Approved by: arved (mentor) Notes: svn path=/head/; revision=162257
* BROKEN: Incomplete pkg-plistKris Kennaway2006-05-051-0/+2
| | | | Notes: svn path=/head/; revision=161374
* - Update to 2.6.3.2. [1]Jeremy Messenger2006-04-202-10/+6
| | | | | | | | | | | - Do not let py-wxPython26-common to touch wx.pth or it will ending up as empty by overwrite when you reinstall or update py-wxPython26-common. [2] PR: ports/96091 [1], ports/96092 [2] Submitted by: Neal Nelson <neal@nelson.name> (maintainer) Notes: svn path=/head/; revision=160024
* x11-toolkits/py-wxPython26:Jeremy Messenger2006-04-071-1/+1
| | | | | | | | | | | | | PORTREVISION= -> PORTREVISION?= for slave port. x11-toolkits/py-wxPython26-common: Fix the plist to catch up with 2.6.3.0, bump the PORTREVISION. Reported by: krismail Approved by: Neal Nelson <neal@nelson.name> (maintainer) Notes: svn path=/head/; revision=158996