1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

41 Commits

Author SHA1 Message Date
Vanilla I. Shu
45152444af 1: Stagify.
2: USES=libtool, bump version.

Approved by:	portmgr@
2014-06-18 14:56:30 +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
Emanuel Haupt
9c3c366d48 Remove trailing whitespaces from category math 2014-02-21 13:38:05 +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
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +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
Brendan Fabeny
410f653bbb Update to 3.4.0
PR:		181873
2013-09-29 08:54:39 +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
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Brendan Fabeny
19d79808d3 update to 3.3.0
Feature safe:	yes
2012-11-01 19:27:47 +00:00
Brendan Fabeny
5f58d65d7c clean up pkg-descr and correct WWW; while here, switch to
the new options format
2012-07-14 01:16:37 +00:00
Brendan Fabeny
17c05557f6 update to 3.2.0, simplify, and fix NOPORTEXAMPLES 2012-01-05 13:16:02 +00:00
Brendan Fabeny
004a7c5ac2 adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date

PR:		162706
Approved by:	miwi (portmgr)
Feature safe:	yes
2011-11-22 11:14:10 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Brendan Fabeny
90319f00bc update to 3.1.0 2011-08-12 05:39:31 +00:00
Brendan Fabeny
46e73a76d8 update to 3.0.0 2011-07-30 22:07:18 +00:00
Brendan Fabeny
a18f63218b Remove addition of CPPFLAGS to CONFIGURE_ENV
in port Makefiles, and MD5 entries in distinfo
2011-03-26 01:39:07 +00:00
Brendan Fabeny
96f2b90c1d -Chase some silent upstream distfile changes
-Clean-up port Makefile

Approved by:	makc, miwi (mentors, implicit)
Feature safe:	yes
2011-01-24 04:12:29 +00:00
Brendan Fabeny
db363c4d48 Update to 2.2.0
PR:		154053
Submitted by:	wen
Approved by:	makc, miwi (mentors, implicit)
Feature safe:	yes
2011-01-20 14:13:14 +00:00
Brendan Fabeny
fb5116f2e7 Change my ports to use my FreeBSD.org email address. 2010-07-08 12:51:37 +00:00
Martin Wilke
13378f3982 - Update to 2.1.0
PR:		146611
Submitted by:	bf <bf1783@gmail.com> (maintainer)
2010-05-22 06:11:46 +00:00
Max Brazhnikov
6a70c09799 Update to 2.0.0-20100430
Rename port to mcmc-jags to avoid conflict with net/jags

PR:		ports/146180
Submitted by:	b.f. <bf1783 at gmail.com> (maintainer)
2010-05-10 13:14:39 +00:00
Wen Heping
42a7b1b4a6 - Bump PORTREVISION to chase the update of libRmath 2010-04-26 01:31:17 +00:00
Martin Wilke
cbc1e846ae - Update to 1.0.4
PR:		142051
Submitted by:	bf <bf1783@gmail.com> (maintainer)
2010-02-02 16:07:42 +00:00
Gerald Pfeifer
27ab5137ce Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:	portmgr
2009-09-13 00:08:01 +00:00
Erwin Lansing
1d391e3781 Fix plist
PR:		137882
Submitted by:	bf <bf1783@gmail.com> (maintainer)
2009-08-17 19:50:52 +00:00
Erwin Lansing
003195a3cf Distfiles were rerolled with new examples and documentation
PR:		137777
Submitted by:	bf <bf1783@gmail.com> (maintainer)
2009-08-14 20:52:31 +00:00
Martin Wilke
5af9456038 - Update maintainer mail adresse
Submitted by:	"b. f." <bf1783@gmail.com> (maintainer via private mail)
2009-06-07 18:51:21 +00:00
Pav Lucistnik
87adcecff0 - fix location of pkgconfig data
- fix linker flags
- USE_LDCONFIG
- respect NOPORTEXAMPLES
- bump PORTREVISION

PR:		ports/130812
Submitted by:	bf <bf2006a@yahoo.com> (maintainer)
2009-01-21 10:19:45 +00:00
Gerald Pfeifer
737b73b9db bf2006a@yahoo.com requested maintainership, reassign accordingly.
PR:		130723
2009-01-20 04:26:03 +00:00
Gerald Pfeifer
b7a6bfafd9 Update from version 0.90 to 1.0.3, which appears to fix a compilation
problem.  Also removed F77 from CONFIGURE_ENV.  Resign maintainership,
moving to ports@FreeBSD.org.

Submitted by:	Eric van Gyzen <eric+fbports@vangyzen.net> (maintainer)
2009-01-19 01:19:07 +00:00
Gerald Pfeifer
05a2cbc2b4 Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. 2009-01-07 16:34:27 +00:00
Edwin Groothuis
81cd10f8d2 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 01:53:45 +00:00
Maho Nakata
01969f7dad Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Approved by:	maintainer
2007-07-17 00:18:52 +00:00
Maho Nakata
dfaac7fdfc Migrate to gfortran42.
Bump portrevision.

Approved by:	portmgr(kris)
2007-01-12 08:00:59 +00:00
Edwin Groothuis
d48c107600 SHA256ify 2006-01-30 12:52:37 +00:00
Emanuel Haupt
a17cce4f2e - Chase math/libRmath update (bump PORTREVISION)
- Pacify portlint
2006-01-09 19:34:11 +00:00
Sergey Matveychuk
01e3895a6f - Remove commas from BROKEN message 2005-11-11 06:49:03 +00:00
Sergey Matveychuk
c5ae7593d1 - Update to 0.90
- Change maintainer e-mail
- Mark BROKEN on 4.x

PR:		ports/87275
Submitted by:	maintainer
2005-11-09 11:16:04 +00:00
Tilman Keskinoz
943f70e8c9 Fix build with gcc 3.4
PR:		71206
Submitted by:	Eric van Gyzen <vangyzen@stat.duke.edu>
2004-09-02 16:18:13 +00:00
Pav Lucistnik
ab9154efa7 Add jags, Just Another Gibbs Sampler. A program for Bayesian analysis of
graphical models via Gibbs sampling, not wholy unlike classic BUGS.

PR:		ports/66648
Submitted by:	Eric van Gyzen <vangyzen@stat.duke.edu>
2004-05-27 15:18:45 +00:00