pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/es Fix build on Linux. From Roland Illig.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44a6ceef2917
branches:  trunk
changeset: 469651:44a6ceef2917
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Thu Feb 26 09:34:43 2004 +0000

description:
Fix build on Linux.  From Roland Illig.

diffstat:

 shells/es/distinfo         |   4 ++--
 shells/es/patches/patch-ad |  20 +++++++++++++++-----
 2 files changed, 17 insertions(+), 7 deletions(-)

diffs (50 lines):

diff -r d98ae9c81bc5 -r 44a6ceef2917 shells/es/distinfo
--- a/shells/es/distinfo        Thu Feb 26 09:24:01 2004 +0000
+++ b/shells/es/distinfo        Thu Feb 26 09:34:43 2004 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2004/02/26 07:47:48 uebayasi Exp $
+$NetBSD: distinfo,v 1.4 2004/02/26 09:34:43 uebayasi Exp $
 
 SHA1 (es-0.9-alpha1.tar.gz) = 5027c9dade742c437b8e471a356d15883ebc4732
 Size (es-0.9-alpha1.tar.gz) = 125913 bytes
 SHA1 (patch-aa) = 54f061989aa9317cdc32470302978129d8186b13
 SHA1 (patch-ab) = bd58fbbf71d5c9dc76bdc380cb7b93ad3f5f1c72
 SHA1 (patch-ac) = ac40f8fd66517a2db338e72f0584d58e8d8867ba
-SHA1 (patch-ad) = 197a7e52e06966781093ee2bbfc5769f0b09f161
+SHA1 (patch-ad) = 861ebed4a37a7201e5eae36e5da7d419f3271218
 SHA1 (patch-ae) = f3b28abd1520c2d98e2424f45fc780ae09cc00ea
diff -r d98ae9c81bc5 -r 44a6ceef2917 shells/es/patches/patch-ad
--- a/shells/es/patches/patch-ad        Thu Feb 26 09:24:01 2004 +0000
+++ b/shells/es/patches/patch-ad        Thu Feb 26 09:34:43 2004 +0000
@@ -1,8 +1,18 @@
-$NetBSD: patch-ad,v 1.1 2004/02/26 07:47:48 uebayasi Exp $
+$NetBSD: patch-ad,v 1.2 2004/02/26 09:34:43 uebayasi Exp $
 
---- stdenv.h~  Tue May 30 06:13:53 1995
-+++ stdenv.h   Thu Apr 10 09:32:22 1997
-@@ -283,6 +283,7 @@
+--- stdenv.h.orig      1995-05-30 13:13:53.000000000 +0200
++++ stdenv.h   2004-02-26 09:51:16.000000000 +0100
+@@ -44,9 +44,7 @@
+ #include <signal.h>
+ #include <ctype.h>
+ 
+-#if REQUIRE_STAT || REQUIRE_IOCTL
+ #include <sys/types.h>
+-#endif
+ 
+ #if REQUIRE_IOCTL
+ #include <sys/ioctl.h>
+@@ -283,6 +281,7 @@
  
  /* stdlib */
  
@@ -10,7 +20,7 @@
  extern noreturn exit(int);
  extern noreturn abort(void);
  extern long strtol(const char *num, char **end, int base);
-@@ -290,6 +291,7 @@
+@@ -290,6 +289,7 @@
        void *base, size_t nmemb, size_t size,
        int (*compar)(const void *, const void *)
  );



Home | Main Index | Thread Index | Old Index