From 63c259ca10bd425e19413bfa43d923baee86a1d4 Mon Sep 17 00:00:00 2001 From: tcberner Date: Thu, 29 Mar 2018 19:03:17 +0000 Subject: 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 --- graphics/qt5-3d/Makefile | 2 +- graphics/qt5-graphicaleffects/Makefile | 1 + graphics/qt5-imageformats/Makefile | 2 +- graphics/qt5-opengl/Makefile | 1 + graphics/qt5-pixeltool/Makefile | 1 + graphics/qt5-svg/Makefile | 1 + graphics/qt5-wayland/Makefile | 1 + 7 files changed, 7 insertions(+), 2 deletions(-) (limited to 'graphics') 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- -- cgit