svn commit: r390570 - head/security/lsh

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 25 13:37:06 UTC 2015


Author: amdmi3
Date: Thu Jun 25 13:37:05 2015
New Revision: 390570
URL: https://svnweb.freebsd.org/changeset/ports/390570

Log:
  - Mark BROKEN on 9.x:
  
  config.h:249: error: expected identifier or '(' before '/' token
  config.h:249: error: stray '#' in program
  
  Approved by:	portmgr blanket
  Submitted by:	pkg-fallout

Modified:
  head/security/lsh/Makefile

Modified: head/security/lsh/Makefile
==============================================================================
--- head/security/lsh/Makefile	Thu Jun 25 13:35:42 2015	(r390569)
+++ head/security/lsh/Makefile	Thu Jun 25 13:37:05 2015	(r390570)
@@ -14,6 +14,8 @@ LIB_DEPENDS=	liboop.so:${PORTSDIR}/devel
 		libgmp.so:${PORTSDIR}/math/gmp \
 		libnettle.so:${PORTSDIR}/security/nettle
 
+BROKEN_FreeBSD_9=	does not build
+
 USE_CSTD=	c89
 GNU_CONFIGURE=	yes
 USE_XORG=	xau


More information about the svn-ports-all mailing list