notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: math/py-matplotlib/Makefile

Number of commits found: 138 (showing only 100 on this page)

1 | 2  »  

Saturday, 13 Apr 2024
14:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil

- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS
commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 84a372a
Thursday, 29 Feb 2024
14:40 Charlie Li (vishwin) search for other commits by this committer
math/py-matplotlib: add ${PY_SETUPTOOLS} to BUILD_DEPENDS

No PEP-517 build backend was specified, so add the correct one
(setuptools). Build only succeeds because setuptools is brought in
by other dependencies transiently, which will fail after the linked
PR is committed.

With hat: python
PR: 270510
commit hash: e37109f1766e97f8aecf23417ef83167a43831ed commit hash: e37109f1766e97f8aecf23417ef83167a43831ed commit hash: e37109f1766e97f8aecf23417ef83167a43831ed commit hash: e37109f1766e97f8aecf23417ef83167a43831ed e37109f
07:18 Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools-scm: update to 8.0.4

Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.

Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.

Further details: https://wiki.freebsd.org/Python/setuptools

Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288
commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 5d4139f
Sunday, 12 Nov 2023
01:37 Robert Clausecker (fuz) search for other commits by this committer Author: wen heping
math/py-matplotlib: update to 3.8.0

 - Switch to pep517

Changelog: https://github.com/matplotlib/matplotlib/releases/tag/v3.8.0

Approved by:	mainland@apeiron.net (maintainer timeout)
PR:		274571
commit hash: 8e771b3ece92768c7413bc53d0c305c0ffc99e31 commit hash: 8e771b3ece92768c7413bc53d0c305c0ffc99e31 commit hash: 8e771b3ece92768c7413bc53d0c305c0ffc99e31 commit hash: 8e771b3ece92768c7413bc53d0c305c0ffc99e31 8e771b3
Wednesday, 26 Jul 2023
17:47 Muhammad Moinur Rahman (bofh) search for other commits by this committer
math/py-matplotlib: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
commit hash: 8fc01595659cec5a6e015ec9021f1c5ac2057e40 commit hash: 8fc01595659cec5a6e015ec9021f1c5ac2057e40 commit hash: 8fc01595659cec5a6e015ec9021f1c5ac2057e40 commit hash: 8fc01595659cec5a6e015ec9021f1c5ac2057e40 8fc0159
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
13:27 Jason W. Bacon (jwb) search for other commits by this committer
math/py-matplotlib: Sync run depends with setup.py

Fixes run-time failures of matplotlib consumers
Maintainer timeout

PR:             271783
commit hash: 86d2df343114836a2c11343be66f27743c4ca0d1 commit hash: 86d2df343114836a2c11343be66f27743c4ca0d1 commit hash: 86d2df343114836a2c11343be66f27743c4ca0d1 commit hash: 86d2df343114836a2c11343be66f27743c4ca0d1 86d2df3
Thursday, 11 May 2023
14:42 Wen Heping (wen) search for other commits by this committer
math/py-matplotlib: Add missing RUN_DEPENDS

PR:		271362
Reported by:	jwb@
Approved by:	maintainer
commit hash: d5eaf3b2d27847d8ac07e5dcc2f9fed9598c879d commit hash: d5eaf3b2d27847d8ac07e5dcc2f9fed9598c879d commit hash: d5eaf3b2d27847d8ac07e5dcc2f9fed9598c879d commit hash: d5eaf3b2d27847d8ac07e5dcc2f9fed9598c879d d5eaf3b
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Friday, 7 Apr 2023
14:48 Wen Heping (wen) search for other commits by this committer
math/py-matplotlib: Update to 3.7.1

