Skip to content

Commit

Permalink
lang/gcc8: Remove expired port
Browse files Browse the repository at this point in the history
2023-12-31 lang/gcc8: Unsupported by upstream. Use GCC 11 or newer instead.
  • Loading branch information
5u623l20 committed Dec 31, 2023
1 parent 559cd20 commit 8738260
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 632 deletions.
1 change: 1 addition & 0 deletions MOVED
Expand Up @@ -8294,3 +8294,4 @@ net/wireguard||2023-12-31|Has expired: Only useful for FreeBSD 12 which is EoL s
net/wireguard-kmod||2023-12-31|Has expired: Only useful for FreeBSD 12 which is EoL soon
www/py-dj41-django-js-asset|www/py-dj42-django-js-asset|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj41-django-timezone-field|www/py-dj42-django-timezone-field|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
lang/gcc8||2023-12-31|Has expired: Unsupported by upstream. Use GCC 11 or newer instead.
6 changes: 1 addition & 5 deletions Mk/bsd.default-versions.mk
Expand Up @@ -56,13 +56,9 @@ FPC_DEFAULT?= 3.2.2
. else
FPC_DEFAULT?= 3.3.1
. endif
# Possible values: 8 (last to support powerpcspe), 9, 10, 11, 12
# Possible values: 9, 10, 11, 12
# (Any other version is completely unsupported and not meant for general use.)
. if ${ARCH} == "powerpcspe"
GCC_DEFAULT?= 8
. else
GCC_DEFAULT?= 12
. endif
# Possible values: 10
GHOSTSCRIPT_DEFAULT?= 10
# Possible values: mesa-libs, mesa-devel
Expand Down
2 changes: 1 addition & 1 deletion Mk/bsd.gcc.mk
Expand Up @@ -35,7 +35,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org
# All GCC versions supported by this framework.
#
# When updating this, keep Mk/bsd.default-versions.mk in sync.
GCCVERSIONS= 4.8 8 9 10 11 12 13 14
GCCVERSIONS= 4.8 9 10 11 12 13 14

# No configurable parts below this. ####################################
#
Expand Down
1 change: 0 additions & 1 deletion lang/Makefile
Expand Up @@ -94,7 +94,6 @@
SUBDIR += gcc14-devel
SUBDIR += gcc48
SUBDIR += gcc6-aux
SUBDIR += gcc8
SUBDIR += gcc9
SUBDIR += gforth
SUBDIR += ghc
Expand Down
155 changes: 0 additions & 155 deletions lang/gcc8/Makefile

This file was deleted.

3 changes: 0 additions & 3 deletions lang/gcc8/distinfo

This file was deleted.

106 changes: 0 additions & 106 deletions lang/gcc8/files/patch-arm-unwind-cxx-support

This file was deleted.

21 changes: 0 additions & 21 deletions lang/gcc8/files/patch-clang-vec_step

This file was deleted.

0 comments on commit 8738260

Please sign in to comment.