diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-02-15 22:41:29 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-02-15 22:41:29 +0800 |
commit | 4e7ee3a5ac3ab809d724f6fea20ad00f1d58f02c (patch) | |
tree | c0fc609c6ce59a83f4b63944bcdd0c4ad7f151e8 /net | |
parent | da4d4ee9c5b9eba0181cda6fa319e95a1632ff50 (diff) | |
download | freebsd-ports-gnome-4e7ee3a5ac3ab809d724f6fea20ad00f1d58f02c.tar.gz freebsd-ports-gnome-4e7ee3a5ac3ab809d724f6fea20ad00f1d58f02c.tar.zst freebsd-ports-gnome-4e7ee3a5ac3ab809d724f6fea20ad00f1d58f02c.zip |
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]
Diffstat (limited to 'net')
-rw-r--r-- | net/libvncserver/Makefile | 8 | ||||
-rw-r--r-- | net/socat/Makefile | 3 |
2 files changed, 1 insertions, 10 deletions
diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile index af4591406219..9585f2ce4c84 100644 --- a/net/libvncserver/Makefile +++ b/net/libvncserver/Makefile @@ -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> diff --git a/net/socat/Makefile b/net/socat/Makefile index fd8ba957fd27..262f1bd0614d 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -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 |