SF.net SVN: gar:[23917] csw/mgar/pkg/libyaml/trunk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Aug 3 21:45:47 CEST 2014


Revision: 23917
          http://sourceforge.net/p/gar/code/23917
Author:   wahwah
Date:     2014-08-03 19:45:38 +0000 (Sun, 03 Aug 2014)
Log Message:
-----------
libyaml/trunk: Version bump plus a stupid patch

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

Added Paths:
-----------
    csw/mgar/pkg/libyaml/trunk/files/0001-Solaris-headers-are-different.patch

Modified: csw/mgar/pkg/libyaml/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libyaml/trunk/Makefile	2014-08-03 19:15:58 UTC (rev 23916)
+++ csw/mgar/pkg/libyaml/trunk/Makefile	2014-08-03 19:45:38 UTC (rev 23917)
@@ -3,7 +3,7 @@
 # $Id$
 
 NAME    = libyaml
-VERSION = 0.1.4
+VERSION = 0.1.6
 GARTYPE = v2
 
 DESCRIPTION = A YAML 1.1 parser and emitter written in C
@@ -17,6 +17,8 @@
 PACKAGING_PLATFORMS = solaris9-i386 solaris9-sparc
 PACKAGING_PLATFORMS += solaris10-i386 solaris10-sparc
 
+PATCHFILES += 0001-Solaris-headers-are-different.patch
+
 PACKAGES += CSWlibyaml0-2
 CATALOGNAME_CSWlibyaml0-2 = libyaml0_2
 PKGFILES_CSWlibyaml0-2 += $(call baseisadirs,$(libdir),libyaml-0\.so\.2(\.\d+)*)

Modified: csw/mgar/pkg/libyaml/trunk/checksums
===================================================================
--- csw/mgar/pkg/libyaml/trunk/checksums	2014-08-03 19:15:58 UTC (rev 23916)
+++ csw/mgar/pkg/libyaml/trunk/checksums	2014-08-03 19:45:38 UTC (rev 23917)
@@ -1 +1 @@
-36c852831d02cf90508c29852361d01b  yaml-0.1.4.tar.gz
+5fe00cda18ca5daeb43762b80c38e06e  yaml-0.1.6.tar.gz

Added: csw/mgar/pkg/libyaml/trunk/files/0001-Solaris-headers-are-different.patch
===================================================================
--- csw/mgar/pkg/libyaml/trunk/files/0001-Solaris-headers-are-different.patch	                        (rev 0)
+++ csw/mgar/pkg/libyaml/trunk/files/0001-Solaris-headers-are-different.patch	2014-08-03 19:45:38 UTC (rev 23917)
@@ -0,0 +1,33 @@
+From 4b174c3e9d937ea5276341c2e2bda7392d8a4571 Mon Sep 17 00:00:00 2001
+From: Maciej Blizinski <maciej at opencsw.org>
+Date: Sun, 3 Aug 2014 21:40:27 +0200
+Subject: [PATCH] Solaris headers are different
+
+---
+ src/yaml_private.h |    3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/yaml_private.h b/src/yaml_private.h
+index f0e1001..1d3fc7f 100644
+--- a/src/yaml_private.h
++++ b/src/yaml_private.h
+@@ -10,7 +10,7 @@
+ #include <stddef.h>
+ 
+ #ifndef _MSC_VER
+-#include <stdint.h>
++#include <inttypes.h>
+ #else
+ #ifdef _WIN64
+ #define PTRDIFF_MAX _I64_MAX
+@@ -18,6 +18,7 @@
+ #define PTRDIFF_MAX INT_MAX
+ #endif
+ #endif
++#define PTRDIFF_MAX INT_MAX
+ 
+ /*
+  * Memory management.
+-- 
+1.7.10.3
+

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