svn commit: r499595 - head/textproc/zxing-cpp

Yuri Victorovich yuri at FreeBSD.org
Sun Apr 21 21:11:37 UTC 2019


Author: yuri
Date: Sun Apr 21 21:11:35 2019
New Revision: 499595
URL: https://svnweb.freebsd.org/changeset/ports/499595

Log:
  textproc/zxing-cpp: Patch to remove OpenCV libs from the installed cmake files
  
  net/kitinerary was broken because OpenCV libs were unnecessarily supplied to its build by
  cmake files from textproc/zxing-cpp. These OpenCV libs were missing -L/usr/local/lib for
  some reason, possiblt because OpenCV's cmake files provide LIBS without -L/usr/local/lib.
  
  PR:		237388
  Reported by:	Martin Birgmeier <d8zNeCFG at aon.at>

Modified:
  head/textproc/zxing-cpp/Makefile
  head/textproc/zxing-cpp/distinfo

Modified: head/textproc/zxing-cpp/Makefile
==============================================================================
--- head/textproc/zxing-cpp/Makefile	Sun Apr 21 20:55:05 2019	(r499594)
+++ head/textproc/zxing-cpp/Makefile	Sun Apr 21 21:11:35 2019	(r499595)
@@ -3,11 +3,11 @@
 
 PORTNAME=	zxing-cpp
 DISTVERSION=	0.20190320
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
-PATCHFILES=	bb232d122e0f4743b67fbe7de33b5bcb428e9bd4.patch:-p1
+PATCHFILES=	9e5dfa57f3b998bc3049bfa893b20e81dea656df.patch:-p1
 
 MAINTAINER=	yuri at FreeBSD.org
 COMMENT=	ZXing C++ Library for QR code recognition

Modified: head/textproc/zxing-cpp/distinfo
==============================================================================
--- head/textproc/zxing-cpp/distinfo	Sun Apr 21 20:55:05 2019	(r499594)
+++ head/textproc/zxing-cpp/distinfo	Sun Apr 21 21:11:35 2019	(r499595)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1555770661
+TIMESTAMP = 1555794546
 SHA256 (glassechidna-zxing-cpp-0.20190320-e0e40dd_GH0.tar.gz) = 699ed1e08812631d40730bd96a7e314d1ad8adf28f45770d8ae8e57a536ba33b
 SIZE (glassechidna-zxing-cpp-0.20190320-e0e40dd_GH0.tar.gz) = 312377
-SHA256 (bb232d122e0f4743b67fbe7de33b5bcb428e9bd4.patch) = a3430c1284be71bc9bdefae35d4f683905a5b31a9fd72289ff0891a798d5837f
-SIZE (bb232d122e0f4743b67fbe7de33b5bcb428e9bd4.patch) = 720
+SHA256 (9e5dfa57f3b998bc3049bfa893b20e81dea656df.patch) = a9afdcaed3ac3026eb471e371431d23b9353a58807c7b5c863f33253f31f128b
+SIZE (9e5dfa57f3b998bc3049bfa893b20e81dea656df.patch) = 1251


More information about the svn-ports-all mailing list