Thierry Thomas
d0aca13bf4
Chase OpenCascade's upgrade.
2014-05-06 19:38:43 +00:00
Thierry Thomas
54a50a2b69
- Upgrade cgnslib to 3.2.1
...
Changelog at <https://sourceforge.net/projects/cgns/files/cgnslib_3.2/ >
- Bump PORTREVISION of consumers ports.
2014-04-17 20:31:45 +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
8f77984825
- Update to 2.8.4.
2014-02-09 00:52:13 +00:00
Stephen Montgomery-Smith
a4821a49d3
- Implement staging.
2014-01-26 22:25:15 +00:00
Baptiste Daroussin
a327ff430a
In preparation for making libtool generate libraries with a sane name, fix all
...
LIB_DEPENDS in cad
With hat: portmgr
2013-12-11 14:53:20 +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
60c4e5c852
- Update to 2.8.3.
2013-09-27 20:28:16 +00:00
Baptiste Daroussin
8e91f3161f
Add NO_STAGE all over the place in preparation for the staging support (cat: cad)
2013-09-20 15:58:41 +00:00
Stephen Montgomery-Smith
88d3cb2512
- Set make_jobs_unsafe.
...
PR: ports/182125
Submitted by: Thierry Thomas <thierry@FreeBSD.org>
2013-09-15 21:41:35 +00:00
Stephen Montgomery-Smith
394bc3d5fa
- Update to 2.8.2.
2013-08-04 22:27:55 +00:00
Stephen Montgomery-Smith
83d5ed0eb3
- Source tarball was rerolled. diff indicates changes were harmless.
...
- Bump port revision as pkg-plist changed.
Pointed out by: mexas@bris.ac.uk
2013-05-17 12:39:04 +00:00
Thierry Thomas
284bc966be
Chase OpenCascade's upgrade, thus fixing the slave port cad/gmsh-occ.
2013-05-12 17:32:13 +00:00
Stephen Montgomery-Smith
c1bcaa0b5e
- Source tarball was rerolled. Diffing old and new sources indicates
...
changes are not a security risk.
- Bumped portrevision because difference in code indicates difference in
binaries.
Pointed out by: thierry@
2013-05-12 01:15:50 +00:00
Stephen Montgomery-Smith
47f7e0e39d
- Update to 2.7.1.
2013-05-11 17:18:48 +00:00
Max Brazhnikov
ffd97a0193
- convert USE_CMAKE to USES
...
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
2013-03-22 20:06:14 +00:00
Thierry Thomas
4e562e73c9
Chase french/med upgrade.
2013-03-19 20:35:32 +00:00
Alexey Dokuchaev
f42840e555
In categories starting with 'c' and 'd', remove empty lines from pkg-plist
...
(except for `databases/tdbc' and `devel/py-mercurialserver', where it looks
like they're being used deliberately).
2013-03-17 13:55:04 +00:00
Stephen Montgomery-Smith
fd0f39aa6e
- Update to 2.7.0.
...
Reported by: thierry@
2013-03-09 22:22:52 +00:00
Stephen Montgomery-Smith
716730f877
- Update to 2.6.1.
...
Feature safe: yes
2012-11-03 22:25:19 +00:00
Thierry Thomas
08fd80756a
Upgrade to 2.6.0.
...
Approved by: stephen (maintainer)
2012-07-07 15:15:38 +00:00
Dirk Meyer
2b74a89bc8
- update png to 1.5.10
2012-06-01 05:26:28 +00:00
Raphael Kubo da Costa
6fd8cb7810
Remove CMAKE_USE_PTHREAD from the ports using it.
...
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes
2011-11-14 03:26:46 +00:00
Brendan Fabeny
d2da483e52
fix build with lang/gcc46
...
Reported by: pav, gerald
Approved by: stephen
2011-08-11 21:12:52 +00:00
Stephen Montgomery-Smith
723e916e1e
- Removing portrevision from slave port cad/gmsh-occ. Portrevision for
...
cad/gmsh-occ should reflect that of cad/gmsh.
- Bumping portrevision for master port cad/gmsh so that version for
cad/cad-gmsh does not go backwards.
Approved by: maho (mentor)
2011-07-26 14:23:44 +00:00
Stephen Montgomery-Smith
8ad2090df4
- Update to 2.5.0.
...
Approved by: maho (mentor, implicit)
2011-07-25 19:04:03 +00:00
Stephen Montgomery-Smith
fc7976f6a8
Maintainer: stephen@missouri.edu -> stephen@FreeBSD.org
...
Approved by: maho (mentor)
2011-06-14 07:38:51 +00:00
Martin Wilke
bb86cbe5d2
- Get Rid MD5 support
2011-03-20 12:54:45 +00:00
Dirk Meyer
de78af3ac5
- update to 1.4.1
...
Reviewed by: exp8 run on pointyhat
Supported by: miwi
2010-03-28 06:47:48 +00:00
Pietro Cerutti
c6a2501ef2
- Chase x11-toolkits/fltk update
2010-03-23 21:14:39 +00:00
Thierry Thomas
d5060c3d3c
Do not depend on TAUCS by default, to unbreak Code_Aster.
...
PR: ports/143820
Approved by: maintainer
2010-02-13 08:26:46 +00:00
Dirk Meyer
ca9c60461c
- update to jpeg-8
2010-02-05 11:46:55 +00:00
Tong LIU
9ed77269ec
- Bump PORTREVISION.
...
Reported by: bsam@
2010-01-19 02:04:06 +00:00
Tong LIU
693358cc83
- Fix build error on amd64.
...
Report by: QAT@
PR: ports/142926
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
2010-01-18 05:04:20 +00:00
Tong LIU
58ee0e8b87
- with taucs by default.
...
PR: ports/142779
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
2010-01-18 01:44:34 +00:00
Pav Lucistnik
a20e65fc7e
- Update to 2.4.2
...
PR: ports/142360
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
2010-01-13 12:47:20 +00:00
Pav Lucistnik
77f3041fd1
- Remove no-op configure args
...
PR: ports/141232
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
2009-12-10 14:59:46 +00:00
Max Brazhnikov
7cb3294da7
Chase math/gsl update,
...
bump PORTREVISION
2009-12-01 20:33:45 +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
Martin Wilke
208bb41460
- Update MASTER_SITES
...
PR: 138176
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
2009-08-26 10:45:21 +00:00
Tilman Keskinoz
0917520cff
Fix compile with gcc 4.4
...
PR: 136948
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu>
2009-07-25 12:55:07 +00:00
Dirk Meyer
3bbc108312
- update to jpeg7
...
Tested by: pav on pointyhat
2009-07-18 11:11:29 +00:00
Pav Lucistnik
d0f33fd4a7
- Chase fftw3 update
2009-05-18 15:08:58 +00:00
Dennis Herrmann
cf8759b2c9
- Update maintainer mail address
...
PR: ports/133397
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Approved by: tabthorpe (co-mentor)
2009-04-05 20:50:49 +00:00
Thierry Thomas
e972bdec6a
- Upgrade to 2.3.1
...
Changelog at <http://geuz.org/gmsh/doc/VERSIONS.txt >
- Don't depend anymore on math/gsl.
2009-03-19 19:30:08 +00:00
Wesley Shields
6ce638fdbf
- Pass maintainership along.
2009-02-13 15:25:26 +00:00
Thierry Thomas
7de1dcc4e0
Upgrade to 2.3.0.
...
Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS.txt >.
2009-02-04 14:07:54 +00:00
Gerald Pfeifer
3138e30043
No longer pass F77 to CONFIGURE_ENV; this is now done via Mk/bsd.gcc.mk.
...
Add a faster MASTER_SITE.
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
2009-01-17 20:07:38 +00:00
Martin Wilke
3381619583
- Chase gsl shlib bump
2009-01-12 20:37:24 +00:00