[csw-devel] SF.net SVN: gar:[8079] csw/mgar/pkg/exiv2/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Jan 18 16:39:38 CET 2010


Revision: 8079
          http://gar.svn.sourceforge.net/gar/?rev=8079&view=rev
Author:   dmichelsen
Date:     2010-01-18 15:39:38 +0000 (Mon, 18 Jan 2010)

Log Message:
-----------
exiv2: Add patch

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

Added Paths:
-----------
    csw/mgar/pkg/exiv2/trunk/files/0001-Remove-unknown-flag-to-Sun-Studio.patch

Modified: csw/mgar/pkg/exiv2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/exiv2/trunk/Makefile	2010-01-18 14:11:50 UTC (rev 8078)
+++ csw/mgar/pkg/exiv2/trunk/Makefile	2010-01-18 15:39:38 UTC (rev 8079)
@@ -12,6 +12,7 @@
 
 MASTER_SITES = http://www.exiv2.org/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+PATCHFILES = 0001-Remove-unknown-flag-to-Sun-Studio.patch
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz

Modified: csw/mgar/pkg/exiv2/trunk/checksums
===================================================================
--- csw/mgar/pkg/exiv2/trunk/checksums	2010-01-18 14:11:50 UTC (rev 8078)
+++ csw/mgar/pkg/exiv2/trunk/checksums	2010-01-18 15:39:38 UTC (rev 8079)
@@ -1 +1,2 @@
+ac2024c172a70a811b9972cd8b46f3f3  0001-Remove-unknown-flag-to-Sun-Studio.patch
 f52fb75a2cb7512f1484deab76473e13  exiv2-0.19.tar.gz

Added: csw/mgar/pkg/exiv2/trunk/files/0001-Remove-unknown-flag-to-Sun-Studio.patch
===================================================================
--- csw/mgar/pkg/exiv2/trunk/files/0001-Remove-unknown-flag-to-Sun-Studio.patch	                        (rev 0)
+++ csw/mgar/pkg/exiv2/trunk/files/0001-Remove-unknown-flag-to-Sun-Studio.patch	2010-01-18 15:39:38 UTC (rev 8079)
@@ -0,0 +1,25 @@
+From 34049ff8c3eeaa116ccf07e4ee37ffaa7511860b Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Mon, 18 Jan 2010 16:37:20 +0100
+Subject: [PATCH] Remove unknown flag to Sun Studio
+
+---
+ xmpsdk/src/Makefile |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/xmpsdk/src/Makefile b/xmpsdk/src/Makefile
+index 02b06f4..3b27979 100644
+--- a/xmpsdk/src/Makefile
++++ b/xmpsdk/src/Makefile
+@@ -86,7 +86,7 @@ SHELL = /bin/sh
+ .PRECIOUS: %.cpp
+ 
+ # For a debug build, replace -DNDEBUG=1 with -DDEBUG=1 -D_DEBUG=1
+-CPPFLAGS += -I../include -funsigned-char -DNDEBUG=1 $(EXPAT_CPPFLAGS)
++CPPFLAGS += -I../include -DNDEBUG=1 $(EXPAT_CPPFLAGS)
+ ifdef HAVE_STDINT
+ 	CPPFLAGS += -DEXV_HAVE_STDINT_H=1
+ endif
+-- 
+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