aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2017-06-06 13:00:56 +0800
committertcberner <tcberner@FreeBSD.org>2017-06-06 13:00:56 +0800
commit2a50f547193a527f8c0c7a92d44549cf4fe12068 (patch)
tree9e74af8e9dd32b5831b312d37a3fc1cb5785f9e3 /textproc
parent68a1c4be2fda812eac24a2214cb51a7e20b69602 (diff)
downloadfreebsd-ports-graphics-2a50f547193a527f8c0c7a92d44549cf4fe12068.tar.gz
freebsd-ports-graphics-2a50f547193a527f8c0c7a92d44549cf4fe12068.tar.zst
freebsd-ports-graphics-2a50f547193a527f8c0c7a92d44549cf4fe12068.zip
Fix qt4 ports on armv6.
Due to a misspelling in GCC [1] (probably) the check for the ARMv6KZ platform used ARM_ARCH_6ZK instead of ARM_ARCH_6KZ. [1] https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01679.html PR: 210027 Submitted by: Mikaƫl Urankar <mikael.urankar@gmail.com> Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D8322
Diffstat (limited to 'textproc')
-rw-r--r--textproc/qt4-xml/Makefile2
-rw-r--r--textproc/qt4-xmlpatterns-tool/Makefile2
-rw-r--r--textproc/qt4-xmlpatterns/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/textproc/qt4-xml/Makefile b/textproc/qt4-xml/Makefile
index d70e941022e..0b349c0730f 100644
--- a/textproc/qt4-xml/Makefile
+++ b/textproc/qt4-xml/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xml
DISTVERSION= ${QT4_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
PKGNAMEPREFIX= qt4-
diff --git a/textproc/qt4-xmlpatterns-tool/Makefile b/textproc/qt4-xmlpatterns-tool/Makefile
index 89ccd0b1149..a311ccf1264 100644
--- a/textproc/qt4-xmlpatterns-tool/Makefile
+++ b/textproc/qt4-xmlpatterns-tool/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xmlpatterns-tool
DISTVERSION= ${QT4_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
PKGNAMEPREFIX= qt4-
diff --git a/textproc/qt4-xmlpatterns/Makefile b/textproc/qt4-xmlpatterns/Makefile
index 11012253c4b..c284a731f3f 100644
--- a/textproc/qt4-xmlpatterns/Makefile
+++ b/textproc/qt4-xmlpatterns/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xmlpatterns
DISTVERSION= ${QT4_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
PKGNAMEPREFIX= qt4-