Date: Tue, 21 Mar 2017 03:41:35 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436564 - head/archivers/libarchive Message-ID: <201703210341.v2L3fZxx082737@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Tue Mar 21 03:41:35 2017 New Revision: 436564 URL: https://svnweb.freebsd.org/changeset/ports/436564 Log: . This reportedly now supports openssl-devel, so remove the check that disables under those circumstances. Modified: head/archivers/libarchive/Makefile Modified: head/archivers/libarchive/Makefile ============================================================================== --- head/archivers/libarchive/Makefile Tue Mar 21 02:12:49 2017 (r436563) +++ head/archivers/libarchive/Makefile Tue Mar 21 03:41:35 2017 (r436564) @@ -98,10 +98,6 @@ NETTLE_CONFIGURE_OFF= --with-openssl .include <bsd.port.pre.mk> -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - .if empty(ICONV_LIB) CONFIGURE_ENV+= ac_cv_header_localcharset_h=no \ ac_cv_func_locale_charset=no \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703210341.v2L3fZxx082737>