summaryrefslogtreecommitdiff
path: root/sysutils/xapply
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2005-07-02 16:52:59 +0000
committerepg <epg@pkgsrc.org>2005-07-02 16:52:59 +0000
commit8e159ce0ef4291b2117f23c0a03f4951572ba436 (patch)
tree7536a1907475f298e3e4d21cb3ee522b0ee2d2cb /sysutils/xapply
parente2d2fab6bc226f668a44388bbebe759620e318af (diff)
downloadpkgsrc-8e159ce0ef4291b2117f23c0a03f4951572ba436.tar.gz
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 (limited to 'sysutils/xapply')
-rw-r--r--sysutils/xapply/Makefile4
-rw-r--r--sysutils/xapply/distinfo3
-rw-r--r--sysutils/xapply/patches/patch-aa14
3 files changed, 18 insertions, 3 deletions
diff --git a/sysutils/xapply/Makefile b/sysutils/xapply/Makefile
index f10252baa7e..3c588b15f1a 100644
--- a/sysutils/xapply/Makefile
+++ b/sysutils/xapply/Makefile
@@ -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 @@ COMMENT= Parallel Execution tool a la xargs/apply
BUILD_DEPENDS+= mkcmd>=8.14:../../devel/mkcmd
-
INSTALLATION_DIRS= bin man/man1
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/sysutils/xapply/distinfo b/sysutils/xapply/distinfo
index cfcd98b638d..5a0c1b20b6c 100644
--- a/sysutils/xapply/distinfo
+++ b/sysutils/xapply/distinfo
@@ -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 --git a/sysutils/xapply/patches/patch-aa b/sysutils/xapply/patches/patch-aa
new file mode 100644
index 00000000000..6d020bed394
--- /dev/null
+++ b/sysutils/xapply/patches/patch-aa
@@ -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"
+ }