modular-xorg: Apply at most partial RELRO for modular drivers.
This commit is contained in:
parent
856ace64f4
commit
30f939d35c
57 changed files with 171 additions and 59 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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__
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue