diff options
author | gerald <gerald@FreeBSD.org> | 2017-05-28 07:27:21 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-05-28 07:27:21 +0800 |
commit | 0db52ccab15accfe71aace678c2f7476b6d91def (patch) | |
tree | d646330b3adbc25d86292a5735c1176b46a96994 /lang/gcc/distinfo | |
parent | bc7488d9ccc54a0c5d22a93ef6e827f49f3b947c (diff) | |
download | freebsd-ports-gnome-0db52ccab15accfe71aace678c2f7476b6d91def.tar.gz freebsd-ports-gnome-0db52ccab15accfe71aace678c2f7476b6d91def.tar.zst freebsd-ports-gnome-0db52ccab15accfe71aace678c2f7476b6d91def.zip |
Essentially replace (or rather reinvent) the lang/gcc port, which more
or less ended up identical to lang/gcc5 now that we differentiate between
lang/gccX-devel and lang/gccX ports, by (or as) a meta-port that pulls in
the respective lang/gccX port (based on the setting of $GCC_DEFAULT) and
defines gcc, g++, and gfortran as symlinks to the respective versioned
binaries.
This is the end of a long journey establishing this infrastructure
which is now similar to the one of the python ports, for example,
and makes upgrading the default as well as adjusting the default
locally a lot easier.
(PORTVERSION remains at 5.4.0 for now to avoid PORTEPOCH, but
PORTREVISION gets a bump.)
Suggested by: tijl (a while ago)
Diffstat (limited to 'lang/gcc/distinfo')
-rw-r--r-- | lang/gcc/distinfo | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/gcc/distinfo b/lang/gcc/distinfo deleted file mode 100644 index 12940e9fa154..000000000000 --- a/lang/gcc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1490558722 -SHA256 (gcc-5.4.0.tar.bz2) = 608df76dec2d34de6558249d8af4cbee21eceddbcb580d666f7a5a583ca3303a -SIZE (gcc-5.4.0.tar.bz2) = 95661481 |