From owner-svn-ports-head@freebsd.org Mon Dec 16 17:24:50 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4532E1C98D5; Mon, 16 Dec 2019 17:24:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47c7SL13VTz449q; Mon, 16 Dec 2019 17:24:50 +0000 (UTC) (envelope-from jbeich@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 1F804960; Mon, 16 Dec 2019 17:24:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBGHOo44049165; Mon, 16 Dec 2019 17:24:50 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBGHOn1R049164; Mon, 16 Dec 2019 17:24:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201912161724.xBGHOn1R049164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 16 Dec 2019 17:24:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520278 - head/graphics/waifu2x-converter-cpp X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/graphics/waifu2x-converter-cpp X-SVN-Commit-Revision: 520278 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.29 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: Mon, 16 Dec 2019 17:24:50 -0000 Author: jbeich Date: Mon Dec 16 17:24:49 2019 New Revision: 520278 URL: https://svnweb.freebsd.org/changeset/ports/520278 Log: graphics/waifu2x-converter-cpp: unbreak on 12.0+ armv6/armv7 after r520270 src/w2xconv.cpp:131:15: error: use of undeclared identifier 'HWCAP_ARM_NEON' if (hwcap & HWCAP_ARM_NEON) ^ Modified: head/graphics/waifu2x-converter-cpp/Makefile (contents, props changed) head/graphics/waifu2x-converter-cpp/distinfo (contents, props changed) Modified: head/graphics/waifu2x-converter-cpp/Makefile ============================================================================== --- head/graphics/waifu2x-converter-cpp/Makefile Mon Dec 16 17:24:03 2019 (r520277) +++ head/graphics/waifu2x-converter-cpp/Makefile Mon Dec 16 17:24:49 2019 (r520278) @@ -7,7 +7,7 @@ CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 858fed6eac1d.patch:-p1 # https://github.com/DeadSix27/waifu2x-converter-cpp/pull/215 -PATCHFILES+= df328119c4a3.patch:-p1 # https://github.com/DeadSix27/waifu2x-converter-cpp/pull/216 +PATCHFILES+= bd29da31a194.patch:-p1 # https://github.com/DeadSix27/waifu2x-converter-cpp/pull/216 MAINTAINER= jbeich@FreeBSD.org COMMENT= Scale and denoise images using convolutional neural networks Modified: head/graphics/waifu2x-converter-cpp/distinfo ============================================================================== --- head/graphics/waifu2x-converter-cpp/distinfo Mon Dec 16 17:24:03 2019 (r520277) +++ head/graphics/waifu2x-converter-cpp/distinfo Mon Dec 16 17:24:49 2019 (r520278) @@ -3,5 +3,5 @@ SHA256 (DeadSix27-waifu2x-converter-cpp-v5.3.3_GH0.tar SIZE (DeadSix27-waifu2x-converter-cpp-v5.3.3_GH0.tar.gz) = 12531204 SHA256 (858fed6eac1d.patch) = bc1e9c80fbf5b59a4e1630ddc561b839ce66315c4e0a8228b2fea765dce90a09 SIZE (858fed6eac1d.patch) = 4160 -SHA256 (df328119c4a3.patch) = 353c87e6e1c3f1ca5dd6d09179add4812d95b63080fbe48e11db887a1a1a5792 -SIZE (df328119c4a3.patch) = 2865 +SHA256 (bd29da31a194.patch) = 594fa41d07b9de11fffb9ceb676d7ebdc437c3d4d3abb7c34687bcde42a59111 +SIZE (bd29da31a194.patch) = 3007