/x11-wm/mlvwm/

alt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/math/grace
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-8/+8
| | | | | With hat: portmgr Sponsored by: Absolight
* Convert to USES=jpegantoine2015-06-231-2/+1
|
* Fix man pages.thierry2015-02-241-9/+10
| | | | Reported by: Scott Allendorf <scott-allendorf (at) uiowa.edu>
* Upgrade to 5.1.25.thierry2015-02-202-4/+3
|
* Bump portrevision after png updatebapt2014-12-261-0/+1
|
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1
|
* - Update to 5.1.24wen2014-09-295-58/+47
| | | | | PR: 193899 Submitted by: tkato432@yahoo.com
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Add staging supportpawel2014-06-122-84/+42
| | | | | | | - Convert to new LIB_DEPENDS format, options helpers - Rework project Makefiles to install it's files to our standard paths instead of huge do-install target - Don't install SGML doc files, there are already generated HTML, DVI ones
* - Update to 4.3.2 (from science/netcdf4)sunpoet2014-05-031-2/+2
| | | | | | | | - Bump PORTREVISION for science/netcdf shlib change and dependency change from science/netcdf4 to science/netcdf [1] Changes: http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html Approved by: portmgr (bapt) [1]
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
| | | | | | | | | | | 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)
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | math)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Convert from USE_MOTIF to USES=motifbapt2013-07-101-2/+1
| | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment
* - Update MASTER_SITESbeech2012-12-081-10/+16
| | | | | | | | | | - Fix LIB_DEPENDS - Add option for XmHTML support Feature safe: yes PR: ports/174177 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update MASTER_SITESmakc2012-11-121-4/+4
| | | | | | | | - Remove needless dependency on graphics/tiff - Use xdg-open for help viewer Submitted by: KATO Tsuguru <tkato432 at yahoo.com> via mail Feature safe: yes
* - Update to version 5.1.23 [1]makc2012-11-095-85/+51
| | | | | | | | | | | | - Reformat description [1] - Trim Makefile header [1] - Add options: FFTW NETCDF PDF [2] PR: ports/172723 [1], based on ports/166117 [2] Submitted by: KATO Tsuguru <tkato432 at yahoo.com> [1], Momchil Ivanov <momchil at xaxo.eu> [2] Feature safe: yes
* Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-101-0/+1
| | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings.
* - update png to 1.5.10dinoex2012-06-012-2/+21
|
* %%%DATADIR%%/examples and %%%DATADIR%%/doc are symlinks not directories, fix ↵bapt2012-01-122-3/+3
| | | | | | the plist and bump portrevision Spotted by: (pointyhat) pkgng exp-run
* Chase pdflib.so version and bump PORTREVISION accordingly.ale2012-01-101-2/+2
|
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+0
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Bump PORTREVISION after open-mofit updatemakc2011-05-021-1/+1
|