From owner-svn-ports-head@freebsd.org Fri Feb 16 13:44:48 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 13B58F14F22; Fri, 16 Feb 2018 13:44:48 +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 BD8367A219; Fri, 16 Feb 2018 13:44:47 +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 B4841672D; Fri, 16 Feb 2018 13:44:47 +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 w1GDil5H002769; Fri, 16 Feb 2018 13:44:47 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1GDilIb002766; Fri, 16 Feb 2018 13:44:47 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201802161344.w1GDilIb002766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 16 Feb 2018 13:44:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462013 - in head: comms/kermit comms/trustedqsl converters/wkhtmltopdf X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in head: comms/kermit comms/trustedqsl converters/wkhtmltopdf X-SVN-Commit-Revision: 462013 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: Fri, 16 Feb 2018 13:44:48 -0000 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