Commit graph

95 commits

Author SHA1 Message Date
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Vsevolod Stakhov
7349ed49cd - Update libsodium to 1.0.8
- Bump revisions of all dependant ports

PR:		206482
Submitted by:	lev, w.schwarzenfeld@aon.at
2016-03-23 09:20:35 +00:00
Stephen Montgomery-Smith
e5e9e4af94 - Add optional deendency math/octave-forge-zeromq.
- Update to 20160227.
2016-02-27 23:42:45 +00:00
Stephen Montgomery-Smith
50dd4b1417 - Add optional dependency math/octave-forge=doctest.
- Update to 20160120.
2016-01-20 19:38:40 +00:00
Stephen Montgomery-Smith
dbd89fb58d - Set optional dependency math/octave-forge-video.
- Bump portrevision.
2016-01-18 06:21:18 +00:00
Stephen Montgomery-Smith
287e9a0731 - Add math/otave-forge-tisean as an optional dependency.
- Update to version 20160113.
2016-01-13 04:31:59 +00:00
Stephen Montgomery-Smith
ccf798cbe8 - Default to off the optional dependencies that are broken. 2016-01-13 02:11:26 +00:00
Stephen Montgomery-Smith
c7c0b0b2ad - ~convert to USES=metaport.
- Automate how OPTIONS are processed.

PR:		ports/201604
Submitted by:	Andriy Voskoboinyk
2015-07-16 01:12:36 +00:00
Stephen Montgomery-Smith
ccd865e57b - Reinstate optional dependency math/octave-forge-ltfat.
- Update to 20150704.
2015-07-04 18:28:55 +00:00
Stephen Montgomery-Smith
f4a3bd056d - Add optional dependency math/octave-forge-level-set.
- Update to 20150220.
2015-02-20 04:09:42 +00:00
Stephen Montgomery-Smith
630096f3a2 - Add optional dependency math/octave-forge-interval.
- Update to 20150201.
2015-02-01 22:10:50 +00:00
Stephen Montgomery-Smith
9cfd0575f5 - Add optional dependency math/octave-forge-optics.
- Update to 20141214.
2014-12-14 22:11:38 +00:00
Antoine Brodin
1719756e87 Remove LTFAT option from octave-forge, the package builders are getting
crazy with this
several things like this in the log + installing takes hours:
load-octave-pkg: octave is installing ltfat-2.0.0.tar.gz.
panic: Segmentation fault: 11 -- stopping myself...

With hat:	portmgr
2014-10-08 22:31:40 +00:00
Stephen Montgomery-Smith
28e31799b8 - Add optional dependency math/octave-forge-stk.
- Update to 20141004.
2014-10-04 22:33:10 +00:00
Gerald Pfeifer
15945f8122 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)
2014-09-10 20:50:31 +00:00
Gerald Pfeifer
1cd277bdce 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)
2014-03-10 20:55:20 +00:00
Stephen Montgomery-Smith
9293d8b0d6 - Add optional dependency math/octave-forge-divand.
- Update to 20140219.
2014-02-19 05:19:47 +00:00
Stephen Montgomery-Smith
689fb2d226 - Remove optional dependency math/octave-forge-image-acquisition.
- Bump portrevision.
2014-01-27 04:24:43 +00:00
Stephen Montgomery-Smith
ed3df92c8f - Add optional dependency math/octave-forge-image-acquisition.
- Update to 20140127.
2014-01-27 03:50:53 +00:00
Stephen Montgomery-Smith
69c3f950cb - Added nobuild, noinstall and notree flags. Removed the do-install and
do-build targets.

Reported by:	Mathieu Arnold <mat@FreeBSD.org>
2014-01-12 22:08:54 +00:00
Stephen Montgomery-Smith
1432aa0abb - Implement staging. 2014-01-12 20:25:39 +00:00
Stephen Montgomery-Smith
0d67e6f387 - Add optional dependency math/octave-forge-mvn.
- Update to 20131231.
2014-01-01 04:06:21 +00:00
Gerald Pfeifer
3be3e90f93 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)
2013-10-26 00:52:33 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Stephen Montgomery-Smith
06ef44f5c1 - Add optional dependency math/octave-forge-ltfat.
- Update to 20130917.
2013-09-18 03:58:19 +00:00
Stephen Montgomery-Smith
504713cf1c - Remove ES and JAVA from optional dependencies, since these ports are now
removed.
- Bumped portrevision.