PR:		270326
Reported by:	wen@
Approved by:	maintainer
Exp-run by:	antoine@
commit hash: f27cc9e0310a5be6f72c297e1d64c123ff83172f commit hash: f27cc9e0310a5be6f72c297e1d64c123ff83172f commit hash: f27cc9e0310a5be6f72c297e1d64c123ff83172f commit hash: f27cc9e0310a5be6f72c297e1d64c123ff83172f f27cc9e
Wednesday, 11 Jan 2023
15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
Thursday, 20 Oct 2022
14:06 Loïc Bartoletti (lbartoletti) search for other commits by this committer
devel/py-cppy, math/py-kiwisolver: fix versions

These ports install lib tagged as v0.0.0.
Both ports require devel/py-setuptools_scm to generate
the version of the library.

PR:		267120
Reported by:	jwb
Reviewed by:	jwb
commit hash: 5e1e4b9b2760dda35154501954ce9048a6b2732c commit hash: 5e1e4b9b2760dda35154501954ce9048a6b2732c commit hash: 5e1e4b9b2760dda35154501954ce9048a6b2732c commit hash: 5e1e4b9b2760dda35154501954ce9048a6b2732c 5e1e4b9
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
math: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Amarendra Godbole <amarendra.godbole@gmail.com>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Fehlner (fehlner@gmx.de)
  *  Andrew L. Neporada <andrew@chg.ru>
  *  Andrey <gugu@zoo.rambler.ru>
  *  Andrey Zakhvatov
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@plab.ku.dk>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Shterenlikht
  *  Anton Shterenlikht <mexas@bris.ac.uk>
  *  Bob Eager <bob@eager.cx>
  *  Charlie Kester <corky1951@comcast.net>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Christopher J. Ruwe
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chuck Hein <geekdude@pacbell.net>
  *  Cyrille Szymanski <cnszym@gmail.com>
  *  Dan Rue <drue@therub.org>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  David Naylor <dbn@FreeBSD.org>
  *  David Naylor <naylor.b.david@gmail.com>
  *  Dereckson <dereckson@gmail.com>
  *  Devin Teske <dteske@FreeBSD.org>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <mitya@yandex-team.ru>
  *  Don Croyle <croyle@gelemna.org>
  *  Douglas K. Rand (rand@meridian-enviro.com)
  *  Dylan Simon <dylan@dylex.net>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Eijiro Shibusawa <ej-sib@ice.uec.ac.jp>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Eoin Lawless (eoin@maths.tcd.ie)
  *  Eric A. Griff <eagriff@global2000.net>
  *  Eric van Gyzen <vangyzen@stat.duke.edu>
  *  Ewgenij Gawrilow <gawrilow@math.tu-berlin.de>
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Foxfair Hu <foxfair@FreeBSD.org>
  *  Frederic Han <han@math.jussieu.fr>
  *  Gabor Kovesdan <gabor@FreeBSD.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Heinz Tschabitscher
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Iblis Lin <iblis@hs.ntnu.edu.tw>
  *  Issei Suzuki <issei@jp.FreeBSD.ORG>
  *  Janni
  *  Jason Harris <jharris@widomaker.com>
  *  Javad Kouhi <javad.kouhi@gmail.com>
  *  Jean-Yves Lefort <jylefort@FreeBSD.org>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Dieterich <dieterich@ogolem.org>
  *  Johannes M Dieterich <jmd@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Marino <marino@FreeBSD.org>
  *  Joseph Koshy <jkoshy@FreeBSD.org>
  *  Ju Pengfei <ju.pengfei@gmail.com>
  *  Jukka A. Ukkonen <jau@iki.fi>
  *  Kay Lehmann <kay_lehmann@web.de>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Klaus T. Aehlig <aehlig@linta.de>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Kurt Jaeger <fbsd-ports@opsec.eu>
  *  Lars Engels <lme@FreeBSD.org>
  *  Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
  *  Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Li-Wen Hsu <lwhsu@lwhsu.org>
  *  M. L. Dodson, <bdodson@scms.utmb.edu>
  *  Maho Nakata <maho@FreeBSD.org>
  *  Mario S F Ferreira <lioux@FreeBSD.org>
  *  Mario S F Ferreira <lioux@linf.unb.br> et al.
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark R V Murray <markm@FreeBSD.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Matthew Seaman <matthew@FreeBSD.org>
  *  Maurice Castro <maurice@serc.rmit.edu.au>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Maxime Henrion <mux@FreeBSD.org>
  *  Michael Haro <mharo@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Neumann <mneumann@ntecs.de>
  *  Muhammad Moinur Rahmanh <5u623l20@gmail.com>
  *  NAKATA Maho <chat95@mbox.kyoto-inet.or.jp>
  *  NAKATA, Maho <maho@FreeBSD.org>
  *  Nakata Maho <maho@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  Olivier Duchateau
  *  Pedro F. Giffuni
  *  Pedro F. Giffuni <giffunip@asme.org>
  *  Pedro Giffuni
  *  Pedro Giffuni <giffunip@asme.org>
  *  Pedro Giffuni <pfg@FreeBSD.org>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Philip Paeps <philip@FreeBSD.org>
  *  Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
  *  Pietro Cerutti <gahr@FreeBSD.org>
  *  Piotr Rybicki <meritus@innervision.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Robert Jenssen
  *  Robin Schilham
  *  Rod Taylor <ports@rbt.ca>
  *  Roman Neuhauser <neuhauser@sigpipe.cz>
  *  Sander Vesik <sander@haldjas.folklore.ee>
  *  Scott Flatman <sf@dsinw.com>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Akifyev <asa@agava.com>
  *  Sergey Akifyev <asa@gascom.ru>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Shell Hung <shell@shellhung.org>
  *  Shin-ya MURAKAMI <murashin@gfd-dennou.org>
  *  Stas Timokhin <devel@stasyan.com>
  *  Stefan A. Deutscher (sad@mailaps.org)
  *  Stefan Esser <se@StefanEsser.FreeBSD.org>
  *  Stephen Montgomery-Smith <stephen@FreeBSD.edu>
  *  Stephen Montgomery-Smith <stephen@FreeBSD.org>
  *  Stephen Montgomery-Smith <stephen@math.missouri.edu>
  *  Stephen Montgomery-Smith <stephen@missouri.edu>
  *  Steve Wills <steve@mouf.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@f2o.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Thomas Sandford <freebsduser@paradisegreen.co.uk>
  *  Timothy Bourke <timbob@bigpond.com>
  *  Tony Maher
  *  Tz-Huan Huang <tzhuan@csie.org>
  *  Vsevolod Stakhov <vsevolod@FreeBSD.org>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Waitman Gobble <waitman@waitman.net>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Will Andrews <andrews@technologist.com>
  *  Yi-Hsuan Hsin <mhsin@mhsin.org>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yinghong.Liu <relaxbsd@gmail.com>
  *  Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp>
  *  Yukihiro Nakai <Nakai@technologist.com>
  *  Yuri Victorovich <yuri@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Yuri Victorovich <yuri@tsoft.com>
  *  Zhen REN <bg1tpt@gmail.com>
  *  amir.husaini@gmail.com
  *  arved
  *  asami
  *  b.f. <bf@FreeBSD.org>
  *  bart <lbartoletti@FreeBSD.org>
  *  bauerm
  *  bf <bf2006a@yahoo.com>
  *  bf <bf@FreeBSD.org>
  *  bf@FreeBSD.org
  *  bremner@unb.ca
  *  chinsan
  *  chuckr@FreeBSD.org
  *  dawe <daweonline@gmail.com>
  *  dbader@ece.unm.edu
  *  dd
  *  demon@FreeBSD.org
  *  dikshie
  *  eserte
  *  fenner
  *  gahr
  *  giffunip
  *  gmarco@giovannelli.it
  *  gurkan@phys.ethz.ch
  *  ijliao
  *  janek@gaja.ipan.lublin.pl
  *  jhs@berklix.com / asami (original)
  *  jmz
  *  js@jeannot.org
  *  keith@FreeBSD.org
  *  ljo
  *  mr
  *  nobu@rd.isac.co.jp
  *  pauls@utdallas.edu
  *  pusto@web.de
  *  reg@shale.csir.co.za
  *  rfarmer@predatorlabs.net
  *  stephen@FreeBSD.org
  *  thierry@pompo.net
  *  tobez
  *  will
  * # Created by Matthias Fechner <mfechner@FreeBSD.org>

