mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
No longer define CPE_VERSION for ports tracking releases of GCC since
there the default of PORTREVISION is just fine.
This commit is contained in:
parent
804e74c1a9
commit
0e341eae57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433247
4 changed files with 0 additions and 4 deletions
|
@ -25,7 +25,6 @@ BUILD_DEPENDS+= runtest:misc/dejagnu
|
|||
.endif
|
||||
|
||||
CPE_VENDOR= gnu
|
||||
CPE_VERSION= ${GCC_VERSION}
|
||||
|
||||
# GCC_VERSION and SUFFIX relate to names of executables and directories
|
||||
# once installed.
|
||||
|
|
|
@ -26,7 +26,6 @@ BUILD_DEPENDS+= runtest:misc/dejagnu
|
|||
|
||||
CONFLICTS= gcc-4.9.*
|
||||
CPE_VENDOR= gnu
|
||||
CPE_VERSION= ${GCC_VERSION}
|
||||
|
||||
# GCC_VERSION and SUFFIX relate to names of executables and directories
|
||||
# once installed.
|
||||
|
|
|
@ -24,7 +24,6 @@ BUILD_DEPENDS+= runtest:misc/dejagnu
|
|||
.endif
|
||||
|
||||
CPE_VENDOR= gnu
|
||||
CPE_VERSION= ${GCC_VERSION}
|
||||
|
||||
GCC_VERSION= ${PORTVERSION}
|
||||
SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/}
|
||||
|
|
|
@ -24,7 +24,6 @@ BUILD_DEPENDS+= runtest:misc/dejagnu
|
|||
.endif
|
||||
|
||||
CPE_VENDOR= gnu
|
||||
CPE_VERSION= ${GCC_VERSION}
|
||||
|
||||
GCC_VERSION= ${PORTVERSION}
|
||||
SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/}
|
||||
|
|
Loading…
Add table
Reference in a new issue