From 30f939d35c62db2764c40978badfd754320dd3b6 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 2 Nov 2021 08:20:24 +0000 Subject: [PATCH] modular-xorg: Apply at most partial RELRO for modular drivers. --- x11/modular-xorg-server/Makefile.common | 6 +++--- x11/xf86-input-acecad/Makefile | 4 +++- x11/xf86-input-elographics/Makefile | 4 +++- x11/xf86-input-fpit/Makefile | 4 +++- x11/xf86-input-hyperpen/Makefile | 4 +++- x11/xf86-input-joystick/Makefile | 4 +++- x11/xf86-input-keyboard/Makefile | 4 +++- x11/xf86-input-mouse/Makefile | 4 +++- x11/xf86-input-mutouch/Makefile | 4 +++- x11/xf86-input-penmount/Makefile | 4 +++- x11/xf86-input-vmmouse/Makefile | 4 +++- x11/xf86-input-void/Makefile | 4 +++- x11/xf86-input-ws/Makefile | 4 +++- x11/xf86-video-amdgpu/Makefile | 4 +++- x11/xf86-video-apm/Makefile | 4 +++- x11/xf86-video-ark/Makefile | 4 +++- x11/xf86-video-ast/Makefile | 4 +++- x11/xf86-video-ati/Makefile | 4 +++- x11/xf86-video-ati6/Makefile | 4 +++- x11/xf86-video-chips/Makefile | 4 +++- x11/xf86-video-cirrus/Makefile | 4 +++- x11/xf86-video-dummy/Makefile | 4 +++- x11/xf86-video-fbdev/Makefile | 4 +++- x11/xf86-video-glint/Makefile | 4 +++- x11/xf86-video-i128/Makefile | 4 +++- x11/xf86-video-i740/Makefile | 4 +++- x11/xf86-video-intel/Makefile | 4 +++- x11/xf86-video-mach64/Makefile | 4 +++- x11/xf86-video-mga/Makefile | 4 +++- x11/xf86-video-neomagic/Makefile | 4 +++- x11/xf86-video-nouveau/Makefile | 4 +++- x11/xf86-video-nv/Makefile | 4 +++- x11/xf86-video-openchrome/Makefile | 4 +++- x11/xf86-video-qxl/Makefile | 4 +++- x11/xf86-video-r128/Makefile | 4 +++- x11/xf86-video-rendition/Makefile | 4 +++- x11/xf86-video-s3/Makefile | 4 +++- x11/xf86-video-s3virge/Makefile | 4 +++- x11/xf86-video-savage/Makefile | 4 +++- x11/xf86-video-siliconmotion/Makefile | 4 +++- x11/xf86-video-sis/Makefile | 4 +++- x11/xf86-video-suncg14/Makefile | 4 +++- x11/xf86-video-suncg3/Makefile | 4 +++- x11/xf86-video-suncg6/Makefile | 4 +++- x11/xf86-video-sunffb/Makefile | 4 +++- x11/xf86-video-sunleo/Makefile | 4 +++- x11/xf86-video-suntcx/Makefile | 4 +++- x11/xf86-video-tdfx/Makefile | 4 +++- x11/xf86-video-tga/Makefile | 4 +++- x11/xf86-video-trident/Makefile | 4 +++- x11/xf86-video-tseng/Makefile | 4 +++- x11/xf86-video-vboxvideo/Makefile | 4 +++- x11/xf86-video-vesa/Makefile | 4 +++- x11/xf86-video-vmware/Makefile | 4 +++- x11/xf86-video-voodoo/Makefile | 4 +++- x11/xf86-video-wsfb/Makefile | 4 +++- x11/xf86-video-xgi/Makefile | 4 +++- 57 files changed, 171 insertions(+), 59 deletions(-) diff --git a/x11/modular-xorg-server/Makefile.common b/x11/modular-xorg-server/Makefile.common index 5bb0bbe85da6..abb8a6979137 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 a593f16c4962..e71f369f1413 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 966c949939af..9867e7567d77 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 d377567c118d..93ae0d2be622 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 07c45b6018d3..ea4fa48cf41a 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 6f6227ef3b63..25f0d22a5ffa 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 c6026b01a006..1f26c8335418 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 00490de1300b..b3131fafef17 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 ee299dca0aa1..d9d9cc241520 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 679c767757c9..6649f0eaf4fe 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 70397a942674..5f532762f95f 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 ab9833a12ed8..44305809c561 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 a57d25ce79bc..c0ca38ff701a 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 59ae9499b966..b35c780babe7 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 54122c067176..fe61b1aa072b 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 b25d55f7cee5..02192017c603 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 9dc7b4d59c20..79fe0070e208 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 784b2ca16820..59c19d0454ef 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 51e460a26e98..d0fe35306914 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 a2282235beac..981d2785f8f0 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 2b61c53bde01..78f942d5b53e 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 637e16d9afd9..0b571e7296ca 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 ea4bfa0a5602..5f35927518d1 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 6d38bf0dc7da..49386c61a472 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 adfa1bc0904e..ef7c004af6f9 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 144bfb01c3cd..9aadfde7dfcc 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 eb4487e9111b..c12969a2bf4d 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 d7973cbde9b9..f10791eec5a1 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 e9548d248a89..8465ddb11073 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 c4c88021e351..3137de88d64d 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 8a08d5670a2e..6b074df6b560 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 28cf2e5b03da..d4d0692cc8e3 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 37203e0b70b3..038e97164a9a 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 5f4ceb93bf06..fd80fee66386 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 3a3c4a425a2d..39f1279ca3fe 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 7e06a2887f10..6442b74db0c3 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 7556415c0a4a..18291d659ccb 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 8acbb69a3e97..7bf9aeb659d5 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 e1247fa393bd..d0d1404df846 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 5e8a610b3cb0..63217d7f8a08 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 58a2ac267fb9..f24fd9cf8a0a 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 cf0a259dfc3a..4734264e54a2 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 755a0e7a8785..add579cb842b 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 91ad0bcc00de..c7bb0b171291 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 49fc3f3e0459..792729e106be 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 a6a1bd4e7c4d..23bac9683f68 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 263259ff244b..feb0804ee90f 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 150da89024d9..394e7046c918 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 2bf2a8f337c6..837dc73ed0d7 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 d5ce765bbfee..53843f01ba37 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 2872d9ca7415..1b0d5ea524df 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 faef0c55db13..689ebd097f01 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 0261cbd86a1b..bb11ce7dbc2d 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 347ed2cef7d8..a09b001e5576 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 e887739f3626..917d54c2e9dc 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 f298d59ee2ab..fdc796970158 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 a47e17101f29..0993d0925ffd 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"