notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: math/dynare/Makefile

Number of commits found: 69

Wednesday, 11 Dec 2019
17:53 jbeich search for other commits by this committer
devel/boost-*: update to 1.72.0

Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
Original commitRevision:519824 
Tuesday, 10 Dec 2019
09:02 antoine search for other commits by this committer
Deprecate ports broken for too long
Original commitRevision:519652 
Monday, 19 Aug 2019
15:35 jbeich search for other commits by this committer
devel/boost-*: update to 1.71.0

Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
Original commitRevision:509290 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Monday, 22 Apr 2019
13:16 gerald search for other commits by this committer
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.

Suggested by:	tijl
Original commitRevision:499638 
Friday, 12 Apr 2019
06:36 jbeich search for other commits by this committer
devel/boost-*: update to 1.70.0

Changes:	http://www.boost.org/users/history/version_1_70_0.html
PR:		235956
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19303
Original commitRevision:498698 
Saturday, 6 Apr 2019
16:46 makc search for other commits by this committer
- bump PORTREVISION after math/matio update
Original commitRevision:498149 
Sunday, 17 Mar 2019
16:46 fernape search for other commits by this committer
math/dynare: Mark as BROKEN

math/octave was updated to 5.1.0 in r495225 but dynare does not support
octave > 4.4.1

Conditionally mark as BROKEN since the port can use Matlab as backend.
Original commitRevision:496073 
Sunday, 10 Mar 2019
04:56 stephen search for other commits by this committer
- Update math/octave to 5.1.0.
- Bump portrevision of unbroken octave-forge-* ports.
- Bump portrevision of math/dynare which uses library files from octave.
- Mark broken: octave-forge-(database|dicom|optim|fits|linear|linear|optim|
  parallel|signal|strings|struct|tisean|video).
- Broken optional dependencies in math/octave-forge to default to off.
- Bump portrevision of math/octave-forge.
Original commitRevision:495225 
Sunday, 10 Feb 2019
17:59 fernape search for other commits by this committer
math/dynare: update to 4.5.7

Bug fix release.

From ChangeLog: https://www.dynare.org/new-dynare-release/dynare-4.5.7-released

* The mex-file conducting the QZ decomposition erroneously applied the
  qz_criterium to the square absolute value of eigenvalues instead of
  the absolute value itself (as done in mjdgges.m and the AIM solver).

* In pathological cases, mode_compute=5 (newrat) might enter an infinite loop.

* discretionary_policy might erroneously state that the derivatives of the
  objective function are non-zero if there are NaN present.

* Dynare++, when conducting the QZ decomposition, erroneously applied the
  qz_criterium to the square absolute value of eigenvalues instead of the
  absolute value itself.

* Dynare++: IRFs were incorrectly computed.

* dynare_sensitivity did not display the figures of irf_calibration, it only
  stored them on the disk.

* Scatter plots generated by dynare_sensitivity did not correctly display
  LaTeX names.

* Parameter updating via steady state files did not correctly work in case
  of using [static]/[dynamic] equation tags.

* Memory leaks in k_order_pert (used by higher order stochastic simulations)
  could lead to crashes.

* Predetermined variables were not properly set when used in model local
  variables.

* Posterior moment computation did not correctly update the covariance matrix
  of exogenous shocks during posterior sampling.

* Dynare was crashing with a cryptic message if a non estimated parameter was
  initialized in the estimated_params_init block.

* The forecast command crashed if the model was declared as linear and
  contained deterministic exogenous variables.

* Block decomposition is broken when used in conjunction with varexo_det.

* The model was not correctly specified when identification was run without
  another stochastic command in the .mod file (e.g. estimation, stoch_simul,
etc.).

* Realtime annualized shock decompositions added the wrong steady state value.

* mh_recover option crashed when using slice sampler.

* x-axis values in plots of moment restrictions were wrong for autocovariances.
Original commitRevision:492621 
Wednesday, 16 Jan 2019
11:13 tijl search for other commits by this committer
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
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
Original commitRevision:490472 
Saturday, 5 Jan 2019
22:46 sunpoet search for other commits by this committer
Update science/hdf5 to 1.10.4

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes
PR:		233070
Submitted by:	wen
Original commitRevision:489412 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
00:15 jbeich search for other commits by this committer
devel/boost-*: update to 1.69.0

Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
Original commitRevision:487266 
Saturday, 10 Nov 2018
18:12 bapt search for other commits by this committer
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
Original commitRevision:484628 
Wednesday, 5 Sep 2018
22:05 sunpoet search for other commits by this committer
Update science/hdf5 to 1.10.2

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes
		https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt
