Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2017 12:27:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448394 - head/www/spdylay
Message-ID:  <201708201227.v7KCRLxT000915@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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