From owner-svn-ports-head@freebsd.org Thu Feb 15 14:41:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A047CF234B4; Thu, 15 Feb 2018 14:41:31 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 51D647B9BE; Thu, 15 Feb 2018 14:41:31 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4CB672018D; Thu, 15 Feb 2018 14:41:31 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1FEfVcc063695; Thu, 15 Feb 2018 14:41:31 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1FEfTV3061829; Thu, 15 Feb 2018 14:41:29 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201802151441.w1FEfTV3061829@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 15 Feb 2018 14:41:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461928 - in head: databases/freetds databases/postgresql10-server ftp/lftp ftp/proftpd ftp/wget lang/erlang-runtime20 multimedia/librtmp net/libvncserver net/socat security/libssh2 sys... X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in head: databases/freetds databases/postgresql10-server ftp/lftp ftp/proftpd ftp/wget lang/erlang-runtime20 multimedia/librtmp net/libvncserver net/socat security/libssh2 sysutils/bacula9-server www/... X-SVN-Commit-Revision: 461928 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Feb 2018 14:41:31 -0000 Author: brnrd Date: Thu Feb 15 14:41:29 2018 New Revision: 461928 URL: https://svnweb.freebsd.org/changeset/ports/461928 Log: security/openssl-devel: Remove BROKEN from some ports * databases/freetds: Fixed 2017-02-14 * databases/postgresql10-server: Fixed 2016-09-15 [1] * ftp/lftp: Fixed in 4.8.0 * ftp/proftpd: Fixed in 1.3.5c * ftp/wget: Fixed in 1.19.3 [2] * lang/erlang-runtime20: Fixed in 20.0 * net/socat: Fixed in 1.7.3.2 * security/libssh2: Fixed in 1.8.0 [3] * security/p5-Crypt-OpenSSL-X509: Fixed in 1.8.8 * sysutils/bacula9-server: Fixed in 9.0.6 * www/nginx: Fixed in 1.9.14 * Bulk build OK 10.3/11.1 both i386 and amd64: - multimedia/librtmp - net/libvncserver - www/lynx PR: 225875 [1], 225872 [2], 225873 [3] Modified: head/databases/freetds/Makefile head/databases/postgresql10-server/Makefile head/ftp/lftp/Makefile head/ftp/proftpd/Makefile head/ftp/wget/Makefile head/lang/erlang-runtime20/Makefile head/multimedia/librtmp/Makefile head/net/libvncserver/Makefile head/net/socat/Makefile head/security/libssh2/Makefile head/sysutils/bacula9-server/Makefile head/www/lynx/Makefile head/www/nginx/Makefile Modified: head/databases/freetds/Makefile ============================================================================== --- head/databases/freetds/Makefile Thu Feb 15 14:35:58 2018 (r461927) +++ head/databases/freetds/Makefile Thu Feb 15 14:41:29 2018 (r461928) @@ -71,10 +71,4 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/interfaces ${STAGEDIR}${ETCDIR}/interfaces.sample -.include - -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - -.include +.include Modified: head/databases/postgresql10-server/Makefile ============================================================================== --- head/databases/postgresql10-server/Makefile Thu Feb 15 14:35:58 2018 (r461927) +++ head/databases/postgresql10-server/Makefile Thu Feb 15 14:41:29 2018 (r461928) @@ -219,10 +219,6 @@ CONFIGURE_ARGS+=--with-krb5 # For testing files in FILESDIR .include -.if ${PORT_OPTIONS:MSSL} && ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - .if defined(SERVER_ONLY) pre-build: @${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL Modified: head/ftp/lftp/Makefile ============================================================================== --- head/ftp/lftp/Makefile Thu Feb 15 14:35:58 2018 (r461927) +++ head/ftp/lftp/Makefile Thu Feb 15 14:41:29 2018 (r461928) @@ -60,8 +60,4 @@ post-install-DOCS-on: USE_GCC= yes .endif -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - .include Modified: head/ftp/proftpd/Makefile ============================================================================== --- head/ftp/proftpd/Makefile Thu Feb 15 14:35:58 2018 (r461927) +++ head/ftp/proftpd/Makefile Thu Feb 15 14:41:29 2018 (r461928) @@ -176,10 +176,6 @@ CONFIGURE_ARGS+= --with-libraries=${LIBDIRS} .include -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - .if !defined(_BUILDING_PROFTPD_MODULE) .if empty(ICONV_PREFIX) Modified: head/ftp/wget/Makefile ============================================================================== --- head/ftp/wget/Makefile Thu Feb 15 14:35:58 2018 (r461927) +++ head/ftp/wget/Makefile Thu Feb 15 14:41:29 2018 (r461928) @@ -97,10 +97,4 @@ post-patch-DOCS-off: -e '/^install-data-am:/ s, install-info-am,,' \ ${WRKSRC}/doc/Makefile.in -.include - -.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - -.include +.include Modified: head/lang/erlang-runtime20/Makefile ============================================================================== --- head/lang/erlang-runtime20/Makefile Thu Feb 15 14:35:58 2018 (r461927) +++ head/lang/erlang-runtime20/Makefile Thu Feb 15 14:41:29 2018 (r461928) @@ -249,10 +249,4 @@ post-install: | ${SORT} \ >> ${TMPPLIST} -.include - -.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - -.include +.include Modified: head/multimedia/librtmp/Makefile ============================================================================== --- head/multimedia/librtmp/Makefile Thu Feb 15 14:35:58 2018 (r461927) +++ head/multimedia/librtmp/Makefile Thu Feb 15 14:41:29 2018 (r461928) @@ -17,10 +17,4 @@ CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} WRKSRC= ${WRKDIR}/${DISTNAME}/librtmp -.include - -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - -.include +.include Modified: head/net/libvncserver/Makefile ============================================================================== --- head/net/libvncserver/Makefile Thu Feb 15 14:35:58 2018 (r461927) +++ head/net/libvncserver/Makefile Thu Feb 15 14:41:29 2018 (r461928) @@ -49,10 +49,4 @@ VAAPI_CONFIGURE_WITH= libva post-install: ${INSTALL_DATA} ${WRKSRC}/rfb/default8x16.h ${STAGEDIR}${PREFIX}/include/rfb -.include - -.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - -.include +.include Modified: head/net/socat/Makefile ============================================================================== --- head/net/socat/Makefile Thu Feb 15 14:35:58 2018 (r461927) +++ head/net/socat/Makefile Thu Feb 15 14:41:29 2018 (r461928) @@ -33,9 +33,6 @@ READLINE_USES= readline .include .if ${SSL_DEFAULT} != base -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .endif Modified: head/security/libssh2/Makefile ============================================================================== --- head/security/libssh2/Makefile Thu Feb 15 14:35:58 2018 (r461927) +++ head/security/libssh2/Makefile Thu Feb 15 14:41:29 2018 (r461928) @@ -35,10 +35,6 @@ ZLIB_CONFIGURE_WITH= libz .include -.if empty(PORT_OPTIONS:MGCRYPT) && ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - post-patch: @${REINPLACE_CMD} -e '/Libs:/s/@LIBS@//' \ ${WRKSRC}/libssh2.pc.in Modified: head/sysutils/bacula9-server/Makefile ============================================================================== --- head/sysutils/bacula9-server/Makefile Thu Feb 15 14:35:58 2018 (r461927) +++ head/sysutils/bacula9-server/Makefile Thu Feb 15 14:41:29 2018 (r461928) @@ -129,10 +129,6 @@ MTX_RUN_DEPENDS= ${LOCALBASE}/sbin/mtx:misc/mtx .include -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - .if ${readline_ARGS} == "port" readline_CONFIGURE= ${LOCALBASE} .else Modified: head/www/lynx/Makefile ============================================================================== --- head/www/lynx/Makefile Thu Feb 15 14:35:58 2018 (r461927) +++ head/www/lynx/Makefile Thu Feb 15 14:41:29 2018 (r461928) @@ -64,10 +64,4 @@ post-install-DOCS-on: (cd ${STAGEDIR}${L_HELP} && ${LN} -sf ../doc/lynx/${doc} .) .endfor -.include - -.if ${PORT_OPTIONS:MSSL} && ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - -.include +.include Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Thu Feb 15 14:35:58 2018 (r461927) +++ head/www/nginx/Makefile Thu Feb 15 14:41:29 2018 (r461928) @@ -1172,8 +1172,6 @@ GROUPS?=${WWWGRP} .if defined(NGINX_OPENSSL) USES+= ssl -BROKEN_SSL= openssl-devel -BROKEN_SSL_REASON_openssl-devel= undefined reference to SSLeay_version .endif pre-everything::