pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/p7zip Fix building on Darwin/MacOSX



details:   https://anonhg.NetBSD.org/pkgsrc/rev/947ff2876b0b
branches:  trunk
changeset: 507620:947ff2876b0b
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Feb 05 15:33:06 2006 +0000

description:
Fix building on Darwin/MacOSX

diffstat:

 archivers/p7zip/distinfo         |  4 ++--
 archivers/p7zip/patches/patch-aa |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 6eb820a0eb90 -r 947ff2876b0b archivers/p7zip/distinfo
--- a/archivers/p7zip/distinfo  Sun Feb 05 15:32:32 2006 +0000
+++ b/archivers/p7zip/distinfo  Sun Feb 05 15:33:06 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2005/12/06 23:48:47 wiz Exp $
+$NetBSD: distinfo,v 1.16 2006/02/05 15:33:06 adam Exp $
 
 SHA1 (p7zip_4.30_src_all.tar.bz2) = 16ea805087e2699106eda6d4adf0d254303e7395
 RMD160 (p7zip_4.30_src_all.tar.bz2) = 3fc1e8b373bb0ceb3cbadaf4f7900d44d53fe0df
 Size (p7zip_4.30_src_all.tar.bz2) = 427869 bytes
-SHA1 (patch-aa) = 23e24295b914d72b56df868dd6265317a0a2f65c
+SHA1 (patch-aa) = 420dd6693e1aa58809467047577a2c0c76a54f8b
 SHA1 (patch-ab) = 9ee04c81b4699b4596dd58811f8d7e20c354b1d1
 SHA1 (patch-ac) = ed38fe44c9b1ee3fb502edef47cf28ed5852a95b
diff -r 6eb820a0eb90 -r 947ff2876b0b archivers/p7zip/patches/patch-aa
--- a/archivers/p7zip/patches/patch-aa  Sun Feb 05 15:32:32 2006 +0000
+++ b/archivers/p7zip/patches/patch-aa  Sun Feb 05 15:33:06 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.9 2005/09/26 11:26:46 joerg Exp $
+$NetBSD: patch-aa,v 1.10 2006/02/05 15:33:06 adam Exp $
 
 --- makefile.machine.orig      2005-09-22 14:23:32.000000000 -0500
 +++ makefile.machine
@@ -7,7 +7,7 @@
  # LITTLE_ENDIAN and BIG_ENDIAN are already defined by the system headers
  #
 -ALLFLAGS=-O1 -s -fPIC \
-+ALLFLAGS=-Wall -s -fPIC \
++ALLFLAGS=-Wall -fPIC \
        -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
        -DNDEBUG -D_REENTRANT -DENV_UNIX \
        $(LOCAL_FLAGS)



Home | Main Index | Thread Index | Old Index