| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=487272
|
|
|
|
|
|
|
| |
version 1.1.0 (via revision 464079).
Notes:
svn path=/head/; revision=464084
|
|
|
|
|
|
|
| |
other miscellaneous files that are not actually manual pages (part 2).
Notes:
svn path=/head/; revision=458739
|
|
|
|
|
|
|
|
|
| |
- Pet portlint: reorder LICENSE knobs
Changes: https://github.com/Unidata/netcdf-c/releases
Notes:
svn path=/head/; revision=452602
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
| |
Notes:
svn path=/head/; revision=390310
|
|
|
|
|
|
|
| |
Reported by: Scott Allendorf <scott-allendorf (at) uiowa.edu>
Notes:
svn path=/head/; revision=379709
|
|
|
|
| |
Notes:
svn path=/head/; revision=379397
|
|
|
|
| |
Notes:
svn path=/head/; revision=375598
|
|
|
|
| |
Notes:
svn path=/head/; revision=375594
|
|
|
|
|
|
|
|
| |
PR: 193899
Submitted by: tkato432@yahoo.com
Notes:
svn path=/head/; revision=369531
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=357605
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=352855
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=347809
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=331644
|
|
|
|
|
|
|
| |
math)
Notes:
svn path=/head/; revision=327746
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
Notes:
svn path=/head/; revision=322622
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix LIB_DEPENDS
- Add option for XmHTML support
Feature safe: yes
PR: ports/174177
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=308462
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=307338
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=307216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=305610
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
| |
the plist and bump portrevision
Spotted by: (pointyhat) pkgng exp-run
Notes:
svn path=/head/; revision=288983
|
|
|
|
| |
Notes:
svn path=/head/; revision=288888
|
|
|
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes:
svn path=/head/; revision=279506
|
|
|
|
| |
Notes:
svn path=/head/; revision=273475
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
|
| |
PR: 146383
Submitted by: Tom Russo <russo@bogodyn.org>
Notes:
svn path=/head/; revision=255824
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
| |
Tested by: pav on pointyhat
Notes:
svn path=/head/; revision=238018
|
|
|
|
|
|
|
|
| |
PR: 124848
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=215610
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=211584
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog at <http://plasma-gate.weizmann.ac.il/Grace/doc/CHANGES.html>
- Chase NetCDF's upgrade;
- Move from $X11BASE to $LOCALBASE.
Suggested by: Xavier Otazu <xotazu (at) cvc.uab.es> (1)
Notes:
svn path=/head/; revision=190821
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 3.6.2
graphics/gmt
math/grace
math/gri
math/p5-NetCDF
math/py-scientific
math/ruby-netcdf
science/gnudatalanguage
science/minc
science/minc2
science/v_sim
science/vis5d+
- Bump PORTREVISION for the changing of science/netcdf's major library version number
PR: 111347
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
Approved by: clsung (mentor)
Notes:
svn path=/head/; revision=189624
|
|
|
|
| |
Notes:
svn path=/head/; revision=175052
|
|
|
|
|
|
|
|
| |
Changelog at
<http://plasma-gate.weizmann.ac.il/Grace/phpbb/viewtopic.php?t=610>.
Notes:
svn path=/head/; revision=164512
|
|
|
|
| |
Notes:
svn path=/head/; revision=162032
|
|
|
|
|
|
|
|
|
| |
PR: 92497
Submitted by: /me
Repocopied by: marcus
Notes:
svn path=/head/; revision=154853
|
|
|
|
|
|
|
|
|
| |
Since I'm there, add some mirrors.
Reminded by: edwin's Ports Version Check.
Notes:
svn path=/head/; revision=151047
|
|
|
|
| |
Notes:
svn path=/head/; revision=149492
|
|
|
|
| |
Notes:
svn path=/head/; revision=148129
|
|
|
|
|
|
|
|
|
|
| |
(see http://lists.freebsd.org/pipermail/freebsd-questions/2005-October/102547.html)
PR: -
Submitted by: "Rob" <spamrefuse@yahoo.com>
Notes:
svn path=/head/; revision=146702
|
|
|
|
|
|
|
| |
o) Update to 5.1.18
Notes:
svn path=/head/; revision=130100
|
|
|
|
| |
Notes:
svn path=/head/; revision=124629
|
|
|
|
| |
Notes:
svn path=/head/; revision=119596
|
|
|
|
| |
Notes:
svn path=/head/; revision=119585
|