pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/xapply Use /bin/sh as the default shell, not ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5c4125b5a351
branches: trunk
changeset: 496566:5c4125b5a351
user: epg <epg%pkgsrc.org@localhost>
date: Sat Jul 02 16:52:59 2005 +0000
description:
Use /bin/sh as the default shell, not whatever the SHELL environment
variable contains during the build
(/usr/pkgsrc/sysutils/xapply/work/.tools/bin/sh).
diffstat:
sysutils/xapply/Makefile | 4 ++--
sysutils/xapply/distinfo | 3 ++-
sysutils/xapply/patches/patch-aa | 14 ++++++++++++++
3 files changed, 18 insertions(+), 3 deletions(-)
diffs (50 lines):
diff -r 4faf938f6ebb -r 5c4125b5a351 sysutils/xapply/Makefile
--- a/sysutils/xapply/Makefile Sat Jul 02 15:22:52 2005 +0000
+++ b/sysutils/xapply/Makefile Sat Jul 02 16:52:59 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:47:30 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/07/02 16:52:59 epg Exp $
#
DISTNAME= xapply-3.4
+PKGREVISION= 1
CATEGORIES= mine
MASTER_SITES= http://archive.progeny.com/pundits/
EXTRACT_SUFX= .tgz
@@ -11,7 +12,6 @@
BUILD_DEPENDS+= mkcmd>=8.14:../../devel/mkcmd
-
INSTALLATION_DIRS= bin man/man1
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff -r 4faf938f6ebb -r 5c4125b5a351 sysutils/xapply/distinfo
--- a/sysutils/xapply/distinfo Sat Jul 02 15:22:52 2005 +0000
+++ b/sysutils/xapply/distinfo Sat Jul 02 16:52:59 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 13:40:59 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/07/02 16:52:59 epg Exp $
SHA1 (xapply-3.4.tgz) = 3e5a6a01c7fc1c27b1ec68fd607563ba0400f3cb
RMD160 (xapply-3.4.tgz) = 9f0bd23374dd260118db642a7373607eeda8d2c7
Size (xapply-3.4.tgz) = 31354 bytes
+SHA1 (patch-aa) = cc9413bc79cc258a253d414530808e56f143adc4
diff -r 4faf938f6ebb -r 5c4125b5a351 sysutils/xapply/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/xapply/patches/patch-aa Sat Jul 02 16:52:59 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2005/07/02 16:53:00 epg Exp $
+
+--- bin/xapply/xapply.m.orig 2000-08-01 08:21:25.000000000 -0400
++++ bin/xapply/xapply.m
+@@ -56,8 +56,7 @@ integer 'P' {
+
+ char* 'S' {
+ named "pcShell"
+- init getenv "SHELL"
+- before 'if ((char *)0 == %n) {%n = "%D/sh/pv";}'
++ before 'if ((char *)0 == %n) {%n = "/bin/sh";}'
+ param "shell"
+ help "the shell to run tasks under"
+ }
Home |
Main Index |
Thread Index |
Old Index