Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2018 14:41:29 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
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...
Message-ID:  <201802151441.w1FEfTV3061829@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN=		Does not build with openssl-devel
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

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 <bsd.port.pre.mk>
 
-.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 <bsd.port.post.mk>

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 <bsd.port.pre.mk>
 
-.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 <bsd.port.pre.mk>
-
-.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN=		Does not build with openssl-devel
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

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 <bsd.port.pre.mk>
-
-.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN=		Does not build with openssl-devel
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

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 <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN=		Does not build with openssl-devel
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

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 <bsd.port.pre.mk>
-
-.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN=		Does not build with openssl-devel
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

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 <bsd.port.pre.mk>
 
 .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 <bsd.port.pre.mk>
 
-.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 <bsd.port.pre.mk>
 
-.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 <bsd.port.pre.mk>
-
-.if ${PORT_OPTIONS:MSSL} && ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN=		Does not build with openssl-devel
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

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::



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802151441.w1FEfTV3061829>