aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-wxPython26
Commit message (Collapse)AuthorAgeFilesLines
* wxGTK 2.6 is EOLedBaptiste Daroussin2014-03-246-1054/+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
* Fix pkg name collisionsBaptiste Daroussin2014-01-041-2/+3
| | | | Notes: svn path=/head/; revision=338620
* Use setuptools for all Python ports.William Grzybowski2013-12-152-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-6/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326189
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Kick MD5 supportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276920
* Convert LDCONFIG_DIRS to USE_LDCONFIG.Max Brazhnikov2010-06-081-3/+1
| | | | | | | | | PR: based on ports/146365 Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua> Approved by: maintainers timeout (two weeks) Notes: svn path=/head/; revision=256132
* - 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
* Set NO_LATEST_LINK as it conflicts with x11-toolkits/py-wxPython28Erwin Lansing2009-07-301-0/+1
| | | | | | | | | Submitted by: pointyhat Discussed with: alepulver Approved by: maintainer timeout Notes: svn path=/head/; revision=238681
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - 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 always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+0
| | | | Notes: svn path=/head/; revision=200795
* - 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
* -Update to 2.6.3.0.Jeremy Messenger2006-04-043-13/+38
| | | | | | | | | | | | -Portlint: -Remove USE_REINPLACE. -Tweak the IGNORE. PR: ports/95301 Submitted by: Neal Nelson <neal@nelson.name> (maintainer) Notes: svn path=/head/; revision=158792
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* - Update graphics/libglut to 6.4.1.Sergey Matveychuk2006-01-121-1/+1
| | | | | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org> Notes: svn path=/head/; revision=153347
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Bump PORTREVISION to force update to the new master/slave structureMario Sergio Fujikawa Ferreira2005-10-021-0/+1
| | | | Notes: svn path=/head/; revision=143959
* o Prepare it to become a master port:Mario Sergio Fujikawa Ferreira2005-10-023-1408/+951
| | | | | | | | | | | | | | | 1) This port will build an ansi based version of x11-toolkits/py-wxPython26 2) A slave port x11-toolkits/py-wxPython26-unicode will build a unicode version 3) Move the common parts shared amongst both the ansi and the unicode ports to a slave port x11-toolkits/py-wxPython26-common Approved by: maintainer Notes: svn path=/head/; revision=143954
* Update to 2.6.1.Vsevolod Stakhov2005-09-053-88/+73
| | | | | | | | | PR: 85686 Submitted by: maintainer Approved by: perky (mentor) Notes: svn path=/head/; revision=142001
* - Update to 2.6.0.0 after repocopyPav Lucistnik2005-05-225-1309/+1196
| | | | | | | | | PR: ports/80983 Submitted by: Neal Nelson <neal@nelson.name> Repocopy by: marcus Notes: svn path=/head/; revision=135824
* Remove WITH_GTK1. wxgtk is no longer available.Max Khon2005-05-121-5/+0
| | | | Notes: svn path=/head/; revision=135159
* Fix INDEX build.Kirill Ponomarev2005-05-121-1/+1
| | | | Notes: svn path=/head/; revision=135157
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-1/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* wxWindows -> wxWidgetsMax Khon2004-04-132-2/+2
| | | | | | | Prodded by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=106928
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER lineSergei Kolobov2003-12-211-1/+1
| | | | Notes: svn path=/head/; revision=96284
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+1
| | | | Notes: svn path=/head/; revision=93884
* Back out previous commit: current wxgtk version is 2.4.Max Khon2003-11-101-2/+2
| | | | Notes: svn path=/head/; revision=93626
* Fix WITH_GTK1=yes wxgtk dependenciesMario Sergio Fujikawa Ferreira2003-11-101-2/+2
| | | | Notes: svn path=/head/; revision=93623
* Update to 2.4.2.4.Max Khon2003-11-101-0/+32
| | | | Notes: svn path=/head/; revision=93604
* - Update to 2.4.2.4.Max Khon2003-11-092-15/+7
| | | | | | | - Use wxgtk2 by default, provide WITH_GTK1 knob. Notes: svn path=/head/; revision=93598
* wxgtk-devel -> wxgtkMax Khon2003-11-091-1/+2
| | | | Notes: svn path=/head/; revision=93581
* Chase wxgtk library name (and version) change.Max Khon2003-11-041-1/+1
| | | | Notes: svn path=/head/; revision=93109