pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/tcsh fix build on OpenBSD, from Jason Lingohr.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a19b2905da85
branches:  trunk
changeset: 496910:a19b2905da85
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Jul 14 23:58:37 2005 +0000

description:
fix build on OpenBSD, from Jason Lingohr.

diffstat:

 shells/tcsh/distinfo         |   4 ++--
 shells/tcsh/patches/patch-ad |  12 +++++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r 3fedd9c46d1d -r a19b2905da85 shells/tcsh/distinfo
--- a/shells/tcsh/distinfo      Thu Jul 14 23:16:18 2005 +0000
+++ b/shells/tcsh/distinfo      Thu Jul 14 23:58:37 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2005/03/29 04:38:10 kim Exp $
+$NetBSD: distinfo,v 1.17 2005/07/14 23:58:37 grant Exp $
 
 SHA1 (tcsh-6.14.00.tar.gz) = 55a08b31a57cfd8631edd1fb7e42f18578d8198a
 RMD160 (tcsh-6.14.00.tar.gz) = fa7635225ceb0225aedcfad5dd9d8e17d8d70849
 Size (tcsh-6.14.00.tar.gz) = 859780 bytes
 SHA1 (patch-aa) = 98ab704908a6fe2f570d2688c2a9bdb600f630eb
-SHA1 (patch-ad) = 97afc66c2c1c900d7b56a4128a3f6a6f958bad78
+SHA1 (patch-ad) = 0cb983da575050d7aa7ac41dc0c980302503768b
 SHA1 (patch-ap) = 332a71c54a3bba11b96e43b94b2d050a3a114540
diff -r 3fedd9c46d1d -r a19b2905da85 shells/tcsh/patches/patch-ad
--- a/shells/tcsh/patches/patch-ad      Thu Jul 14 23:16:18 2005 +0000
+++ b/shells/tcsh/patches/patch-ad      Thu Jul 14 23:58:37 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.8 2005/03/29 04:38:10 kim Exp $
+$NetBSD: patch-ad,v 1.9 2005/07/14 23:58:37 grant Exp $
 
---- config_f.h.orig    2005-03-04 08:46:04.000000000 -0500
-+++ config_f.h 2005-03-28 22:41:48.000000000 -0500
-@@ -44,7 +44,16 @@
+--- config_f.h.orig    2005-03-05 00:46:04.000000000 +1100
++++ config_f.h
+@@ -44,7 +44,18 @@
   *             of nls...
   *
   */
@@ -14,13 +14,15 @@
 +# else
 +#  undef SHORT_STRINGS
 +# endif
++#elif defined(__OpenBSD__)
++# undef SHORT_STRINGS
 +#else
 +# define SHORT_STRINGS
 +#endif
  
  /*
   * WIDE_STRINGS       Represent strings using wide characters
-@@ -69,7 +78,11 @@
+@@ -69,7 +80,11 @@
   *            if you don't have <nl_types.h>, you don't want
   *            to define this.
   */



Home | Main Index | Thread Index | Old Index