aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qt5-quick
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 /x11-toolkits/qt5-quick
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 'x11-toolkits/qt5-quick')
-rw-r--r--x11-toolkits/qt5-quick/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/qt5-quick/Makefile b/x11-toolkits/qt5-quick/Makefile
index 1f890a349867..8b82b58a8c69 100644
--- a/x11-toolkits/qt5-quick/Makefile
+++ b/x11-toolkits/qt5-quick/Makefile
@@ -2,6 +2,7 @@
PORTNAME= quick
DISTVERSION= ${QT5_VERSION}
+PORTREVISION= 1
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-