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/maxima/pkg-plist

Number of commits found: 51

Tuesday, 12 Mar 2024
12:04 Nuno Teixeira (eduardo) search for other commits by this committer
math/maxima: Move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: e7c446f89b3aff48b1f74f4146c5c99fed4af791 commit hash: e7c446f89b3aff48b1f74f4146c5c99fed4af791 commit hash: e7c446f89b3aff48b1f74f4146c5c99fed4af791 commit hash: e7c446f89b3aff48b1f74f4146c5c99fed4af791 e7c446f
Sunday, 29 May 2022
20:28 Lorenzo Salvadore (salvadore) search for other commits by this committer
math/maxima: Many improvments

- Add a missing license (BSD3CLAUSE) and missing license files (for
  BSD3CLAUSE and GPLv2).
- Remove reference to a non existent patch that should have been applied
  when NOUSERINIT is OFF.
- Fix patching when SBCL is ON but NOUSERINIT is OFF (the port was
  building successfully, but then maxima failed to run).
- Fix patching of Makefile.am: $(DOC_DIR) and demo targets are removed
  in any case (the port deals with them manually through the DOCS,
  MANPAGES and EXAMPLES options). The tests target is only removed if
  the TEST option is OFF.
- Regenerate files/patch-configure.ac with 'make makepatch', as
  requested by portlint.
- Remove unneeded CONFIGURE_ARGS= PYTHON=dummy.
- Move symplectic_ode info file from pkg-plist to INFO variable, as
  requested by portlint.
- Remove CMUCL: cmucl is not supported upstream anymore on FreeBSD since
  2017.
- Set NO_ARCH=yes when LISP is CCL or SBCL (it does not apply when it is
  ECL).
- Do not install German and Russian manpages anymore.
- Strip binaries and libraries (applies when LISP is ECL, it is not
  needed in the other cases).
- Move post-install-ECL-on target (portclippy).

Reviewed by:	diizzy, thierry, tcberner
Approved by:	gerald (mentor)
Differential Revision:	https://reviews.freebsd.org/D35164
commit hash: b04ee940ddaa3ac29d4e6efaf75cb9099720a408 commit hash: b04ee940ddaa3ac29d4e6efaf75cb9099720a408 commit hash: b04ee940ddaa3ac29d4e6efaf75cb9099720a408 commit hash: b04ee940ddaa3ac29d4e6efaf75cb9099720a408 b04ee94
Sunday, 24 Apr 2022
10:29 Lorenzo Salvadore (salvadore) search for other commits by this committer
math/maxima: Bugfix, style, adopt again

- Fix pkg-plist when SBCL is ON [1]
- Improve style according to suggestions from portclippy and portfmt

PR:             247955 [1]
Reported by:    dal36@gmx.co.uk [1]
Approved by:    gerald (mentor)
commit hash: 3b2281ed4a6211220244727787b87ad275f13d7a commit hash: 3b2281ed4a6211220244727787b87ad275f13d7a commit hash: 3b2281ed4a6211220244727787b87ad275f13d7a commit hash: 3b2281ed4a6211220244727787b87ad275f13d7a 3b2281ed
Tuesday, 19 Apr 2022
16:09 Fernando ApesteguĂ­a (fernape) search for other commits by this committer
math/maxima: update to 5.46.0

Changelog:
https://sourceforge.net/p/maxima/code/ci/master/tree/changelogs/ChangeLog-5.46.md

 * Remove patch included in upstream distribution
 * Remove noop REINPLACE_CMD for several Makefile.in
commit hash: 8bd9df93875764d7254679de32e88b345143c7b0 commit hash: 8bd9df93875764d7254679de32e88b345143c7b0 commit hash: 8bd9df93875764d7254679de32e88b345143c7b0 commit hash: 8bd9df93875764d7254679de32e88b345143c7b0 8bd9df9
Monday, 14 Feb 2022
21:40 Neel Chauhan (nc) search for other commits by this committer
math/maxima: Update to 5.45.1
commit hash: 679b4cc35496a5266f8a2b0add388f66ea05b010 commit hash: 679b4cc35496a5266f8a2b0add388f66ea05b010 commit hash: 679b4cc35496a5266f8a2b0add388f66ea05b010 commit hash: 679b4cc35496a5266f8a2b0add388f66ea05b010 679b4cc
Tuesday, 7 Jul 2020
15:17 zeising search for other commits by this committer
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]
Original commitRevision:541427 
Saturday, 4 Jul 2020
17:29 zeising search for other commits by this committer
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
Original commitRevision:541227 
Monday, 15 Jun 2020
17:07 salvadore search for other commits by this committer
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
Original commitRevision:538922 
Saturday, 8 Jun 2019
01:29 swills search for other commits by this committer
math/maxima: Update to 5.43.0

