| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Replace USE_BZIP2 by USES=tar:bzip2.
No longer install rebuild-gcj-db48 (which requires bash among others)
and its man page.
Extend full-regression-test by running contrib/test_summary.
Notes:
svn path=/head/; revision=350544
|
|
|
|
|
|
|
|
| |
Set the license to a combination of GPLv3 (for the compiler itself) and
GPLv3 with GCC Runtime Library Exception (for the runtime).
Notes:
svn path=/head/; revision=345607
|
|
|
|
| |
Notes:
svn path=/head/; revision=344321
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Configure with --enable-gnu-indirect-function to enable the "ifunc"
attribute, a GCC extension. [1]
Remove the man7 pages, which we are not packaging, from the staging area
to silence some warnings some are concerned about. [2]
Submitted by: jmg [1], miwi [2]
Discussed with: kib [1], antoine [2]
Notes:
svn path=/head/; revision=344320
|
|
|
|
|
|
|
|
|
|
|
| |
No longer run ccache-update-links as part of post-install which, in
the world of staging, no longer is what it used to be. Rely on the
existing @exec and @unexec in pkg-plist instead. [3]
which should have been in the last revision.
Notes:
svn path=/head/; revision=344031
|
|
|
|
| |
Notes:
svn path=/head/; revision=341744
|
|
|
|
| |
Notes:
svn path=/head/; revision=340674
|
|
|
|
| |
Notes:
svn path=/head/; revision=340362
|
|
|
|
| |
Notes:
svn path=/head/; revision=336605
|
|
|
|
|
|
|
|
|
|
|
|
| |
No longer add -I${LOCALBASE}/include to CFLAGS.
Since we now configure with --with-gmp=${LOCALBASE} this is no longer
necessary, and due to bugs in binutils (which should not install ansidecl.h
into ${PREFIX}/include) and GCC (which should search its own include
directories with higher priority) can lead to build failures.
Notes:
svn path=/head/; revision=335442
|
|
|
|
|
|
|
|
|
|
| |
port and avoid a package name collision with other GCC ports. This
also allows us to remove LATEST_LINK.
On the way update to the 20131121 snapshot of GCC 4.8.3.
Notes:
svn path=/head/; revision=334791
|
|
|
|
| |
Notes:
svn path=/head/; revision=334140
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
coincides with the release of GCC 4.8.2.
Remove a (long) obsolete dependency on bison. [1]
STAGEify.
Reported by: marino [1]
Notes:
svn path=/head/; revision=331743
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
Migrate to the new LIB_DEPENDS standard.
Reported by: portscout [1]
Notes:
svn path=/head/; revision=330248
|
|
|
|
| |
Notes:
svn path=/head/; revision=328099
|
|
|
|
|
|
|
| |
lang)
Notes:
svn path=/head/; revision=327741
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.
Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.
[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup
PR: ports/138228 [2]
Submitted by: jlh (bsd.ssp.mk based on)
Reviewed by: bapt
With hat: portmgr
exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64
Notes:
svn path=/head/; revision=327697
|
|
|
|
|
|
|
| |
Convert from USE_GMAKE to USES=gmake
Notes:
svn path=/head/; revision=327452
|
|
|
|
|
|
|
|
|
|
|
| |
Instead of hardcoding the compiler target as FreeBSD, use the OPSYS
variable to it. This makes no practical difference for FreeBSD, but
it helps DragonFly get properly configured.
Approved by: gerald
Notes:
svn path=/head/; revision=327052
|
|
|
|
|
|
|
|
|
|
|
| |
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).
Co-authors: bapt, madpilot and bsam (me)
Notes:
svn path=/head/; revision=326316
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
full bootstrap of GCC and just running a simple build.
Bootstrapping is the default upstream, and for very stable and old
flavors of GCC we disable this by default since that is a huge win
in terms of build time of the port. No change in default behavior
for this port -- for the time being we continue to bootstrap.
Update to the 20130822 snapshot of GCC 4.8.2.
Notes:
svn path=/head/; revision=325321
|
|
|
|
|
|
|
| |
Update to the 20130815 snapshot of GCC 4.8.2.
Notes:
svn path=/head/; revision=324866
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adjust the scheme used for PORTVERSION such that snapshots compare
less than the actual release (and no EPOCH bump becomes necessary
at end of life of a release series). [1]
Rename VERSIONSTRING to the standard DISTVERSION. [2]
Add more notes on the various variables carrying version information.
Suggested by: tijl [1], crees [2]
Notes:
svn path=/head/; revision=324592
|
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
Notes:
svn path=/head/; revision=316662
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=316154
|
|
|
|
|
|
|
|
|
|
| |
libffi and its info and man pages which was always meant to remain for
internal use only.
Feature safe: yes
Notes:
svn path=/head/; revision=316124
|
|
|
|
|
|
|
| |
from mainline.
Notes:
svn path=/head/; revision=315554
|
|
|
|
|
|
|
|
|
| |
coincides with that release.
Details can be found at http://gcc.gnu.org/gcc-4.8/changes.html .
Notes:
svn path=/head/; revision=315116
|
|
|
|
| |
Notes:
svn path=/head/; revision=314077
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Notes:
svn path=/head/; revision=313635
|
|
|
|
|
|
|
| |
with texinfo 5.0 just fine.
Notes:
svn path=/head/; revision=313499
|
|
|
|
|
|
|
| |
stabilization fixes.
Notes:
svn path=/head/; revision=313259
|
|
|
|
|
|
|
|
|
| |
one in all cases.
On the way, update to the 20130210 snapshot of GCC 4.8.0.
Notes:
svn path=/head/; revision=312374
|
|
|
|
| |
Notes:
svn path=/head/; revision=311994
|
|
|
|
|
|
|
|
|
|
|
|
| |
instead of including a pre-built version of the Eclipse Java Compiler
(ECJ) ourselves. [1]
On the way, update to the 20130113 snapshot of GCC 4.8.0.
PR: 175072
Notes:
svn path=/head/; revision=310702
|
|
|
|
|
|
|
|
| |
This brings a new merge with upstream libffi and a new info
document (libffi.info) as well as a new man page.
Notes:
svn path=/head/; revision=310233
|
|
|
|
|
|
|
|
|
|
|
| |
to the unwinder interface to get FreeBSD/ia64 build. [1]
Update to the 20121216 snapshot of GCC 4.8.0.
Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk> [1]
Notes:
svn path=/head/; revision=309143
|
|
|
|
|
|
|
|
|
| |
Without this, the libiberty build fails locating ar.
Also update to the 20121209 snapshot of 4.8.0.
Notes:
svn path=/head/; revision=308776
|
|
|
|
|
|
|
|
|
|
| |
This enables support for libbacktrace and thus nicer backtraces
should the compiler fail on FreeBSD.
Feature safe: yes
Notes:
svn path=/head/; revision=308288
|
|
|
|
|
|
|
|
|
|
| |
Update to the 20121014 snapshot of GCC 4.8.0.
Submitted by: jkim [1]
Feature safe: yes
Notes:
svn path=/head/; revision=306819
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On the way rename %%GCC_VER%% in pkg-plist to %%GCC_VERSION%% and
make the Makefile machinery a bit more generic to minimize differences
between lang/gcc ports based on releases and those based on snapshots.
On the way, update to the 20120930 snapshot of GCC 4.8.0.
Submitted by: jkim [1]
Notes:
svn path=/head/; revision=305091
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
an issue that is being in the works right now.)
Cut down the comments at the top of Makefile per recent guidance.
Revamp the handling of different languages (frontends, run-times)
by GCC to allow for orthogonal setting them in the future. [1]
Print the list of languages being built as part of pre-everything
and shorten the output of operating system and version there.
Inspired by: jkim [1]
Notes:
svn path=/head/; revision=305019
|
|
|
|
|
|
|
|
| |
support for OpenBSD/x86_64 if anyone is interested in building
for that).
Notes:
svn path=/head/; revision=303665
|
|
|
|
| |
Notes:
svn path=/head/; revision=303220
|
|
|
|
| |
Notes:
svn path=/head/; revision=302870
|
|
|
|
| |
Notes:
svn path=/head/; revision=302868
|
|
|
|
| |
Notes:
svn path=/head/; revision=302313
|
|
|
|
|
|
|
| |
On the way update to the 20120729 snapshot of GCC 4.8.0.
Notes:
svn path=/head/; revision=301717
|