With hat:	portmgr
commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da f53eb28
Monday, 7 Mar 2022
17:39 Loïc Bartoletti (lbartoletti) search for other commits by this committer
devel/py-qt5, devel/py-sip: Update versions

- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)

PR:		261685
Exp-run by:	antoine
commit hash: 2d8f8573167d49958b7fbf471f42a360a20227d8 commit hash: 2d8f8573167d49958b7fbf471f42a360a20227d8 commit hash: 2d8f8573167d49958b7fbf471f42a360a20227d8 commit hash: 2d8f8573167d49958b7fbf471f42a360a20227d8 2d8f8573
Friday, 18 Feb 2022
21:15 Stephen Montgomery-Smith (stephen) search for other commits by this committer
math/qhull: Renaming ports

qhull renamed to qhull7.
qhull8 renamed to qhull.
qhull7 marked deprecated.
Dependencies updated.
commit hash: 5693794683876c2478f2a8029a6c0a47dc53c184 commit hash: 5693794683876c2478f2a8029a6c0a47dc53c184 commit hash: 5693794683876c2478f2a8029a6c0a47dc53c184 commit hash: 5693794683876c2478f2a8029a6c0a47dc53c184 5693794
18:44 Thierry Thomas (thierry) search for other commits by this committer
math/py-matplotlib: switch to Qhull8

