Index: head/www/spdylay/Makefile =================================================================== --- head/www/spdylay/Makefile (revision 484350) +++ head/www/spdylay/Makefile (revision 484351) @@ -1,43 +1,42 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= spdylay PORTVERSION= 1.4.0 PORTREVISION= 6 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= SPDY protocol version 2, 3 and 3.1 implementation in C LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_SSL= openssl-devel BROKEN_powerpc64= does not link: undefined reference to 'std::ctype::_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 CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_CXXSTD= c++11 USE_GNOME= libxml2 USE_LDCONFIG= yes USES= compiler:c++11-lang gnome libtool pathfix pkgconfig ssl tar:xz PORTDOCS= * OPTIONS_DEFINE= DOCS post-install: ${INSTALL_SCRIPT} ${WRKSRC}/examples/spdycli ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/shrpx.conf.sample ${STAGEDIR}${PREFIX}/etc/ .include