aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2019-04-22 05:11:35 +0800
committeryuri <yuri@FreeBSD.org>2019-04-22 05:11:35 +0800
commitde72a96f871d8292601c5350688daf6da98cb5b6 (patch)
tree85eebc49f2d8364a57008c829d9f1ee0b1f1611a /textproc
parentf685f4df5a2463e19910e6539073ce0f7b467104 (diff)
downloadfreebsd-ports-gnome-de72a96f871d8292601c5350688daf6da98cb5b6.tar.gz
freebsd-ports-gnome-de72a96f871d8292601c5350688daf6da98cb5b6.tar.zst
freebsd-ports-gnome-de72a96f871d8292601c5350688daf6da98cb5b6.zip
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@aon.at>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/zxing-cpp/Makefile4
-rw-r--r--textproc/zxing-cpp/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/zxing-cpp/Makefile b/textproc/zxing-cpp/Makefile
index 832aebdcfc94..9daae5695835 100644
--- a/textproc/zxing-cpp/Makefile
+++ b/textproc/zxing-cpp/Makefile
@@ -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@FreeBSD.org
COMMENT= ZXing C++ Library for QR code recognition
diff --git a/textproc/zxing-cpp/distinfo b/textproc/zxing-cpp/distinfo
index ffa752a490d1..cf27825d5d8f 100644
--- a/textproc/zxing-cpp/distinfo
+++ b/textproc/zxing-cpp/distinfo
@@ -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