PR:		261278
Approved by:	maintainer's time-out
commit hash: c8704f923ac75cf6b1abc5907c478cc3c22ab03b commit hash: c8704f923ac75cf6b1abc5907c478cc3c22ab03b commit hash: c8704f923ac75cf6b1abc5907c478cc3c22ab03b commit hash: c8704f923ac75cf6b1abc5907c478cc3c22ab03b c8704f9
Saturday, 29 Jan 2022
10:44 Tobias Kortkamp (tobik) search for other commits by this committer
math/py-matplotlib: Chase USES=pyqt changes
commit hash: 2eb283d82c8d565b66d39a416ed8c1109285e4b2 commit hash: 2eb283d82c8d565b66d39a416ed8c1109285e4b2 commit hash: 2eb283d82c8d565b66d39a416ed8c1109285e4b2 commit hash: 2eb283d82c8d565b66d39a416ed8c1109285e4b2 2eb283d
Tuesday, 14 Dec 2021
11:14 Wen Heping (wen) search for other commits by this committer
math/py-matplotlib: Update to 3.4.3

PR:		259603
Reported by:	wen@
Approved by:	maintainer
commit hash: 2d82c1f5be7dfdebcefe83c3ddb8aab53b9e0ae3 commit hash: 2d82c1f5be7dfdebcefe83c3ddb8aab53b9e0ae3 commit hash: 2d82c1f5be7dfdebcefe83c3ddb8aab53b9e0ae3 commit hash: 2d82c1f5be7dfdebcefe83c3ddb8aab53b9e0ae3 2d82c1f
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Thursday, 10 Jun 2021
14:00 Dmitry Marakasov (amdmi3) search for other commits by this committer
math/py-matplotlib: remove unneded dependency on tcl

PR:		255843
Approved by:	maintainer timeout (mainland@apeiron.net, 1 month)
commit hash: 559d03711fb87954a559e48186543a197f1aa4a9 commit hash: 559d03711fb87954a559e48186543a197f1aa4a9 commit hash: 559d03711fb87954a559e48186543a197f1aa4a9 commit hash: 559d03711fb87954a559e48186543a197f1aa4a9 559d037
Sunday, 9 May 2021
20:47 Thierry Thomas (thierry) search for other commits by this committer
math/py-matplotlib: upgrade to 3.4.1.

