SF.net SVN: gar:[23605] csw/mgar/pkg/file/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue May 13 10:36:10 CEST 2014


Revision: 23605
          http://sourceforge.net/p/gar/code/23605
Author:   dmichelsen
Date:     2014-05-13 08:36:05 +0000 (Tue, 13 May 2014)
Log Message:
-----------
file/trunk: Update to 5.18

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

Added Paths:
-----------
    csw/mgar/pkg/file/trunk/files/0001-Add-missing-include.patch

Modified: csw/mgar/pkg/file/trunk/Makefile
===================================================================
--- csw/mgar/pkg/file/trunk/Makefile	2014-05-12 21:24:34 UTC (rev 23604)
+++ csw/mgar/pkg/file/trunk/Makefile	2014-05-13 08:36:05 UTC (rev 23605)
@@ -1,7 +1,7 @@
 # $Id$
 
 NAME = file
-VERSION = 5.16
+VERSION = 5.18
 GARTYPE = v2
 
 define BLURB
@@ -17,6 +17,7 @@
 
 PATCHFILES += 0002-Do-not-use-find_library-at-runtime.patch
 PATCHFILES += 0001-Use-PCRE.patch
+PATCHFILES += 0001-Add-missing-include.patch
 
 VENDOR_URL = http://www.darwinsys.com/file/
 

Modified: csw/mgar/pkg/file/trunk/checksums
===================================================================
--- csw/mgar/pkg/file/trunk/checksums	2014-05-12 21:24:34 UTC (rev 23604)
+++ csw/mgar/pkg/file/trunk/checksums	2014-05-13 08:36:05 UTC (rev 23605)
@@ -1 +1 @@
-359c0cf41c3d438d17b4d293f3b950dc  file-5.16.tar.gz
+d420d8f2990cd344673acfbf8d76ff5a  file-5.18.tar.gz

Added: csw/mgar/pkg/file/trunk/files/0001-Add-missing-include.patch
===================================================================
--- csw/mgar/pkg/file/trunk/files/0001-Add-missing-include.patch	                        (rev 0)
+++ csw/mgar/pkg/file/trunk/files/0001-Add-missing-include.patch	2014-05-13 08:36:05 UTC (rev 23605)
@@ -0,0 +1,24 @@
+From b5dc5a6163074a7d92a4a239eafdeedce4fb07f6 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Tue, 13 May 2014 10:25:27 +0200
+Subject: [PATCH] Add missing include
+
+---
+ src/strcasestr.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/strcasestr.c b/src/strcasestr.c
+index 546ed3f..38d9012 100644
+--- a/src/strcasestr.c
++++ b/src/strcasestr.c
+@@ -40,6 +40,7 @@ __RCSID("$NetBSD: strncasecmp.c,v 1.2 2007/06/04 18:19:27 christos Exp $");
+ #include <assert.h>
+ #include <ctype.h>
+ #include <string.h>
++#include <sys/types.h>
+ 
+ static int
+ _strncasecmp(const char *s1, const char *s2, size_t n)
+-- 
+1.8.4.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