summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-11-02 08:20:24 +0000
committernia <nia@pkgsrc.org>2021-11-02 08:20:24 +0000
commit16dd9ad7cad29623ce4b0026ebdc591032299af5 (patch)
treea375441da259e304be3cd25a0a0849716b379d12
parente742f7f0f8e036590c90389b042a41276004607b (diff)
downloadpkgsrc-16dd9ad7cad29623ce4b0026ebdc591032299af5.tar.gz
modular-xorg: Apply at most partial RELRO for modular drivers.
-rw-r--r--x11/modular-xorg-server/Makefile.common6
-rw-r--r--x11/xf86-input-acecad/Makefile4
-rw-r--r--x11/xf86-input-elographics/Makefile4
-rw-r--r--x11/xf86-input-fpit/Makefile4
-rw-r--r--x11/xf86-input-hyperpen/Makefile4
-rw-r--r--x11/xf86-input-joystick/Makefile4
-rw-r--r--x11/xf86-input-keyboard/Makefile4
-rw-r--r--x11/xf86-input-mouse/Makefile4
-rw-r--r--x11/xf86-input-mutouch/Makefile4
-rw-r--r--x11/xf86-input-penmount/Makefile4
-rw-r--r--x11/xf86-input-vmmouse/Makefile4
-rw-r--r--x11/xf86-input-void/Makefile4
-rw-r--r--x11/xf86-input-ws/Makefile4
-rw-r--r--x11/xf86-video-amdgpu/Makefile4
-rw-r--r--x11/xf86-video-apm/Makefile4
-rw-r--r--x11/xf86-video-ark/Makefile4
-rw-r--r--x11/xf86-video-ast/Makefile4
-rw-r--r--x11/xf86-video-ati/Makefile4
-rw-r--r--x11/xf86-video-ati6/Makefile4
-rw-r--r--x11/xf86-video-chips/Makefile4
-rw-r--r--x11/xf86-video-cirrus/Makefile4
-rw-r--r--x11/xf86-video-dummy/Makefile4
-rw-r--r--x11/xf86-video-fbdev/Makefile4
-rw-r--r--x11/xf86-video-glint/Makefile4
-rw-r--r--x11/xf86-video-i128/Makefile4
-rw-r--r--x11/xf86-video-i740/Makefile4
-rw-r--r--x11/xf86-video-intel/Makefile4
-rw-r--r--x11/xf86-video-mach64/Makefile4
-rw-r--r--x11/xf86-video-mga/Makefile4
-rw-r--r--x11/xf86-video-neomagic/Makefile4
-rw-r--r--x11/xf86-video-nouveau/Makefile4
-rw-r--r--x11/xf86-video-nv/Makefile4
-rw-r--r--x11/xf86-video-openchrome/Makefile4
-rw-r--r--x11/xf86-video-qxl/Makefile4
-rw-r--r--x11/xf86-video-r128/Makefile4
-rw-r--r--x11/xf86-video-rendition/Makefile4
-rw-r--r--x11/xf86-video-s3/Makefile4
-rw-r--r--x11/xf86-video-s3virge/Makefile4
-rw-r--r--x11/xf86-video-savage/Makefile4
-rw-r--r--x11/xf86-video-siliconmotion/Makefile4
-rw-r--r--x11/xf86-video-sis/Makefile4
-rw-r--r--x11/xf86-video-suncg14/Makefile4
-rw-r--r--x11/xf86-video-suncg3/Makefile4
-rw-r--r--x11/xf86-video-suncg6/Makefile4
-rw-r--r--x11/xf86-video-sunffb/Makefile4
-rw-r--r--x11/xf86-video-sunleo/Makefile4
-rw-r--r--x11/xf86-video-suntcx/Makefile4
-rw-r--r--x11/xf86-video-tdfx/Makefile4
-rw-r--r--x11/xf86-video-tga/Makefile4
-rw-r--r--x11/xf86-video-trident/Makefile4
-rw-r--r--x11/xf86-video-tseng/Makefile4
-rw-r--r--x11/xf86-video-vboxvideo/Makefile4
-rw-r--r--x11/xf86-video-vesa/Makefile4
-rw-r--r--x11/xf86-video-vmware/Makefile4
-rw-r--r--x11/xf86-video-voodoo/Makefile4
-rw-r--r--x11/xf86-video-wsfb/Makefile4
-rw-r--r--x11/xf86-video-xgi/Makefile4
57 files changed, 171 insertions, 59 deletions
diff --git a/x11/modular-xorg-server/Makefile.common b/x11/modular-xorg-server/Makefile.common
index 5bb0bbe85da..abb8a697913 100644
--- a/x11/modular-xorg-server/Makefile.common
+++ b/x11/modular-xorg-server/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.45 2021/10/04 17:30:37 nia Exp $
+# $NetBSD: Makefile.common,v 1.46 2021/11/02 08:20:31 nia Exp $
# used by x11/modular-xorg-server/Makefile
# used by x11/modular-xorg-xephyr/Makefile
# used by x11/modular-xorg-xwayland/Makefile
@@ -18,8 +18,8 @@ USE_LANGUAGES+= c99
CHECK_PORTABILITY_SKIP+= hw/xquartz/bundle/mk_bundke.sh
-# Needed to load modules.
-RELRO_SUPPORTED= no
+# Needed to load certain modules.
+RELRO_SUPPORTED= partial
PKGCONFIG_OVERRIDE+= xorg-server.pc.in
SHLIBTOOL_OVERRIDE= # empty
diff --git a/x11/xf86-input-acecad/Makefile b/x11/xf86-input-acecad/Makefile
index a593f16c496..e71f369f141 100644
--- a/x11/xf86-input-acecad/Makefile
+++ b/x11/xf86-input-acecad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 23:36:01 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2021/11/02 08:20:24 nia Exp $
DISTNAME= xf86-input-acecad-1.5.0
PKGREVISION= 5
@@ -15,6 +15,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../devel/xorg-util-macros/buildlink3.mk"
diff --git a/x11/xf86-input-elographics/Makefile b/x11/xf86-input-elographics/Makefile
index 966c949939a..9867e7567d7 100644
--- a/x11/xf86-input-elographics/Makefile
+++ b/x11/xf86-input-elographics/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/01/18 23:36:01 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2021/11/02 08:20:24 nia Exp $
DISTNAME= xf86-input-elographics-1.4.2
CATEGORIES= x11
@@ -13,6 +13,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/xorgproto/buildlink3.mk"
diff --git a/x11/xf86-input-fpit/Makefile b/x11/xf86-input-fpit/Makefile
index d377567c118..93ae0d2be62 100644
--- a/x11/xf86-input-fpit/Makefile
+++ b/x11/xf86-input-fpit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 23:36:01 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2021/11/02 08:20:24 nia Exp $
DISTNAME= xf86-input-fpit-1.4.0
PKGREVISION= 2
@@ -15,6 +15,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../devel/xorg-util-macros/buildlink3.mk"
diff --git a/x11/xf86-input-hyperpen/Makefile b/x11/xf86-input-hyperpen/Makefile
index 07c45b6018d..ea4fa48cf41 100644
--- a/x11/xf86-input-hyperpen/Makefile
+++ b/x11/xf86-input-hyperpen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/01/18 23:36:01 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2021/11/02 08:20:24 nia Exp $
DISTNAME= xf86-input-hyperpen-1.4.1
PKGREVISION= 2
@@ -16,6 +16,8 @@ USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES+= c99
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/xorgproto/buildlink3.mk"
diff --git a/x11/xf86-input-joystick/Makefile b/x11/xf86-input-joystick/Makefile
index 6f6227ef3b6..25f0d22a5ff 100644
--- a/x11/xf86-input-joystick/Makefile
+++ b/x11/xf86-input-joystick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 23:36:01 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2021/11/02 08:20:24 nia Exp $
DISTNAME= xf86-input-joystick-1.6.3
PKGREVISION= 2
@@ -15,6 +15,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
PKGCONFIG_OVERRIDE+= xorg-joystick.pc.in
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
diff --git a/x11/xf86-input-keyboard/Makefile b/x11/xf86-input-keyboard/Makefile
index c6026b01a00..1f26c833541 100644
--- a/x11/xf86-input-keyboard/Makefile
+++ b/x11/xf86-input-keyboard/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/09/19 13:52:14 taca Exp $
+# $NetBSD: Makefile,v 1.29 2021/11/02 08:20:24 nia Exp $
DISTNAME= xf86-input-keyboard-1.9.0
PKGREVISION= 3
@@ -15,6 +15,8 @@ USE_LIBTOOL= YES
GNU_CONFIGURE= YES
USE_TOOLS+= gmake pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/libxkbfile/buildlink3.mk"
diff --git a/x11/xf86-input-mouse/Makefile b/x11/xf86-input-mouse/Makefile
index 00490de1300..b3131fafef1 100644
--- a/x11/xf86-input-mouse/Makefile
+++ b/x11/xf86-input-mouse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2020/01/18 23:36:01 rillig Exp $
+# $NetBSD: Makefile,v 1.32 2021/11/02 08:20:24 nia Exp $
DISTNAME= xf86-input-mouse-1.9.3
CATEGORIES= x11
@@ -14,6 +14,8 @@ USE_LIBTOOL= YES
GNU_CONFIGURE= YES
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/xorgproto/buildlink3.mk"
diff --git a/x11/xf86-input-mutouch/Makefile b/x11/xf86-input-mutouch/Makefile
index ee299dca0aa..d9d9cc24152 100644
--- a/x11/xf86-input-mutouch/Makefile
+++ b/x11/xf86-input-mutouch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/01/18 23:36:01 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2021/11/02 08:20:24 nia Exp $
DISTNAME= xf86-input-mutouch-1.3.0
PKGREVISION= 2
@@ -15,6 +15,8 @@ USE_LANGUAGES= c99
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/xorgproto/buildlink3.mk"
diff --git a/x11/xf86-input-penmount/Makefile b/x11/xf86-input-penmount/Makefile
index 679c767757c..6649f0eaf4f 100644
--- a/x11/xf86-input-penmount/Makefile
+++ b/x11/xf86-input-penmount/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 23:36:02 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2021/11/02 08:20:25 nia Exp $
DISTNAME= xf86-input-penmount-1.5.0
PKGREVISION= 5
@@ -15,6 +15,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/xorgproto/buildlink3.mk"
diff --git a/x11/xf86-input-vmmouse/Makefile b/x11/xf86-input-vmmouse/Makefile
index 70397a94267..5f532762f95 100644
--- a/x11/xf86-input-vmmouse/Makefile
+++ b/x11/xf86-input-vmmouse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2020/06/28 13:52:19 nia Exp $
+# $NetBSD: Makefile,v 1.26 2021/11/02 08:20:25 nia Exp $
DISTNAME= xf86-input-vmmouse-13.1.0
PKGREVISION= 2
@@ -15,6 +15,8 @@ USE_LIBTOOL= YES
GNU_CONFIGURE= YES
USE_TOOLS+= gmake pkg-config
+RELRO_SUPPORTED= partial
+
# #error The vmmouse protocol is only supported on x86 architectures.
ONLY_FOR_PLATFORM+= *-*-i386 *-*-x86_64
diff --git a/x11/xf86-input-void/Makefile b/x11/xf86-input-void/Makefile
index ab9833a12ed..44305809c56 100644
--- a/x11/xf86-input-void/Makefile
+++ b/x11/xf86-input-void/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/01/18 23:36:02 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2021/11/02 08:20:25 nia Exp $
DISTNAME= xf86-input-void-1.4.1
PKGREVISION= 2
@@ -14,6 +14,8 @@ USE_LIBTOOL= YES
GNU_CONFIGURE= YES
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-input-ws/Makefile b/x11/xf86-input-ws/Makefile
index a57d25ce79b..c0ca38ff701 100644
--- a/x11/xf86-input-ws/Makefile
+++ b/x11/xf86-input-ws/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/01/26 17:32:27 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2021/11/02 08:20:25 nia Exp $
DISTNAME= xf86-input-ws-1.3.0.20151010
PKGREVISION= 2
@@ -15,6 +15,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../x11/xorgproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xf86-video-amdgpu/Makefile b/x11/xf86-video-amdgpu/Makefile
index 59ae9499b96..b35c780babe 100644
--- a/x11/xf86-video-amdgpu/Makefile
+++ b/x11/xf86-video-amdgpu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2020/01/18 23:36:02 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2021/11/02 08:20:25 nia Exp $
DISTNAME= xf86-video-amdgpu-19.1.0
CATEGORIES= x11
@@ -14,6 +14,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/libdrm/buildlink3.mk"
diff --git a/x11/xf86-video-apm/Makefile b/x11/xf86-video-apm/Makefile
index 54122c06717..fe61b1aa072 100644
--- a/x11/xf86-video-apm/Makefile
+++ b/x11/xf86-video-apm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2020/01/18 23:36:02 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2021/11/02 08:20:25 nia Exp $
DISTNAME= xf86-video-apm-1.3.0
CATEGORIES= x11
@@ -13,6 +13,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-ark/Makefile b/x11/xf86-video-ark/Makefile
index b25d55f7cee..02192017c60 100644
--- a/x11/xf86-video-ark/Makefile
+++ b/x11/xf86-video-ark/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2020/01/18 23:36:02 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2021/11/02 08:20:25 nia Exp $
DISTNAME= xf86-video-ark-0.7.5
PKGREVISION= 5
@@ -14,6 +14,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-ast/Makefile b/x11/xf86-video-ast/Makefile
index 9dc7b4d59c2..79fe0070e20 100644
--- a/x11/xf86-video-ast/Makefile
+++ b/x11/xf86-video-ast/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/01/18 23:36:02 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2021/11/02 08:20:25 nia Exp $
DISTNAME= xf86-video-ast-1.1.5
PKGREVISION= 1
@@ -14,6 +14,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-ati/Makefile b/x11/xf86-video-ati/Makefile
index 784b2ca1682..59c19d0454e 100644
--- a/x11/xf86-video-ati/Makefile
+++ b/x11/xf86-video-ati/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2020/03/08 18:30:53 maya Exp $
+# $NetBSD: Makefile,v 1.53 2021/11/02 08:20:25 nia Exp $
DISTNAME= xf86-video-ati-19.1.0
PKGREVISION= 1
@@ -19,6 +19,8 @@ USE_LIBTOOL= YES
GNU_CONFIGURE= YES
USE_TOOLS+= gmake pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ARGS+= --enable-glamor
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
diff --git a/x11/xf86-video-ati6/Makefile b/x11/xf86-video-ati6/Makefile
index 51e460a26e9..d0fe3530691 100644
--- a/x11/xf86-video-ati6/Makefile
+++ b/x11/xf86-video-ati6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/01/18 23:36:03 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2021/11/02 08:20:26 nia Exp $
DISTNAME= xf86-video-ati-6.14.6
PKGNAME= ${DISTNAME:S/ati/ati6/}
@@ -19,6 +19,8 @@ USE_LIBTOOL= YES
GNU_CONFIGURE= YES
USE_TOOLS+= automake autoconf autoreconf gmake pkg-config
+RELRO_SUPPORTED= partial
+
.include "options.mk"
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
diff --git a/x11/xf86-video-chips/Makefile b/x11/xf86-video-chips/Makefile
index a2282235bea..981d2785f8f 100644
--- a/x11/xf86-video-chips/Makefile
+++ b/x11/xf86-video-chips/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/01/18 23:36:03 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2021/11/02 08:20:26 nia Exp $
DISTNAME= xf86-video-chips-1.4.0
CATEGORIES= x11
@@ -13,6 +13,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-cirrus/Makefile b/x11/xf86-video-cirrus/Makefile
index 2b61c53bde0..78f942d5b53 100644
--- a/x11/xf86-video-cirrus/Makefile
+++ b/x11/xf86-video-cirrus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2020/01/18 23:36:03 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2021/11/02 08:20:26 nia Exp $
DISTNAME= xf86-video-cirrus-1.5.3
PKGREVISION= 2
@@ -14,6 +14,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-dummy/Makefile b/x11/xf86-video-dummy/Makefile
index 637e16d9afd..0b571e7296c 100644
--- a/x11/xf86-video-dummy/Makefile
+++ b/x11/xf86-video-dummy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/01/18 23:36:03 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2021/11/02 08:20:26 nia Exp $
DISTNAME= xf86-video-dummy-0.3.8
PKGREVISION= 1
@@ -14,6 +14,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/xorgproto/buildlink3.mk"
diff --git a/x11/xf86-video-fbdev/Makefile b/x11/xf86-video-fbdev/Makefile
index ea4bfa0a560..5f35927518d 100644
--- a/x11/xf86-video-fbdev/Makefile
+++ b/x11/xf86-video-fbdev/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/01/18 23:36:03 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2021/11/02 08:20:26 nia Exp $
DISTNAME= xf86-video-fbdev-0.5.0
CATEGORIES= x11
@@ -14,6 +14,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/xorgproto/buildlink3.mk"
diff --git a/x11/xf86-video-glint/Makefile b/x11/xf86-video-glint/Makefile
index 6d38bf0dc7d..49386c61a47 100644
--- a/x11/xf86-video-glint/Makefile
+++ b/x11/xf86-video-glint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/01/18 23:36:03 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2021/11/02 08:20:26 nia Exp $
DISTNAME= xf86-video-glint-1.2.9
PKGREVISION= 1
@@ -16,6 +16,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-i128/Makefile b/x11/xf86-video-i128/Makefile
index adfa1bc0904..ef7c004af6f 100644
--- a/x11/xf86-video-i128/Makefile
+++ b/x11/xf86-video-i128/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2020/01/18 23:36:03 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2021/11/02 08:20:26 nia Exp $
DISTNAME= xf86-video-i128-1.4.0
CATEGORIES= x11
@@ -13,6 +13,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-i740/Makefile b/x11/xf86-video-i740/Makefile
index 144bfb01c3c..9aadfde7dfc 100644
--- a/x11/xf86-video-i740/Makefile
+++ b/x11/xf86-video-i740/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/01/18 23:36:03 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2021/11/02 08:20:27 nia Exp $
DISTNAME= xf86-video-i740-1.4.0
CATEGORIES= x11
@@ -13,6 +13,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-intel/Makefile b/x11/xf86-video-intel/Makefile
index eb4487e9111..c12969a2bf4 100644
--- a/x11/xf86-video-intel/Makefile
+++ b/x11/xf86-video-intel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2021/10/17 11:22:57 nia Exp $
+# $NetBSD: Makefile,v 1.46 2021/11/02 08:20:27 nia Exp $
PKGNAME= xf86-video-intel-2.99.917.20200515
COMMIT_ID= 5ca3ac1a90af177eb111a965e9b4dd8a27cc58fc
@@ -23,6 +23,8 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS+= pkg-config automake autoconf autoreconf
+RELRO_SUPPORTED= partial
+
.include "../../mk/bsd.prefs.mk"
PLIST_VARS+= virtual
diff --git a/x11/xf86-video-mach64/Makefile b/x11/xf86-video-mach64/Makefile
index d7973cbde9b..f10791eec5a 100644
--- a/x11/xf86-video-mach64/Makefile
+++ b/x11/xf86-video-mach64/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2020/01/18 23:36:04 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2021/11/02 08:20:27 nia Exp $
DISTNAME= xf86-video-mach64-6.9.6
CATEGORIES= x11
@@ -17,6 +17,8 @@ USE_LIBTOOL= YES
GNU_CONFIGURE= YES
USE_TOOLS+= gmake pkg-config
+RELRO_SUPPORTED= partial
+
CPPFLAGS.SunOS+= -D__EXTENSIONS__
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
diff --git a/x11/xf86-video-mga/Makefile b/x11/xf86-video-mga/Makefile
index e9548d248a8..8465ddb1107 100644
--- a/x11/xf86-video-mga/Makefile
+++ b/x11/xf86-video-mga/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2020/01/18 23:36:04 rillig Exp $
+# $NetBSD: Makefile,v 1.27 2021/11/02 08:20:27 nia Exp $
DISTNAME= xf86-video-mga-2.0.0
CATEGORIES= x11
@@ -15,6 +15,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-neomagic/Makefile b/x11/xf86-video-neomagic/Makefile
index c4c88021e35..3137de88d64 100644
--- a/x11/xf86-video-neomagic/Makefile
+++ b/x11/xf86-video-neomagic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/01/18 23:36:04 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2021/11/02 08:20:27 nia Exp $
DISTNAME= xf86-video-neomagic-1.3.0
CATEGORIES= x11
@@ -13,6 +13,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-nouveau/Makefile b/x11/xf86-video-nouveau/Makefile
index 8a08d5670a2..6b074df6b56 100644
--- a/x11/xf86-video-nouveau/Makefile
+++ b/x11/xf86-video-nouveau/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/01/18 23:36:04 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2021/11/02 08:20:28 nia Exp $
DISTNAME= xf86-video-nouveau-1.0.16
CATEGORIES= x11
@@ -14,6 +14,8 @@ USE_LANGUAGES+= c99
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-nv/Makefile b/x11/xf86-video-nv/Makefile
index 28cf2e5b03d..d4d0692cc8e 100644
--- a/x11/xf86-video-nv/Makefile
+++ b/x11/xf86-video-nv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2020/01/18 23:36:04 rillig Exp $
+# $NetBSD: Makefile,v 1.34 2021/11/02 08:20:28 nia Exp $
DISTNAME= xf86-video-nv-2.1.21
PKGREVISION= 1
@@ -15,6 +15,8 @@ USE_LIBTOOL= YES
GNU_CONFIGURE= YES
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-openchrome/Makefile b/x11/xf86-video-openchrome/Makefile
index 37203e0b70b..038e97164a9 100644
--- a/x11/xf86-video-openchrome/Makefile
+++ b/x11/xf86-video-openchrome/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2018/03/07 11:57:43 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2021/11/02 08:20:28 nia Exp $
DISTNAME= xf86-video-openchrome-0.6.0
PKGREVISION= 1
@@ -15,6 +15,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ARGS+= --enable-maintainer-mode
CONFIGURE_ARGS+= --enable-dri
diff --git a/x11/xf86-video-qxl/Makefile b/x11/xf86-video-qxl/Makefile
index 5f4ceb93bf0..fd80fee6638 100644
--- a/x11/xf86-video-qxl/Makefile
+++ b/x11/xf86-video-qxl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/01/18 23:36:04 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2021/11/02 08:20:28 nia Exp $
DISTNAME= xf86-video-qxl-0.1.5
PKGREVISION= 1
@@ -15,6 +15,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
.include "options.mk"
CPPFLAGS.SunOS+= -D__EXTENSIONS__
diff --git a/x11/xf86-video-r128/Makefile b/x11/xf86-video-r128/Makefile
index 3a3c4a425a2..39f1279ca3f 100644
--- a/x11/xf86-video-r128/Makefile
+++ b/x11/xf86-video-r128/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/01/18 23:36:04 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2021/11/02 08:20:28 nia Exp $
DISTNAME= xf86-video-r128-6.12.0
CATEGORIES= x11
@@ -17,6 +17,8 @@ USE_LIBTOOL= YES
GNU_CONFIGURE= YES
USE_TOOLS+= gmake pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-rendition/Makefile b/x11/xf86-video-rendition/Makefile
index 7e06a2887f1..6442b74db0c 100644
--- a/x11/xf86-video-rendition/Makefile
+++ b/x11/xf86-video-rendition/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/01/18 23:36:05 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2021/11/02 08:20:28 nia Exp $
DISTNAME= xf86-video-rendition-4.2.7
CATEGORIES= x11
@@ -13,6 +13,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-s3/Makefile b/x11/xf86-video-s3/Makefile
index 7556415c0a4..18291d659cc 100644
--- a/x11/xf86-video-s3/Makefile
+++ b/x11/xf86-video-s3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2020/01/18 23:36:05 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2021/11/02 08:20:28 nia Exp $
DISTNAME= xf86-video-s3-0.7.0
CATEGORIES= x11
@@ -13,6 +13,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-s3virge/Makefile b/x11/xf86-video-s3virge/Makefile
index 8acbb69a3e9..7bf9aeb659d 100644
--- a/x11/xf86-video-s3virge/Makefile
+++ b/x11/xf86-video-s3virge/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/01/18 23:36:05 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2021/11/02 08:20:28 nia Exp $
DISTNAME= xf86-video-s3virge-1.11.0
CATEGORIES= x11
@@ -13,6 +13,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-savage/Makefile b/x11/xf86-video-savage/Makefile
index e1247fa393b..d0d1404df84 100644
--- a/x11/xf86-video-savage/Makefile
+++ b/x11/xf86-video-savage/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2020/01/18 23:36:05 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2021/11/02 08:20:28 nia Exp $
DISTNAME= xf86-video-savage-2.3.9
PKGREVISION= 1
@@ -16,6 +16,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-siliconmotion/Makefile b/x11/xf86-video-siliconmotion/Makefile
index 5e8a610b3cb..63217d7f8a0 100644
--- a/x11/xf86-video-siliconmotion/Makefile
+++ b/x11/xf86-video-siliconmotion/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/01/18 23:36:05 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2021/11/02 08:20:29 nia Exp $
DISTNAME= xf86-video-siliconmotion-1.7.9
PKGREVISION= 1
@@ -14,6 +14,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-sis/Makefile b/x11/xf86-video-sis/Makefile
index 58a2ac267fb..f24fd9cf8a0 100644
--- a/x11/xf86-video-sis/Makefile
+++ b/x11/xf86-video-sis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2020/01/18 23:36:05 rillig Exp $
+# $NetBSD: Makefile,v 1.30 2021/11/02 08:20:29 nia Exp $
DISTNAME= xf86-video-sis-0.12.0
CATEGORIES= x11
@@ -15,6 +15,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
.include "../../mk/bsd.prefs.mk"
TOOL_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
diff --git a/x11/xf86-video-suncg14/Makefile b/x11/xf86-video-suncg14/Makefile
index cf0a259dfc3..4734264e54a 100644
--- a/x11/xf86-video-suncg14/Makefile
+++ b/x11/xf86-video-suncg14/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 23:36:05 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2021/11/02 08:20:29 nia Exp $
DISTNAME= xf86-video-suncg14-1.1.2
PKGREVISION= 5
@@ -15,6 +15,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
.include "options.mk"
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
diff --git a/x11/xf86-video-suncg3/Makefile b/x11/xf86-video-suncg3/Makefile
index 755a0e7a878..add579cb842 100644
--- a/x11/xf86-video-suncg3/Makefile
+++ b/x11/xf86-video-suncg3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 23:36:05 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2021/11/02 08:20:29 nia Exp $
DISTNAME= xf86-video-suncg3-1.1.2
PKGREVISION= 5
@@ -15,6 +15,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/xorgproto/buildlink3.mk"
diff --git a/x11/xf86-video-suncg6/Makefile b/x11/xf86-video-suncg6/Makefile
index 91ad0bcc00d..c7bb0b17129 100644
--- a/x11/xf86-video-suncg6/Makefile
+++ b/x11/xf86-video-suncg6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 23:36:06 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2021/11/02 08:20:29 nia Exp $
DISTNAME= xf86-video-suncg6-1.1.2
PKGREVISION= 2
@@ -14,6 +14,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
.include "options.mk"
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
diff --git a/x11/xf86-video-sunffb/Makefile b/x11/xf86-video-sunffb/Makefile
index 49fc3f3e045..792729e106b 100644
--- a/x11/xf86-video-sunffb/Makefile
+++ b/x11/xf86-video-sunffb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 23:36:06 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2021/11/02 08:20:29 nia Exp $
DISTNAME= xf86-video-sunffb-1.2.2
PKGREVISION= 5
@@ -15,6 +15,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
.include "options.mk"
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
diff --git a/x11/xf86-video-sunleo/Makefile b/x11/xf86-video-sunleo/Makefile
index a6a1bd4e7c4..23bac9683f6 100644
--- a/x11/xf86-video-sunleo/Makefile
+++ b/x11/xf86-video-sunleo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 23:36:06 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2021/11/02 08:20:29 nia Exp $
DISTNAME= xf86-video-sunleo-1.2.2
PKGREVISION= 1
@@ -15,6 +15,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/xorgproto/buildlink3.mk"
diff --git a/x11/xf86-video-suntcx/Makefile b/x11/xf86-video-suntcx/Makefile
index 263259ff244..feb0804ee90 100644
--- a/x11/xf86-video-suntcx/Makefile
+++ b/x11/xf86-video-suntcx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 23:36:06 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2021/11/02 08:20:29 nia Exp $
DISTNAME= xf86-video-suntcx-1.1.2
PKGREVISION= 2
@@ -14,6 +14,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
.include "options.mk"
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
diff --git a/x11/xf86-video-tdfx/Makefile b/x11/xf86-video-tdfx/Makefile
index 150da89024d..394e7046c91 100644
--- a/x11/xf86-video-tdfx/Makefile
+++ b/x11/xf86-video-tdfx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2020/01/18 23:36:06 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2021/11/02 08:20:29 nia Exp $
DISTNAME= xf86-video-tdfx-1.5.0
CATEGORIES= x11
@@ -15,6 +15,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-tga/Makefile b/x11/xf86-video-tga/Makefile
index 2bf2a8f337c..837dc73ed0d 100644
--- a/x11/xf86-video-tga/Makefile
+++ b/x11/xf86-video-tga/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/01/18 23:36:06 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2021/11/02 08:20:30 nia Exp $
DISTNAME= xf86-video-tga-1.2.2
PKGREVISION= 5
@@ -14,6 +14,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-trident/Makefile b/x11/xf86-video-trident/Makefile
index d5ce765bbfe..53843f01ba3 100644
--- a/x11/xf86-video-trident/Makefile
+++ b/x11/xf86-video-trident/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/01/18 23:36:06 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2021/11/02 08:20:30 nia Exp $
DISTNAME= xf86-video-trident-1.3.8
PKGREVISION= 1
@@ -14,6 +14,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-tseng/Makefile b/x11/xf86-video-tseng/Makefile
index 2872d9ca741..1b0d5ea524d 100644
--- a/x11/xf86-video-tseng/Makefile
+++ b/x11/xf86-video-tseng/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2020/01/18 23:36:06 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2021/11/02 08:20:30 nia Exp $
DISTNAME= xf86-video-tseng-1.2.5
PKGREVISION= 5
@@ -14,6 +14,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-vboxvideo/Makefile b/x11/xf86-video-vboxvideo/Makefile
index faef0c55db1..689ebd097f0 100644
--- a/x11/xf86-video-vboxvideo/Makefile
+++ b/x11/xf86-video-vboxvideo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/01/18 23:36:06 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2021/11/02 08:20:30 nia Exp $
DISTNAME= xf86-video-vboxvideo-1.0.0
CATEGORIES= x11
@@ -13,6 +13,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-vesa/Makefile b/x11/xf86-video-vesa/Makefile
index 0261cbd86a1..bb11ce7dbc2 100644
--- a/x11/xf86-video-vesa/Makefile
+++ b/x11/xf86-video-vesa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2020/09/10 22:27:04 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2021/11/02 08:20:30 nia Exp $
DISTNAME= xf86-video-vesa-2.5.0
CATEGORIES= x11
@@ -13,6 +13,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-vmware/Makefile b/x11/xf86-video-vmware/Makefile
index 347ed2cef7d..a09b001e557 100644
--- a/x11/xf86-video-vmware/Makefile
+++ b/x11/xf86-video-vmware/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2020/01/18 23:36:07 rillig Exp $
+# $NetBSD: Makefile,v 1.30 2021/11/02 08:20:30 nia Exp $
DISTNAME= xf86-video-vmware-13.3.0
CATEGORIES= x11
@@ -13,6 +13,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
ONLY_FOR_PLATFORM+= *-*-i386 *-*-x86_64
diff --git a/x11/xf86-video-voodoo/Makefile b/x11/xf86-video-voodoo/Makefile
index e887739f362..917d54c2e9d 100644
--- a/x11/xf86-video-voodoo/Makefile
+++ b/x11/xf86-video-voodoo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 23:36:07 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2021/11/02 08:20:30 nia Exp $
DISTNAME= xf86-video-voodoo-1.2.5
PKGREVISION= 2
@@ -15,6 +15,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
.include "options.mk"
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
diff --git a/x11/xf86-video-wsfb/Makefile b/x11/xf86-video-wsfb/Makefile
index f298d59ee2a..fdc79697015 100644
--- a/x11/xf86-video-wsfb/Makefile
+++ b/x11/xf86-video-wsfb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2021/09/28 13:58:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.22 2021/11/02 08:20:30 nia Exp $
DISTNAME= xf86-video-wsfb-0.4.0
PKGREVISION= 9
@@ -16,6 +16,8 @@ USE_LIBTOOL= YES
GNU_CONFIGURE= YES
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
diff --git a/x11/xf86-video-xgi/Makefile b/x11/xf86-video-xgi/Makefile
index a47e17101f2..0993d0925ff 100644
--- a/x11/xf86-video-xgi/Makefile
+++ b/x11/xf86-video-xgi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 23:36:08 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2021/11/02 08:20:31 nia Exp $
DISTNAME= xf86-video-xgi-1.6.1
PKGREVISION= 2
@@ -14,6 +14,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+RELRO_SUPPORTED= partial
+
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"