aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2022-10-07 02:35:34 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2022-10-07 02:35:34 +0000
commit614b81b30f1589291f4a45062031990e28e925b6 (patch)
tree245b3679acf61fd20d6d4dfab3d206f68565569a
parentf4fd85fd386cc06679acb61dbb50cd85c30e23c1 (diff)
downloadports-614b81b30f1589291f4a45062031990e28e925b6.tar.gz
ports-614b81b30f1589291f4a45062031990e28e925b6.zip
devel/qxlsx: backport one patch from the upstream master branch
It would be required for the upcoming new version of Stellarium, which constructs QString's from character arrays a lot and having QT_NO_CAST_FROM_ASCII defined publicly breaks the compilation in this case. Discussed with: Alexander V. Wolf
-rw-r--r--devel/qxlsx/Makefile3
-rw-r--r--devel/qxlsx/distinfo2
2 files changed, 5 insertions, 0 deletions
diff --git a/devel/qxlsx/Makefile b/devel/qxlsx/Makefile
index d0616e3c2c50..b63b06082aab 100644
--- a/devel/qxlsx/Makefile
+++ b/devel/qxlsx/Makefile
@@ -3,6 +3,9 @@ PORTVERSION= 1.4.4
DISTVERSIONPREFIX= v
CATEGORIES= devel
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES= 8e83402db866ae7a67582da28aa68c83545f13c8.patch:-p2
+
MAINTAINER= danfe@FreeBSD.org
COMMENT= Excel file reader/writer library using Qt
WWW= https://qtexcel.github.io/QXlsx/
diff --git a/devel/qxlsx/distinfo b/devel/qxlsx/distinfo
index f6effd30b42c..40ddec859331 100644
--- a/devel/qxlsx/distinfo
+++ b/devel/qxlsx/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1658513489
SHA256 (QtExcel-QXlsx-v1.4.4_GH0.tar.gz) = 5c6f7117000c7559d6557d00a2f7b836bee670f9bc16309a72bc23aaedf994d9
SIZE (QtExcel-QXlsx-v1.4.4_GH0.tar.gz) = 4703732
+SHA256 (8e83402db866ae7a67582da28aa68c83545f13c8.patch) = a3d0a12b093cebc8a27e156c67871e43f020d6db207b3d7ab447562b042107fc
+SIZE (8e83402db866ae7a67582da28aa68c83545f13c8.patch) = 749