[csw-devel] SF.net SVN: gar:[22030] csw/mgar/pkg/lbzip2/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Sep 26 14:51:58 CEST 2013


Revision: 22030
          http://gar.svn.sourceforge.net/gar/?rev=22030&view=rev
Author:   dmichelsen
Date:     2013-09-26 12:51:57 +0000 (Thu, 26 Sep 2013)
Log Message:
-----------
lbzip2/trunk: Update to 2.3

Modified Paths:
--------------
    csw/mgar/pkg/lbzip2/trunk/Makefile
    csw/mgar/pkg/lbzip2/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/lbzip2/trunk/files/0001-Add-include-for-index-prototype.patch

Modified: csw/mgar/pkg/lbzip2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lbzip2/trunk/Makefile	2013-09-26 12:45:49 UTC (rev 22029)
+++ csw/mgar/pkg/lbzip2/trunk/Makefile	2013-09-26 12:51:57 UTC (rev 22030)
@@ -1,16 +1,23 @@
 NAME = lbzip2
-VERSION = 2.1
+VERSION = 2.3
 GARTYPE = v2
 
 DESCRIPTION = Parallel BZIP2 Data Compression Software
 define BLURB
 endef
 
-MASTER_SITES = http://github.com/downloads/kjn/lbzip2/
-DISTFILES  = $(DISTNAME).tar.gz
+MASTER_SITES = http://archive.lbzip2.org/
+DISTFILES += $(DISTNAME).tar.gz
 
+PATCHFILES += 0001-Add-include-for-index-prototype.patch 
+
+VENDOR_URL = http://lbzip2.org
+
+BUILD64 = 1
+ISAEXEC = 1
+
 # Only use lbzip2 etc. and not the corresponding pbzip2 etc. programs
-EXTRA_MERGE_EXCLUDE_FILES += .*/p[^/]*
+# EXTRA_MERGE_EXCLUDE_FILES += .*/p[^/]*
 
 # Otherwise pthread_create with an "Unknown error"
 EXTRA_CFLAGS += -mt

Modified: csw/mgar/pkg/lbzip2/trunk/checksums
===================================================================
--- csw/mgar/pkg/lbzip2/trunk/checksums	2013-09-26 12:45:49 UTC (rev 22029)
+++ csw/mgar/pkg/lbzip2/trunk/checksums	2013-09-26 12:51:57 UTC (rev 22030)
@@ -1 +1 @@
-180c17fd09bbe6eeb189ffaabdc3fc4e  lbzip2-2.1.tar.gz
+f9cc0371b0af485d7539295c302b5a5d  lbzip2-2.3.tar.gz

Added: csw/mgar/pkg/lbzip2/trunk/files/0001-Add-include-for-index-prototype.patch
===================================================================
--- csw/mgar/pkg/lbzip2/trunk/files/0001-Add-include-for-index-prototype.patch	                        (rev 0)
+++ csw/mgar/pkg/lbzip2/trunk/files/0001-Add-include-for-index-prototype.patch	2013-09-26 12:51:57 UTC (rev 22030)
@@ -0,0 +1,24 @@
+From a6fb7080461d3dfa7719a1fd8560beda9e3a6e55 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Mon, 23 Sep 2013 14:49:53 +0200
+Subject: [PATCH] Add include for index() prototype
+
+---
+ src/main.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/main.c b/src/main.c
+index 3721e17..f6e02a9 100644
+--- a/src/main.c
++++ b/src/main.c
+@@ -27,6 +27,7 @@
+ #include <stdarg.h>             /* va_list */
+ #include <stdio.h>              /* vfprintf() */
+ #include <string.h>             /* strcpy() */
++#include <strings.h>		/* index() */
+ #include <sys/stat.h>           /* lstat() */
+ #include <fcntl.h>              /* open() */
+ 
+-- 
+1.8.3.4
+

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