ports/102582: Update port: graphics/qcomicbook to 0.3.2

KATO Tsuguru tkato432 at yahoo.com
Sun Aug 27 17:30:24 UTC 2006


>Number:         102582
>Category:       ports
>Synopsis:       Update port: graphics/qcomicbook to 0.3.2
>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:   Sun Aug 27 17:30:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p20 i386
>Organization:
>Environment:
>Description:
- Update to version 0.3.2

New file:
files/patch-src__imgarchiver.cpp
files/patch-src__imgdirsink.cpp

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/qcomicbook/Makefile graphics/qcomicbook/Makefile
--- /usr/ports/graphics/qcomicbook/Makefile	Wed Aug  9 03:56:29 2006
+++ graphics/qcomicbook/Makefile	Sun Aug 27 20:31:03 2006
@@ -6,13 +6,14 @@
 #
 
 PORTNAME=	qcomicbook
-PORTVERSION=	0.2.8
+PORTVERSION=	0.3.2
 CATEGORIES=	graphics
 MASTER_SITES=	http://linux.bydg.org/~yogin/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	QT-based comic book archive viewer
 
+LIB_DEPENDS=	Imlib2.3:${PORTSDIR}/graphics/imlib2
 RUN_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip \
 		unrar:${PORTSDIR}/archivers/unrar
 
@@ -30,10 +31,4 @@
 QTCPPFLAGS+=	${PTHREAD_CFLAGS}
 QTCFGLIBS+=	${PTHREAD_LIBS}
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN=		does not compile on FreeBSD 4.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -urN /usr/ports/graphics/qcomicbook/distinfo graphics/qcomicbook/distinfo
--- /usr/ports/graphics/qcomicbook/distinfo	Fri Jul  7 02:11:18 2006
+++ graphics/qcomicbook/distinfo	Sun Aug 27 20:08:20 2006
@@ -1,3 +1,3 @@
-MD5 (qcomicbook-0.2.8.tar.gz) = 8ea6eb8d395dea29305a6a52ad9b78e3
-SHA256 (qcomicbook-0.2.8.tar.gz) = d09500c308801f13dc2bb8e6ba1f50071883acd3b2d9854ed0f192d44e449b91
-SIZE (qcomicbook-0.2.8.tar.gz) = 388902
+MD5 (qcomicbook-0.3.2.tar.gz) = ab191878d0694c77c4e5dd1d22f3d14c
+SHA256 (qcomicbook-0.3.2.tar.gz) = f6ed187c821b576054c743bc33fa938fec31cc8f56063287d81350245b33adec
+SIZE (qcomicbook-0.3.2.tar.gz) = 394110
diff -urN /usr/ports/graphics/qcomicbook/files/patch-src__imgarchiver.cpp graphics/qcomicbook/files/patch-src__imgarchiver.cpp
--- /usr/ports/graphics/qcomicbook/files/patch-src__imgarchiver.cpp	Thu Jan  1 09:00:00 1970
+++ graphics/qcomicbook/files/patch-src__imgarchiver.cpp	Sun Aug 27 20:12:17 2006
@@ -0,0 +1,10 @@
+--- src/imgarchiver.cpp.orig	Tue Aug 15 20:51:05 2006
++++ src/imgarchiver.cpp	Sun Aug 27 20:12:00 2006
+@@ -13,6 +13,7 @@
+ #include "imgarchiver.h"
+ #include <qprocess.h>
+ #include <qapplication.h>
++#include <unistd.h>
+ 
+ using namespace QComicBook;
+ 
diff -urN /usr/ports/graphics/qcomicbook/files/patch-src__imgdirsink.cpp graphics/qcomicbook/files/patch-src__imgdirsink.cpp
--- /usr/ports/graphics/qcomicbook/files/patch-src__imgdirsink.cpp	Thu Jan  1 09:00:00 1970
+++ graphics/qcomicbook/files/patch-src__imgdirsink.cpp	Sun Aug 27 20:22:20 2006
@@ -0,0 +1,10 @@
+--- src/imgdirsink.cpp.orig	Thu Aug 24 03:07:06 2006
++++ src/imgdirsink.cpp	Sun Aug 27 20:14:19 2006
+@@ -404,6 +404,6 @@
+ 	for (int i=0; imgext[i]; i++)
+ 		if (path.endsWith(imgext[i], false))
+ 			return imgext[i];
+-	return false;
++	return QString::null;
+ }
+ 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list