aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2018-03-30 03:03:17 +0800
committertcberner <tcberner@FreeBSD.org>2018-03-30 03:03:17 +0800
commit63c259ca10bd425e19413bfa43d923baee86a1d4 (patch)
tree5830350c230c42b929c6bc665e376f2852edce93 /graphics
parent087918eb2302a4446c0110d6db410278b3ae3e6c (diff)
downloadfreebsd-ports-gnome-63c259ca10bd425e19413bfa43d923baee86a1d4.tar.gz
freebsd-ports-gnome-63c259ca10bd425e19413bfa43d923baee86a1d4.tar.zst
freebsd-ports-gnome-63c259ca10bd425e19413bfa43d923baee86a1d4.zip
Fix permissions in installed Qt5 header files
For the qt5-* ports bsd.qt.mk sets EXTRACT_AFTER_ARGS, and thereby does not get the normal default value of --no-same-owner --no-same-permissions passed when extracting. This lead to for example header files being installed (i.e. copied), with permissions group write permissions. Manually append that to the bsd.qt.mk shenanigans (also do the same in www/qt5-webchannel, which opts out of the bsd.qt.mk value) PR: 227027 Reported by: grarpamp@gmail.com
Diffstat (limited to 'graphics')
-rw-r--r--graphics/qt5-3d/Makefile2
-rw-r--r--graphics/qt5-graphicaleffects/Makefile1
-rw-r--r--graphics/qt5-imageformats/Makefile2
-rw-r--r--graphics/qt5-opengl/Makefile1
-rw-r--r--graphics/qt5-pixeltool/Makefile1
-rw-r--r--graphics/qt5-svg/Makefile1
-rw-r--r--graphics/qt5-wayland/Makefile1
7 files changed, 7 insertions, 2 deletions
diff --git a/graphics/qt5-3d/Makefile b/graphics/qt5-3d/Makefile
index fcec061fe635..89c0335762c6 100644
--- a/graphics/qt5-3d/Makefile
+++ b/graphics/qt5-3d/Makefile
@@ -2,7 +2,7 @@
PORTNAME= 3d
DISTVERSION= ${QT5_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-
diff --git a/graphics/qt5-graphicaleffects/Makefile b/graphics/qt5-graphicaleffects/Makefile
index ac15db234009..2bc3158a4c8e 100644
--- a/graphics/qt5-graphicaleffects/Makefile
+++ b/graphics/qt5-graphicaleffects/Makefile
@@ -2,6 +2,7 @@
PORTNAME= graphicaleffects
DISTVERSION= ${QT5_VERSION}
+PORTREVISION= 1
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-
diff --git a/graphics/qt5-imageformats/Makefile b/graphics/qt5-imageformats/Makefile
index b33c3f589e47..207915f1732d 100644
--- a/graphics/qt5-imageformats/Makefile
+++ b/graphics/qt5-imageformats/Makefile
@@ -2,7 +2,7 @@
PORTNAME= imageformats
DISTVERSION= ${QT5_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-
diff --git a/graphics/qt5-opengl/Makefile b/graphics/qt5-opengl/Makefile
index 1ae328cc5b50..c7a2b23f1f94 100644
--- a/graphics/qt5-opengl/Makefile
+++ b/graphics/qt5-opengl/Makefile
@@ -2,6 +2,7 @@
PORTNAME= opengl
DISTVERSION= ${QT5_VERSION}
+PORTREVISION= 1
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-
diff --git a/graphics/qt5-pixeltool/Makefile b/graphics/qt5-pixeltool/Makefile
index 545c33ad193a..880208f8d09d 100644
--- a/graphics/qt5-pixeltool/Makefile
+++ b/graphics/qt5-pixeltool/Makefile
@@ -2,6 +2,7 @@
PORTNAME= pixeltool
DISTVERSION= ${QT5_VERSION}
+PORTREVISION= 1
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-
diff --git a/graphics/qt5-svg/Makefile b/graphics/qt5-svg/Makefile
index 06af1c12e8c7..bb66d82b51dd 100644
--- a/graphics/qt5-svg/Makefile
+++ b/graphics/qt5-svg/Makefile
@@ -2,6 +2,7 @@
PORTNAME= svg
DISTVERSION= ${QT5_VERSION}
+PORTREVISION= 1
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-
diff --git a/graphics/qt5-wayland/Makefile b/graphics/qt5-wayland/Makefile
index 2b4e918b9f90..6f8599e7cc0a 100644
--- a/graphics/qt5-wayland/Makefile
+++ b/graphics/qt5-wayland/Makefile
@@ -2,6 +2,7 @@
PORTNAME= wayland
DISTVERSION= ${QT5_VERSION}
+PORTREVISION= 1
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-