aboutsummaryrefslogtreecommitdiff
path: root/math/wxmaxima/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* math/wxmaxima: update to 21.05.2Fernando Apesteguía2021-07-231-11/+3
| | | | | | | ChangeLog: https://github.com/wxMaxima-developers/wxmaxima/releases PR: 257215 Reported by: bsd@philippost.de
* math/wxmaxima: fix build on powerpcPiotr Kubaj2021-07-151-0/+6
| | | | | | | | /usr/bin/c++ -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D__WXGTK__ -Isrc -isystem /usr/local/lib/wx/include/gtk3-unicode-3.0 -isystem /usr/local/include/wx-3.0 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -pthread -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=gnu++11 -MD -MT src/CMakeFiles/wxmaxima.dir/SlideShowCell.cpp.o -MF src/CMakeFiles/wxmaxima.dir/SlideShowCell.cpp.o.d -o src/CMakeFiles/wxmaxima.dir/SlideShowCell.cpp.o -c /wrkdirs/usr/ports/math/wxmaxima/work/wxmaxima-Version-20.04.0/src/SlideShowCell.cpp In file included from /wrkdirs/usr/ports/math/wxmaxima/work/wxmaxima-Version-20.04.0/src/SlideShowCell.cpp:32: In file included from /wrkdirs/usr/ports/math/wxmaxima/work/wxmaxima-Version-20.04.0/src/SlideShowCell.h:33: In file included from /wrkdirs/usr/ports/math/wxmaxima/work/wxmaxima-Version-20.04.0/src/Image.h:33: src/Version.h:5:6: error: invalid token at start of a preprocessor expression
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix buildStefan Eßer2020-09-301-4/+4
| | | | | | | | | | | A C pre-processor conditional interpreted decimal numbers with a leading zero as octal number, which was rejected since it included the digig 8. Removal of the leading 0 from both condition arguments causes the correct interpretation of these numbers as decimal values. Notes: svn path=/head/; revision=550692
* math/wxmaxima: fix build on GCC architectiresPiotr Kubaj2020-08-011-1/+1
| | | | | | | | | | | | Use C++11 compiler: CMake Error in src/CMakeLists.txt: Target "wxmaxima" requires the language dialect "CXX11" (with compiler extensions), but CMake does not know the compile flags to use to enable it. MFH: 2020Q3 (fix build blanket)2020Q3 (fix build blanket) Notes: svn path=/head/; revision=543899
* Drop ports maintainershipLorenzo Salvadore2020-06-211-1/+1
| | | | | | | Approved by: gerald (mentor) Notes: svn path=/head/; revision=539770
* x11-toolkits/wxgtk30: Update to 3.0.5.1Loïc Bartoletti2020-05-171-0/+1
| | | | | | | | | | | | | Changelog: - https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt PR: 246218 Approved by: tcberner (mentor) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D24808 Notes: svn path=/head/; revision=535516
* math/wxmaxima: Update to 20.04.0Lorenzo Salvadore2020-04-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Resolved a crash on right-clicking a GroupCell. - View/Invert worksheet brightness now toggles an instant dark worksheet mode. - Removed an unnecessary info dialogue on startup. - Right-click-suggestions for similar command names. - Corrected the initial slideshow size. - A more stable language selection mechanism. - An Ukrainian translation update. - A Russian translation update. - Add a German manual page. - Help works again in the German translation. - Extended the "fitting data" example. - An example on how to iterate through lists efficiently. - Many spelling corrections and better formulations. - A big number of small bug-fixes - A noticeable speed up. Approved by: gerald (mentor) Differential Revision: https://reviews.freebsd.org/D24573 Notes: svn path=/head/; revision=533076
* math/wxmaxima: Remove obsolete patchLorenzo Salvadore2020-03-271-0/+1
| | | | | | | | | | | | | | According to 20200115 entry of CHANGES man pages can (and should) now be installed in ${PREFIX}/share/man. This obsoletes wxmaxima/files/patch-data_CMakeLists.txt. While here I also fixed sorting in pkg-plist. Approved by: gerald (mentor) Differential Revision: https://reviews.freebsd.org/D24205 Notes: svn path=/head/; revision=529281
* math/wxmaxima: Update to 20.03.1Lorenzo Salvadore2020-03-171-3/+1
| | | | | | | | | | | | | | | | | | | | - Bug fixes. - Improve support for pre- and post- super- and subscripts. - Improve documentation. - Use default web browser instead of wxWidgets' integrated help browser. - Support for integrating static and some types of animated gif files. - Provide possibily to pop out interactively animation frames created with draw(). - Provide an option to configure the maximal amount of saved gnuplot data per plot. - Avoid using stderr. - Remove unnecessary info dialog at startup. - Provide right click suggestions for similar command names. Approved by: gerald (mentor) Notes: svn path=/head/; revision=528581
* math/wxmaxima: Update to git commit 68fead0Lorenzo Salvadore2020-03-131-0/+2
| | | | | | | | | | | | This is necessary to fix a segmentation fault that affects wxmaxima on FreeBSD. PR: 244464 Reported by: peter.kien@posteo.org Approved by: gerald (mentor) Notes: svn path=/head/; revision=528347
* Ports MUST NOT set WITH_DEBUG.Mathieu Arnold2020-03-031-3/+1
| | | | | | | | | | | | | WITH_DEBUG is a user facing variable. When a user wants to build a port with debugging symbols enabled, they either set WITH_DEBUG globally, or WITH_DEBUG_PORTS+=category/port. Approved by: bapt With hat: portmgr Differential Revision: https://reviews.freebsd.org/D23940 Notes: svn path=/head/; revision=527673
* Add debug support for math/wxmaximaLorenzo Salvadore2020-03-031-1/+3
| | | | | | | | PR: 244464 Approved by: gerald (mentor) Notes: svn path=/head/; revision=527659
* Update math/wxmaxima from 20.02.1 to 20.02.4Lorenzo Salvadore2020-02-271-1/+1
| | | | | | | | | | | - Resolve two deadlocks that were introduced in 20.02.1. - Actually include the Russian translation update that was promised with 20.02.1. Approved by: gerald (mentor) Notes: svn path=/head/; revision=527251
* Update math/wxmaxima from 20.01.3 to 20.02.1Lorenzo Salvadore2020-02-231-1/+1
| | | | | | | | | | | | | | | | | - Add another small tutorial. - Symbols sidebar: correctly remember additional symbols. - Unicode chars can now be input using the alt+x method. - Add a unicode sidebard that isn't shown by default as it starts up slowly. - Many corrections to the display routine. - Better scroll wheel support. - Russian translation update. - Fix a bug causing part of a fraction not to be displayed. - Several additional bug fixes. Approved by: gerald (mentor) Notes: svn path=/head/; revision=526919
* math/wxmaxima: Update to 20.01.3Tobias C. Berner2020-01-261-1/+3
| | | | | | | | PR: 243596 Submitted by: salvadore (maintainer) Notes: svn path=/head/; revision=524167
* math/wxmaxima: Update to 20.01.1Tobias C. Berner2020-01-021-1/+1
| | | | | | | | PR: 243037 Submitted by: salvadore (maintainer) Notes: svn path=/head/; revision=521875
* math/wxmaxima: Update to 19.12.4Tobias C. Berner2020-01-011-1/+1
| | | | | | | | PR: 242928 Submitted by: salvadore (maintainer) Notes: svn path=/head/; revision=521782
* multiple ports: Update MAINTAINERKoichiro Iwao2019-12-311-1/+1
| | | | | | | | | | as he got FreeBSD.org account. PR: 243002 Submitted by: salvadore Notes: svn path=/head/; revision=521615
* math/wxmaxima: Update to 19.12.2Tobias C. Berner2019-12-231-1/+1
| | | | | | | | PR: 242836 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer) Notes: svn path=/head/; revision=520734
* math/wxmaxima: update to 19.12.1Fernando Apesteguía2019-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: https://github.com/wxMaxima-developers/wxmaxima/releases Accumulated changes since 19.11.11: * wxMaxima now uses C++11 that makes the code more readable and helps finding bugs * If found wxMaxima now asks cppcheck to find bugs * Increased the speed of the program again * Opening the config dialogue since 19.11.0 unchecked "offer known answers" * For Cmake>=3.10.0 the build system now asks cppcheck to find bugs. * Changing the worksheet style was partially broken. * A big number of additional bug fixes in various places * A config option that forces displaying all multiplication signs. * Made the tooltips more visible * Added a warning tooltip about missing multiplication signs * Sped up drawing of new cells correcting the size calculations * If lookalike chars are used in a way that can cause hard-to-find errors now a warning tooltip is generated * A few additional bug fixes that (besides others) resolve a potential crash * An option to turn all multiplication dots on PR: 242538 Submitted by: phascolarctos@protonmail.ch (maintainer) Notes: svn path=/head/; revision=520048
* math/wxmaxima: update to 19.11.1Fernando Apesteguía2019-11-191-1/+1
| | | | | | | | | | | | | | | | | | From ChangeLog: https://github.com/wxMaxima-developers/wxmaxima/releases/tag/Version-19.11.1 * Improved italian translation by Marco Ciampa * Autocompletion no more causes asserts * A better logic that decides which cell to send to maxima * wxMaxima now supports "-l", "-u" and "-X" command-line args like maxima * The help files now are installed in the Right Place * Many additional small bug fixes PR: 241964 Submitted by: phascolarctos@protonmail.ch (maintainer) Notes: svn path=/head/; revision=517988
* - Update to 19.10.0Dmitry Marakasov2019-10-211-1/+1
| | | | | | | | PR: 241129 Submitted by: phascolarctos@protonmail.ch (maintainer) Notes: svn path=/head/; revision=515113
* math/wxmaxima: upgrade 19.08.1 -> 19.09.0Kurt Jaeger2019-09-101-1/+1
| | | | | | | | | PR: 240415 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer) Relnotes: https://github.com/wxMaxima-developers/wxmaxima/releases Notes: svn path=/head/; revision=511735
* math/wxmaxima: Update to 19.08.1Kai Knoblich2019-08-191-1/+1
| | | | | | | | | | | | | | Changelogs since 19.07.0: https://github.com/wxMaxima-developers/wxmaxima/releases/tag/Version-19.08.1 https://github.com/wxMaxima-developers/wxmaxima/releases/tag/Version-19.08.0 PR: 239885 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer) MFH: 2019Q3 Notes: svn path=/head/; revision=509307
* math/wxmaxima: Update to 19.07.0Kai Knoblich2019-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: * Many improvements and bugfixes in the LaTeX and HTML export function * Many updated translations * Resolved a freeze on autocompletion * A sidebar that shows the contents of variables * Simplified the recalculation logic in order to squash the remaining bugs * Simplified the sync between input and output cells https://github.com/wxMaxima-developers/wxmaxima/releases/tag/Version-19.07.0 PR: 239689 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer) MFH: 2019Q3 Notes: svn path=/head/; revision=508422
* math/wxmaxima: Update to 19.05.7Kai Knoblich2019-05-301-1/+2
| | | | | | | | | | | | | | | | | | While I'm here: * Add location to license file Changelog: * Support ":lisp" as the first command of the worksheet, in case that maxima is new enough to support that. https://github.com/wxMaxima-developers/wxmaxima/blob/Version-19.05.7/ChangeLog PR: 238240 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer) Notes: svn path=/head/; revision=503084
* math/wxmaxima: Update to 19.05.6Steve Wills2019-05-291-1/+1
| | | | | | | | PR: 238209 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer) Notes: svn path=/head/; revision=502968
* Update to 19.05.4Jochen Neumeister2019-05-191-1/+1
| | | | | | | | | | | Changelog: https://github.com/wxMaxima-developers/wxmaxima/releases PR: 237931 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer) Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=502020
* Update to 19.05.3Jochen Neumeister2019-05-191-3/+3
| | | | | | | | | | | | | Changelog: https://github.com/wxMaxima-developers/wxmaxima/releases - While here, pet portlint PR: 237931 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer) Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=502016
* math/wxmaxima: update to 19.05.2Steve Wills2019-05-091-2/+8
| | | | | | | | PR: 237792 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer) Notes: svn path=/head/; revision=501088
* math/wxmaxima: Update to 19.04.1Luca Pizzamiglio2019-04-091-3/+2
| | | | | | | | | | Move maintainership. PR: 235663 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> Notes: svn path=/head/; revision=498517
* wxGTK3.0: switch to gtk3 and webkit2Baptiste Daroussin2019-02-251-0/+1
| | | | | | | Discussed with: portmgr Notes: svn path=/head/; revision=493853
* math/wxmaxima: update 17.05.1 -> 19.01.2, lowercase, update MASTER_SITE, WWWKurt Jaeger2019-02-101-0/+25
PR: 235245 Reported by: g.s@arcor.de Approved by: nivit (maintainer timeout) Relnotes: https://github.com/wxMaxima-developers/wxmaxima/releases Notes: svn path=/head/; revision=492600