svn commit: r448394 - head/www/spdylay

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


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

Log:
  Pet portlint: move BROKEN_* upward

Modified:
  head/www/spdylay/Makefile

Modified: head/www/spdylay/Makefile
==============================================================================
--- head/www/spdylay/Makefile	Sun Aug 20 12:27:17 2017	(r448393)
+++ head/www/spdylay/Makefile	Sun Aug 20 12:27:21 2017	(r448394)
@@ -14,12 +14,12 @@ COMMENT=	SPDY protocol version 2, 3 and 3.1 implementa
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	libevent>=2.0.8:devel/libevent
-LIB_DEPENDS=	libevent_openssl.so:devel/libevent
-
 BROKEN_SSL=	openssl-devel
 BROKEN_powerpc64=	does not link: undefined reference to 'std::ctype<char>::_M_widen_init()'
 BROKEN_sparc64=	does not build: fails to link
+
+BUILD_DEPENDS=	libevent>=2.0.8:devel/libevent
+LIB_DEPENDS=	libevent_openssl.so:devel/libevent
 
 CONFIGURE_ARGS=	--enable-examples \
 		--enable-src


More information about the svn-ports-all mailing list