Date: Wed, 10 Jan 2018 17:06:48 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458660 - head/www/libmicrohttpd Message-ID: <201801101706.w0AH6mR2011710@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Wed Jan 10 17:06:48 2018 New Revision: 458660 URL: https://svnweb.freebsd.org/changeset/ports/458660 Log: Enable SSL support by default and bump PORTREVISION. Approved by: maintainer Modified: head/www/libmicrohttpd/Makefile Modified: head/www/libmicrohttpd/Makefile ============================================================================== --- head/www/libmicrohttpd/Makefile Wed Jan 10 16:11:15 2018 (r458659) +++ head/www/libmicrohttpd/Makefile Wed Jan 10 17:06:48 2018 (r458660) @@ -3,6 +3,7 @@ PORTNAME= libmicrohttpd DISTVERSION= 0.9.58 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= GNU @@ -20,6 +21,7 @@ USE_LDCONFIG= yes CPE_VENDOR= gnu OPTIONS_DEFINE= GNUTLS +OPTIONS_DEFAULT=GNUTLS GNUTLS_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgnutls.so:security/gnutls @@ -27,9 +29,5 @@ GNUTLS_CONFIGURE_WITH= libgcrypt-prefix=${LOCALBASE} g GNUTLS_CONFIGURE_ENABLE=https INFO= libmicrohttpd libmicrohttpd-tutorial - -post-patch: - @${REINPLACE_CMD} -e 's|bin_PROGRAMS =|noinst_PROGRAMS +=|' \ - ${WRKSRC}/src/examples/Makefile.in .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801101706.w0AH6mR2011710>