Release notes at <https://matplotlib.org/stable/users/whats_new.html#id4>.
commit hash: 7d8e528099b056a0c60d8880c6b9980074740ac2 commit hash: 7d8e528099b056a0c60d8880c6b9980074740ac2 commit hash: 7d8e528099b056a0c60d8880c6b9980074740ac2 commit hash: 7d8e528099b056a0c60d8880c6b9980074740ac2 7d8e528
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 5 Jan 2021
17:05 rhurlin search for other commits by this committer
math/py-matplotlib: Update to 3.3.3

Changelog: https://github.com/matplotlib/matplotlib/releases

PR:		252432
Approved by:	arrowd (mentor)
Original commitRevision:560413 
Thursday, 29 Oct 2020
07:16 fernape search for other commits by this committer
math/py-matplotlib: Unbreak in 11.4

Use LLVM linker to build successfully.

Quaterly is also broken:

https://docs.freebsd.org/cgi/getmsg.cgi?fetch=152802642+0+current/freebsd-pkg-fallout
https://docs.freebsd.org/cgi/getmsg.cgi?fetch=152706419+0+current/freebsd-pkg-fallout

PR:	250627
Submitted by:	bengta@sics.se
MFH: 2020Q4 (blanket build fix)
Original commitRevision:553589 
Saturday, 19 Sep 2020
14:15 antoine search for other commits by this committer
Unbreak bulk -a
Original commitRevision:548989 
13:10 thierry search for other commits by this committer
Upgrade py-matplotlib to 3.3.1, and keep a repocopy of 2.2.4.

Changelog at <https://matplotlib.org/3.3.1/users/whats_new.html>.

PR:		236913
Submitted by:	chitty_cloud (at) me.com
Approved by:	maintainer
Original commitRevision:548983 
Thursday, 7 May 2020
21:09 antoine search for other commits by this committer
Revert r534292, this was not properly tested

With hat:	portmgr
Original commitRevision:534293 
20:55 garga search for other commits by this committer
math/py-matplotlib: Update to 3.2.1

PR:		245650
Submitted by:	Jose Luis Duran <jlduran@gmail.com>
Approved by:	maintainer timeout (> 2 weeks)
Original commitRevision:534292 
Saturday, 18 Apr 2020
09:17 antoine search for other commits by this committer
Remove optional dependency on pygtk2 and py-wxPython28

With hat:	portmgr
Original commitRevision:532006 
Wednesday, 19 Feb 2020
13:04 antoine search for other commits by this committer
Convert to USES=display
Original commitRevision:526514 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Original commitRevision:507372 
Wednesday, 10 Apr 2019
05:47 antoine search for other commits by this committer
Switch default version of python to 3.6

PR:		234633
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D18743
Original commitRevision:498529 
Saturday, 6 Apr 2019
14:46 sunpoet search for other commits by this committer
Remove unnecessary jquery-ui-1.12.1.zip from DISTFILES

jquery-ui-1.21.1 is already bundled in the matplot 2.2.4 tarball [1].
This patch fixes r496681.

