svn commit: r520278 - head/graphics/waifu2x-converter-cpp

Jan Beich jbeich at FreeBSD.org
Mon Dec 16 17:24:50 UTC 2019


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 at 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


More information about the svn-ports-head mailing list