Permalink
Browse files
gcc{6,7,8}: Add revision comment for future changes
- Loading branch information
Showing
with
6 additions
and
0 deletions.
-
+2
−0
lang/gcc6/Portfile
-
+2
−0
lang/gcc7/Portfile
-
+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 |
|
|
|