[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236455#c4

PR:		236740
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
Original commitRevision:498139 
Saturday, 23 Mar 2019
18:48 riggs search for other commits by this committer
Update to upstream version 2.2.4

While on it:
- Pet portlint

PR:		236455
Submitted by:	lbartoletti@tuxfamily.org
Approved by:	mainland@apeiron.net (maintainer)
Original commitRevision:496681 
Thursday, 21 Mar 2019
19:41 sunpoet search for other commits by this committer
Update to 2.2.3

- Change MASTER_SITES from GitHub to CHEESESHOP
- Add USES=gnome
- Silence extraction and patch message
- Do not silence installation message

Changes:	https://github.com/matplotlib/matplotlib/releases
PR:		236276
Submitted by:	sunpoet (myself)

Approved by:	(maintainer)
Original commitRevision:496504 
Saturday, 16 Mar 2019
17:45 tcberner search for other commits by this committer
math/py-matplotlib: remove QT4AGGBACKEND option (Qt4 deprecation)

Approved by:	portmgr (implicit)
Original commitRevision:495919 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Original commitRevision:487272 
Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Original commitRevision:486467 
Thursday, 22 Nov 2018
20:18 tcberner search for other commits by this committer
pyqt: Change install directories for Python flavor support

* PyQt could not be installed for multiple Python versions at
  the same time, as there were conflicting files.

  This patch creates Python-version versioned directories for
  all these, and further installs binaries with a version number.

* Note, there might be some hickups for software that depends on
  on of the .so's provided by PyQt5, which might not be found
  anymore autmotically, and maybe need some LD-flaggery.

* Update PyQt5 to 5.10.1

* Mark www/py-qt5-webengine broken. It is unforuntately no longer
  compatible with the old qt5-webengine-5.9.4 we ship.

PR:		232745
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D8714
Original commitRevision:485614 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
06:46 yuri search for other commits by this committer
math/py-matplotlib: Unbreak build on 12 i386

Also used the helper for py27-only dependency.

Reported by:	antoine (for build failure, in bug#222689), jhale (for dependency)
Approved by:	tcberner (mentor, implicit)
Original commitRevision:464044 
Friday, 9 Mar 2018
07:23 yuri search for other commits by this committer
math/py-matplotlib: Dependency devel/py-backports.functools_lru_cache is only
for python-2.7

Reported by:	tobik
Approved by:	tcberner (mentor, implicit)
Original commitRevision:463936 
06:30 yuri search for other commits by this committer
math/py-matplotlib: Add missing dependency
devel/py-backports.functools_lru_cache

Reported by:	Shane <FreeBSD@ShaneWare.Biz> in bug#226441 comment
Approved by:	tcberner (mentor, implicit)
Approved by:	portmgr blanket
Original commitRevision:463931 
Saturday, 24 Feb 2018
11:12 yuri search for other commits by this committer
math/py-matplotlib: Update to 2.1.2

Maintainer's timeout expired: mainland@apeiron.net

Additional port changes:
* Changed to DISTVERSION
* Changed WWW to https URL

PR:		222689
Submitted by:	Kostas Oikonomou <ko@research.att.com> (version 2.0.2)
Approved by:	portmgr (maintainer timeout, 14 days)
Approved by:	tcberner (mentor, implicit)
Original commitRevision:462787 
Wednesday, 6 Dec 2017
19:46 tobik search for other commits by this committer
math/py-matplotlib: Allow build for Python 3.x

- x11-toolkits/{py-gtk2,py-wxPython28} do not support Python 3.x, so
  exclude the GTKBACKEND, GTKAGGBACKEND, and WXAGGBACKEND in that case.

PR:		213636
Reported by:	lbartoletti@tuxfamily.org
Submitted by:	rsmith@xs4all.nl (based on)
Reviewed by:	mat
Approved by:	maintainer timeout
Differential Revision:	https://reviews.freebsd.org/D13377
Original commitRevision:455676 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  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
Original commitRevision:455210 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Sunday, 11 Jun 2017
01:56 sunpoet search for other commits by this committer
Remove no-op WX_UNICODE

Approved by:	portmgr (blanket)
Original commitRevision:443133 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Saturday, 4 Feb 2017
13:37 tcberner search for other commits by this committer
Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDS

pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.

Reviewed by:	rakuco, mat
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9261
Original commitRevision:433310 
Wednesday, 23 Nov 2016
08:09 pi search for other commits by this committer
math/py-matplotlib: really depend on python2.7 and not on the metaport

PR:		214600
Submitted by:	koobs
Original commitRevision:426885 
05:39 pi search for other commits by this committer
math/py-matplotlib: update 1.5.0 -> 1.5.3

- MASTER_SITE sourceforge seems to have been discontinued,
  it doesn't have the latest version any more.
- Additionally, 1.5.3 version doesn't build with python-3.X because
  'import gtk' which the build tries fails in python3. Therefore, python:2.

PR:		214600
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Approved by:	mainland@apeiron.net (maintainer)
Original commitRevision:426883 
Sunday, 30 Oct 2016
11:39 pi search for other commits by this committer
math/py-matplotlib: Add Qt5Agg backend option

- Now that there are Qt5 python bindings in ports, matplotlib can
  be configured to use them.

PR:		212763
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu>
Approved by:	mainland@apeiron.net (maintainer)
Original commitRevision:424942 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Monday, 15 Feb 2016
00:56 olgeni search for other commits by this committer
Make the cairo and gdkpixbuf2 dependencies conditional on
GTKBACKEND and GTKAGGBACKEND. This change restores headless
support.

Approved by:	maintainer (by mail)
Original commitRevision:408914 
Saturday, 13 Feb 2016
16:49 rm search for other commits by this committer
math/py-matplotlib: update to 1.5.0

Release notes:
http://matplotlib.org/users/whats_new.html#new-in-matplotlib-1-5

This port still can't be built with python 3.x here.

PR:		205538
Submitted by:	yuri@rawbw.com
Approved by:	mainland@apeiron.net (maintainer)
Original commitRevision:408809 
Wednesday, 4 Nov 2015
20:11 sunpoet search for other commits by this committer
- Move devel/py-parsing to devel/py-pyparsing
- Change MASTER_SITES to CHEESESHOP
- Remove DISTNAME
- While I'm here, remove duplicate PORTREVISION for security/py-crits/Makefile
Original commitRevision:400758 
Friday, 30 Oct 2015
07:08 antoine search for other commits by this committer
Fix make patch
Original commitRevision:400492 
Thursday, 29 Oct 2015
13:47 mat search for other commits by this committer
Add Qt4Agg backend option.

Simplify post-install stripping.

PR:		203150
Submitted by:	Matthieu Volat
Approved by:	maintainer
Sponsored by:	Absolight
Original commitRevision:400457 
Wednesday, 7 Oct 2015
12:50 olgeni search for other commits by this committer
Unbreak math/py-matplotlib when some options are disabled (original PR).

The previous version tried to ${STRIP} non-existing files.

Some additional fixes:

- Fix WXAGGBACKEND_VARS, which was overwritten and broke the WX build
- Fix permissions in .py files
- Sort entries in post-install
- Whitespace fixes

PR:		203417
Submitted by:	Tomi Kause
Reviewed by:	olgeni
Approved by:	maintainer
Original commitRevision:398761 
Monday, 14 Sep 2015
18:27 antoine search for other commits by this committer
Unbreak build and check-sanity

Pointy hat:	bofh@
Original commitRevision:396922 
10:00 bofh search for other commits by this committer
math/py-matplotlib: Add uniquefiles:dirs for version specific files [1]

- Convert to OPTIONSNG
- Convert patch files to be 'make makepatch' compatible
- Depreciate bsd.port.options.mk
- Add STRIP_CMD for shared objects

PR:		202205 [1]
Submitted by:	mazhe@alkumuna.eu [1]
Original commitRevision:396886 
Sunday, 13 Sep 2015
18:58 bapt search for other commits by this committer
Enforce unicode version of wxGTK
Original commitRevision:396852 
Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Original commitRevision:394508 
Sunday, 21 Jun 2015
16:40 thierry search for other commits by this committer
Update to 1.4.3.

PR:		ports/200664
Submitted by:	yuri (at) rawbw.com
Approved by:	maintainer
Original commitRevision:390256 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
Wednesday, 24 Dec 2014
09:03 antoine search for other commits by this committer
Properly support png15
Original commitRevision:375422 
Saturday, 4 Oct 2014
23:27 antoine search for other commits by this committer
Fix a typo
Original commitRevision:370013 
Friday, 3 Oct 2014
17:48 demon search for other commits by this committer
Correct a typo.
Original commitRevision:369919 
17:46 demon search for other commits by this committer
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)
Original commitRevision:369918 
Thursday, 2 Oct 2014
13:36 demon search for other commits by this committer
Add missing dep.

Submitted by:	olgeni
Approved by:	maintainer
Original commitRevision:369825 
Sunday, 28 Sep 2014
07:48 demon search for other commits by this committer
Update to version 1.4.0.

PR:		193505
Submitted by:	m.tsatsenko@gmail.com
Approved by:	mainland@apeiron.net (maintainer)
Original commitRevision:369440 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
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)
Original commitRevision:351411 
Friday, 4 Apr 2014
16:19 antoine search for other commits by this committer
- Fix after conversion to PYDISTUTILS_AUTOPLIST
- Add EXAMPLES to OPTIONS_DEFINE

