pkgsrc-Changes archive

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

CVS commit: pkgsrc/games



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Nov 18 14:45:37 UTC 2021

Modified Files:
        pkgsrc/games/assaultcube: Makefile
        pkgsrc/games/redeclipse: Makefile
        pkgsrc/games/sauerbraten: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/games/assaultcube/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/redeclipse/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/sauerbraten/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/assaultcube/Makefile
diff -u pkgsrc/games/assaultcube/Makefile:1.13 pkgsrc/games/assaultcube/Makefile:1.14
--- pkgsrc/games/assaultcube/Makefile:1.13      Wed Sep 29 19:00:37 2021
+++ pkgsrc/games/assaultcube/Makefile   Thu Nov 18 14:45:37 2021
@@ -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 @@ BUILD_TARGET= client master server
 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

Index: pkgsrc/games/redeclipse/Makefile
diff -u pkgsrc/games/redeclipse/Makefile:1.6 pkgsrc/games/redeclipse/Makefile:1.7
--- pkgsrc/games/redeclipse/Makefile:1.6        Wed Sep  8 21:05:08 2021
+++ pkgsrc/games/redeclipse/Makefile    Thu Nov 18 14:45:37 2021
@@ -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 @@ INSTALL_TARGET=       system-install
 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"

Index: pkgsrc/games/sauerbraten/Makefile
diff -u pkgsrc/games/sauerbraten/Makefile:1.4 pkgsrc/games/sauerbraten/Makefile:1.5
--- pkgsrc/games/sauerbraten/Makefile:1.4       Wed Sep  8 21:05:08 2021
+++ pkgsrc/games/sauerbraten/Makefile   Thu Nov 18 14:45:37 2021
@@ -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 @@ WRKSRC=               ${WRKDIR}/sauerbraten
 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