summaryrefslogtreecommitdiff
path: root/math/labplot
AgeCommit message (Collapse)Author
7 days*/*: chase math/matio updateMax Brazhnikov
2025-12-19*/*: Bump PORTREVISION for known Qt private API abusersJason E. Hale
Qt 6.10.1 edition. These ports are known to directly use or link to a library that uses the Qt private API and must be rebuilt with every Qt update. Qt *public* API/ABI compatability is excellent, so most consumers don't need to necessarily be rebuilt between patch or even minor releases, but use of the private API breaks this compatibility between even patch releases and its use is highly discouraged. This list [1] is based on histortical data. We don't have time to revisit every port on the list with each Qt update, so if your port has dropped Qt private headers and was bumped in error, please remove it yourself if you have write access to the Wiki or alert someone on kde@. [1] https://wiki.freebsd.org/KDE/Qt
2025-12-06graphics/poppler: bump consumers of graphics/popplerLoïc Bartoletti
PR: 291277 Exp-run by: antoine
2025-12-04math/labplot: Update to 2.12.1Jason E. Hale
Add upstream patches to preemptively fix build with Qt 6.10 and Eigen 5. https://labplot.org/2025/04/28/labplot-2-12-released/ https://labplot.org/2025/08/18/labplot-2-12-1-released/
2025-09-30textproc/discount: Update to 3.0.1.1Po-Chuan Hsieh
- Bump PORTREVISION of dependent ports for shlib change - While I'm here, fix b304d8ab18ac96ddcd15f3cf7255ef89aababe5a Changes: https://github.com/Orc/discount/commits/main
2025-09-11math/labplot: fix build on armv7Robert Clausecker
Something (I couldn't quite figure out what) adds -Werror=undef to the CPPFLAGS, causing a fatal warning somewhere in the Eigen headers: /usr/local/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h:3924:5: error: 'EIGEN_HAS_ARM64_FP16_VECTOR_ARITHMETIC' is not defined, evaluates to 0 [-Werror,-Wundef] 3924 | #if EIGEN_HAS_ARM64_FP16_VECTOR_ARITHMETIC | ^ Making this warning not an error fixes the build. Approved by: portmgr (build fix blanket) MFH: 2025Q3
2025-08-21math/labplot: bump after liborcus updateDima Panov
2025-04-18graphics/poppler: bump dependent portsLoïc Bartoletti
2025-03-29graphics/poppler: bump dependent portsLoïc Bartoletti
2025-03-19math/labplot: finalize switch to Qt6/KF6 by updating to the latest snapshotMax Brazhnikov
2.11.1 requires lots of patching to properly build with Qt6, therefore update directly to the latest shapshot. Adjust USE_KDE components and restore CANTOR option.
2025-03-09math/labplot: add patch from upstream with compile-fixAdriaan de Groot
A change in the return type from cellAt() means that `auto *` is no longer a valid type; however, plain `auto` can mean `std::shared_ptr<T>` or `T*` so use that ambiguity in the patch to accept either the type (so retaining compatibility with either version of the library that provides cellAt())
2025-02-10math/labplot: Switch to KDE/QT 6 and prepare against poppler 24.12Loïc Bartoletti
2025-02-03KDE: It goes to 6!Tobias C. Berner
This megacommit merges all the work from https://github.com/freebsd/freebsd-ports-kde/tree/kde-it_goes_to_6 Specifically: - KDE Plasma 6 ports updated to 6.2.5 - KDE Applications ports updated to 24.12.0 - Development ports of KDE Applications removed - A lot of various ports switched to Qt 6 by default - Some KDE Frameworks 5 and Plasma 5 ports are adapted to be coinstallable with their 6 counterparts PR: 284351 Exp-run by: antoine Pull Request: https://github.com/freebsd/freebsd-ports/pull/341 Co-authored-by: Max Brazhnikov <makc@FreeBSD.org> Co-authored-by: Kenneth Raplee <kenrap@kennethraplee.com> Co-authored-by: Jason E. Hale <jhale@FreeBSD.org> Co-authored-by: Gleb Popov <arrowd@FreeBSD.org>
2024-09-01math/labplot: Update to 2.11.1Jason E. Hale
Support everything that FreeBSD currently has to offer. We don't have ports for Mqtt[5|6] nor for qt[5|6]advanceddocking at time of commit. Upstream seems to have had a problem with readstat on FreeBSD and disabled it by default [1], but the issue has not manifested here. Readstat support is now optional in case there is a problem that needs to be investigated further. Improve options descriptions, but keep them inline. [1] https://invent.kde.org/education/labplot/-/commit/b2c4bf27105f56e25e116505a67173205d91eeb8 Latest announcement (2.11.0): https://labplot.kde.org/2024/07/16/labplot-2-11-released/
2024-03-02graphics/poppler: bump consumers of graphics/popplerTobias C. Berner
Bump after rupdate in 478df79a3071b399f648107456cf371587e84a3f
2024-01-30Mk/Uses: Move man to share/man for kde frameworkMuhammad Moinur Rahman
All ports utilizing USES=kde has been tested. If there are breakage on other parts of the tree buzz me. Approved by: portmgr (blanket)
2024-01-03graphics/poppler: bump revision of consumersTobias C. Berner
2023-07-13math/labplot: update to 2.10.1, latest upstreamAdriaan de Groot
Release notes at https://labplot.kde.org/2023/07/12/labplot-2-10-1-released/ PR: 272411 Reported-by: luzpaz@pm.me
2023-05-14graphics/poppler: bump dependenciesTobias C. Berner
2023-05-01math/labplot: repair build after changes in implicit includesAdriaan de Groot
KF5 sometimes loses implicit (transitive) includes, which broke the build of labplot. Repair that.
2023-04-25audio/opus: bump consumers after update to 1.4Christian Weisgerber
2023-04-23*: Bump PORTREVISIONs for math/mpc update to 1.3.1Gerald Pfeifer
2023-04-20graphics/poppler: bump consumers after update to 23.04Tobias C. Berner
graphics/poppler was updated in 06339c451266f5843e53bd6406c81a89eedd4ab1
2023-01-09graphics/poppler: bump dependenciesTobias C. Berner
Follow-up to 9b78681895a5a5b7225299242098f7f2f27d959c
2022-12-30astro/cfitsio: Update to 4.2.0Po-Chuan Hsieh
- Convert REINPLACE_CMD to patch file - Bump PORTREVISION of dependent ports for shlib change Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
2022-12-08graphics/poppler: bump dependenciesTobias C. Berner
2022-11-08graphics/poppler: bump PORTREVISION of dependenciesTobias C. Berner
- after update to 22.11 in d01d0d73b169
2022-10-08graphics/poppler: bump port revision of poppler consumersTobias C. Berner
- poppler was updated to 22.10 in df406767857ddfc6d9580d72b1613a7cf8579bbc
2022-09-11Mk/Uses: always use colon for build/run suffixFelix Palmen
Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
2022-09-11graphics/poppler: bump port revision of consumers after upgrade to 22.09Tobias C. Berner
2022-09-07Remove WWW entries moved into port MakefilesStefan Eßer
Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
2022-09-07Add WWW entries to port MakefilesStefan Eßer
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)
2022-08-26math/labplot: update to 2.9.0Tobias C. Berner
Announcement: https://labplot.kde.org/2022/05/03/labplot-2-9-released/
2022-08-09graphics/poppler: bump dependenciesTobias C. Berner
Bump port revisions of poppler users after 04f1b0c1a895851aed9221282c1a503bc7415a37
2022-07-20science/hdf5: bump PORTREVISION of consumersTobias C. Berner
The SO-version increased in the update to 1.12.2 in a43418b81530f7e897abfbe18dd59f44265a1a0f . Reported by: VVD <vvd@unislabs.com>
2022-07-20math: remove 'Created by' linesTobias C. Berner
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
2022-07-06graphics/poppler: bump PORTREVISION of poppler consumersTobias C. Berner
2022-06-16*/*: Replace science/szip with science/libaecPo-Chuan Hsieh
- Bump PORTREVISION of dependent ports for dependency change szip does not allow redistribution in binary form without proper commercial license. Its LICENSE_PERMS should be set to no-auto-accept which blocks building this port, therefore building dependent ports are also blocked. Switch all dependent ports to science/libaec to avoid conflicts and license issue. PR: 228743, 246097, 250165
2022-06-05graphics/poppler: bump port revision of consumers after 22.06 upgradeTobias C. Berner
2022-05-18math/labplot: prepare for KF5-5.94Tobias C. Berner
PR: 263968
2022-05-09graphics/poppler: bump portrevision of consumersTobias C. Berner
2022-04-26graphics/poppler: bump portrevision of consumersTobias C. Berner
Bump revisions after 0ee787592d5a due to so-version bump. PR: 263009
2022-03-29graphics/poppler: bump consumersTobias C. Berner
Bump consumers of graphics/poppler after e25859e09380f5930718094423dc8616cbb202b3
2022-03-08science/netcdf: Update to 4.8.1Po-Chuan Hsieh
- Update MASTER_SITES - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/Unidata/netcdf-c/releases
2022-02-28astro/cfitsio: Update to 4.0.0Po-Chuan Hsieh
- Bump PORTREVISION of dependent ports for shlib change Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
2022-01-12math/gsl: bump portrevision of consumers after update to 2.7.1Tobias C. Berner
PR: 260201
2021-12-13graphics/poppler: update to 21.12Tobias C. Berner
Release 21.12.0: core: * Add API to add images * CairoOutputDev: Fix de-duping of Flate images * Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue #393 * Minor code improvements glib: * Add API for validation of signatures * Add API to read/save to file descriptor utils: * pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117 build system: * Increase C++ standard to 17 Exp-run by: antoine PR: 260344
2021-11-08Bump PORTREVISION of graphics/poppler consumers.Gleb Popov
PR: 259656
2021-10-12graphics/poppler: bump consumers after 2dee0997fbc9ee01991f73f0fa55f9b18908a264Tobias C. Berner
2021-09-06graphics/poppler: update to 21.09Tobias C. Berner
Release 21.09.0: core: * Splash: Massive speed improvement on files that use lots of save/restore (q/Q) operators * Correct decoding of signature properties Reason & Location when they are Unicode * Fix issues with malformed files * MSVC build fixes build system: * Call cmake_minium_required() before project() * Always append to CMAKE_{C,CXX}_FLAGS_${CMAKE_BUILD_TYPE} * correctly forward user-provided flags to try_compile() Exp-run by: antoine PR: 258206