aboutsummaryrefslogtreecommitdiff
path: root/math/reduce
Commit message (Collapse)AuthorAgeFilesLines
* math/reduce{-psl}: Update to version 2021-04-13Pedro F. Giffuni2021-05-293-31/+6
| | | | Approved by: thierry (mentor, implicit)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* math/reduce: Mark broken on i386Pedro F. Giffuni2021-02-201-0/+1
| | | | | | | | | It used to build until a compiler update started causing issues on libffi. Approved by: thierry (mentor, implict) Notes: svn path=/head/; revision=566139
* math/reduce: fix the build with LLVM 11Kyle Evans2020-08-301-0/+11
| | | | | | | | | | | reduce started to fail with the default switch to -fno-common in LLVM 11 (and GCC 10). This patch was written then confirmed to be the fix that upstream also provided in late March. MFH: 2020Q3 (-fno-common build fix) Notes: svn path=/head/; revision=547124
* Restore patch removed by mistake in r517026.Mark Linimon2019-11-081-0/+14
| | | | Notes: svn path=/head/; revision=517027
* Unmark broken on aarch64.Mark Linimon2019-11-082-15/+0
| | | | | | | | Submitted by: emaste (TRYBROKEN run) Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=517026
* Add USES=xorg USES=gl, ports categories mNiclas Zeising2019-11-061-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'm' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516916
* math/reduce* : Update to 20190413 snapshotPedro F. Giffuni2019-05-013-226/+7
| | | | | | | Approved by: thierry (mentor) Notes: svn path=/head/; revision=500596
* math/reduce: unbreak with clang 8 on i386Jan Beich2019-03-131-0/+218
| | | | | | | | | PR: 236326 Submitted by: pfg (maintainer) Obtained from: upstream Notes: svn path=/head/; revision=495584
* math/reduce: Update to 20190120Tobias Kortkamp2019-02-083-17/+17
| | | | | | | | | | - Clean up whitespace in pkg-descr PR: 235580 Submitted by: pfg (maintainer) Notes: svn path=/head/; revision=492413
* math/reduce: fix stage-qa issuesSteve Wills2019-01-132-2/+18
| | | | | | | | PR: 234873 Submitted by: pfg (maintainer) Notes: svn path=/head/; revision=490153
* math/reduce: update to 20181123Steve Wills2019-01-093-16/+15
| | | | | | | | PR: 234764 Submitted by: pfg (maintainer) Notes: svn path=/head/; revision=489771
* math/reduce{,-psl}: Drop unused variablesTobias Kortkamp2019-01-081-2/+0
| | | | | | | | | | | WRKSRC is set to the default value, CONFIGURE_ARGS is overwritten later and is not needed. PR: 234736 Approved by: pfg (maintainer) Notes: svn path=/head/; revision=489704
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-111-1/+1
| | | | | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906 Notes: svn path=/head/; revision=479538
* Various cleanup & fixes post-DOCS/EXAMPLES cleanup.Mathieu Arnold2018-09-101-2/+0
| | | | | | | | | PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479408
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Switch to xorgproto instead of individual packagesNiclas Zeising2018-07-311-1/+2
| | | | | | | | | | | | | | | | | | | | | Upstream used to distribute protocol headers as separate packages, but has decided to merge those to a common package, named xorgproto. This update tracks that change. * Add a new port, x11/xorgproto, with are protocol headers for xorg. * Hook the new protocol port to the build and to infrastructure in bsd.xorg.mk. * Update all ports with a dependency on any of the old *proto packages to instead depend on xorgproto. Bump portrevision. * Delete the old *proto packages, update MOVED. PR: 230023 Submitted by: zeising Approved by: portmgr (antoine) exp-run by: antoine Notes: svn path=/head/; revision=476013
* Mark these ports as broken on aarch64, and, where appropriate, on armvX.Mark Linimon2018-06-221-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473012
* math/reduce: update to latest snapshot and cleanup.Pedro F. Giffuni2018-02-231-9/+9
| | | | | | | | | | Pet portint: no functional change. PR: 224234 Approved by: pi (implicit) Notes: svn path=/head/; revision=462703
* math/reduce: update to latest snapshot and cleanup.Pedro F. Giffuni2018-02-237-1329/+142
| | | | | | | | | | | | | Make clear we are building the Codemist Standard Lisp (CSL) version. Remove parts of the PSL version that were previously not very well maintained as they are being moved out into a separate port. PR: 224234 Approved by: pi Notes: svn path=/head/; revision=462702
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-221-0/+2
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441468
* - Update to version 20170124Wen Heping2017-03-015-10/+51
| | | | | | | | PR: 217410 Submitted by: pfg@(maintainer) Notes: svn path=/head/; revision=435122
* math/reduce: Set CPPFLAGS for ports-ncursesJohn Marino2016-11-201-0/+1
| | | | | | | Approved by: ncurses blanket Notes: svn path=/head/; revision=426559
* math/reduce: Fix fetchingJohn Marino2016-11-201-1/+3
| | | | | | | | | The distfile was archived at Sourceforge. It is at least 5 releases behind. It's unclear how much longer this old distfile will be hosted, so it would be a good idea to update math/reduce soon. Notes: svn path=/head/; revision=426557
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-5/+5
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* math/reduce: document ncurses requirement (USES+=ncurses)John Marino2016-02-071-8/+3
| | | | | | | | | | | while here: * simplify TARGET_SDIR so inclusion not required * add --build configure argument (from dports, no effect on fbsd) approved by: infrastructure blanket Notes: svn path=/head/; revision=408406
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+2
| | | | Notes: svn path=/head/; revision=390310
* - Add PDF documentation.Stephen Montgomery-Smith2015-05-044-120/+1287
| | | | | | | | | | - Add option to build PSL version (amd64 only). PR: 199910 Submitted by: Pedro F. Giffuni <pfg@FreeBSD.org> Notes: svn path=/head/; revision=385421
* math/reduce: upgrade version 20110414 => 20141130John Marino2015-05-023-31/+12
| | | | | | | | | | | | This version can be built by system compilers (gcc 4.2 & clang) and also ports gcc compilers, unlike its predecessor which would segfault and even lock up during build. PR: 199832, 199853 Submitted by: pfg (maintainer) Notes: svn path=/head/; revision=385182
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Cleanup plistAntoine Brodin2014-11-141-5/+0
| | | | Notes: svn path=/head/; revision=372555
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Change maintainer's email address to one that may no bounceAntoine Brodin2014-06-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=357170
* Catch a couple of missing convertsion to :tu/:tlBaptiste Daroussin2014-05-051-2/+2
| | | | | | | | Submitted by: ak With hat: portmgr Notes: svn path=/head/; revision=352993
* - Remove USE_GNOME=lthack ltverhack. Port does not use libtool.Tijl Coosemans2014-04-241-3/+2
| | | | | | | - Replace bsd.port.pre.mk with bsd.port.options.mk. Notes: svn path=/head/; revision=352047
* - Add missing manpage to pkg-plist and sortJason E. Hale2014-03-282-81/+80
| | | | | | | | | - Remove unused variable from Makefile Reported by: swills Notes: svn path=/head/; revision=349462
* - Mark MAKE_JOBS_UNSAFE (build fails with MAKE_JOBS_NUMBER=8)Jason E. Hale2014-03-281-3/+4
| | | | | | | | | | | | | While here: - USE_BZIP2 -> USES - Disambiguate BSD license (BSD2CLAUSE) PR: ports/187732 Submitted by: Mamoru Iwaki <1wkmmr@gmail.com> Approved by: Pedro Giffuni <giffunip@tutopia.com> (maintainer) Notes: svn path=/head/; revision=349382
* - New port math/reduce.Stephen Montgomery-Smith2014-02-187-0/+470
This is a powerful Computer-Algebra System written in it's own version of LISP with quite a long history behind it. PR: ports/186855 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Notes: svn path=/head/; revision=344974