svn commit: r448393 - head/www/libhpack

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 20 12:27:18 UTC 2017


Author: sunpoet
Date: Sun Aug 20 12:27:17 2017
New Revision: 448393
URL: https://svnweb.freebsd.org/changeset/ports/448393

Log:
  Pet portlint: move BROKEN_* upward

Modified:
  head/www/libhpack/Makefile

Modified: head/www/libhpack/Makefile
==============================================================================
--- head/www/libhpack/Makefile	Sun Aug 20 12:27:12 2017	(r448392)
+++ head/www/libhpack/Makefile	Sun Aug 20 12:27:17 2017	(r448393)
@@ -15,9 +15,9 @@ COMMENT=	Implementation of HPACK (Header compression f
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libcheck.so:devel/check
+BROKEN_armv6=	fails to compile: Can't define TIME_MAX #'
 
-BROKEN_armv6=		fails to compile: Can't define TIME_MAX
+LIB_DEPENDS=	libcheck.so:devel/check
 
 CMAKE_ARGS=	-DBUILD_DOCS=OFF \
 		-DBUILD_TESTS=OFF \


More information about the svn-ports-all mailing list