pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/xpipeman



Module Name:    pkgsrc
Committed By:   pgoyette
Date:           Fri Apr  7 23:21:20 UTC 2017

Modified Files:
        pkgsrc/games/xpipeman: Makefile

Log Message:
xpipeman fails to update the scores file with ASLR enabled.

XXX does this require a rev bump?


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/games/xpipeman/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/xpipeman/Makefile
diff -u pkgsrc/games/xpipeman/Makefile:1.20 pkgsrc/games/xpipeman/Makefile:1.21
--- pkgsrc/games/xpipeman/Makefile:1.20 Sat Oct  6 11:55:02 2012
+++ pkgsrc/games/xpipeman/Makefile      Fri Apr  7 23:21:20 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2012/10/06 11:55:02 asau Exp $
+# $NetBSD: Makefile,v 1.21 2017/04/07 23:21:20 pgoyette Exp $
 #
 
 DISTNAME=      xpipeman-1.5
@@ -22,6 +22,8 @@ REQD_DIRS_PERMS=      share/xpipeman ${GAMES_
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man6 share/xpipeman
 
+NOT_PAX_MPROTECT_SAFE+=   bin/xpipeman
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/xpipeman ${DESTDIR}${PREFIX}/bin/xpipeman
        ${INSTALL_MAN} ${WRKSRC}/xpipeman.man \



Home | Main Index | Thread Index | Old Index