| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=341413
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
science)
Notes:
svn path=/head/; revision=327767
|
|
|
|
| |
Notes:
svn path=/head/; revision=325401
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=307152
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=307151
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
| |
Notes:
svn path=/head/; revision=276984
|
|
|
|
| |
Notes:
svn path=/head/; revision=275781
|
|
|
|
|
|
|
| |
Approved by: maho (mentor)
Notes:
svn path=/head/; revision=275537
|
|
|
|
|
|
|
| |
and LIB_DEPENDS of dependent ports
Notes:
svn path=/head/; revision=273882
|
|
|
|
| |
Notes:
svn path=/head/; revision=251666
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
| |
bump PORTREVISION
Notes:
svn path=/head/; revision=245074
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=244447
|
|
|
|
|
|
|
|
|
| |
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr
Notes:
svn path=/head/; revision=241308
|
|
|
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
Notes:
svn path=/head/; revision=238701
|
|
|
|
|
|
|
|
|
| |
PR: ports/133397
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Approved by: tabthorpe (co-mentor)
Notes:
svn path=/head/; revision=231669
|
|
|
|
| |
Notes:
svn path=/head/; revision=228215
|
|
|
|
|
|
|
|
|
| |
Mk/bsd.gcc.mk.And for this port, CONFIGURE_ENV was bogus to begin with.
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
Notes:
svn path=/head/; revision=226322
|
|
|
|
| |
Notes:
svn path=/head/; revision=225875
|
|
|
|
| |
Notes:
svn path=/head/; revision=225403
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
| |
Approved by: thierry (mentor)
Notes:
svn path=/head/; revision=210850
|
|
|
|
|
|
|
|
|
| |
gfortran has intrinsic etime and we should use it.
Submitted by: linimon
Notes:
svn path=/head/; revision=202259
|
|
|
|
|
|
|
| |
effect with bsd.port.mk 1.586.
Notes:
svn path=/head/; revision=200123
|
|
|
|
| |
Notes:
svn path=/head/; revision=195551
|
|
|
|
| |
Notes:
svn path=/head/; revision=194427
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
| |
with letter o-z
Notes:
svn path=/head/; revision=189335
|
|
|
|
|
|
|
|
|
|
| |
* Bump port revision.
* Use gfortran compiled lapack.
Submitted by: kris via pointyhat.
Notes:
svn path=/head/; revision=182578
|
|
|
|
|
|
|
| |
- portlint(1)
Notes:
svn path=/head/; revision=161457
|
|
|
|
|
|
|
| |
Changelog at <http://geuz.org/getdp/doc/VERSIONS>.
Notes:
svn path=/head/; revision=157610
|
|
|
|
|
|
|
| |
Changelog at <http://geuz.org/getdp/doc/VERSIONS>.
Notes:
svn path=/head/; revision=157281
|
|
|
|
| |
Notes:
svn path=/head/; revision=150782
|
|
|
|
| |
Notes:
svn path=/head/; revision=149449
|
|
|
|
| |
Notes:
svn path=/head/; revision=141060
|
|
|
|
|
|
|
| |
Obtained from: thierry
Notes:
svn path=/head/; revision=134513
|
|
|
|
| |
Notes:
svn path=/head/; revision=134498
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
According to Hiroki Sato:
"In teTeX 3.0, pdfetex is used for a DVI output, so the texinfo.tex
always detects the PDF output feature. Although there are several means
to fix this problem, I think disabling such detection should be simple
and enough."
Reported by: kris via pointyhat
Obtained from: hrs
Notes:
svn path=/head/; revision=129386
|
|
|
|
| |
Notes:
svn path=/head/; revision=128172
|
|
|
|
|
|
|
| |
Reported by: Kris via pointyhat.
Notes:
svn path=/head/; revision=122334
|
|
finite elements.
Suggested by: Pedro F. Giffuni.
Notes:
svn path=/head/; revision=121709
|