pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/crack-attack The "binary relocate" support (in s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/378249f0f91c
branches: trunk
changeset: 539237:378249f0f91c
user: dsainty <dsainty%pkgsrc.org@localhost>
date: Sun Mar 02 05:31:00 2008 +0000
description:
The "binary relocate" support (in src/prefix.*) parses /proc/self/maps and
expects pathnames. Older NetBSD kernels don't provide the path, leading to a
failure to locate the right path prefixes. Being Pkgsrc, we're not really
interested in leaving these decisions to run-time anyway, so just disable this
behaviour outright.
Bump PKGREVISION.
diffstat:
games/crack-attack/Makefile | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diffs (27 lines):
diff -r 736eabe86cac -r 378249f0f91c games/crack-attack/Makefile
--- a/games/crack-attack/Makefile Sun Mar 02 03:48:36 2008 +0000
+++ b/games/crack-attack/Makefile Sun Mar 02 05:31:00 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2008/01/06 21:33:12 snj Exp $
+# $NetBSD: Makefile,v 1.15 2008/03/02 05:31:00 dsainty Exp $
DISTNAME= crack-attack-1.1.14
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= games
MASTER_SITES= http://savannah.nongnu.org/download/crack-attack/
@@ -9,9 +9,10 @@
HOMEPAGE= http://savannah.nongnu.org/projects/crack-attack
COMMENT= Tetris Attack inspired game
-GNU_CONFIGURE= YES
-USE_LANGUAGES= c c++
-USE_TOOLS+= pkg-config
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --disable-binreloc
+USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/${PKGBASE}
Home |
Main Index |
Thread Index |
Old Index