PR:		238268
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
Original commitRevision:503694 
Sunday, 13 Jan 2019
19:23 swills search for other commits by this committer
math/maxima: fix help

PR:		234842
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
Reported by:	jszhao@yeah.net
Original commitRevision:490170 
Sunday, 6 Jan 2019
03:13 swills search for other commits by this committer
math/maxima: Update to 5.42.1, cleanup

While here, give maintainership to submitter

PR:		232118
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch>
Original commitRevision:489434 
Saturday, 10 Nov 2018
18:12 bapt search for other commits by this committer
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
Original commitRevision:484628 
Monday, 11 Dec 2017
16:52 amdmi3 search for other commits by this committer
- 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]
Original commitRevision:456049 
Thursday, 17 Aug 2017
18:46 swills search for other commits by this committer
math/maxima: Update to 5.40.0

PR:		221179
Submitted by:	satosi.kimura@nifty.ne.jp
Original commitRevision:448172 
Tuesday, 4 Apr 2017
12:32 wen search for other commits by this committer
- Update to 5.39.0

PR:		216838
Submitted by:	yuri@rawbw.com
Original commitRevision:437728 
Wednesday, 21 Sep 2016
01:25 wen search for other commits by this committer
- Update to 5.38.1

PR:		212827
Submitted by:	satosi.kimura@nifty.ne.jp
Original commitRevision:422546 
Saturday, 6 Feb 2016
11:06 antoine search for other commits by this committer
Don't package ${LOCALBASE}/info/dir
Original commitRevision:408291 
Wednesday, 20 Jan 2016
08:45 wen search for other commits by this committer
- Update to 5.37.3

PR:		204939
Submitted by:	mike.d.ft402@gmail.com
Approved by:	maintainer(timeout, >40 days)
Original commitRevision:406734 
Saturday, 15 Nov 2014
12:20 antoine search for other commits by this committer
Cleanup plist
Original commitRevision:372596 
Thursday, 31 Jul 2014
17:56 bf search for other commits by this committer
Use staging
Original commitRevision:363646 
Thursday, 3 Oct 2013
13:47 bf search for other commits by this committer
Update lang/sbcl to 1.1.12 [1] and math/maxima to 5.31.1; adjust
dependent ports

PR:		181545 [1]
Original commitRevision:329191 
Friday, 19 Apr 2013
09:07 bf search for other commits by this committer
update to 5.30.0

Feature safe:	yes
Original commitRevision:316091 
Sunday, 16 Dec 2012
05:34 bf search for other commits by this committer
update sbcl to 1.1.2 and maxima to 5.29.1; adjust dependent ports
Original commitRevision:308981 
Thursday, 13 Sep 2012
08:17 bf search for other commits by this committer
update to 5.28.0
Original commitRevision:304184 
Monday, 23 Apr 2012
09:34 bf search for other commits by this committer
update math/maxima to 5.27.0, and adjust a dependent port
Original commit
Monday, 19 Dec 2011
18:59 bf search for other commits by this committer
update to 5.26.0; replace some non-standard GNU extensions in sed(1)
calls in the Makefiles and scripts, which were corrupting some of the
html documents (reported by M. Talon)
Original commit
Friday, 5 Aug 2011
09:01 bf search for other commits by this committer
update to 5.25.0
Original commit
Monday, 11 Apr 2011
08:04 bf search for other commits by this committer
- Update to 5.24.0
- Allow for a limit on memory use [1]

PR:             154899 [1]
Submitted by:   Denny Lin (different patch) [1]
Original commit
Tuesday, 18 Jan 2011
19:26 bf search for other commits by this committer
Update to 5.23.2

Approved by:    makc, miwi (mentors, implicit)
Feature safe:   yes
Original commit
Friday, 20 Aug 2010
04:41 bf search for other commits by this committer
Update to 5.22.1

