ports/59754: Update port: graphics/kdc2tiff to 0.34
KATO Tsuguru
tkato at prontomail.com
Fri Nov 28 13:40:39 UTC 2003
>Number: 59754
>Category: ports
>Synopsis: Update port: graphics/kdc2tiff to 0.34
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Nov 28 05:40:16 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.34
Remove file:
files/patch-GFilter.cpp
files/patch-GICBayer.cpp
files/patch-GImageComponent.cpp
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/graphics/kdc2tiff/Makefile graphics/kdc2tiff/Makefile
--- /usr/ports/graphics/kdc2tiff/Makefile Sat Apr 12 22:48:51 2003
+++ graphics/kdc2tiff/Makefile Tue Nov 25 22:01:23 2003
@@ -6,7 +6,7 @@
#
PORTNAME= kdc2tiff
-PORTVERSION= 0.32
+PORTVERSION= 0.34
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -20,6 +20,6 @@
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
diff -urN /usr/ports/graphics/kdc2tiff/distinfo graphics/kdc2tiff/distinfo
--- /usr/ports/graphics/kdc2tiff/distinfo Wed Jul 18 23:36:09 2001
+++ graphics/kdc2tiff/distinfo Tue Nov 25 22:00:34 2003
@@ -1 +1 @@
-MD5 (kdc2tiff-0.32.tar.gz) = b24af53e97a047eaf1a92cbe1da44a17
+MD5 (kdc2tiff-0.34.tar.gz) = 16208a5e07926d1f7aa21779014d1a53
diff -urN /usr/ports/graphics/kdc2tiff/files/patch-GFilter.cpp graphics/kdc2tiff/files/patch-GFilter.cpp
--- /usr/ports/graphics/kdc2tiff/files/patch-GFilter.cpp Mon Dec 23 17:12:03 2002
+++ graphics/kdc2tiff/files/patch-GFilter.cpp Thu Jan 1 09:00:00 1970
@@ -1,11 +0,0 @@
---- GFilter.cpp.orig Mon Dec 23 04:20:42 2002
-+++ GFilter.cpp Mon Dec 23 04:21:00 2002
-@@ -26,7 +26,7 @@
- green = *(short*)(((char*)table)+(green&0xFFFE));
- blue = *(short*)(((char*)table)+(blue&0xFFFE));
- }
--void GFilter_GammaCorrection::setGammaCorrection(float gamma=1) {
-+void GFilter_GammaCorrection::setGammaCorrection(float gamma) {
- // create table
- if (table)
- delete[] table;
diff -urN /usr/ports/graphics/kdc2tiff/files/patch-GICBayer.cpp graphics/kdc2tiff/files/patch-GICBayer.cpp
--- /usr/ports/graphics/kdc2tiff/files/patch-GICBayer.cpp Mon Dec 23 17:12:03 2002
+++ graphics/kdc2tiff/files/patch-GICBayer.cpp Thu Jan 1 09:00:00 1970
@@ -1,29 +0,0 @@
---- GICBayer.cpp.orig Mon Dec 23 04:19:54 2002
-+++ GICBayer.cpp Mon Dec 23 04:20:21 2002
-@@ -236,7 +236,7 @@
-
- GICBayer_Green::GICBayer_Green(const unsigned char* imagedata,
- int width, int height,
-- float maxerr=0)
-+ float maxerr)
- : GImageComponent(width,height,maxerr) {
-
- /* initialize arrays
-@@ -428,7 +428,7 @@
- GICBayer_Red::GICBayer_Red(const unsigned char* imagedata,
- int width, int height,
- GImageComponent& green,
-- float maxerr=0)
-+ float maxerr)
- : GImageComponent(width,height,maxerr) {
-
- if ((green.getWidth()!=w)||(green.getHeight()!=h)) {
-@@ -617,7 +617,7 @@
- GICBayer_Blue::GICBayer_Blue(const unsigned char* imagedata,
- int width, int height,
- GImageComponent& green,
-- float maxerr=0)
-+ float maxerr)
- : GImageComponent(width,height,maxerr) {
-
- if ((green.getWidth()!=w)||(green.getHeight()!=h)) {
diff -urN /usr/ports/graphics/kdc2tiff/files/patch-GImageComponent.cpp graphics/kdc2tiff/files/patch-GImageComponent.cpp
--- /usr/ports/graphics/kdc2tiff/files/patch-GImageComponent.cpp Mon Dec 23 17:12:03 2002
+++ graphics/kdc2tiff/files/patch-GImageComponent.cpp Thu Jan 1 09:00:00 1970
@@ -1,11 +0,0 @@
---- GImageComponent.cpp.orig Mon Dec 23 04:19:27 2002
-+++ GImageComponent.cpp Mon Dec 23 04:19:39 2002
-@@ -283,7 +283,7 @@
-
- GImageComponent0::GImageComponent0(const unsigned char* imagedata,
- int width, int height,
-- float maxerr=0)
-+ float maxerr)
- : GImageComponent(width,height,maxerr) {
-
- int itter;
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list