Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.9 13 Jan 2023 18:36:13 |
Stephen Montgomery-Smith (stephen) |
math/octave-forge-base: Allow arbitrary case in Depends fields.
Update to 1.9. |
1.8 05 Nov 2022 21:32:56 |
Stephen Montgomery-Smith (stephen) |
math/octave-forge-base: Allow more complex portversions for packages.
Update to 1.8. |
1.7 29 Oct 2022 05:49:06 |
Stephen Montgomery-Smith (stephen) |
*/octave-forge-*: Update WWW field. |
1.7 23 Oct 2022 03:46:47 |
Stephen Montgomery-Smith (stephen) |
math/octave-forge-base: Update to 1.7.
Correction to commit acdadc1653afa50c138c4f7e47234b119cd3045c |
1.6 23 Oct 2022 03:30:53 |
Stephen Montgomery-Smith (stephen) |
math/octave-forge-base: Update to 1.6.
Make sure that when searching description for lines that begin with
Depends: that it starts at the beginning of the line. |
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.5 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.5 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.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5 15 Nov 2020 00:09:07 |
stephen |
- Update to 1.5.
Add '-W' option to octave-cli so that octave-cli does not attempt to
contact the X11 server. |
1.4_6 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.4_5 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
1.4_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.4_3 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
1.4_2 25 Feb 2018 22:15:18 |
stephen |
- Add NO_ARCH=yes to those octave-forge-* ports that don't install anything
compiled.
Reported by: Yuri <yuri@rawbw.com> |
1.4_2 24 Feb 2018 23:17:04 |
stephen |
- Small bug fix so that packages x.y and x.y.0 are considered the same.
- Bump portrevision. |
1.4_1 30 Jun 2017 13:44:28 |
sunpoet |
Remove Perl core modules
- Bump PORTREVISION for dependency change
With hat: perl |
1.4 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 13 Jan 2016 01:19:33 |
stephen |
- Update to 1.4. The only change is to call octave-cli instead of octave. |
1.3 04 Oct 2015 01:33:49 |
stephen |
- Add rmdir $prefix/lib/octave/packages to the end of the installation script.
This is because the octave packaging process can fail to delete this
directory when it becomes empty.
- Update to 1.3.
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> |
1.2_6 26 Sep 2015 09:03:21 |
antoine |
Use load-octave-pkg in preunexec for octave-forge-base, this is the only
octave-forge-* port where it makes sense since it provides load-octave-pkg
(load-octave-pkg is no longer available postunexec) |
1.2_5 26 Sep 2015 00:19:56 |
bapt |
Convert load-octave-pkg to proper @postexec |
1.2_5 12 Nov 2014 20:11:15 |
antoine |
Cleanup plist |
1.2_5 10 Sep 2014 20:50:37 |
gerald |
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) |
1.2_4 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
1.2_3 16 Feb 2014 17:15:32 |
tijl |
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.
Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.
Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...
Exp-run: bdrewery
Approved by: portmgr (bdrewery) |
1.2_2 12 Jan 2014 20:04:39 |
stephen |
- Add license=BSD2CLAUSE. |
1.2_2 12 Jan 2014 16:35:23 |
stephen |
- Implement staging for octave-forge ports. |
1.2_2 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
1.2_1 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1.2_1 12 Sep 2013 05:53:04 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
1.2_1 05 Jul 2013 20:59:44 |
stephen |
- Remove .include <bsd.ports.pre.mk>; bsd.ports.post.mk to bsd.ports.mk;
${PORTSDIR} to ${.CURDIR}/../.. in the .include for bsd.octave.mk.
This is because USE_GMAKE no longer works after .include <bsd.ports.pre.mk>.
- Trim headers.
- Clean whitespace.
- Portlint. |
1.2_1 15 Jun 2013 09:10:37 |
antoine |
Add load-octave-pkg to _FORCE_POST_PATTERNS.
This fixes leftovers of octave-forge-* with pkg
PR: ports/179559
Approved by: portmgr (bapt) |
1.2_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.2 07 Feb 2012 13:29:00 |
eadler |
The variable is USE_PERL5 not USE_PERL
Submitted by: Alex Kozlov
Reviewed by: perl (swills)
Approved by: portmgr (pav) |
1.2 14 Nov 2011 13:34:22 |
stephen |
- Update to 1.2.
Accomodate x.y and x.y.0 representing the same octave forge package.
Approved by: portmgr
Feature safe: yes |
1.1_2 19 Jul 2011 01:55:03 |
stephen |
- Make compliant with PKG_PLIST when installing from package.
- Bump portrevision.
Approved by: maho (mentor) |
1.1_1 13 Jul 2011 21:24:08 |
stephen |
- Account for octave using lib/octave/packages instead of
libexec/octave/packages.
- Bump portrevision.
Approved by: gabor (mentor) |
1.1 30 Jun 2011 20:52:08 |
stephen |
- Update math/octave-forge-base to 1.1. Now includes the script
load-octave-pkg to link the octave packaging system to the FreeBSD ports.
- Update Mk/bsd.octave.mk so that octave-forge-* ports use this script.
Approved by: gabor (mentor) |
1.0_4 24 Jun 2011 04:22:33 |
stephen |
- Bump portrevision because math/octave updated to 3.4.1
- Fix to work with math/octave-3.4.1
Approved by: maho (mentor) |
1.0_3 14 Jun 2011 22:30:59 |
stephen |
- Remove some bits that stop build under tinderbox. The old version of octave
did not correctly install packages under tinderbox. Octave-3.4.0 fixes this
problem.
PR: ports/156942
Submitted by: stephen
Approved by: gabor (mentor) |
1.0_3 14 Jun 2011 07:27:27 |
stephen |
Maintainer: stephen@missouri.edu -> stephen@FreeBSD.org
Approved by: maho (mentor) |
1.0_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.0_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.0_1 15 Nov 2009 20:58:48 |
linimon |
Disable on pointyhat until I can get a time-slice to figure out what's
going wrong.
Hat: portmgr |
1.0_1 11 Nov 2009 17:58:45 |
linimon |
Should have been marked unbroken with the revision 1.6 commit to
bsd.octave.mk.
PR: ports/139342
Submitted by: maintainer |
1.0_1 19 Aug 2009 09:49:38 |
miwi |
- Mark BROKEN incomplete pkg-plist |
1.0_1 05 Apr 2009 20:50:49 |
dhn |
- Update maintainer mail address
PR: ports/133397
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Approved by: tabthorpe (co-mentor) |
1.0_1 09 Sep 2008 06:42:55 |
maho |
Correct port name and create date.
PR: 127226
Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info> and also
Stephen Montgomery-Smith <stephen@math.missouri.edu> (maintainer)
Approved by: portmgr@ (erwin) |
1.0_1 08 Sep 2008 01:35:31 |
maho |
Bump port revision accordingly (update of math/octave port). |
1.0 08 Sep 2008 00:34:17 |
maho |
Add math/octave-forge-base.
This baseport provides the basic directory structure. Deleting this package
will completely erase all the structure, and remaining files, associated with
the octave packaging system. This is useful if things go wrong with the
octave packaging system.
(The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.)
PR: 127030
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> |