From dc24a3e5279210d269457485eea34bbae095bc6e Mon Sep 17 00:00:00 2001 From: apb Date: Tue, 8 Jan 2008 08:28:58 +0000 Subject: Use a portable construct instead of "find ... -perm +111"; quiets a build-time error message (which did not abort the build). PKGREVISION = 1. --- devel/quilt/Makefile | 3 ++- devel/quilt/distinfo | 3 ++- devel/quilt/patches/patch-aa | 13 +++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 devel/quilt/patches/patch-aa (limited to 'devel/quilt') 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) -- cgit v1.2.3