Reported by:	poudriere -qat
With hat:	portmgr
Original commitRevision:350137 
Tuesday, 1 Apr 2014
11:25 demon search for other commits by this committer
Better way to generate correct plist for both versions of python.

Suggested by:	koobs
No objection from:	maintainer
Original commitRevision:349837 
Monday, 24 Mar 2014
11:20 demon search for other commits by this committer
Generate correct plist with python3.
Original commitRevision:348937 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
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)
Original commitRevision:347809 
Thursday, 20 Feb 2014
17:07 gahr search for other commits by this committer
- Convert to USES=tk
- Convert to new LIB_DEPENDS format
- STAGE-clean
Original commitRevision:345254 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
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)
Original commitRevision:331644 
Friday, 20 Sep 2013
20:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
Original commitRevision:327746 
Sunday, 7 Jul 2013
12:20 bapt search for other commits by this committer
Remove usage of X_VFBSERVER_PORT
Original commitRevision:322434 
Thursday, 6 Jun 2013
10:10 bapt search for other commits by this committer
fmake is sometime to bad :(
Original commitRevision:320074 
Wednesday, 5 Jun 2013
14:28 bapt search for other commits by this committer
Convert to new options framework
Original commitRevision:319996 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Thursday, 14 Mar 2013
13:59 olgeni search for other commits by this committer
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
Original commitRevision:314162 
Saturday, 2 Mar 2013
23:04 lwhsu search for other commits by this committer
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation
Original commitRevision:313305 
Friday, 11 Jan 2013
20:05 rm search for other commits by this committer
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@)
Original commitRevision:310246 
Thursday, 10 Jan 2013
19:05 rm search for other commits by this committer
- update to 1.2.0

