aboutsummaryrefslogtreecommitdiff
path: root/math/cadabra2
Commit message (Collapse)AuthorAgeFilesLines
* math/cadabra2: update 2.4.5.6 → 2.4.5.7Yuri Victorovich2024-04-232-4/+4
|
* math/cadabra2: update 2.4.5.5 → 2.4.5.6Andrey Korobkov2024-04-202-4/+4
| | | | PR: 278473
* math/cadabra2: update 2.4.5.4 → 2.4.5.5Yuri Victorovich2024-04-182-4/+4
| | | | Reported by: portscout
* math/cadabra2: update 2.4.4.1 → 2.4.5.4Yuri Victorovich2024-02-253-5/+5
|
* devel/boost: bump consumers after library updateDima Panov2024-02-131-1/+1
|
* math/cadabra2: Broken on FreeBSD 15 with clang-17Yuri Victorovich2023-12-171-0/+2
| | | | Reported by: fallout
* devel/boost*: bump all consumers after 1.83.0Dima Panov2023-09-271-0/+1
|
* math/cadabra2: update 2.4.3.2 → 2.4.4.1Yuri Victorovich2023-09-093-4/+5
| | | | Reported by: portscout
* math/cadabra2: Remove outdated PYTHON_REL check after lang/python37 removalPo-Chuan Hsieh2023-08-261-7/+1
| | | | | Approved by: portmgr (blanket) With hat: python
* math/cadabra2: Update 2.4.2.4 → 2.4.3.2Yuri Victorovich2023-07-262-12/+13
|
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | 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>
* */*: bump all direct Boost cunsumersDima Panov2023-04-271-1/+1
|
* *: Bump PORTREVISIONs for math/mpc update to 1.3.1Gerald Pfeifer2023-04-231-1/+1
|
* */tex*: Update version 20210325=>20230313Muhammad Moinur Rahman2023-04-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - devel/tex-kpathsea: Update version 6.3.3=>6.3.5 - print/texlive-tlmgr: Update version 20210325=>20230313 * Add LICENSE GPLv2 - devel/tex-libtexlua: Update distinfo from 20230313 dists - devel/tex-libtexluajit: Update distinfo from 20230313 dists - print/tex-ptexenc: Update version 1.3.9=>1.4.3 * Pet portclippy - devel/tex-web2c: Update version 20210325=>20230313 - devel/tex-synctex: Update distinfo from 20230313 dists - print/tex-basic-engines: Update version 20210325=>20230313 - print/texlive-base: Update version 20210325=>20230313 - print/texlive-docs: Update version 20210325=>20230313 - print/texlive-full: Update version 20210325=>20230313 - print/texlive-texmf: Update version 20210325=>20230313 - print/texlive-texmf-source: Update version 20210325=>20230313 - print/latex-biber: Update version 2.16=>2.19 - print/tex-dvipdfmax: Update version 20210325=>20230313 - print/tex-dvipsk: Update version 2021.1=>2023.1 - print/tex-formats: Update version 20210325=>20230313 - print/tex-jadetex: Update distinfo from 20230313 dists - print/tex-luatex: Update version 1.12.0=>1.16.0 - print/tex-xetex: Update distinfo from 20230313 dists - print/tex-xmltex: Update distinfo from 20230313 dists - japanese/tex-ptex: Fix build * Remove ConTeXt format - textproc/foiltex: Update MASTER_SITES * Adopt port - There are multiple ports which uses the macro USE_TEX=texmf that is downloading a big DISTFILE. Unfortunately it is not possible for me to test all the consumers in runtime. So in the following ports I have removed USE_TEX=texmf so that someone who uses those can report the runtime files those are missing. If possible(based on LICENSE permission) I will try to create a smaller distfile out of the texlive-20230313-texmf and change dependency accordingly otherwise will reinstate USE_TEX=texmf. The list of ports that are affected are following: * arabic/arabtex * graphics/epix * math/cadabra2 * math/coq * math/gnuplot-tex-extras * net-mgmt/netmagis-www * print/dvisvg * print/lilypond * print/mftrace * print/tex-xdvik * print/latex-beamer Sponsored by: Nepustil
* accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner2023-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's new in at-spi2-core 2.46.0: * Fix GetInterfaces documentation on org.a11y.atspi.Accessible interface. What's new in at-spi2-core 2.45.91: * Send device event controller events using the same signature as other events. * Document the Accessible, Action, and Cache dbus interfaces. * Fix license of atspi-gmain.c (#87). What's new in at-spi2-core 2.45.90: * xml: Add some documentation. * xml: Fix event arguments. * xml: Add some missing DeviceEventController methods. * Bind the AT-SPI bus to the graphical session. * Mark bus service as belonging to the session slice. * Add ATSPI_ROLE_PUSH_BUTTON_MENU. * Add an "announcement" event/signal to allow objects to send notifications (!63). * Various code clean-ups and test improvements. What's new in at-spi2-core 2.45.1: * Atk and at-spi2-atk are now merged into this project. * Now requires meson 0.56.2 and glib 2.67.4. * at-spi2-atk: Expose the accessible hierarchy via dbus introspection. * Properly escape the AT-SPI bus address; fixes warnings about the address not containing a colon (!55). * Add a text value to AtspiValue, so that a value can expose a textual description, as in the new Atk value API. * Add atspi_event_listener_register_with_app, to allow an event listener to be registered only for a given application (!52). - accessibility/atk and accessibility/at-spi2-atk have been merged into accessibility/at-spi2-core - accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk PR: 269704 Exp-run by: antoine ---
* */*: bump libboost*.so libraries consumert after Boost upgradeDima Panov2023-01-161-0/+1
|
* Mk/**tex.mk: Convert bsd.tex.mk to USES=texMuhammad Moinur Rahman2022-12-191-1/+1
| | | | | | | | | | | | | | | | | - Update all the consumers to use USES=tex - USE_TEX=yes is the old way of writing USES=tex which has been removed and replaced in all ports - Almost all of the USE_TEX features remains unchanged - Some consumers had the same variables defined both in the mk infrastructure and also in the ports which have been removed from the ports as those are redundant. In case any of the consumers are failing to build please make sure that the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no longer load the required VARS for tex and related dependencies. Reviewed by: portmgr Approved by: portmgr (blanket)
* math/cadabra2: Update 2.4.2 -> 2.4.2.4Yuri Victorovich2022-11-302-4/+4
| | | | Reported by: portscout
* math/cadabra2: Update 2.4.0.2 -> 2.4.2Yuri Victorovich2022-11-083-4/+6
| | | | Reported by: portscout
* math/cadabra2: Update 2.3.9.3 -> 2.4.0.2Yuri Victorovich2022-10-072-5/+4
| | | | Reported by: portscout
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* */*: bump all consumers after recent boost upgradeDima Panov2022-08-121-0/+1
|
* math/cadabra2: Update 2.3.8 -> 2.3.9.3Yuri Victorovich2022-07-292-5/+4
|
* devel/boost-all: bump all library consumers after boost upgradeDima Panov2022-05-221-1/+1
| | | | PR: 246106
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-101-1/+1
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-0/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* math/cadabra2: Update 2.3.6.8 -> 2.3.8Yuri Victorovich2022-01-203-5/+14
| | | | Reported by: portscout
* devel/jsoncpp: Update to 1.9.4 -> 1.9.5Daniel Engberg2021-11-051-0/+1
| | | | PR: 259654
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* Mk: switch PYTHON_REL to 5 digits to support python 3.10.xDmitry Marakasov2021-05-251-1/+1
| | | | | | | PR: 255013 Differential Revision: https://reviews.freebsd.org/D29418 Exp-run by: antoine Approved by: wen@, no objection from python@ or portmgr@
* math/py-matplotlib: chase minimum Python version in dependent portsThierry Thomas2021-05-101-1/+1
| | | | | | | | | Since the previous update changed USES=python from 3.6+ to 3.7+, all dependent ports must have USES=python:3.7+ as well, otherwise it breaks the @py36 flavor. PR: 255347 Reported by: sunpoet
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* math/cadabra2: Fix packaging with Python 3.8 and onwardKai Knoblich2021-03-212-2/+12
| | | | | | | | | | | | * Add a workaround to make the transition from Python 3.7 to Python 3.8 possible because the name of the .so file is slightly different between the two releases. PR: 254426 Approved by: yuri (maintainer) Notes: svn path=/head/; revision=568906
* math/cadabra2: Update 2.3.6.4 -> 2.3.6.8Yuri Victorovich2021-03-073-6/+5
| | | | Notes: svn path=/head/; revision=567589
* math/cadabra2: Update 2.3.6.2 -> 2.3.6.4Yuri Victorovich2021-01-242-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=562438
* math/cadabra2: Update 2.3.5 -> 2.3.6.2; Fix the bug that the latex ↵Yuri Victorovich2021-01-043-5/+7
| | | | | | | dependency was missing Notes: svn path=/head/; revision=560252
* math/cadabra2: Update 2.3.4 -> 2.3.5Yuri Victorovich2020-11-193-5/+5
| | | | Notes: svn path=/head/; revision=555691
* math/cadabra2: Update 2.3.2 -> 2.3.4Yuri Victorovich2020-11-173-4/+6
| | | | Notes: svn path=/head/; revision=555574
* math/cadabra2: Update 2.3.0 -> 2.3.2Yuri Victorovich2020-11-056-54/+36
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=554164
* Bump devel/jsoncpp consumers after r540853.Tobias C. Berner2020-06-301-0/+1
| | | | | | | Reported by: Kevin Oberman <rkoberman@gmail.com> Notes: svn path=/head/; revision=540909
* math/cadabra2: Update 2.2.8 -> 2.3.0Yuri Victorovich2020-06-153-5/+7
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=538848
* devel/jsoncpp: Update 1.8.1 -> 1.9.2Yuri Victorovich2020-01-131-0/+1
| | | | | | | | PR: 229677 Differential Revision: D22905 Notes: svn path=/head/; revision=522975
* math/cadabra2: Update 2.2.7 -> 2.2.8Yuri Victorovich2019-12-257-12/+40
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=520827
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-0/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136 Notes: svn path=/head/; revision=519824
* math/cadabra2: Update 2.2.5-5 -> 2.2.7Yuri Victorovich2019-11-233-9/+13
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=518185
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774 Notes: svn path=/head/; revision=509290
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* math/cadabra2: Actually set INSTALLS_ICONSTobias Kortkamp2019-05-251-2/+2
| | | | | | | There is no opt_INSTALLS_ICONS helper. Notes: svn path=/head/; revision=502614