pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games games: Mark the Cube 2 engine games as unsupport...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13bffad4bfed
branches:  trunk
changeset: 769673:13bffad4bfed
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Nov 18 14:45:37 2021 +0000

description:
games: Mark the Cube 2 engine games as unsupported by RELRO

Unfortunately they use precompiled headers with GCC in a way that
would be very difficult to disable.

diffstat:

 games/assaultcube/Makefile |  5 ++++-
 games/redeclipse/Makefile  |  5 ++++-
 games/sauerbraten/Makefile |  5 ++++-
 3 files changed, 12 insertions(+), 3 deletions(-)

diffs (57 lines):

diff -r ab11405c634c -r 13bffad4bfed games/assaultcube/Makefile
--- a/games/assaultcube/Makefile        Thu Nov 18 14:16:55 2021 +0000
+++ b/games/assaultcube/Makefile        Thu Nov 18 14:45:37 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/09/29 19:00:37 adam Exp $
+# $NetBSD: Makefile,v 1.14 2021/11/18 14:45:37 nia Exp $
 
 PKGNAME=       assaultcube-1.2.0.2
 PKGREVISION=   11
@@ -19,6 +19,9 @@
 USE_TOOLS+=    gmake pax pkg-config
 USE_LANGUAGES= c c++
 
+# GCC precompiled headers...
+RELRO_SUPPORTED=       no
+
 INSTALLATION_DIRS+=    bin
 INSTALLATION_DIRS+=    libexec
 INSTALLATION_DIRS+=    share/applications
diff -r ab11405c634c -r 13bffad4bfed games/redeclipse/Makefile
--- a/games/redeclipse/Makefile Thu Nov 18 14:16:55 2021 +0000
+++ b/games/redeclipse/Makefile Thu Nov 18 14:45:37 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/09/08 21:05:08 nia Exp $
+# $NetBSD: Makefile,v 1.7 2021/11/18 14:45:37 nia Exp $
 
 DISTNAME=      redeclipse_2.0.0_nix
 PKGNAME=       redeclipse-2.0.0
@@ -26,6 +26,9 @@
 MAKE_FLAGS+=   prefix=${PREFIX}
 MAKE_FLAGS+=   mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
 
+# GCC precompiled headers...
+RELRO_SUPPORTED=       no
+
 .include "../../devel/SDL2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../audio/SDL2_mixer/buildlink3.mk"
diff -r ab11405c634c -r 13bffad4bfed games/sauerbraten/Makefile
--- a/games/sauerbraten/Makefile        Thu Nov 18 14:16:55 2021 +0000
+++ b/games/sauerbraten/Makefile        Thu Nov 18 14:45:37 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/09/08 21:05:08 nia Exp $
+# $NetBSD: Makefile,v 1.5 2021/11/18 14:45:37 nia Exp $
 
 DISTNAME=      sauerbraten_2020_12_27_linux
 PKGNAME=       sauerbraten-2020_12_27
@@ -19,6 +19,9 @@
 BUILD_DIRS+=   src
 BUILD_TARGET=  client master server
 
+# GCC precompiled headers...
+RELRO_SUPPORTED=       no
+
 LDFLAGS.NetBSD+=       -lrt
 
 INSTALLATION_DIRS+=    bin



Home | Main Index | Thread Index | Old Index