diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-06-06 13:00:56 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-06-06 13:00:56 +0800 |
commit | 2a50f547193a527f8c0c7a92d44549cf4fe12068 (patch) | |
tree | 9e74af8e9dd32b5831b312d37a3fc1cb5785f9e3 /x11-themes | |
parent | 68a1c4be2fda812eac24a2214cb51a7e20b69602 (diff) | |
download | freebsd-ports-gnome-2a50f547193a527f8c0c7a92d44549cf4fe12068.tar.gz freebsd-ports-gnome-2a50f547193a527f8c0c7a92d44549cf4fe12068.tar.zst freebsd-ports-gnome-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 'x11-themes')
-rw-r--r-- | x11-themes/qt4-style-Kvantum/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/qt4-style-float/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/qt4-style-phase/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/qt4-style-quantumstyle/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/Makefile | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/x11-themes/qt4-style-Kvantum/Makefile b/x11-themes/qt4-style-Kvantum/Makefile index f9eb2ef3854f..16039203eb91 100644 --- a/x11-themes/qt4-style-Kvantum/Makefile +++ b/x11-themes/qt4-style-Kvantum/Makefile @@ -3,6 +3,7 @@ PORTNAME= Kvantum PORTVERSION= 0.10.4 DISTVERSIONPREFIX= V +PORTREVISION= 1 CATEGORIES= x11-themes PKGNAMEPREFIX= qt4-style- diff --git a/x11-themes/qt4-style-float/Makefile b/x11-themes/qt4-style-float/Makefile index 6275918f6e51..9af918331844 100644 --- a/x11-themes/qt4-style-float/Makefile +++ b/x11-themes/qt4-style-float/Makefile @@ -3,7 +3,7 @@ PORTNAME= float PORTVERSION= 0.1a2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes MASTER_SITES= http://kde-look.org/CONTENT/content-files/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/x11-themes/qt4-style-phase/Makefile b/x11-themes/qt4-style-phase/Makefile index da1fb0900375..f9ae9cd3df2a 100644 --- a/x11-themes/qt4-style-phase/Makefile +++ b/x11-themes/qt4-style-phase/Makefile @@ -3,7 +3,7 @@ PORTNAME= phase PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes MASTER_SITES= http://kde-look.org/CONTENT/content-files/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/x11-themes/qt4-style-quantumstyle/Makefile b/x11-themes/qt4-style-quantumstyle/Makefile index f885516a9bbc..efa8c9648cb3 100644 --- a/x11-themes/qt4-style-quantumstyle/Makefile +++ b/x11-themes/qt4-style-quantumstyle/Makefile @@ -3,7 +3,7 @@ PORTNAME= quantumstyle DISTVERSION= rc6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes MASTER_SITES= http://saidlankri.free.fr/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/x11-themes/qtcurve-qt4/Makefile b/x11-themes/qtcurve-qt4/Makefile index ccf220bda6eb..2ef41c0f4c48 100644 --- a/x11-themes/qtcurve-qt4/Makefile +++ b/x11-themes/qtcurve-qt4/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qtcurve -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= QtCurve widget style for Qt 4 |