[csw-devel] SF.net SVN: gar:[11473] csw/mgar/pkg/lzip/trunk/files

rthurner at users.sourceforge.net rthurner at users.sourceforge.net
Mon Nov 1 23:02:59 CET 2010


Revision: 11473
          http://gar.svn.sourceforge.net/gar/?rev=11473&view=rev
Author:   rthurner
Date:     2010-11-01 22:02:59 +0000 (Mon, 01 Nov 2010)

Log Message:
-----------
lzip: update patches

Added Paths:
-----------
    csw/mgar/pkg/lzip/trunk/files/0001-inttypes.h-instead-of-stdint.h.patch
    csw/mgar/pkg/lzip/trunk/files/0002-inttypes.h-instead-of-stdint.h.patch

Removed Paths:
-------------
    csw/mgar/pkg/lzip/trunk/files/0001-Make-configure-use-bash.patch
    csw/mgar/pkg/lzip/trunk/files/0002-Use-inttypes-instead-of-stdint.patch
    csw/mgar/pkg/lzip/trunk/files/0003-Make-testsuite-use-ucb-echo.patch

Deleted: csw/mgar/pkg/lzip/trunk/files/0001-Make-configure-use-bash.patch
===================================================================
--- csw/mgar/pkg/lzip/trunk/files/0001-Make-configure-use-bash.patch	2010-11-01 22:01:40 UTC (rev 11472)
+++ csw/mgar/pkg/lzip/trunk/files/0001-Make-configure-use-bash.patch	2010-11-01 22:02:59 UTC (rev 11473)
@@ -1,31 +0,0 @@
-From f2651c910740d07b705e91c051e5838790104d96 Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at opencsw.org>
-Date: Fri, 19 Feb 2010 14:48:19 +0100
-Subject: [PATCH 1/3] Make configure use bash
-
----
- configure |    4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure b/configure
-index 56462e8..6fa8696 100755
---- a/configure
-+++ b/configure
-@@ -1,4 +1,4 @@
--#! /bin/sh
-+#!/opt/csw/bin/bash
- # configure script for Lzip - A data compressor based on the LZMA algorithm
- # Copyright (C) 2008, 2009, 2010 Antonio Diaz Diaz.
- #
-@@ -27,7 +27,7 @@ mandir='$(datadir)/man'
- sysconfdir='$(prefix)/etc'
- CXX=
- CPPFLAGS=
--CXXFLAGS='-Wall -W -O2'
-+CXXFLAGS=
- LDFLAGS=
- 
- # Loop over all args
--- 
-1.6.5.1
-

Added: csw/mgar/pkg/lzip/trunk/files/0001-inttypes.h-instead-of-stdint.h.patch
===================================================================
--- csw/mgar/pkg/lzip/trunk/files/0001-inttypes.h-instead-of-stdint.h.patch	                        (rev 0)
+++ csw/mgar/pkg/lzip/trunk/files/0001-inttypes.h-instead-of-stdint.h.patch	2010-11-01 22:02:59 UTC (rev 11473)
@@ -0,0 +1,25 @@
+From 43958262312e06e5fde2e62815798e2c6e8f8929 Mon Sep 17 00:00:00 2001
+From: THURNER rupert <rupert at opencsw.org>
+Date: Mon, 1 Nov 2010 16:57:20 -0500
+Subject: [PATCH] inttypes.h instead of stdint.h
+
+---
+ fast_encoder.cc |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/fast_encoder.cc b/fast_encoder.cc
+index f4becde..bfefe17 100644
+--- a/fast_encoder.cc
++++ b/fast_encoder.cc
+@@ -23,7 +23,7 @@
+ #include <cstring>
+ #include <string>
+ #include <vector>
+-#include <stdint.h>
++#include <inttypes.h>
+ 
+ #include "lzip.h"
+ #include "encoder.h"
+-- 
+1.7.3
+

Deleted: csw/mgar/pkg/lzip/trunk/files/0002-Use-inttypes-instead-of-stdint.patch
===================================================================
--- csw/mgar/pkg/lzip/trunk/files/0002-Use-inttypes-instead-of-stdint.patch	2010-11-01 22:01:40 UTC (rev 11472)
+++ csw/mgar/pkg/lzip/trunk/files/0002-Use-inttypes-instead-of-stdint.patch	2010-11-01 22:02:59 UTC (rev 11473)
@@ -1,68 +0,0 @@
-From c09e736df974dbe9be9ae1bcace4de5a8cfbeac6 Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at opencsw.org>
-Date: Fri, 19 Feb 2010 14:48:40 +0100
-Subject: [PATCH 2/3] Use inttypes instead of stdint
-
----
- decoder.cc     |    2 +-
- encoder.cc     |    2 +-
- lziprecover.cc |    2 +-
- main.cc        |    3 ++-
- 4 files changed, 5 insertions(+), 4 deletions(-)
-
-diff --git a/decoder.cc b/decoder.cc
-index 4e3a8fc..4aadc86 100644
---- a/decoder.cc
-+++ b/decoder.cc
-@@ -24,7 +24,7 @@
- #include <cstring>
- #include <string>
- #include <vector>
--#include <stdint.h>
-+#include <inttypes.h>
- 
- #include "lzip.h"
- #include "decoder.h"
-diff --git a/encoder.cc b/encoder.cc
-index 27d3db0..d38f2a8 100644
---- a/encoder.cc
-+++ b/encoder.cc
-@@ -23,7 +23,7 @@
- #include <cstring>
- #include <string>
- #include <vector>
--#include <stdint.h>
-+#include <inttypes.h>
- 
- #include "lzip.h"
- #include "encoder.h"
-diff --git a/lziprecover.cc b/lziprecover.cc
-index dda4b5e..dfb1fc1 100644
---- a/lziprecover.cc
-+++ b/lziprecover.cc
-@@ -30,7 +30,7 @@
- #include <string>
- #include <vector>
- #include <fcntl.h>
--#include <stdint.h>
-+#include <inttypes.h>
- #include <unistd.h>
- #include <sys/stat.h>
- 
-diff --git a/main.cc b/main.cc
-index 1f12805..90c3686 100644
---- a/main.cc
-+++ b/main.cc
-@@ -33,7 +33,8 @@
- #include <string>
- #include <vector>
- #include <fcntl.h>
--#include <stdint.h>
-+#include <inttypes.h>
-+#include <signal.h>
- #include <unistd.h>
- #include <utime.h>
- #include <sys/stat.h>
--- 
-1.6.5.1
-

