1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

- Mark broken on 10.x+ amd64:

cc: error: unsupported option '-fpcc-struct-return' for target 'x86_64-unknown-freebsd10.1'

- Mark deprecated and set expiration data in T + 1 month: the port is no longer useful as base grep has coloring support

PR:		199593
Submitted by:	amdmi3
Approved by:	azet@azet.org
This commit is contained in:
Dmitry Marakasov 2015-04-24 18:50:57 +00:00
parent b6aadf62b2
commit 22482e275d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384673

View File

@ -12,4 +12,13 @@ COMMENT= Nice Highlighting Hack for grep
WRKSRC= ${WRKDIR}/hgrep
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000 && ${ARCH} == amd64
BROKEN= does not build on 10.x+ amd64
.endif
DEPRECATED= Not needed any more: base grep has coloring support
EXPIRATION_DATE= 2015-05-31
.include <bsd.port.post.mk>