Commit graph

74 commits

Author SHA1 Message Date
Antoine Brodin
4ba112a63f Fix a typo 2014-10-04 23:27:17 +00:00
Dmitry Sivachenko
45dce9a0a7 Correct a typo. 2014-10-03 17:48:21 +00:00
Dmitry Sivachenko
1c54e9bd92 Bump PORTREVISION because of additon of py-parsing dep;
Move some python modules deps out of BUILD_DEPENDS (they seem to be
runtime only).

Thanks to Mikhail Tsatsenko <m.tsatsenko@gmail.com>,
Geoffrey Mainland <mainland@apeiron.net> (maintainer)
2014-10-03 17:46:44 +00:00
Dmitry Sivachenko
14c052668d Add missing dep.
Submitted by:	olgeni
Approved by:	maintainer
2014-10-02 13:36:09 +00:00
Dmitry Sivachenko
ec77e60fda Update to version 1.4.0.
PR:		193505
Submitted by:	m.tsatsenko@gmail.com
Approved by:	mainland@apeiron.net (maintainer)
2014-09-28 07:48:34 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Antoine Brodin
d14cf13d2a - Fix after conversion to PYDISTUTILS_AUTOPLIST
- Add EXAMPLES to OPTIONS_DEFINE

Reported by:	poudriere -qat
With hat:	portmgr
2014-04-04 16:19:55 +00:00
Dmitry Sivachenko
d6da3e66a0 Better way to generate correct plist for both versions of python.
Suggested by:	koobs
No objection from:	maintainer
2014-04-01 11:25:56 +00:00
Dmitry Sivachenko
b38caed684 Generate correct plist with python3. 2014-03-24 11:20:13 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
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)
2014-03-10 20:55:20 +00:00
Pietro Cerutti
40bb5736de - Convert to USES=tk
- Convert to new LIB_DEPENDS format
- STAGE-clean
2014-02-20 17:07:02 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- 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)
2013-10-26 00:52:33 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Baptiste Daroussin
10d826c3a1 Remove usage of X_VFBSERVER_PORT 2013-07-07 12:20:31 +00:00
Baptiste Daroussin
ec3e4382ca fmake is sometime to bad :( 2013-06-06 10:10:06 +00:00
Baptiste Daroussin
3a9aabe218 Convert to new options framework 2013-06-05 14:28:24 +00:00
Pietro Cerutti
b041f76bb1 - Fix build with Tcl/Tk 8.6 by letting the build system locate the Tcl/Tk
installation instead of hardcoding the paths.

Reported by:	miwi (Tcl/Tk 8.6 exp-run late comers)
Approved by:	portmgr
2013-06-03 15:35:22 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Jimmy Olgeni
470d488d25 This port must USE_PKGCONFIG, else pkg-config will not be available
when building without X11 frontends, causing the build to fail.

Approved by:	maintainer
2013-03-14 13:59:40 +00:00
Li-Wen Hsu
4226f978f7 - Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation 2013-03-02 23:04:45 +00:00
Ruslan Makhmatkhanov
965bb4f692 Change USE_PYTHON to yes. Since version 1.2.0 matplotlib adding python3 support.
But please note that it still can't be built from ports with python3 without user
intervention, because a) it depends on pygtk2 by default and b) we have no
suitable py-dateutil version that works with python3.

Requested by:	demon (at developers@)
2013-01-11 20:05:48 +00:00
Ruslan Makhmatkhanov
fc4d1d6b71 - update to 1.2.0
PR:		173843
Submitted by:	David Naylor <naylor.b.david@gmail.com>
Approved by:	Geoffrey Mainland <mainland@apeiron.net> (maintainer)
2013-01-10 19:05:43 +00:00
Carlo Strub
db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Dmitry Sivachenko
d212fc36e7 Update to version 1.1.1
Approved by:	maintainer
2012-07-11 13:21:49 +00:00
Sunpoet Po-Chuan Hsieh
ea1159c9e9 - Update to 1.1.0
Changes:	http://matplotlib.sourceforge.net/users/whats_new.html
PR:		ports/166329
Submitted by:	Geoffrey Mainland <mainland@apeiron.net> (maintainer)
2012-06-24 15:14:03 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Chris Rees
b843d8b7f9 Fix configure with WXAGGBACKEND
PR:		ports/166148
Submitted by:	Mel Flynn <rflynn@acsalaska.net>
Approved by:	maintainer
Feature safe:	yes
2012-03-20 20:50:41 +00:00
Ruslan Makhmatkhanov
55a433209f - fix build on FreeBSD 10
- strict python versions to 2.6-2.7
  - bump USE_WX to 2.8+ according to matplotlib docs
  - fix pkg-plist after switching this port to wxPython 2.8+
  - bump PORTREVISION

  PR:             ports/161716
  Submitted by:   rm (myself)
  Approved by:    Geoffrey Mainland <mainland@apeiron.net> (maintainer),
                  novel (mentor)
  Feature safe:   yes
