Port details |
- gcc Meta-port for the default version of the GNU Compiler Collection
- 12_5 lang
=22 12_5Version of this port present on the latest quarterly branch. - Maintainer: gerald@FreeBSD.org
 - Port Added: 2011-09-25 22:00:33
- Last Update: 2023-04-23 09:09:58
- Commit Hash: 8d3e020
- People watching this port, also watch:: python27, binutils, pkg, bash, sqlite3
- License: not specified in port
- WWW:
- https://gcc.gnu.org
- Description:
- GCC, the GNU Compiler Collection, supports a number of languages. This
port pulls in the default version of GCC in the Ports Collection, and
defines symlinks called gcc, g++, and gfortran.
Gerald Pfeifer <gerald@FreeBSD.org>
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/gcc/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/gcc
- pkg install gcc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gcc
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- gcc12 : lang/gcc12
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- lang_gcc
- USES:
- cpe
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.6.2 12 Nov 2011 13:39:15
 |
gerald  |
Update to the GCC 4.6.2 release with a fair amount of bug fixes all
across the board, cf.
http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.6.
for details.
Feature safe: yes |
4.6.1 27 Sep 2011 21:26:13
 |
gerald  |
Omit LATEST_LINK to disambiguate this port from the original lang/gcc46.
Discussed with: erwin |
4.6.1 26 Sep 2011 00:54:38
 |
gerald  |
Welcome the new lang/gcc port! This shall track our preferred version
of GCC (usually an upstream release). It starts out as GCC 4.6.1 and
is thus in conflict with lang/gcc46 and will move towards later minor
versions of GCC 4.6 and then on to GCC 4.7.
lang/gcc will provide gcc46, g++46, gfortran46 etc. exactly like
lang/gcc46 with which it is interchangible.
This is also planned to be in sync with our existing USE_FORTRAN knob
so that users have the option of using this port, rarely updated, or
the corresponding lang/gcc46 which follows weekly upstream snapshots.
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.
PR: 156857 |
4.6.2.20110916 25 Sep 2011 21:59:27
 |
gerald  |
Forced commit to document the repocopy of lang/gcc46 to lang/gcc. |