pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/mksandbox Update mksandbox to version 1.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2efaacefce3
branches:  trunk
changeset: 318417:c2efaacefce3
user:      agc <agc%pkgsrc.org@localhost>
date:      Fri Jan 25 20:08:21 2019 +0000

description:
Update mksandbox to version 1.8

Fix in PR pkg/53896 from silas%nocafe.net@localhost for mksandbox to fully
support relative pathnames.

diffstat:

 pkgtools/mksandbox/Makefile        |  4 ++--
 pkgtools/mksandbox/files/mksandbox |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 1ec3de001985 -r c2efaacefce3 pkgtools/mksandbox/Makefile
--- a/pkgtools/mksandbox/Makefile       Fri Jan 25 20:02:03 2019 +0000
+++ b/pkgtools/mksandbox/Makefile       Fri Jan 25 20:08:21 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2018/01/27 19:07:46 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2019/01/25 20:08:21 agc Exp $
 
-PKGNAME=       mksandbox-1.7
+PKGNAME=       mksandbox-1.8
 CATEGORIES=    pkgtools
 
 MAINTAINER=    agc%NetBSD.org@localhost
diff -r 1ec3de001985 -r c2efaacefce3 pkgtools/mksandbox/files/mksandbox
--- a/pkgtools/mksandbox/files/mksandbox        Fri Jan 25 20:02:03 2019 +0000
+++ b/pkgtools/mksandbox/files/mksandbox        Fri Jan 25 20:08:21 2019 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: mksandbox,v 1.14 2018/12/07 12:40:39 sevan Exp $
+# $NetBSD: mksandbox,v 1.15 2019/01/25 20:08:21 agc Exp $
 
 # Copyright (c) 2002,2012 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -246,6 +246,7 @@
 fi
 
 $mkdirprog $sandbox
+sandbox="`(cd $sandbox && pwd)`"
 cat > $sandbox_script <<EOS
 #! /bin/sh -
 mounthost=$mounthost



Home | Main Index | Thread Index | Old Index