mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00: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
@ -25,7 +25,6 @@ BUILD_DEPENDS+= runtest:misc/dejagnu
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
CPE_VENDOR= gnu
|
CPE_VENDOR= gnu
|
||||||
CPE_VERSION= ${GCC_VERSION}
|
|
||||||
|
|
||||||
# GCC_VERSION and SUFFIX relate to names of executables and directories
|
# GCC_VERSION and SUFFIX relate to names of executables and directories
|
||||||
# once installed.
|
# once installed.
|
||||||
|
@ -26,7 +26,6 @@ BUILD_DEPENDS+= runtest:misc/dejagnu
|
|||||||
|
|
||||||
CONFLICTS= gcc-4.9.*
|
CONFLICTS= gcc-4.9.*
|
||||||
CPE_VENDOR= gnu
|
CPE_VENDOR= gnu
|
||||||
CPE_VERSION= ${GCC_VERSION}
|
|
||||||
|
|
||||||
# GCC_VERSION and SUFFIX relate to names of executables and directories
|
# GCC_VERSION and SUFFIX relate to names of executables and directories
|
||||||
# once installed.
|
# once installed.
|
||||||
|
@ -24,7 +24,6 @@ BUILD_DEPENDS+= runtest:misc/dejagnu
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
CPE_VENDOR= gnu
|
CPE_VENDOR= gnu
|
||||||
CPE_VERSION= ${GCC_VERSION}
|
|
||||||
|
|
||||||
GCC_VERSION= ${PORTVERSION}
|
GCC_VERSION= ${PORTVERSION}
|
||||||
SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/}
|
SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/}
|
||||||
|
@ -24,7 +24,6 @@ BUILD_DEPENDS+= runtest:misc/dejagnu
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
CPE_VENDOR= gnu
|
CPE_VENDOR= gnu
|
||||||
CPE_VERSION= ${GCC_VERSION}
|
|
||||||
|
|
||||||
GCC_VERSION= ${PORTVERSION}
|
GCC_VERSION= ${PORTVERSION}
|
||||||
SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/}
|
SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/}
|
||||||
|
Loading…
Reference in New Issue
Block a user