pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/supertuxkart



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sat Dec 10 08:16:24 UTC 2016

Modified Files:
        pkgsrc/games/supertuxkart: Makefile

Log Message:
NOT_PAX_ASLR_SAFE and NOT_PAX_MPROTECT_SAFE. PKGREVISION -> 6.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/games/supertuxkart/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/supertuxkart/Makefile
diff -u pkgsrc/games/supertuxkart/Makefile:1.14 pkgsrc/games/supertuxkart/Makefile:1.15
--- pkgsrc/games/supertuxkart/Makefile:1.14     Fri Oct  7 18:25:50 2016
+++ pkgsrc/games/supertuxkart/Makefile  Sat Dec 10 08:16:23 2016
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2016/10/07 18:25:50 adam Exp $
+# $NetBSD: Makefile,v 1.15 2016/12/10 08:16:23 dholland Exp $
 #
 
 DISTNAME=      supertuxkart-0.8.1-src
 PKGNAME=       ${DISTNAME:S/-src//}
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=supertuxkart/}
 EXTRACT_SUFX=  .tar.bz2
@@ -24,6 +24,9 @@ CXXFLAGS+=    -DNO_IRR_USE_NON_SYSTEM_LIB_P
 CXXFLAGS+=     -DNO_IRR_USE_NON_SYSTEM_ZLIB_=1
 CXXFLAGS+=     -DNO_IRR_USE_NON_SYSTEM_BZLIB_=1
 
+NOT_PAX_ASLR_SAFE+=    bin/supertuxkart
+NOT_PAX_MPROTECT_SAFE+=        bin/supertuxkart
+
 # Debug nob for STK
 #CMAKE_ARGS+=  -DCMAKE_BUILD_TYPE=Debug
 



Home | Main Index | Thread Index | Old Index