| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
o Upwardly binary compatible with 4.1.2, 4.1.1, 4.1, 4.0.1, 4.0, and 3.x versions.
o Bug fix to FFT multiplication code.
o Bug fix to K6 assembly code for gcd.
o Bug fix to IA-64 assembly code for population count.
o Portability improvements, most notably functional AMD64 support.
o Many minor bug fixes.
o Make portlint happy.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
|
|
| |
Approved by: nork (mentor)
|
|
|
|
|
|
|
|
|
|
| |
On Opteron/AMD64 systems with GCC, count_trailing_zeros
in longlong.h may cause errors from the assembler about
incorrect registers used with bsfq.
Submitted by: edwin@mavetju.org
Approved by: Alex Dupre <sysadmin@alexdupre.com>
Obtained from: http://www.swox.com/gmp/#STATUS
|
|
|
|
|
| |
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/48866
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
|
|
|
|
|
|
|
|
|
| |
computations with exact rounding, in GMP.
Take maintainership.
PR: 48640
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: marius@alchemy.franken.de
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
|
|
|
|
|
|
| |
- Fix pkg-comment format
PR: 40796
Submitted by: Ports Fury
|
| |
|
|
|
|
| |
bump portrevision
|
| |
|
| |
|
|
library.
PR: 24268 and 24855
Submitted by: ijliao@terry.dragon2.net and kargl@apl.washington.edu
|