Commit Graph

144 Commits

Author SHA1 Message Date
Niclas Zeising
2533e1c03e math/maxima: Fix build with SAGE option
Fix the build of math/maxima with the SAGE option [1]
Add missing man pages to plist

PR:		247805 [1]
Submitted by:	Robert Cina (with modifications) [1]
2020-07-07 15:17:23 +00:00
Niclas Zeising
0e32330f15 Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.

PR:		247028 (for tracking)
2020-07-04 18:11:42 +00:00
Niclas Zeising
7c4016b6d8 math/maxima: Update to 5.44.0
Update math/maxima to 5.44.0
Chase the update of lang/ecl

Submitted by:	salvadore
Reviewed by:	thierry
Differential Revision:	https://reviews.freebsd.org/D25303
2020-07-04 17:29:59 +00:00
Kirill Ponomarev
2b831f5039 Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2020-07-01 06:43:14 +00:00
Mark Linimon
a646368e35 Mark BROKEN on powerpc64 due to the most recent commit looping on the
same error over and over, creating an immense errorlog in the process.
2020-06-30 01:14:59 +00:00
Lorenzo Salvadore
f2f0c6e390 Drop ports maintainership
Approved by:	gerald (mentor)
2020-06-21 15:36:34 +00:00
Lorenzo Salvadore
e4ab9fe3e9 math/maxima: Add ECL and SAGE options
- Add an ECL option to build maxima using ecl lisp. Option enabled by
  default so that Sage can work properly when using packages. [1]
- Add a SAGE option (implies ECL) to apply some patches so that Sage can
  work properly. This option is also enabled by default to get working
  Sage packages. [1]
- Fix a bug in xmaxima about documentation. This also introduces an
  XMAXIMA option (enabled by default) because to have xmaxima working we
  need to ensure that DOCS and TEST are enabled, which is done by using
  XMAXIMA_IMPLIES. This also has the advantage to remove USES= tk for
  users who want to disable XMAXIMA. [2]
- Modify TEST option so that it only installs tests, but it does not run
  them any more in the post-build-TEST-on target. Tests can still be run
  using "make test".

