svn commit: r366636 - head/www/spdylay
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 30 15:36:13 UTC 2014
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>
More information about the svn-ports-head
mailing list