Approved by:    miwi (co-mentor)
Original commit
Friday, 6 Aug 2010
21:48 bf search for other commits by this committer
-Update to 5.22.0
-Fix a localization problem [1]
-Temporarily rename regression-test target to prevent tinderbox
errors WITH_SBCL
(See http://www.math.utexas.edu/pipermail/maxima/2010/022185.html )

PR:             147861 [1]
Submitted by:   Kuan-Chung Chiu <buganini@gmail.com> [1]
Approved by:    makc (co-mentor)
Original commit
Wednesday, 5 May 2010
06:58 wen search for other commits by this committer
- Update to 5.21.1

PR:             ports/146168
Submitted by:   bf <bf1783@gmail.com> (maintainer)
Original commit
Thursday, 17 Dec 2009
19:47 makc search for other commits by this committer
Update to 5.20.1

PR:             ports/141455
Submitted by:   maintainer
Original commit
Monday, 17 Aug 2009
16:41 amdmi3 search for other commits by this committer
- Update to 5.19.1
- Switch to SFP

PR:             137863
Submitted by:   bf <bf1783@gmail.com> (maintainer)
Original commit
Tuesday, 11 Aug 2009
05:08 makc search for other commits by this committer
Update to 5.19.0

PR:             ports/137613
Submitted by:   bf <bf1783 at gmail.com> (maintainer)
Original commit
Sunday, 26 Apr 2009
23:25 miwi search for other commits by this committer
- Update to 5.18.1

PR:             134012
Submitted by:   bf <bf2006a@yahoo.com> (maintainer)
Original commit
Thursday, 29 Jan 2009
14:32 jadawin search for other commits by this committer
- Update to 5.17.1

PR:             ports/131105
Submitted by:   bf <bf2006a@yahoo.com> (maintainer)
Original commit
Sunday, 14 Dec 2008
10:18 miwi search for other commits by this committer
- Update to 5.17.0

PR:             129505
Submitted by:   bf <bf2006a@yahoo.com> (maintainer)
Original commit
Wednesday, 3 Sep 2008
15:17 rafan search for other commits by this committer
- Update to 5.16.3
- Pass maintainership to submitter

PR:             ports/126995
Submitted by:   bf <bf2006a at yahoo.com>
Original commit
Wednesday, 25 Jun 2008
08:34 rafan search for other commits by this committer
- Update to 5.15.0
- This port respects CC now, so no need to use MAKE_ENV nowadays

PR:             ports/123328
Submitted by:   bf <bf2006a at yahoo.com>
Approved by:    maintainer timeout (6 weeks)
Original commit
Sunday, 16 Mar 2008
05:31 rafan search for other commits by this committer
- Update to 5.14.0

PR:             ports/120531
Submitted by:   Yoshiaki Uchikawa <yoshiaki at north.bokutou.jp>
Approved by:    maintainer timeout (1 month)
Original commit
Friday, 21 Sep 2007
08:12 miwi search for other commits by this committer
- Update to 5.13.0

PR:             115827
Submitted by:   bf <bf2006a@yahoo.com>
Approved by:    maintainer timeout
Original commit
Monday, 11 Jun 2007
05:15 miwi search for other commits by this committer
- Update to 5.12.0

PR:             113084
Submitted by:   bf<bf2006a@yahoo.com>
Approved by:    maintainer
Original commit
Wednesday, 4 Oct 2006
18:31 alepulver search for other commits by this committer
- Update to version 5.10.0.

PR:             ports/103960
Submitted by:   Scott Flatman <sf@slappy.org> (maintainer)
Original commit
Wednesday, 29 Mar 2006
20:46 thierry search for other commits by this committer
- Upgrade to 5.9.3;

- Switch from bash2 to bash.

PR:             94916
Submitted by:   Scott Flatman <sf (at) slappy.org> (maintainer)
Original commit
Thursday, 5 Jan 2006
17:56 pav search for other commits by this committer
- Don't pack up mtree symlinks

Approved by:    Scott Flatman <sf@slappy.org> (maintainer)
Original commit
Tuesday, 27 Dec 2005
04:37 pav search for other commits by this committer
- Update to 5.9.2

PR:             ports/90941
Submitted by:   Scott Flatman <sf@slappy.org> (maintainer)
Original commit
Monday, 7 Feb 2005
07:04 leeym search for other commits by this committer
- Unbreak.
- Update version.
- Add support for building with SBCL.
- General cleanup.

PR:             77083
Submitted by:   Scott Flatman <sf at slappy.org>
Original commit
Tuesday, 16 Sep 2003
15:38 markm search for other commits by this committer
Bugfix. fix wish --> wish8.4 to fix xmaxima. Sort out INFO files a
bit better, and allow different lisp compilers to be used. The clisp
compiler dumps core, so mark that case as an error until it can get
fixed. Fix the COMMENT a bit to fit in with sysinstall better.

OK'ed by:       portmgr(marcus)
Original commit
Friday, 16 May 2003
12:45 mich search for other commits by this committer
- Update to latest release.
- Patch files no longer needed.
- MAN page added.
- LIB_DEPENDS changes.
- RUN_DEPENDS changes.
- WWW changed.

PR:             51199
Submitted by:   maintainer
Approved by:    roberto(mentor)
Original commit
Sunday, 19 Jan 2003
13:22 edwin search for other commits by this committer
New Port: ports/math/maxima

        Maxima is a Common Lisp implementation of MIT's Macsyma
        system for computer based algebra.

PR:             ports/39888
Submitted by:   Scott Flatman <sf@dsinw.com>
Original commit

Number of commits found: 51