Skip to content
Permalink
Browse files

gcc{6,7,8}: Add revision comment for future changes

  • Loading branch information
cjones051073 committed Apr 3, 2019
1 parent 1d2a904 commit 16f6086a203d50d1d90b15eced854e12b46a0455
Showing with 6 additions and 0 deletions.
  1. +2 −0 lang/gcc6/Portfile
  2. +2 −0 lang/gcc7/Portfile
  3. +2 −0 lang/gcc8/Portfile
@@ -7,6 +7,8 @@ PortGroup compiler_blacklist_versions 1.0
name gcc6
epoch 3
version 6.5.0
# warning : Due to past problems avoid revisions 2 and 3 with 6.5.0.
# If this version needs to be bumped in the future, go to 4.
revision 1
subport libgcc6 { revision 1 }
platforms darwin
@@ -7,6 +7,8 @@ PortGroup compiler_blacklist_versions 1.0
name gcc7
epoch 3
version 7.4.0
# warning : Due to past problems avoid revisions 1 and 2 with 7.4.0.
# If this version needs to be bumped in the future, go to 3.
revision 0
subport libgcc7 { revision 0 }
platforms darwin
@@ -7,6 +7,8 @@ PortGroup compiler_blacklist_versions 1.0
epoch 3
name gcc8
version 8.3.0
# warning : Due to past problems avoid revisions 1 and 2 with 8.3.0.
# If this version needs to be bumped in the future, go to 3.
revision 0
subport libgcc8 { revision 0 }
platforms darwin

0 comments on commit 16f6086

Please sign in to comment.
You can’t perform that action at this time.