pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q1] pkgsrc/games/xpipeman



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Apr 16 08:44:36 UTC 2017

Modified Files:
        pkgsrc/games/xpipeman [pkgsrc-2017Q1]: Makefile

Log Message:
Pullup ticket #5253 - requested by sevan
games/xpipeman: bugfix

Revisions pulled up:
- games/xpipeman/Makefile                                       1.21-1.22

---
   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?

---
   Module Name:    pkgsrc
   Committed By:   pgoyette
   Date:           Fri Apr  7 23:34:40 UTC 2017

   Modified Files:
           pkgsrc/games/xpipeman: Makefile

   Log Message:
   Bump PKGREVISION for previous


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.20.36.1 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.20.36.1
--- pkgsrc/games/xpipeman/Makefile:1.20 Sat Oct  6 11:55:02 2012
+++ pkgsrc/games/xpipeman/Makefile      Sun Apr 16 08:44:36 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2012/10/06 11:55:02 asau Exp $
+# $NetBSD: Makefile,v 1.20.36.1 2017/04/16 08:44:36 bsiegert Exp $
 #
 
 DISTNAME=      xpipeman-1.5
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    games x11
 MASTER_SITES=  ${MASTER_SITE_SUNSITE:=games/strategy/}
 
@@ -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