Antoine Brodin
6e5719ca80
Convert to USES=jpeg
2015-06-22 18:33:20 +00:00
Stephen Montgomery-Smith
234f329b64
- Update to 2.9.3.
2015-04-20 20:45:00 +00:00
Stephen Montgomery-Smith
a49547e660
- Update to 2.9.2.
...
PR: 199254
Submitted by: Thierry Thomas
2015-04-06 23:09:51 +00:00
Baptiste Daroussin
1c08288d89
Mark as broken unfetchable ports
2015-04-05 18:34:45 +00:00
Stephen Montgomery-Smith
e53213c71e
- Update to 2.9.0.
...
- Add missing run dependency to science/getdp.
2015-03-13 21:52:58 +00:00
Baptiste Daroussin
bb21093773
Bump portrevision after png update
2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
2014-12-25 19:04:25 +00:00
Stephen Montgomery-Smith
dcc9f5e5b8
- Patch to fix build error.
...
- Bump portrevision.
Reference: http://beefy2.isc.freebsd.org/data/10amd64-default/2014-11-26_04h02m22s/logs/gmsh-2.8.5.log
Obtained from: Comparing to development branch of gmsh.
2014-11-28 20:21:17 +00:00
Stephen Montgomery-Smith
049888a68b
- Update to 2.8.5 and chase cad/opencascade.
...
PR: ports/195173
Submitted by: Thierry Thomas <thierry@FreeBSD.org>
2014-11-22 17:46:21 +00:00
Baptiste Daroussin
afb0da4983
Cleanup plist
2014-10-20 07:19:22 +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
Adam Weinberger
a84c115a09
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
...
Approved by: portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Adam Weinberger
195a103c5b
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
2014-07-15 15:00:15 +00:00
Stephen Montgomery-Smith
cc35c50824
- Removed license, because the situation is complex.
2014-06-22 22:37:05 +00:00
Stephen Montgomery-Smith
0d39304e87
- Put the NO_CDROM option in the correct place.
...
Pointed out by: mat@
Pointy hat: stephen@
2014-06-21 18:56:50 +00:00
Stephen Montgomery-Smith
ae54340702
- Slightly reword the NO_CDROM option.
2014-06-21 18:35:52 +00:00
Stephen Montgomery-Smith
34e6154c89
- Add NO_CDROM if tetgen or metis options are set.
2014-06-21 18:32:37 +00:00
Jimmy Olgeni
37e782dfbc
Remove indefinite articles and trailing periods from COMMENT, plus
...
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt)
2014-06-09 11:21:52 +00:00
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