Submitted by:	thierry (based on) [1]
Reported by:	thierry [2]
Approved by:	thierry, tcberner (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D24959
2020-06-15 17:07:48 +00:00
Kirill Ponomarev
bbc7e7d27d Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2020-06-01 10:10:25 +00:00
Kirill Ponomarev
dc4b8e621c Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2020-05-09 14:13:57 +00:00
Kirill Ponomarev
97a4628626 Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2020-03-29 10:43:21 +00:00
Kirill Ponomarev
32124647fa Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2020-03-10 12:30:41 +00:00
Tobias C. Berner
cd190d116c math/maxima: Update to 5.43.2
PR:		243825
Submitted by:	salvadore (maintainer)
2020-02-23 16:06:30 +00:00
Kirill Ponomarev
421b379bcd Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2020-01-27 10:50:24 +00:00
Tobias C. Berner
3086bb7899 math/maxima: Update to 5.43.1
PR:		243543
Submitted by:	Lorenzo Salvadore <salvadore@freebsd.org>  (maintainer)
2020-01-25 07:50:23 +00:00
Koichiro Iwao
dc936c406b multiple ports: Update MAINTAINER
as he got FreeBSD.org account.

PR:		243002
Submitted by:	salvadore
2019-12-31 13:02:42 +00:00
Kirill Ponomarev
c5a1a8bac9 Bump PORTREVISION after lang/sbcl upgrade. 2019-10-26 15:25:52 +00:00
Sunpoet Po-Chuan Hsieh
31cd1552db Fix build with texinfo 6.7
PR:		240976
Exp-run by:	antoine
2019-10-25 19:09:26 +00:00
Kirill Ponomarev
e40399e6fe Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2019-08-02 08:37:56 +00:00
Kirill Ponomarev
481d581651 Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2019-07-01 13:56:02 +00:00
Pietro Cerutti
bd64317ee4 Remove left-over meaningless 85+ from USES t(cl|k) 2019-06-13 15:02:39 +00:00
Steve Wills
bbba940adf math/maxima: Update to 5.43.0
PR:		238268
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
2019-06-08 01:29:44 +00:00
Kirill Ponomarev
672a19e0fd Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2019-06-02 09:09:39 +00:00
Kurt Jaeger
53f39b50b4 math/maxima: fix if quicklisp is being referenced in .sbclrc
- adding a new option NOUSERINIT, enabled by default
  when enabled, if the chosen lisp implementation is sbcl (the default),
  it ensures that sbcl is run ignoring any user init file (~/.sbclrc)

PR:		234853
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
Reported by:	jszhao@yeah.net
2019-01-27 11:56:41 +00:00
Kurt Jaeger
2820c7e3bc math/maxima: update 5.42.1 -> 5.42.2
PR:		235192
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
Relnotes:	https://sourceforge.net/p/maxima/code/ci/master/tree/ChangeLog-5.42.md
2019-01-25 19:56:10 +00:00
Steve Wills
94313d4e82 math/maxima: fix help
PR:		234842
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
Reported by:	jszhao@yeah.net
2019-01-13 19:23:25 +00:00
Steve Wills
42f602465c math/maxima: Update to 5.42.1, cleanup
While here, give maintainership to submitter

PR:		232118
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch>
2019-01-06 03:13:28 +00:00
Baptiste Daroussin
7990f81066 Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
2018-11-10 18:12:57 +00:00
Rene Ladan
8a502cb2d4 Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00
Li-Wen Hsu
e5f4ba50d9 Remove CLISP option, lang/clisp was removed in 2014 2018-09-11 15:51:35 +00:00
Rene Ladan
a9ae81c482 math/maxima: remove expired lang/gcl variant 2018-01-28 01:36:20 +00:00
Dmitry Marakasov
51d66dd104 - Update to 5.41.0 [1]
- Add LICENSE_FILE
- Whitespace fixes
- Switch to new test framework

PR:		223316 [1]
Submitted by:	satosi.kimura@nifty.ne.jp [1]
2017-12-11 16:52:56 +00:00
Pietro Cerutti
d33268a8e5 Convert USES of tcl or tk from 84+ to 85+
This shouldn't change anything in the default case because tcl86 is chosen
anyway.
2017-09-07 10:56:40 +00:00
Steve Wills
644756cd5c math/maxima: Update to 5.40.0
PR:		221179
Submitted by:	satosi.kimura@nifty.ne.jp
2017-08-17 18:46:18 +00:00
Dmitry Marakasov
0b600e4541 - Always check OPSYS along with OSVERSION 2017-04-12 17:14:30 +00:00
Wen Heping
23edec2ce3 - Update to 5.39.0
PR:		216838
Submitted by:	yuri@rawbw.com
2017-04-04 12:32:27 +00:00
Wen Heping
6911378046 - Update to 5.38.1
PR:		212827
Submitted by:	satosi.kimura@nifty.ne.jp
2016-09-21 01:25:11 +00:00
Rene Ladan
a01b22a052 Reset ports maintained by bf@ until he has time again to work on them.
PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
2016-06-27 21:30:34 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Antoine Brodin
a39da1d39c Don't package ${LOCALBASE}/info/dir 2016-02-06 11:06:35 +00:00
Wen Heping
f77bece776 - Update to 5.37.3
PR:		204939
Submitted by:	mike.d.ft402@gmail.com
Approved by:	maintainer(timeout, >40 days)
2016-01-20 08:45:57 +00:00
Bartek Rutkowski
5a2935c8e8 math/maxima: remove bash dependency
- Maintainer's timeout (bf@FreeBSD.org)

PR:		193950
Submitted by:	Jan Kokemüller <jan.kokemueller@gmail.com>
2015-03-08 10:13:58 +00:00
Antoine Brodin
0dae2aca96 Cleanup plist 2014-11-15 12:20:53 +00:00
Marcus von Appen
214bd533a7 - Convert ports of math/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 16:54:54 +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
Brendan Fabeny
dc2c809512 Use staging 2014-07-31 17:56:59 +00:00
Baptiste Daroussin
d235aae94b Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-23 17:30:45 +00:00
Antoine Brodin
af7cc6136e Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 13:51:14 +00:00
Brendan Fabeny
9419765f56 Update to 5.31.3 2013-11-20 10:06:40 +00:00
Brendan Fabeny
8e5a6741f5 Update lang/sbcl to 1.1.12 [1] and math/maxima to 5.31.1; adjust
dependent ports

PR:		181545 [1]
2013-10-03 13:47:44 +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