Date: Sat, 30 Aug 2014 15:36:12 +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: r366636 - head/www/spdylay Message-ID: <201408301536.s7UFaCrK095684@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Aug 30 15:36:12 2014 New Revision: 366636 URL: http://svnweb.freebsd.org/changeset/ports/366636 QAT: https://qat.redports.org/buildarchive/r366636/ Log: - Use INSTALL_TARGET=install-strip - Do not silence installation message Modified: head/www/spdylay/Makefile Modified: head/www/spdylay/Makefile ============================================================================== --- head/www/spdylay/Makefile Sat Aug 30 15:35:13 2014 (r366635) +++ head/www/spdylay/Makefile Sat Aug 30 15:36:12 2014 (r366636) @@ -22,6 +22,7 @@ CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENS ZLIB_CFLAGS="-I${INCLUDEDIR}" \ ZLIB_LIBS="-L${LIBDIR} -lz" GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_CXXSTD= c++11 USE_GNOME= libxml2 USE_LDCONFIG= yes @@ -39,11 +40,8 @@ IGNORE= spdylay requires OpenSSL 1.0.1+ post-patch: @${REINPLACE_CMD} -e 's|^Requires.private: zlib$$|Libs.private: -L${LIBDIR} -lz|' ${WRKSRC}/lib/libspdylay.pc.in -post-build: - @${STRIP_CMD} ${WRKSRC}/lib/.libs/libspdylay.so.7 - post-install: - @${INSTALL_SCRIPT} ${WRKSRC}/examples/spdycli ${STAGEDIR}${PREFIX}/bin/ - @${INSTALL_DATA} ${WRKSRC}/shrpx.conf.sample ${STAGEDIR}${PREFIX}/etc/ + ${INSTALL_SCRIPT} ${WRKSRC}/examples/spdycli ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/shrpx.conf.sample ${STAGEDIR}${PREFIX}/etc/ .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408301536.s7UFaCrK095684>