Commit graph

28 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
Stephen Montgomery-Smith
abe09b4d5d - Update to 2.1.2. 2016-03-17 19:56:32 +00:00
Stephen Montgomery-Smith
8da7c5157e - Bump portrevision chasing upgrade of math/octave to 4.0.0. 2016-01-13 04:34:13 +00:00
Stephen Montgomery-Smith
310bd2291a - Update to 2.1.1. 2015-10-25 19:23:40 +00:00
Philip M. Gollucci
5f6f0c866c remove empty pkg-plist
PR:                  201663
Submitted By:        s3erios@gmail.com
2015-08-20 18:24:56 +00:00
Stephen Montgomery-Smith
7d981c47f7 - Update to 2.1.0. 2015-07-04 15:51:00 +00:00
Stephen Montgomery-Smith
18bf592a31 - Unbreak by using gnu_configure instead of Makefile_unix.
PR:		ports/199683
Submitted by:	smars@yuntech.edu.tw
2015-07-03 21:46:38 +00:00
Baptiste Daroussin
3fef6c52f0 Update portaudio to v19/Remove portaudio2 [1]
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken

Approved by:	maintainer
2015-05-30 20:39:12 +00:00
Stephen Montgomery-Smith
c77e3148be - Mark as broken. "make install" never seems to complete, probably because of
incorrectly contructed help files.
2015-05-11 14:08:54 +00:00
Pawel Pekala
72fd8dd06a Fix detection of libportaudio libraries
PR:		196427
Submitted by:	myself
Approved by:	hselasky, stephen, marcus, maintainer timeout from others
2015-01-25 00:46:11 +00:00
Stephen Montgomery-Smith
5f0a21c535 Update to 2.0.1. 2014-10-10 23:34:59 +00:00
Stephen Montgomery-Smith
be07dd0fbe - Update to 2.0.0. 2014-10-07 22:06:41 +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
Tijl Coosemans
4bdd97e324 math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
2014-08-31 16:36:22 +00:00
Baptiste Daroussin
ffb7170399 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-14 18:42:04 +00:00
Stephen Montgomery-Smith
21f8591d93 - Set license_file. 2014-06-23 00:05:58 +00:00
Stephen Montgomery-Smith
268eadf1be - Update to 1.4.4. 2014-03-27 01:58:01 +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
Tijl Coosemans
564a799c71 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)
2014-02-16 17:15:31 +00:00
Stephen Montgomery-Smith
1e83422365 - Move the MAKE_ARGS variables from some individual math/octave-forge-*
ports to Mk/bsd.octave.mk.  Also add LD_CXX="${CXX}" DL_LD="${CXX}" to
  MAKE_ARGS, as this fixes the build of several octave-forve-* ports by
  setting these variables properly in ${PREFIX}/bin/mkoctfile.
2014-01-23 05:05:19 +00:00
Stephen Montgomery-Smith
880590816d - Add license=GPLv3. 2014-01-12 19:52:20 +00:00
Stephen Montgomery-Smith
b90d62cbfc - Implement staging for octave-forge ports. 2014-01-12 16:35:23 +00:00
Stephen Montgomery-Smith
223bef9f14 - Better way to make build work with FreeBSD-10.
Reported by:	Baptiste Daroussin <bapt@FreeBSD.org>
2014-01-12 15:17:28 +00:00
Stephen Montgomery-Smith
741b4b53b7 - Make build work with FreeBSD-10.
Reported by:	pkg-fallout@FreeBSD.org
Reference:	http://beefy2.isc.freebsd.org/bulk/10amd64-quarterly/2014-01-08_01h07m09s/logs/octave-forge-ltfat-1.4.2_1.log
2014-01-12 07:34:52 +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
Stephen Montgomery-Smith
fd5f46872f - Add lib_depends to math/cblas. (If math/atlas is installed, this
lib_depends should be ignored.)
2013-10-13 23:39:54 +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
7739f915fc - New port math/octave-forge-ltfat
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.

This is ltfat.

 The Large Time/Frequency Analysis Toolbox (LTFAT) is a Matlab/Octave toolbox
 for working with time-frequency analysis, wavelets and signal processing. It
 is intended both as an educational and a computational tool. The toolbox
 provides a large number of linear transforms including Gabor and wavelet
 transforms along with routines for constructing windows (filter prototypes)
 and routines for manipulating coefficients.
2013-09-18 03:26:42 +00:00