notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: math/octave-forge-ad/Makefile

Number of commits found: 29

Saturday, 1 Oct 2016
10:55 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:423051 
Friday, 5 Feb 2016
17:27 antoine search for other commits by this committer
Mark BROKEN on head too

Reported by:	pkg-fallout
Original commitRevision:408235 
Sunday, 17 Jan 2016
20:12 stephen search for other commits by this committer
- Mark broken with FreeBSD 10 or older.

Reference:	http://beefy6.nyi.freebsd.org/data/101amd64-default/406195/logs/octave-forge-ad-1.0.6_12.log
		http://beefy2.nyi.freebsd.org/data/93amd64-default/406086/logs/octave-forge-ad-1.0.6_12.log
Original commitRevision:406536 
Wednesday, 13 Jan 2016
04:34 stephen search for other commits by this committer
- Bump portrevision chasing upgrade of math/octave to 4.0.0.
Original commitRevision:406009 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Monday, 23 Jun 2014
00:05 stephen search for other commits by this committer
- Set license_file.
Original commitRevision:358874 
Monday, 26 May 2014
08:44 bapt search for other commits by this committer
Convert to USES=dos2unix

With hat:	portmgr
Original commitRevision:355288 
Sunday, 20 Apr 2014
21:00 stephen search for other commits by this committer
- Add a definition of HOME to configure_args, because octave likes to write
 .octave_hist into ${HOME}.

Reported by:	marino@
Original commitRevision:351648 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
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)
Original commitRevision:347809 
Sunday, 16 Feb 2014
17:15 tijl search for other commits by this committer
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)
Original commitRevision:344614 
Sunday, 12 Jan 2014
19:19 stephen search for other commits by this committer
- Add licence=GPLv2 to many octave-forge ports.
Original commitRevision:339533 
16:35 stephen search for other commits by this committer
- Implement staging for octave-forge ports.
Original commitRevision:339520 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
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
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Friday, 20 Sep 2013
20:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
Original commitRevision:327746 
Friday, 5 Jul 2013
20:59 stephen search for other commits by this committer
- 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.
Original commitRevision:322356 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Wednesday, 11 Apr 2012
02:58 maho search for other commits by this committer
Bump port revision of all the octave-forge ports,
since there was an API change to octave (from 3.4 to 3.6).
Now it is appropriate to bump the portrevision of every single octave-forge
port,
but a few of the ports needed further patches to make them work: ad,
communications, parallel, odepkg. The es package doesn't build so we switched
off.

Submitted by:   stephen@
Reviewed by:    maho@
Original commit
Thursday, 30 Jun 2011
20:55 stephen search for other commits by this committer
- Bump portrevision for octave-forge-* ports because of update of
  math/octave-forge-base to 1.1, and update of Mk/bsd.octave.mk.

Approved by:    gabor (mentor)
Original commit
Friday, 24 Jun 2011
04:22 stephen search for other commits by this committer
- Bump portrevision because math/octave updated to 3.4.1
- Fix to work with math/octave-3.4.1

Approved by:    maho (mentor)
Original commit
Tuesday, 14 Jun 2011
07:27 stephen search for other commits by this committer
Maintainer: stephen@missouri.edu -> stephen@FreeBSD.org

Approved by: maho (mentor)
Original commit
Wednesday, 2 Jun 2010
16:23 miwi search for other commits by this committer
A large number of the octave forge ports need version updates. But the new
release system they have is creating releases that don't quite fit into the
old paradigm. A big difference is that they don't all use configure any more.

This moves all the "GNU_CONFIGURE=yes" stuff from bsd.octave.mk to the
individual ports.

PR:             144512
Submitted by:   Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Saturday, 13 Jun 2009
21:00 miwi search for other commits by this committer
- Update to 1.0.6

PR:             135329
Submitted by:   Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Original commit
Tuesday, 26 May 2009
21:48 beat search for other commits by this committer
- Update to 1.0.5
- Portlint

PR:             ports/134404
Submitted by:   Stephen Montgomery-Smith <stephen AT missouri.edu> (maintainer)
Approved by:    miwi (mentor)
Original commit
Sunday, 5 Apr 2009
20:50 dhn search for other commits by this committer
- Update maintainer mail address

PR:             ports/133397
Submitted by:   Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Approved by:    tabthorpe (co-mentor)
Original commit
Tuesday, 9 Sep 2008
06:42 maho search for other commits by this committer
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)
Original commit
Monday, 8 Sep 2008
02:00 maho search for other commits by this committer
Add math/octave-forge-ad port.
This package is "Automatic Forward Differentiation (AD)".

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>
Original commit

Number of commits found: 29