PR:		231009
Exp-run by:	antoine
Original commitRevision:479046 
Thursday, 9 Aug 2018
20:49 fernape search for other commits by this committer
math/dynare: update to 4.5.6

* Change PORTVERSION to DISTVERSION

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16631
Original commitRevision:476799 
06:58 jbeich search for other commits by this committer
devel/boost-*: update to 1.68.0

- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
Original commitRevision:476723 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
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
Original commitRevision:475857 
Friday, 22 Jun 2018
01:07 linimon search for other commits by this committer
Correct spelling of ONLY_FOR_ARCHS, move it to the right place, and sort.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:473011 
Monday, 18 Jun 2018
14:54 fernape search for other commits by this committer
math/dynare: update to 4.5.5

Approved by:	tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D15738
Original commitRevision:472703 
Thursday, 26 Apr 2018
06:41 yuri search for other commits by this committer
math/suitesparse: Update 4.0.2 -> 5.2.0

Port changes:
* Change to DISTVERSION
* Update MASTER_SITES
* Change to LICENSE_COMB=dual
* Add LIB_DEPENDS
* Unbundle metis, made it a dependency
* Update do-build and do-install
* Update WWW

Bump 11 ports.
games/naev is marked broken because it depends on the no longer installed
library.

PR:		210579
Submitted by:	yuri
Submitted by:	pfg
Approved by:	maintainer timeout (maho@FreeBSD.org, 21 months)
Approved by:	maintainer timeout (fortran@FreeBSD.org, 45 days)
Original commitRevision:468325 
Wednesday, 18 Apr 2018
13:57 jbeich search for other commits by this committer
devel/boost-*: update to 1.67.0

Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
Original commitRevision:467711 
Tuesday, 20 Mar 2018
22:26 fernape search for other commits by this committer
math/dynare: Add missing LIB_DEPENDS to fix stage-qa

Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D14719
Original commitRevision:465112 
Wednesday, 14 Mar 2018
06:39 yuri search for other commits by this committer
math/dynare: Unbreak by adding --std=c++14 when built with OCTAVE option

The recent octave update introduced c++11/c++14 code
that broke dynare build.

Approved by:	portmgr (port compliance, infrastructure)
Original commitRevision:464460 
Tuesday, 13 Mar 2018
22:24 fernape search for other commits by this committer
Remove Ego-Lines from fernape's ports

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14668
Original commitRevision:464438 
Monday, 12 Mar 2018
19:20 fernape search for other commits by this committer
Update MAINTAINER to new FreeBSD.org account

Update MAINTAINER email address for Fernando Apesteguia
from fernando.apesteguia@gmail.com

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14668
Original commitRevision:464275 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Saturday, 10 Feb 2018
18:01 yuri search for other commits by this committer
math/dynare: Update to 4.5.4

Fix error in documentation of presample in realtime
shock decomposition.

PR:		225736
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
Approved by:	tcberner (mentor, implicit)
Original commitRevision:461410 
Thursday, 18 Jan 2018
04:11 jbeich search for other commits by this committer
devel/boost-*: update to 1.66.0

Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
Original commitRevision:459315 
Tuesday, 19 Dec 2017
18:01 joneum search for other commits by this committer
math/dynare: Update from 4.5.1 to 4.5.3

This release is compatible with MATLAB versions 7.3 (R2006b) to 9.3 (R2017b)
and with GNU Octave versions 4.2.

