Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.1_1 07 Apr 2024 16:50:08 |
Daniel Engberg (diizzy) |
math/yacas: Improve port
* Switch PORTVERSION to DISTVERSION
* Convert to USES= cmake:testing
* Convert to use CMAKE framework helpers
* Fix typo in comment |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
1.9.1_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
1.9.1_1 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
1.9.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.1_1 06 Jul 2020 08:59:34 |
gahr |
math/yacas: fix plist, pet portlint, bump PORTREVISION |
1.9.1 06 Jul 2020 08:47:36 |
gahr |
math/yacas: update to 1.9.1
Release notes: http://www.yacas.org/release_1.9.1/ |
1.8.0 04 Nov 2019 12:55:22 |
gahr |
math/yacas: update to 1.8.0
Release notes: http://www.yacas.org/release_1.8.0/ |
1.7.0_1 05 Oct 2019 00:42:21 |
jbeich |
devel/google{test,mock}: update to 1.10.0
- Drop static library
- Drop gtest-config and gmock-config
- Drop GTEST_LIB_CHECK autoconf macro
- Drop gmock_doctory.py as it's too old
- Expose tests via option
Changes: https://github.com/google/googletest/compare/release-1.8.1...release-1.10.0
Reported by: GitHub (watch releases)
PR: 239654
Differential Revision: https://reviews.freebsd.org/D19430 |
1.7.0_1 14 Sep 2019 22:01:13 |
jbeich |
Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.
PR: 193528 |
1.7.0_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
1.7.0 02 Jul 2019 11:11:21 |
gahr |
math/yacas: update to 1.7.0
Announcement: http://www.yacas.org/release_1.7.0/ |
1.6.0_4 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
1.6.0_4 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.6.0_3 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
1.6.0_2 02 Nov 2017 21:41:47 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams. |
1.6.0_2 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
1.6.0_1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
1.6.0 07 Nov 2016 12:27:39 |
gahr |
math/yacas: update to 1.6.0
The Graphical User Interface (yacas-gui) and the kernel for Jupyter Notebook
(yacas-kernel) are not enabled.
Release notes: http://www.yacas.org/release_1_6_0/ |
1.5.0 10 May 2016 09:58:01 |
gahr |
math/yacas: update to 1.5.0
Release notes: http://www.yacas.org/release_1_5_0/ |
1.4.2 08 Apr 2016 11:10:10 |
gahr |
math/yacas: update to 1.4.2, provide DOCS option to build the sphinx-based docs |
1.4.0 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.4.0 04 Mar 2016 15:13:16 |
gahr |
math/yacas: unbreak on 9. w/ gcc |
1.4.0 04 Mar 2016 11:30:12 |
gahr |
math/yacas: update to 1.4.0, take back maintainership
Announcement: http://www.yacas.org/release_1_4_0/ |
1.3.6_1 08 Jun 2015 05:59:14 |
antoine |
Make ports using libtool treat elftoolchain's strip the same as GNU strip
Any strip on any FreeBSD version should be able to handle stripping requested
by libtool
PR: 198611
Reviewed by: emaste
Exp-run: self |
1.3.6_1 18 Apr 2015 14:07:54 |
riggs |
Un-break build on 8.x
PR: 199244
Submitted by: tkato432@yahoo.com
MFH: 2015Q2 |
1.3.6_1 04 Jan 2015 15:05:06 |
marino |
math/yacas: Unbreak DragonFly by modifying new patch to include it. |
1.3.6_1 20 Dec 2014 20:09:07 |
antoine |
Convert to USES=libtool |
1.3.6 11 Dec 2014 21:50:43 |
gahr |
- Update to 1.3.6 |
1.3.4 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
1.3.4 14 Nov 2014 09:39:21 |
antoine |
Cleanup plist |
1.3.4 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
1.3.4 03 Feb 2014 15:04:21 |
gahr |
- Update to 1.3.4 |
1.3.3 29 Oct 2013 08:15:05 |
gahr |
- Restore dependency on perl when building DOCS
Reported by: marino |
1.3.3 24 Oct 2013 10:18:31 |
gahr |
- STAGE-clean
- Remove unneeded dependency on perl |
1.3.3 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1.3.3 16 Sep 2013 16:45:35 |
bapt |
Convert to new perl framework
Convert USE_GMAKE to USES |
1.3.3 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.3.3 26 Sep 2012 12:40:12 |
gahr |
- Update to 1.3.3
- Take maintainership
- Trim Makefile header |
1.3.2 29 Jun 2012 12:42:04 |
bapt |
Convert to new option framework |
1.3.2 20 Feb 2012 00:06:30 |
miwi |
- Update to version 1.3.2
PR: 164998
Submitted by: Ports Fury |
1.3.1 09 Jan 2012 04:01:17 |
eadler |
- Remove outdated version checks
Reviewed by: nox |
1.3.1 28 Dec 2011 02:17:41 |
wen |
- Update to 1.3.1 |
1.3.0 25 Nov 2011 16:45:13 |
miwi |
- Update to 1.3.0
PR: 162823
Submitted by: Ports Fury
Feature safe: yes |
1.2.2_8 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.2.2_8 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.2.2_8 17 Jan 2010 05:29:56 |
wen |
- Update to 1.2.2
- Remove unneeded patches. |
1.0.61_4 01 Dec 2009 20:33:45 |
makc |
Chase math/gsl update,
bump PORTREVISION |
1.0.61_3 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.0.61_3 13 May 2009 09:46:02 |
ale |
Chase libgmp and bump PORTREVISION. |
1.0.61_3 13 Mar 2009 23:27:19 |
shaun |
Free most of my ports, since they aren't being maintained to a
reasonable standard. |
1.0.61_3 12 Jan 2009 20:37:24 |
miwi |
- Chase gsl shlib bump |
1.0.61_2 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.0.61_2 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.0.61_2 08 Apr 2008 13:53:22 |
jadawin |
- Chase the gsl shared lib bump.
Approved by: thierry (mentor) |
1.0.61_1 01 Oct 2007 09:25:49 |
linimon |
Mark as broken with gcc4.2 on 64-bit archs. |
1.0.61_1 29 Jun 2007 05:46:43 |
ijliao |
chase math/gsl lib version |
1.0.61 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
1.0.61 19 Jun 2006 20:06:59 |
shaun |
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor) |
1.0.61 11 Jun 2006 19:49:09 |
itetcu |
- Update to 1.0.61
- Use OPTIONS
- Pass maintainership to submitter
PR: ports/98793
Submitted by: Shaun Amott <shaun@inerd.com>
Approved by: lawrance (mentor, implicit) |
1.0.59_2 10 May 2006 14:46:48 |
ale |
Chase gmp library and bump PORTREVISION. |
1.0.59_1 06 May 2006 01:28:22 |
mnag |
- Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1) |
1.0.59 25 Nov 2005 15:48:16 |
pav |
- Add SHA256 |
1.0.59 29 Oct 2005 23:22:06 |
mnag |
Update to 1.0.59
PR: 88193
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.0.58 30 Aug 2005 01:52:17 |
ahze |
- Update to 1.0.58
PR: ports/85387
Submitted by: Ports Fury |
1.0.57_1 02 May 2005 20:46:12 |
jylefort |
Bump PORTREVISION after the libgsl update.
Obtained from: thierry |
1.0.57 02 May 2005 13:00:18 |
jylefort |
Chase the libgsl update. |
1.0.57 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.0.57 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.0.57 29 Dec 2004 22:00:27 |
marius |
Update to 1.0.57. For changes since 1.0.56 please see:
http://yacas.sourceforge.net/changes.html
The new optimze-compiled-plugin-size feature had to be disabled
otherwise yacas would dump core.
Approved by: netchild |
1.0.56_1 11 Aug 2004 20:47:39 |
marius |
- Fix compilation with GCC 3.4.2.
- Fix WITH_GMP on FreeBSD >= 500035
- Add a test target to the Makefile of the port.
Approved by: netchild |
1.0.56_1 07 Jul 2004 07:32:26 |
vs |
Chase libgsl-update
PR: ports/68749
Submitted by Jon Drews
and: kiril@ |
1.0.56_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.0.56 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
1.0.56 10 Dec 2003 13:38:42 |
fjoe |
USE_MESA -> USE_GL |
1.0.56 20 Nov 2003 14:47:52 |
marcus |
* Update to 1.0.56
* Mark broken on -CURRENT when WITH_GMP is defined
PR: 59506
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
1.0.55 12 Oct 2003 21:57:01 |
krion |
- Chase libraries to actual math/gsl version.
Submitted by: kris via bento |
1.0.55 22 Jun 2003 22:03:11 |
arved |
Update to 1.0.55
PR: 52576
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
1.0.54_1 05 Jun 2003 22:06:39 |
markm |
Typo fixes. |
1.0.54_1 11 Apr 2003 03:07:48 |
ijliao |
oops... forgot to add this file last commit |
1.0.54_1 11 Apr 2003 03:07:04 |
ijliao |
1. fix gmp support
2. add gsl support
3. add X support |
1.0.54 10 Apr 2003 10:43:51 |
ijliao |
upgrade to 1.0.54
PR: 50016
Submitted by: Thomas E. Zander <riggs@rrr.de> |
1.0.53r1 20 Feb 2003 18:42:25 |
knu |
De-pkg-comment. |
1.0.53r1 11 Jan 2003 15:32:24 |
netchild |
From submitter:
- Update to 1.0.53rev1.
- Chase math/libgmp4 version.
- Fix compilation with GCC3 when WITH_GMP is defined.
Submitted by: marius@alchemy.franken.de |
1.0.52 03 Nov 2002 21:29:34 |
edwin |
Port needs PERL to build.
See http://bento.freebsd.org/errorlogs/5-latest/yacas-1.0.52.log. |
1.0.52 24 May 2002 06:48:17 |
ijliao |
upgrade to 1.0.52
fix gmp support on current |
1.0.51 22 Apr 2002 07:49:38 |
ijliao |
upgrade to 1.0.51 |
13 Mar 2002 15:00:53 |
ijliao |
upgrade to 1.0.50 |
24 Feb 2002 08:49:36 |
ijliao |
upgrade to 1.0.49 |
10 Jan 2002 15:09:22 |
kevlo |
Update to version 1.0.48r1 |
22 Nov 2001 12:38:03 |
ijliao |
upgrade to 1.0.47rev7 drop maintainership |
05 Oct 2001 07:43:01 |
ijliao |
handle gmp in current system |
21 Jun 2001 17:57:55 |
ijliao |
add yacas Yet Another Computer Algebra System |