Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 May 2010 10:52:12 GMT
From:      bf <bf1783@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/146232: [PATCH]graphics/exact-image: update to 0.8.0
Message-ID:  <201005021052.o42AqCAc060152@www.freebsd.org>
Resent-Message-ID: <201005021100.o42B0JKr055611@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         146232
>Category:       ports
>Synopsis:       [PATCH]graphics/exact-image: update to 0.8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 02 11:00:19 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        9-CURRENT amd64
>Organization:
-
>Environment:
>Description:
Please note that files/patch-utility__Timer.cc is removed.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -x '*old.*' -x '*new.*' -ruN exact-image.orig/Makefile exact-image/Makefile
--- exact-image.orig/Makefile	2010-05-02 06:41:56.000000000 -0400
+++ exact-image/Makefile	2010-05-02 02:20:21.000000000 -0400
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	exact-image
-PORTVERSION=	0.7.5
-PORTREVISION=	2
+PORTVERSION=	0.8.0
 CATEGORIES=	graphics
 MASTER_SITES=	http://dl.exactcode.de/oss/${PORTNAME}/
 
diff -x '*old.*' -x '*new.*' -ruN exact-image.orig/distinfo exact-image/distinfo
--- exact-image.orig/distinfo	2010-05-02 06:41:56.000000000 -0400
+++ exact-image/distinfo	2010-05-02 02:20:53.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (exact-image-0.7.5.tar.bz2) = 9cf60553cf5ed1bbbf9a59a2e17ac0a2
-SHA256 (exact-image-0.7.5.tar.bz2) = d43635e06fdb48ec8c23bbfd66f40c5a1fc64c81913220f267dd7449050d0c69
-SIZE (exact-image-0.7.5.tar.bz2) = 532314
+MD5 (exact-image-0.8.0.tar.bz2) = 06ac3816176417064dd7919e4416dd5a
+SHA256 (exact-image-0.8.0.tar.bz2) = 6f2df250ca1c55ebdc44305d7a5a14b6798acef50d883986e2f3a5967b616926
+SIZE (exact-image-0.8.0.tar.bz2) = 283332
diff -x '*old.*' -x '*new.*' -ruN exact-image.orig/files/patch-codecs__bmp.cc exact-image/files/patch-codecs__bmp.cc
--- exact-image.orig/files/patch-codecs__bmp.cc	2010-05-02 06:41:56.000000000 -0400
+++ exact-image/files/patch-codecs__bmp.cc	2010-05-02 02:44:21.000000000 -0400
@@ -24,17 +24,3 @@
 +	free(data);
  	goto bad1;
        }
-       
-@@ -628,9 +632,9 @@
-       
-       colorspace_de_palette (image, clr_tbl_size, rmap, gmap, bmap);
-       
--      delete (rmap);
--      delete (gmap);
--      delete (bmap);
-+      delete[] rmap;
-+      delete[] gmap;
-+      delete[] bmap;
-       
-       free(clr_tbl);
-       clr_tbl = NULL;
diff -x '*old.*' -x '*new.*' -ruN exact-image.orig/files/patch-utility__Timer.cc exact-image/files/patch-utility__Timer.cc
--- exact-image.orig/files/patch-utility__Timer.cc	2010-05-02 06:41:56.000000000 -0400
+++ exact-image/files/patch-utility__Timer.cc	1969-12-31 19:00:00.000000000 -0500
@@ -1,11 +0,0 @@
---- utility/Timer.cc.orig	2009-07-10 11:30:14.000000000 -0400
-+++ utility/Timer.cc	2009-07-10 11:30:30.000000000 -0400
-@@ -145,7 +145,7 @@
- 		   );
-   return ((uint64_t)hi << 32) | lo;
- #endif
--#elif define(__mips__)
-+#elif defined(__mips__)
-   unsigned int ticks;
-   __asm__ __volatile__ ("dmfc0 %0,$9" : "=r" (ticks));
-   return ticks;


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005021052.o42AqCAc060152>