aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-wxPython26-common
Commit message (Collapse)AuthorAgeFilesLines
* wxGTK 2.6 is EOLedBaptiste Daroussin2014-03-242-788/+0
| | | | Notes: svn path=/head/; revision=348999
* 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
* 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-5/+2
| | | | | | | x11-toolkits) Notes: svn path=/head/; revision=327785
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - 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
* - 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
* 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
* - unbreak on python 2.5 by adding PYDISTUTILS_NOEGGINFOAlexander Botero-Lowry2007-08-101-0/+1
| | | | | | | Submitted by: pointyhat via kris Notes: svn path=/head/; revision=197426
* - 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-2/+0
| | | | | | | | PR: ports/101613 Submitted by: alepulver Notes: svn path=/head/; revision=178433
* - Update to 2.6.3.2. [1]Jeremy Messenger2006-04-202-2/+1
| | | | | | | | | | | - 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-072-3/+17
| | | | | | | | | | | | | 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
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Unbreak port by registering x11-toolkits/wxgtk26-contrib as LIB_DEPENDSEmanuel Haupt2005-10-092-0/+3
| | | | | | | | | | | | - Fix packing list PR: 87130 Submitted by: ehaupt Approved by: Neal Nelson <neal@nelson.name> (maintainer), novel (mentor) Notes: svn path=/head/; revision=144662
* o A slave port of x11-toolkits/py-wxPython26 that installs theMario Sergio Fujikawa Ferreira2005-10-022-0/+776
common parts shared amongst both x11-toolkits/py-wxPython26 and x11-toolkits/py-wxPython26-unicode o Assign maintainership to Neal Nelson <neal@nelson.name> maintainer of the master port Notes: svn path=/head/; revision=143955