summaryrefslogtreecommitdiff
path: root/devel/quilt
diff options
context:
space:
mode:
authorapb <apb@pkgsrc.org>2008-01-08 08:28:58 +0000
committerapb <apb@pkgsrc.org>2008-01-08 08:28:58 +0000
commit31a3fe5e084e6e5e56d9ee1ffe05368e2a08c1f3 (patch)
tree41184e341f9d0e029e23645d709c175d7e2a34d0 /devel/quilt
parent720639efff27f369e821269a9fdd685119ab8111 (diff)
downloadpkgsrc-31a3fe5e084e6e5e56d9ee1ffe05368e2a08c1f3.tar.gz
Use a portable construct instead of "find ... -perm +111"; quiets
a build-time error message (which did not abort the build). PKGREVISION = 1.
Diffstat (limited to 'devel/quilt')
-rw-r--r--devel/quilt/Makefile3
-rw-r--r--devel/quilt/distinfo3
-rw-r--r--devel/quilt/patches/patch-aa13
3 files changed, 17 insertions, 2 deletions
diff --git a/devel/quilt/Makefile b/devel/quilt/Makefile
index 8d488f88aa6..a000b26c0b8 100644
--- a/devel/quilt/Makefile
+++ b/devel/quilt/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2007/07/28 07:48:52 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2008/01/08 08:28:58 apb Exp $
#
DISTNAME= quilt-0.46
CATEGORIES= devel scm
+PKGREVISION= 1
MASTER_SITES= http://download.savannah.gnu.org/releases/quilt/
MAINTAINER= jmmv@NetBSD.org
diff --git a/devel/quilt/distinfo b/devel/quilt/distinfo
index 269ad59c93c..07fe93cdcde 100644
--- a/devel/quilt/distinfo
+++ b/devel/quilt/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/07/09 19:46:36 jmmv Exp $
+$NetBSD: distinfo,v 1.2 2008/01/08 08:28:58 apb Exp $
SHA1 (quilt-0.46.tar.gz) = 9344c1289f262053beb0196645b41ea5d9cda597
RMD160 (quilt-0.46.tar.gz) = 508d6b4f8c1283b20acf8a757d4b3dfc3b8a7961
Size (quilt-0.46.tar.gz) = 403984 bytes
+SHA1 (patch-aa) = 2fa6118a27a82c28fe4302b8668c19cbd106ed7d
diff --git a/devel/quilt/patches/patch-aa b/devel/quilt/patches/patch-aa
new file mode 100644
index 00000000000..b775b841f86
--- /dev/null
+++ b/devel/quilt/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2008/01/08 08:28:59 apb Exp $
+
+--- Makefile.in.orig 2008-01-07 19:25:20.000000000 +0200
++++ Makefile.in
+@@ -272,7 +272,7 @@ Makefile : Makefile.in configure
+ @echo "Please run ./configure"
+ @false
+
+-compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -maxdepth 1 -type f -perm +111))
++compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -maxdepth 1 -type f '(' -perm -100 -o -perm -010 -o -perm -001 ')'))
+
+ .PHONY :: compat
+ compat :: $(COMPAT)