svn commit: r462013 - in head: comms/kermit comms/trustedqsl converters/wkhtmltopdf
Bernard Spil
brnrd at FreeBSD.org
Fri Feb 16 13:44:48 UTC 2018
Author: brnrd
Date: Fri Feb 16 13:44:47 2018
New Revision: 462013
URL: https://svnweb.freebsd.org/changeset/ports/462013
Log:
security/openssl-devel: Mark broken cat c*
Modified:
head/comms/kermit/Makefile
head/comms/trustedqsl/Makefile
head/converters/wkhtmltopdf/Makefile
Modified: head/comms/kermit/Makefile
==============================================================================
--- head/comms/kermit/Makefile Fri Feb 16 13:40:24 2018 (r462012)
+++ head/comms/kermit/Makefile Fri Feb 16 13:44:47 2018 (r462013)
@@ -12,6 +12,8 @@ COMMENT= Portable scriptable network and serial commun
LICENSE= BSD3CLAUSE
+BROKEN_SSL= openssl-devel
+
USES= ssl
NO_WRKSUBDIR= yes
MAKEFILE= makefile
Modified: head/comms/trustedqsl/Makefile
==============================================================================
--- head/comms/trustedqsl/Makefile Fri Feb 16 13:40:24 2018 (r462012)
+++ head/comms/trustedqsl/Makefile Fri Feb 16 13:44:47 2018 (r462013)
@@ -16,6 +16,8 @@ LICENSE_NAME= American Radio Relay League, Inc. All ri
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
+BROKEN_SSL= openssl-devel
+
LIB_DEPENDS= libcurl.so:ftp/curl \
libexpat.so:textproc/expat2
Modified: head/converters/wkhtmltopdf/Makefile
==============================================================================
--- head/converters/wkhtmltopdf/Makefile Fri Feb 16 13:40:24 2018 (r462012)
+++ head/converters/wkhtmltopdf/Makefile Fri Feb 16 13:44:47 2018 (r462013)
@@ -29,6 +29,7 @@ BROKEN_armv6= Does not build: error: Not supported AR
BROKEN_armv7= Does not build: error: invalid operand for instruction
BROKEN_mips64= Does not link: undefined reference to __sync_add_and_fetch_4
BROKEN_powerpc64= Does not build
+BROKEN_SSL= openssl-devel
PATCH_WRKSRC= ${WRKSRC}/qt
CONFIGURE_WRKSRC= ${WRKSRC}/build/qt
More information about the svn-ports-head
mailing list