Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2015 18:50:58 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384673 - head/textproc/hgrep
Message-ID:  <201504241850.t3OIowB6051642@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Apr 24 18:50:57 2015
New Revision: 384673
URL: https://svnweb.freebsd.org/changeset/ports/384673

Log:
  - 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

Modified:
  head/textproc/hgrep/Makefile

Modified: head/textproc/hgrep/Makefile
==============================================================================
--- head/textproc/hgrep/Makefile	Fri Apr 24 18:41:36 2015	(r384672)
+++ head/textproc/hgrep/Makefile	Fri Apr 24 18:50:57 2015	(r384673)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504241850.t3OIowB6051642>