Added: csw/mgar/pkg/lzip/trunk/files/0002-inttypes.h-instead-of-stdint.h.patch
===================================================================
--- csw/mgar/pkg/lzip/trunk/files/0002-inttypes.h-instead-of-stdint.h.patch	                        (rev 0)
+++ csw/mgar/pkg/lzip/trunk/files/0002-inttypes.h-instead-of-stdint.h.patch	2010-11-01 22:02:59 UTC (rev 11473)
@@ -0,0 +1,68 @@
+From e434ca6f4d7f1157d0e0e74b26739333b81d8d80 Mon Sep 17 00:00:00 2001
+From: THURNER rupert <rupert at opencsw.org>
+Date: Mon, 1 Nov 2010 16:51:34 -0500
+Subject: [PATCH] replace stdint.h with inttypes.h
+
+---
+ decoder.cc     |    2 +-
+ encoder.cc     |    2 +-
+ lziprecover.cc |    2 +-
+ main.cc        |    3 ++-
+ 4 files changed, 5 insertions(+), 4 deletions(-)
+
+diff --git a/decoder.cc b/decoder.cc
+index 03d2ca6..c0c4759 100644
+--- a/decoder.cc
++++ b/decoder.cc
+@@ -24,7 +24,7 @@
+ #include <cstring>
+ #include <string>
+ #include <vector>
+-#include <stdint.h>
++#include <inttypes.h>
+ 
+ #include "lzip.h"
+ #include "decoder.h"
+diff --git a/encoder.cc b/encoder.cc
+index e10142a..f58fcb2 100644
+--- a/encoder.cc
++++ b/encoder.cc
+@@ -23,7 +23,7 @@
+ #include <cstring>
+ #include <string>
+ #include <vector>
+-#include <stdint.h>
++#include <inttypes.h>
+ 
+ #include "lzip.h"
+ #include "encoder.h"
+diff --git a/lziprecover.cc b/lziprecover.cc
+index 3f1b130..c2b218f 100644
+--- a/lziprecover.cc
++++ b/lziprecover.cc
+@@ -32,7 +32,7 @@
+ #include <string>
+ #include <vector>
+ #include <fcntl.h>
+-#include <stdint.h>
++#include <inttypes.h>
+ #include <unistd.h>
+ #include <sys/stat.h>
+ #if defined(__MSVCRT__)
+diff --git a/main.cc b/main.cc
+index 193f4ac..26b1b23 100644
+--- a/main.cc
++++ b/main.cc
+@@ -33,7 +33,8 @@
+ #include <string>
+ #include <vector>
+ #include <fcntl.h>
+-#include <stdint.h>
++#include <inttypes.h>
++#include <signal.h>
+ #include <unistd.h>
+ #include <utime.h>
+ #include <sys/stat.h>
+-- 
+1.7.3
+

Deleted: csw/mgar/pkg/lzip/trunk/files/0003-Make-testsuite-use-ucb-echo.patch
===================================================================
--- csw/mgar/pkg/lzip/trunk/files/0003-Make-testsuite-use-ucb-echo.patch	2010-11-01 22:01:40 UTC (rev 11472)
+++ csw/mgar/pkg/lzip/trunk/files/0003-Make-testsuite-use-ucb-echo.patch	2010-11-01 22:02:59 UTC (rev 11473)
@@ -1,27 +0,0 @@
-From f930db1d6fd81746e6d51a9caadf7104154f3117 Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at opencsw.org>
-Date: Fri, 19 Feb 2010 14:49:00 +0100
-Subject: [PATCH 3/3] Make testsuite use ucb echo
-
----
- testsuite/check.sh |    4 ++++
- 1 files changed, 4 insertions(+), 0 deletions(-)
-
-diff --git a/testsuite/check.sh b/testsuite/check.sh
-index ec61c89..a1fe6da 100755
---- a/testsuite/check.sh
-+++ b/testsuite/check.sh
-@@ -5,6 +5,10 @@
- # This script is free software: you have unlimited permission
- # to copy, distribute and modify it.
- 
-+# Only ucb echo has -n
-+PATH=/usr/ucb:$PATH
-+export PATH
-+
- LC_ALL=C
- export LC_ALL
- objdir=`pwd`
--- 
-1.6.5.1
-


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list