mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Deprecate devel/cpuflags
It's supposed to "return appropriate gcc flags to optimise compilation for the current CPU", but it does not recognize modern CPUs. MASTER_SITES is dead, no upstream is given in pkg-descr. pkgsrc has a newer version 1.43 from 3 years ago, but for modern compilers just using -march=native is probably a better alternative. PR: 235993
This commit is contained in:
parent
0d3082210b
commit
2a6c482fdb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493762
@ -9,6 +9,9 @@ MASTER_SITES= http://awesom.eu/~acieroid/files/ports/${PORTNAME}/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Determine compiler flags to best target current cpu
|
||||
|
||||
DEPRECATED= does not recognize modern CPUs; use -march=native instead
|
||||
EXPIRATION_DATE= 2019-03-03
|
||||
|
||||
post-install:
|
||||
${REINPLACE_CMD} -i '' -e "s,@@SH@@,${SH:Q}," ${STAGEDIR}${PREFIX}/bin/cpuflags
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user