pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/findutils Somehow the last commit only got Ma...
details: https://anonhg.NetBSD.org/pkgsrc/rev/38edaf5bae91
branches: trunk
changeset: 500638:38edaf5bae91
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Tue Oct 11 02:03:18 2005 +0000
description:
Somehow the last commit only got Makefile. Commit missing bits:
Make this build and install under IRIX. To do this, we patch
one file to get the proper include (not quite what's suggested in
PR pkg/31273, but based on it), add the proper library to link against
and simply ignore the fact that we don't have nroff (and thus don't install
pre-formatted manual pages).
diffstat:
sysutils/findutils/distinfo | 4 ++--
sysutils/findutils/patches/patch-aa | 4 ++--
sysutils/findutils/patches/patch-ac | 4 ++--
sysutils/findutils/patches/patch-ad | 4 ++--
sysutils/findutils/patches/patch-ag | 17 ++++++++++++++---
5 files changed, 22 insertions(+), 11 deletions(-)
diffs (101 lines):
diff -r 19c1e8b47eaa -r 38edaf5bae91 sysutils/findutils/distinfo
--- a/sysutils/findutils/distinfo Tue Oct 11 01:59:49 2005 +0000
+++ b/sysutils/findutils/distinfo Tue Oct 11 02:03:18 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2005/07/29 12:35:07 wiz Exp $
+$NetBSD: distinfo,v 1.10 2005/10/11 02:03:18 jschauma Exp $
SHA1 (findutils-4.1.tar.gz) = b91cd03ca4c9659b3e5d40e841c64bfd2e7f25d8
RMD160 (findutils-4.1.tar.gz) = b66c0aa2e72d378e8c3cb9968ceb68d9138af874
@@ -9,7 +9,7 @@
SHA1 (patch-ad) = 4f28e677b099e60b0097b0f7358dc4c51f07e1aa
SHA1 (patch-ae) = db0debddba28d04954cf96c72e197408c9e6c3ad
SHA1 (patch-af) = 0ae11b085ebe08d49a13fb1c1211fdb938391f5b
-SHA1 (patch-ag) = 95de4d7f28c223e2218a258e3df8823af14e1f0e
+SHA1 (patch-ag) = 17216ad95a59ba9bdcc8e52f0a99f05d263a9ba3
SHA1 (patch-ah) = 64ccdeebbb70694d45d16c41a4137bbe125df23b
SHA1 (patch-ai) = 59c8872a9cef3bb94e35c7eb97a9878bcdb11c51
SHA1 (patch-aj) = 5fd1d20f75fafa01063982e2ef49f123d4cb4c7d
diff -r 19c1e8b47eaa -r 38edaf5bae91 sysutils/findutils/patches/patch-aa
--- a/sysutils/findutils/patches/patch-aa Tue Oct 11 01:59:49 2005 +0000
+++ b/sysutils/findutils/patches/patch-aa Tue Oct 11 02:03:18 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 2002/10/22 11:35:40 wiz Exp $
+$NetBSD: patch-aa,v 1.4 2005/10/11 02:03:18 jschauma Exp $
--- locate/Makefile.in.orig Sat Nov 5 15:44:08 1994
+++ locate/Makefile.in
@@ -56,7 +56,7 @@
- echo formatting $$man as $$cdir/$$inst; \
- $(NROFF) -man $(srcdir)/$$man > $$cdir/$$inst; \
+ echo formatting $$man as $$cdir/$$inst0; \
-+ $(NROFF) -man $(srcdir)/$$man > $$cdir/$$inst0; \
++ $(NROFF) -man $(srcdir)/$$man > $$cdir/$$inst0 || true; \
fi; \
done
diff -r 19c1e8b47eaa -r 38edaf5bae91 sysutils/findutils/patches/patch-ac
--- a/sysutils/findutils/patches/patch-ac Tue Oct 11 01:59:49 2005 +0000
+++ b/sysutils/findutils/patches/patch-ac Tue Oct 11 02:03:18 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.1 2002/10/22 11:35:40 wiz Exp $
+$NetBSD: patch-ac,v 1.2 2005/10/11 02:03:18 jschauma Exp $
--- find/Makefile.in.orig Sat Nov 5 15:43:52 1994
+++ find/Makefile.in
@@ -16,7 +16,7 @@
- echo formatting $$man as $$cdir/$$inst; \
- $(NROFF) -man $(srcdir)/$$man > $$cdir/$$inst; \
+ echo formatting $$man as $$cdir/$$inst0; \
-+ $(NROFF) -man $(srcdir)/$$man > $$cdir/$$inst0; \
++ $(NROFF) -man $(srcdir)/$$man > $$cdir/$$inst0 || true; \
fi; \
done
diff -r 19c1e8b47eaa -r 38edaf5bae91 sysutils/findutils/patches/patch-ad
--- a/sysutils/findutils/patches/patch-ad Tue Oct 11 01:59:49 2005 +0000
+++ b/sysutils/findutils/patches/patch-ad Tue Oct 11 02:03:18 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.1 2002/10/22 11:35:40 wiz Exp $
+$NetBSD: patch-ad,v 1.2 2005/10/11 02:03:18 jschauma Exp $
--- xargs/Makefile.in.orig Sat Nov 5 15:44:18 1994
+++ xargs/Makefile.in
@@ -16,7 +16,7 @@
- echo formatting $$man as $$cdir/$$inst; \
- $(NROFF) -man $(srcdir)/$$man > $$cdir/$$inst; \
+ echo formatting $$man as $$cdir/$$inst0; \
-+ $(NROFF) -man $(srcdir)/$$man > $$cdir/$$inst0; \
++ $(NROFF) -man $(srcdir)/$$man > $$cdir/$$inst0 || true; \
fi; \
done
diff -r 19c1e8b47eaa -r 38edaf5bae91 sysutils/findutils/patches/patch-ag
--- a/sysutils/findutils/patches/patch-ag Tue Oct 11 01:59:49 2005 +0000
+++ b/sysutils/findutils/patches/patch-ag Tue Oct 11 02:03:18 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-ag,v 1.2 2005/06/19 10:44:45 hira Exp $
+$NetBSD: patch-ag,v 1.3 2005/10/11 02:03:18 jschauma Exp $
---- find/pred.c Wed Nov 2 15:59:23 1994
-+++ find/pred.c Tue May 2 15:38:51 2000
+--- find/pred.c.orig Mon Oct 10 21:13:02 2005
++++ find/pred.c Mon Oct 10 21:14:52 2005
@@ -15,6 +15,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
@@ -11,3 +11,14 @@
#include <config.h>
#include <sys/types.h>
#include <sys/stat.h>
+@@ -26,6 +28,10 @@
+ #include "defs.h"
+ #include "modetype.h"
+ #include "wait.h"
++
++#ifdef __sgi
++#include <libgen.h>
++#endif
+
+ #if !defined(SIGCHLD) && defined(SIGCLD)
+ #define SIGCHLD SIGCLD
Home |
Main Index |
Thread Index |
Old Index