| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
2024-05-01 lang/gcc48: Unsupported by upstream since 2015. Use GCC 10 or newer instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
command-line options. According to POSIX, string comparisons (and
hence sorting) are to be performed based on the locale's collating
order. Alas GNU AWK only does so in POSIX mode, whereas starting
with FreeBSD 11 we do so by default, running into a bug (or false
assumption) with that script used by GCC.
Setting MAKE_ARGS such that AWK is always invoked in the C locale
works around this bug.
PR: 210122, 211742
Submitted by: jkim
Notes:
svn path=/head/; revision=420267
|
|
|
|
|
|
|
|
| |
branch -- no more releases nor snapshots nor even commits on this
branch are to be expected.
Notes:
svn path=/head/; revision=390445
|
|
|
|
| |
Notes:
svn path=/head/; revision=389297
|
|
|
|
| |
Notes:
svn path=/head/; revision=387093
|
|
|
|
|
|
|
|
|
| |
Merge MASTER_SITES and MASTER_SITE_SUBDIR into just the former. [1]
Suggested by: mat [1]
Notes:
svn path=/head/; revision=384981
|
|
|
|
| |
Notes:
svn path=/head/; revision=383128
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add CPE information. [1]
Use PKGNAMESUFFIX so that PORTNAME falls back to plain gcc and we
can avoid setting DISTNAME and CPE_PRODUCT. [2]
PR: 198260 [1]
Submitted by: shun.fbsd.pr@dropcut.net [1]
Suggested by: mat [2]
Notes:
svn path=/head/; revision=381969
|
|
|
|
| |
Notes:
svn path=/head/; revision=379063
|
|
|
|
| |
Notes:
svn path=/head/; revision=378227
|
|
|
|
| |
Notes:
svn path=/head/; revision=377829
|
|
|
|
|
|
|
|
| |
the GCC 4.8.4 release that the lang/gcc port is at, and likely will
lead to the last release on this branch.
Notes:
svn path=/head/; revision=376815
|
|
|
|
| |
Notes:
svn path=/head/; revision=374997
|
|
|
|
| |
Notes:
svn path=/head/; revision=373054
|
|
|
|
| |
Notes:
svn path=/head/; revision=372391
|
|
|
|
| |
Notes:
svn path=/head/; revision=372114
|
|
|
|
| |
Notes:
svn path=/head/; revision=371487
|
|
|
|
|
|
|
|
| |
Remove all traces of @dirrm from the dynamically generated part of
pkg-plist.
Notes:
svn path=/head/; revision=371208
|
|
|
|
| |
Notes:
svn path=/head/; revision=370631
|
|
|
|
|
|
|
| |
Remove all instances of @dirrm from pkg-plist.
Notes:
svn path=/head/; revision=370501
|
|
|
|
| |
Notes:
svn path=/head/; revision=368653
|
|
|
|
| |
Notes:
svn path=/head/; revision=368024
|
|
|
|
| |
Notes:
svn path=/head/; revision=367510
|
|
|
|
| |
Notes:
svn path=/head/; revision=366832
|
|
|
|
| |
Notes:
svn path=/head/; revision=364568
|
|
|
|
| |
Notes:
svn path=/head/; revision=362970
|
|
|
|
|
|
|
|
| |
Also clean *.la files in LIBEXEC, and recursively so, here and for
TARGLIB.
Notes:
svn path=/head/; revision=361499
|
|
|
|
| |
Notes:
svn path=/head/; revision=359614
|
|
|
|
| |
Notes:
svn path=/head/; revision=359106
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add support for "-fstack-protector-strong". This extends the
WITH_SSP_PORTS Makefile option in FreeBSD which adds "-fstack-protector"
and "-fstack-protector-all" command-line options that add extra code to
check for buffer overflows to ports built that way, cf.
https://gcc.gnu.org/onlinedocs/gcc-4.8.3/gcc/Optimize-Options.html
While this was a good first step, those switches offer too little
protection or too much overhead and so Google contributed a balanced
"-fstack-protector-strong". [1]
PR: 186852 [1]
Submitted by: software-freebsd@interfasys.ch [1]
Notes:
svn path=/head/; revision=357238
|
|
|
|
|
|
|
| |
GCC 4.8.3 release.
Notes:
svn path=/head/; revision=355315
|
|
|
|
| |
Notes:
svn path=/head/; revision=353751
|
|
|
|
| |
Notes:
svn path=/head/; revision=352629
|
|
|
|
|
|
|
|
|
| |
Add pkg-message that references the need to use -Wl,-rpath=... . [1]
PR: 185902 [1]
Notes:
svn path=/head/; revision=351167
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
Migrate to the new LIB_DEPENDS standard.
Reported by: portscout [1]
Notes:
svn path=/head/; revision=330248
|
|
|
|
| |
Notes:
svn path=/head/; revision=328099
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|