pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2017Q1]: pkgsrc/games/xpipeman Pullup ticket #5253 - requested...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7988fdc7c1fb
branches:  pkgsrc-2017Q1
changeset: 360241:7988fdc7c1fb
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Apr 16 08:44:36 2017 +0000

description:
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

diffstat:

 games/xpipeman/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r a4f3d65d429d -r 7988fdc7c1fb games/xpipeman/Makefile
--- a/games/xpipeman/Makefile   Fri Apr 14 11:15:38 2017 +0000
+++ b/games/xpipeman/Makefile   Sun Apr 16 08:44:36 2017 +0000
@@ -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 @@
 
 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