Here is a list of the problems identified in version 4.5.1 and that have been
fixed in version 4.5.2:

 - Fixed bug in perfect foresight solver:

   + If expected shocks were declared after the terminal period, as specified
   by the `periods` option, Dynare was crashing.

   + Models declared with the `linear` option were crashing if exogenous
   variables were present with a lead or lag.

 - After ML or Bayesian estimation when the smoother option or `mh_replic=0`
   were not specified, not all smoothed measurement errors were displayed.

 - Fixed error in reference manual about the `conditional_forecasts` command.

 - Fixed smoother behaviour, provide informative error instead of crashing when
   model cannot be solved.

 - The `nopathchange` preprocessor option was always triggered, regardless of
   whether it was passed or not.

 - When `ramsey_policy` is used, allow state variables to be set in `histval`
   block.

 - `histval` erroneously accepted leads, leading to cryptic crashes.

 - The prior MC draws from previous runs were not deleted, potentially
   resulting in loading stale files.

 - `estim_params_` was being declared `global` more than once.

 - Fixed crashes happening when simulating linear models with order>1.

 - Make empirical moments independent of `simul_replic`, as stated in the
   reference manual, by outputting moments computed with the first simulated
   sample.

 - The `prior_function` required a preceding `estimation`-command to properly
   set up the prior.

 - If the mode for a parameter was at exactly 0, `mode_check` was crashing.

 - Fixed `get_posterior_parameters`-routine which should not do more than
   getting parameters. As a consequence, the `shock_decomposition`-command
   did not correctly set the `parameter_set` for use in subsequent function
   calls if shocks are correlated or measurement error is present.

 - Fixed bug in Ramsey problem with constraints both on a policy instrument and
   another variable. Note that the constraint on a variable that is not an
   instrument of the Ramsey problem must be written with an equation tag in the
   model block.

 - Fixed bug in Ramsey problem with constraints on policy instrument.

 - Fixed crash with optimizer 5 when not used with DSGE model at order 1.

 - Fixed mex file used for third order approximation (was crashing on
   Matlab/Windows 7).

 - `isfile` routine was failing with MATLAB older than R2016b. This bug
did not affect Octave.

PR:		223430
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
Approved by:	tcberner (mentor)
MFH:	2017Q4
Differential Revision:	https://reviews.freebsd.org/D13058
Original commitRevision:456742 
Monday, 25 Sep 2017
00:08 jbeich search for other commits by this committer
devel/boost-*: update to 1.65.1

Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
Original commitRevision:450560 
00:05 jbeich search for other commits by this committer
devel/boost-*: enable C++11 features

PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
Original commitRevision:450557 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
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
Original commitRevision:449591 
Saturday, 12 Aug 2017
18:05 pi search for other commits by this committer
math/dynare: update 4.4.3 -> 4.5.1

PR:		221342
Relnotes:	https://forum.dynare.org/t/release-of-dynare-4-5-1/10431
Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)
Original commitRevision:447845 
17:22 pi search for other commits by this committer
math/dynare: added patches I missed in last commit

PR:		221316
Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)
Original commitRevision:447844 
17:21 pi search for other commits by this committer
math/dynare: Add missing dependencies

- Regenerated patches with "make makepatch" to avoid portlint warnings
- Added LICENSE
- Added missing library dependencies

PR:		221316
Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)
Original commitRevision:447843 
Tuesday, 2 May 2017
06:48 jbeich search for other commits by this committer
devel/boost-*: update to 1.64.0

Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
Original commitRevision:439934 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
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
Original commitRevision:437439 
Friday, 6 Jan 2017
08:45 jbeich search for other commits by this committer
devel/boost-*: update to 1.63.0

Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
Original commitRevision:430692 
Wednesday, 7 Dec 2016
13:24 gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.

The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
Original commitRevision:428057 
Wednesday, 23 Nov 2016
12:45 jbeich search for other commits by this committer
devel/boost-*: update to 1.62.0

- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
Original commitRevision:426908 
Monday, 31 Oct 2016
23:26 makc search for other commits by this committer
Chase math/matio update
Original commitRevision:425037 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Tuesday, 16 Dec 2014
16:49 antoine search for other commits by this committer
Fix build
Original commitRevision:374810 
Sunday, 5 Oct 2014
12:16 antoine search for other commits by this committer
- Do not package info/dir
- Allow staging as a regular user
Original commitRevision:370060 
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 
Sunday, 31 Aug 2014
16:36 tijl search for other commits by this committer
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
Original commitRevision:366788 
Sunday, 10 Aug 2014
13:52 wg search for other commits by this committer
math/dynare: update to 4.4.3

