pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/macutil Solaris does not have <sys/dir.h>, b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25921020f30b
branches:  trunk
changeset: 518067:25921020f30b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Aug 30 15:22:14 2006 +0000

description:
Solaris does not have <sys/dir.h>, but <dirent.h> works.

diffstat:

 archivers/macutil/distinfo         |   4 ++--
 archivers/macutil/patches/patch-ac |  12 ++++++++----
 2 files changed, 10 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r 917c946e77e4 -r 25921020f30b archivers/macutil/distinfo
--- a/archivers/macutil/distinfo        Wed Aug 30 14:58:07 2006 +0000
+++ b/archivers/macutil/distinfo        Wed Aug 30 15:22:14 2006 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.7 2006/06/20 22:53:22 minskim Exp $
+$NetBSD: distinfo,v 1.8 2006/08/30 15:22:14 rillig Exp $
 
 SHA1 (macutil2.0b3.shar.Z) = 820e4dd278fe8d043306134aaafccab10b832218
 RMD160 (macutil2.0b3.shar.Z) = 5cf3b22d8bdd3a8fa61211e7a0d598ebac9bbfe4
 Size (macutil2.0b3.shar.Z) = 167565 bytes
 SHA1 (patch-aa) = 418d0cdd57a0d378902b653cd4ddb8279ff0e0e8
 SHA1 (patch-ab) = a731ae3a6d796206a8f27d5a93f35e054bf87cc6
-SHA1 (patch-ac) = c7ea3081e7d9c61cb79c5cfa2cb9de804fe6462a
+SHA1 (patch-ac) = 09142b16d17f49ce89c323a6d334db1d2a06f36f
 SHA1 (patch-ad) = 05a1b84a78693291e6fe95af853413bee5f51070
diff -r 917c946e77e4 -r 25921020f30b archivers/macutil/patches/patch-ac
--- a/archivers/macutil/patches/patch-ac        Wed Aug 30 14:58:07 2006 +0000
+++ b/archivers/macutil/patches/patch-ac        Wed Aug 30 15:22:14 2006 +0000
@@ -1,10 +1,14 @@
-$NetBSD: patch-ac,v 1.1 2005/11/07 13:23:36 joerg Exp $
+$NetBSD: patch-ac,v 1.2 2006/08/30 15:22:15 rillig Exp $
 
---- util/transname.c.orig      2005-11-07 12:58:59.000000000 +0000
-+++ util/transname.c
-@@ -1,5 +1,6 @@
+--- util/transname.c.orig      2006-08-30 17:17:45.574356868 +0200
++++ util/transname.c   2006-08-30 17:19:54.708419336 +0200
+@@ -1,5 +1,10 @@
  #include <sys/types.h>
++#if defined(__sun)
++#include <dirent.h>
++#else
  #include <sys/dir.h>
++#endif
 +#include <limits.h>
  
  char *strncpy();



Home | Main Index | Thread Index | Old Index