pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/nulib2 Make this package build on Darwin.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45f08cafd066
branches:  trunk
changeset: 501876:45f08cafd066
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Oct 31 05:34:07 2005 +0000

description:
Make this package build on Darwin.
  - Do not declare a static variable as non-static.
  - Build a Unix-style binary.

diffstat:

 archivers/nulib2/distinfo         |   4 +++-
 archivers/nulib2/patches/patch-ae |  12 ++++++++++++
 archivers/nulib2/patches/patch-af |  12 ++++++++++++
 3 files changed, 27 insertions(+), 1 deletions(-)

diffs (47 lines):

diff -r cc2769b8d635 -r 45f08cafd066 archivers/nulib2/distinfo
--- a/archivers/nulib2/distinfo Mon Oct 31 05:11:41 2005 +0000
+++ b/archivers/nulib2/distinfo Mon Oct 31 05:34:07 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2005/02/23 14:45:24 agc Exp $
+$NetBSD: distinfo,v 1.9 2005/10/31 05:34:07 minskim Exp $
 
 SHA1 (nulibdist-203.tar.gz) = c7a9bde218e0a115424dfc2e3d7234ee7faa9b8e
 RMD160 (nulibdist-203.tar.gz) = 84c6eadd64749cfdc11fda74a552072bce1b04db
@@ -7,3 +7,5 @@
 SHA1 (patch-ab) = 013f1e8681f0ac5d7f5757df7ed703bb27a3216c
 SHA1 (patch-ac) = 51460a4003c40f68ed19431afc02aa1607f482ef
 SHA1 (patch-ad) = e537bbc19b3edfbabac1e61859dca29b068c36e5
+SHA1 (patch-ae) = 053d302021ea898ae72fc78e69f52660b82989ab
+SHA1 (patch-af) = 681d4d1a66a70c879b85377c1b86fd2fa60666d8
diff -r cc2769b8d635 -r 45f08cafd066 archivers/nulib2/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/nulib2/patches/patch-ae Mon Oct 31 05:34:07 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2005/10/31 05:34:07 minskim Exp $
+
+--- ../nufxlib-203/NufxLibPriv.h.orig  2004-03-10 13:05:39.000000000 -0800
++++ ../nufxlib-203/NufxLibPriv.h
+@@ -673,7 +673,6 @@ NuError Nu_ExpandLZW(NuArchive* pArchive
+     const NuThread* pThread, FILE* infp, NuFunnel* pFunnel, ushort* pThreadCrc);
+ 
+ /* MiscUtils.c */
+-extern const char* kNufxLibName;
+ extern NuCallback gNuGlobalErrorMessageHandler;
+ const char* Nu_StrError(NuError err);
+ void Nu_ReportError(NuArchive* pArchive, const char* file, int line,
diff -r cc2769b8d635 -r 45f08cafd066 archivers/nulib2/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/nulib2/patches/patch-af Mon Oct 31 05:34:07 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.1 2005/10/31 05:34:07 minskim Exp $
+
+--- ../nufxlib-203/SysDefs.h.orig      2004-03-10 13:05:51.000000000 -0800
++++ ../nufxlib-203/SysDefs.h
+@@ -108,7 +108,6 @@
+ #endif
+ 
+ #if defined(__APPLE__) && defined(__MACH__)     /* OS X */
+-# define MAC_LIKE
+ # define UNIX_LIKE
+ #endif
+ 



Home | Main Index | Thread Index | Old Index