PR:		192407
Submitted by:	maintainer
Original commitRevision:364541 
Friday, 28 Mar 2014
09:23 makc search for other commits by this committer
graphics/vips and the rest:
- bump PORTREVISION after math/matio update

math/dynare:
- fix configure check for matio
- while here, remove needless patch for configure.ac, and convert to USES=tar:xz

Approved by:	Fernando Apesteguia (maintainer)

math/scilab:
- mark BROKEN when building with MATIO option (doesn't support new matio)

science/kst2:
- fix dependency type for matio
- add dependence on pkgconfig
Original commitRevision:349401 
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 
Saturday, 8 Mar 2014
15:25 pawel search for other commits by this committer
Update to version 4.4.2

PR:		ports/187327
Submitted by:	maintainer
Original commitRevision:347509 
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 
Tuesday, 21 Jan 2014
21:25 rakuco search for other commits by this committer
Update to 4.4.1.

PR:		ports/185890
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Original commitRevision:340660 
Sunday, 19 Jan 2014
12:29 danilo search for other commits by this committer
- Update from 4.3.3 to 4.4.0
- Add stage support

while here
- Convert USE_GMAKE to USES
- Use options helpers

PR:		ports/185783
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Original commitRevision:340272 
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 
Thursday, 18 Apr 2013
19:56 madpilot search for other commits by this committer
- Update to 4.3.3
- Fix Makefile header

PR:             ports/177841
Submitted by:   Fernando <fernando.apesteguia@gmail.com> (maintainer)
Feature safe:	yes
Original commitRevision:316074 
Monday, 21 Jan 2013
03:50 swills search for other commits by this committer
- Update to 4.3.2

PR:		ports/175461
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Original commitRevision:310748 
Thursday, 25 Oct 2012
21:07 jgh search for other commits by this committer
- update to 4.3.1

PR:		172831
Submitted by:	maintainer, fernando.apesteguia@gmail.com
Feature safe:	yes
Original commitRevision:306399 
Wednesday, 17 Oct 2012
05:37 jgh search for other commits by this committer
- fix fetch
- while here adopt optionsNG

PR:		172738
Submitted by:	maintainer, fernando.apesteguia@gmail.com
Feature safe:	yes
Original commitRevision:305999 
Sunday, 24 Jun 2012
10:25 madpilot search for other commits by this committer
Update to 4.3.0

PR:             ports/169298
Submitted by:   Fernando <fernando.apesteguia@gmail.com>
Approved by:    crees, tabthorpe (mentors, implicit)
Original commit
Monday, 18 Jun 2012
19:27 pav search for other commits by this committer
- Fix fetch

PR:             ports/169204
Submitted by:   Fernando <fernando.apesteguia@gmail.com> (maintainer)
Original commit
Thursday, 7 Jun 2012
16:00 erwin search for other commits by this committer
- Rework the do-fetch target to check for the availability of the
  distribution file in DISTDIR.
- Remove the hardcoded "fetch" command and replaces it with ${FETCH_BINARY}

PR:             168760
Submitted by:   Fernando <fernando.apesteguia@gmail.com> (maintainer)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Sunday, 22 Apr 2012
18:28 jgh search for other commits by this committer
- Update to 4.2.5

PR:     ports/167004
Submitted by:   maintainer, fernando.apesteguia@gmail.com
Original commit
Thursday, 12 Jan 2012
06:55 rm search for other commits by this committer
- update to 4.2.4 [1]
- fix portlint error (*.info file in pkg-plist)
- fix whitespace in pkg-descr

PR:             164027 [1]
Submitted by:   Fernando <fernando.apesteguia at gmail dot com> (maintainer)
Original commit
Saturday, 19 Nov 2011
15:35 miwi search for other commits by this committer
- Update to 4.2.2

PR:             162601
Submitted by:   Fernando <fernando.apesteguia@gmail.com> (maintainer)
Feature safe:   yes
Original commit
Tuesday, 27 Sep 2011
06:35 wen search for other commits by this committer
Dynare is a software platform for handling a wide class of
economic models, in particular dynamic stochastic general
equilibrium (DSGE) and overlapping generations (OLG) models.

WWW: http://www.dynare.org

PR:             ports/160153
Submitted by:   Fernando <fernando.apesteguia@gmail.com>
Original commit

Number of commits found: 69