PR:		173843
Submitted by:	David Naylor <naylor.b.david@gmail.com>
Approved by:	Geoffrey Mainland <mainland@apeiron.net> (maintainer)
Original commitRevision:310199 
Sunday, 29 Jul 2012
11:17 cs search for other commits by this committer
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
Original commit
Wednesday, 11 Jul 2012
13:21 demon search for other commits by this committer
Update to version 1.1.1

Approved by:    maintainer
Original commit
Sunday, 24 Jun 2012
15:14 sunpoet search for other commits by this committer
- 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)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Tuesday, 20 Mar 2012
20:50 crees search for other commits by this committer
Fix configure with WXAGGBACKEND

PR:             ports/166148
Submitted by:   Mel Flynn <rflynn@acsalaska.net>
Approved by:    maintainer
Feature safe:   yes
Original commit
Friday, 11 Nov 2011
18:16 rm search for other commits by this committer
  - 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
Original commit
Thursday, 10 Nov 2011
13:20 olgeni search for other commits by this committer
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
Original commit
Wednesday, 29 Jun 2011
01:59 wen search for other commits by this committer
- Fix build with python-2.7.2, patch from upstream

PR:             ports/158337
Submitted by:   Wen Heping (myself)
Approved by:    maintainer
Original commit

Number of commits found: 138 (showing only 100 on this page)

1 | 2  »