2011-11-11 18:16:37 +00:00
Jimmy Olgeni
3417c1452d Copy dateutil and pytz from BUILD_DEPENDS to RUN_DEPENDS, since
they are required.

Fix a few portlint nits while I'm here.

PR:		ports/162418
Submitted by:	olgeni
Approved by:	maintainer
Feature safe:	yes
2011-11-10 13:20:21 +00:00
Wen Heping
e5b325de07 - Fix build with python-2.7.2, patch from upstream
PR:		ports/158337
Submitted by:	Wen Heping (myself)
Approved by:	maintainer
2011-06-29 01:59:58 +00:00
Wen Heping
f40891a549 - Update to 1.0.1
PR:		ports/153758
Submitted by:	wenheping@gmail.com (myself)
Approved by:	maintainer
2011-02-17 11:29:36 +00:00
Rene Ladan
7f28d750fd Remove explicit dependency on graphics/agg, to reduce dependencies.
The built-in agg was already used.

PR:		ports/151450
Submitted by:	Emil Smolenski [am raisa eu org]
Approved by:	maintainer
2010-10-22 10:55:07 +00:00
Josh Paetzel
764453078a Fix typo in previous commit 2010-07-30 20:11:14 +00:00
Josh Paetzel
95a82ab782 Fix permissions issue in tarball
PR:	ports/149085
Submitted by:	Geoffrey Mainland <mainland@apeiron.net>
2010-07-30 15:53:09 +00:00
Josh Paetzel
8edd02e170 Update to 1.0.0
PR:	ports/149046
Submitted by:	Geoffrey Mainland <mainland@apeiron.net>
2010-07-29 04:01:50 +00:00
Wen Heping
fee7bdbf41 - Update to 0.99.1.1
PR:		ports/145259
Submitted by:	Wen Heping (myself)
Approved by:	maintainer
2010-04-02 02:42:10 +00:00
Dirk Meyer
ccbaddd677 - fix build for png-1.4.1
(build partly tested, as a dependency does not build on 7)
2010-03-30 12:49:14 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Wen Heping
57aa2bf149 - Fix the build on FreeBSD9
PR:		ports/140164
Submitted by:	Wen Heping (myself)
Approved by:	Maintainer(timeout, >15 days)
2009-11-18 07:06:54 +00:00
Martin Wilke
f06f43f7c4 - Update to 0.99.0
PR:		138394
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer
2009-09-04 20:53:46 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Pav Lucistnik
489e2acb95 - Chase py-tkinter switch to tcl/tk85 2009-04-02 11:49:11 +00:00
Li-Wen Hsu
13dc2cc156 - Update to 0.98.5.2
PR:		ports/129922
Submitted by:	Wen Heping <wenheping AT gmail.com>
Approved by:	Geoffrey Mainland <mainland AT apeiron.net> (maintainer)
2009-03-28 20:16:03 +00:00
Martin Matuska
24bf28eff1 - Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:	pointyhat (pav)
2009-02-23 14:46:37 +00:00
Martin Wilke
3c36e3474d - Update to 0.98.3
- Detects and uses wxpython if installed

PR:		127726
Submitted by:	Li-Lun Wang <llwang@infor.org>
Approved by:	maintainer
2008-10-05 13:31:32 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Li-Wen Hsu
a07f700bb5 - Update to 0.91.2 [1]
- portlint fix
- Respect NOPORTEXAMPLES

PR:		ports/121893
Submitted by:	Geoffrey Mainland <mainland AT apeiron.net> (maintainer)
2008-05-07 04:43:35 +00:00