PR:		ports/181588
Submitted by:	Rene Ladan <rene@FreeBSD.org>
2013-08-27 21:13:08 +00:00
Stephen Montgomery-Smith
f657386290 - Add optional dependency math/octave-forge-netcdf.
- Update to 20130816.
2013-08-17 00:06:16 +00:00
Stephen Montgomery-Smith
65b758c6c9 - Add optional dependency math/octave-forge-database.
- Update to 20130203.
2013-02-04 01:43:22 +00:00
Stephen Montgomery-Smith
970fd6f801 - Mark octave-forge-java as broken because of failure to build with openjdk.
- Change octave-forge defaults to not build octave-forge-java.
2012-12-15 18:01:22 +00:00
Stephen Montgomery-Smith
ac4d97b4ae - Use new options framework.
Feature safe:	yes
2012-11-22 03:28:24 +00:00
Stephen Montgomery-Smith
bd1a458657 - Update to 20121120.
- Add optional dependency for math/octave-forge-cgi.

Feature safe:	yes
2012-11-20 23:02:35 +00:00
Stephen Montgomery-Smith
33dfbc9114 - Update math octave-forge-miscellaneous to 1.2.0.
- Remove math/octave-forge-combinatorics (as now redundant).
- Remove octave-forge-physicalconstants (as now redundant).
- Update math/octave-forge to 20121015:
    Remove run_dependencies math/octave-forge-combinatorics and
    math/octave-forge-physicalconstants.

Feature safe:	yes
2012-10-16 00:54:17 +00:00
Stephen Montgomery-Smith
2abba2dbd5 - Add optional dependency math/octave-forge-lssa.
- Update to 20120814.
2012-08-14 20:47:37 +00:00
Stephen Montgomery-Smith
3c2fa1ee2b - Add optional dependency math/octave-forge-ncarray.
- Update to 20120720.
2012-07-20 23:36:06 +00:00
Stephen Montgomery-Smith
a723205840 - Update to 20120619.
- Add optional dependency math/octave-forge-java.
2012-06-20 02:44:18 +00:00
Stephen Montgomery-Smith
be44ec14c7 - Convert to new options framework. 2012-06-03 20:49:08 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Stephen Montgomery-Smith
0f190c0726 - Update to 20120418.
- Remove dependency math/octave-forge-time.
2012-04-19 00:14:47 +00:00
Maho Nakata
176d84eb28 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@
2012-04-11 02:58:30 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Stephen Montgomery-Smith
3aef36ee6b - Add new run depends math/octave-forge-queueing.
- Update to 20120206.
2012-02-06 19:51:51 +00:00
Stephen Montgomery-Smith
120e3e41c1 - Add dependency math/octave-forge-dicom.
- Update version to 20111226.
2011-12-26 21:44:03 +00:00
Stephen Montgomery-Smith
6b2a5681a6 - Add run_depends math/octave-forge-mechanics.
- Bump port revision.
2011-09-27 21:04:17 +00:00
Stephen Montgomery-Smith
4d93ec3e3e - Update to version 20110927.
- Add run_depends to math/octave-forge-geometry.
2011-09-27 14:44:26 +00:00
Stephen Montgomery-Smith
9346d35304 - Add math/octave-forge-secs3d-0.0.1 to run_depends.
Approved by:	maho (mentor, implicit)
2011-09-12 16:52:53 +00:00
Stephen Montgomery-Smith
93bef17864 - Options ES and PT_PR default to "On".
- Bump portrevision.

Approved by:	maho (mentor, implicit)
2011-07-23 03:33:41 +00:00
Stephen Montgomery-Smith
6f62f5701c - Set default for COMMUNICATIONS and FITS to "On".
- Bump portrevision.

Approved by:	maho (mentor, implicit)
2011-07-23 00:10:35 +00:00
Stephen Montgomery-Smith
0c426deed3 - Change default for octave-forge-fits to "on".
- Bump portrevision.

Approved by:	gabor (mentor)
2011-07-13 21:20:21 +00:00
Stephen Montgomery-Smith
d479a2f5f0 - Add subports math/octave-forge-octclip and
math/octave-forge-fuzzy-logic-toolkit

PR:		ports/157972
Submitted by:	stephen
Approved by:	maho (mentor)
2011-06-21 01:52:58 +00:00
Stephen Montgomery-Smith
914fe7de7a - Change the defaults as to which subports are built:
Not built by default: octave-forge-es, octave-forge-pt_br,
		octave-forge-fits, and octave-forge-communication are broken
		under octave-3.4.0; octave-forge-ga depends upon
		octave-forge-communication.
	Added to default builds: the port octave-forge-fl-core.

PR:		ports/156942
Submitted by:	stephen
Approved by:	gabor (mentor)
2011-06-14 22:20:04 +00:00