Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 23:02:32 +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: r389873 - head/mail/qsheff
Message-ID:  <201506162302.t5GN2WrV060091@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 16 23:02:31 2015
New Revision: 389873
URL: https://svnweb.freebsd.org/changeset/ports/389873

Log:
  - Mark BROKEN on < 10.x:
  
  /usr/local/include/clamav.h:167: error: expected identifier or '(' before '/' token
  /usr/local/include/clamav.h:167: error: stray '#' in program
  
  MFH:		2015Q2

Modified:
  head/mail/qsheff/Makefile

Modified: head/mail/qsheff/Makefile
==============================================================================
--- head/mail/qsheff/Makefile	Tue Jun 16 23:02:07 2015	(r389872)
+++ head/mail/qsheff/Makefile	Tue Jun 16 23:02:31 2015	(r389873)
@@ -17,6 +17,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	${LOCALBASE}/bin/ripmime:${PORTSDIR}/mail/ripmime
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+BROKEN_FreeBSD_8=	does not build on FreeBSD < 10.x
+BROKEN_FreeBSD_9=	does not build on FreeBSD < 10.x
+
 GNU_CONFIGURE=	yes
 
 USES=		qmail



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