[csw-devel] SF.net SVN: gar:[8097] csw/mgar/pkg/pcre/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Jan 20 16:14:09 CET 2010
Revision: 8097
http://gar.svn.sourceforge.net/gar/?rev=8097&view=rev
Author: dmichelsen
Date: 2010-01-20 15:14:09 +0000 (Wed, 20 Jan 2010)
Log Message:
-----------
pcre: Update to 8.01
Modified Paths:
--------------
csw/mgar/pkg/pcre/trunk/Makefile
csw/mgar/pkg/pcre/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/pcre/trunk/files/0001-Add-missing-inttypes.h.patch
Modified: csw/mgar/pkg/pcre/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pcre/trunk/Makefile 2010-01-20 15:09:09 UTC (rev 8096)
+++ csw/mgar/pkg/pcre/trunk/Makefile 2010-01-20 15:14:09 UTC (rev 8097)
@@ -1,5 +1,5 @@
GARNAME = pcre
-GARVERSION = 8.00
+GARVERSION = 8.01
CATEGORIES = lib
DESCRIPTION = Perl-compatible regular expression tools
@@ -12,12 +12,13 @@
MASTER_SITES = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+PATCHFILES = 0001-Add-missing-inttypes.h.patch
SPKG_SOURCEURL = http://www.pcre.org
PREREQUISITE_PKGS = CSWgnulinks
-REQUIRED_PKGS_CSWpcrert = CSWzlib CSWbzip2 CSWreadline CSWncurses
-REQUIRED_PKGS_CSWpcre = CSWpcrert $(REQUIRED_PKGS_CSWpcrert)
+REQUIRED_PKGS_CSWpcrert = CSWncurses
+REQUIRED_PKGS_CSWpcre = CSWpcrert CSWzlib CSWbzip2 CSWreadline $(REQUIRED_PKGS_CSWpcrert)
PACKAGES = CSWpcre CSWpcrert
CATALOGNAME_CSWpcrert = pcre_rt
Modified: csw/mgar/pkg/pcre/trunk/checksums
===================================================================
--- csw/mgar/pkg/pcre/trunk/checksums 2010-01-20 15:09:09 UTC (rev 8096)
+++ csw/mgar/pkg/pcre/trunk/checksums 2010-01-20 15:14:09 UTC (rev 8097)
@@ -1 +1,2 @@
-c95500eeda12c8c7edc6b0926d60952c pcre-8.00.tar.gz
+dc6be5e75d8322e6337161990b8ae424 0001-Add-missing-inttypes.h.patch
+def40e944d2c429cbf563357e61c1ad2 pcre-8.01.tar.gz
Added: csw/mgar/pkg/pcre/trunk/files/0001-Add-missing-inttypes.h.patch
===================================================================
--- csw/mgar/pkg/pcre/trunk/files/0001-Add-missing-inttypes.h.patch (rev 0)
+++ csw/mgar/pkg/pcre/trunk/files/0001-Add-missing-inttypes.h.patch 2010-01-20 15:14:09 UTC (rev 8097)
@@ -0,0 +1,21 @@
+From 8d080cb9ee95738c6b446f1a1fcb8cddbbae7559 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Wed, 20 Jan 2010 15:55:55 +0100
+Subject: [PATCH] Add missing inttypes.h
+
+---
+ pcre_compile.c | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/pcre_compile.c b/pcre_compile.c
+index beae0e4..8a54b54 100644
+--- a/pcre_compile.c
++++ b/pcre_compile.c
+@@ -1,3 +1,4 @@
++#include <inttypes.h>
+ /*************************************************
+ * Perl-Compatible Regular Expressions *
+ *************************************************/
+--
+1.6.6
+
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