From tkato432@yahoo.com  Wed Dec 12 18:22:51 2007
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 05B1A16A469
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 12 Dec 2007 18:21:41 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169])
	by mx1.freebsd.org (Postfix) with ESMTP id 9329713C4F5
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 12 Dec 2007 18:21:40 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa106lp.auone-net.jp (MSA106lp [172.27.12.184])
	by msa106lp.auone-net.jp (au one net msa) with ESMTP id 6C2D8500204
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 13 Dec 2007 03:05:01 +0900 (JST)
Received: from localhost.localdomain (ZT066221.ppp.dion.ne.jp [59.128.66.221])
	by msa106lp.auone-net.jp (au one net msa) with ESMTP id 5A96F23C031
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 13 Dec 2007 03:04:54 +0900 (JST)
Message-Id: <20071213030111.8d026900.tkato432@yahoo.com>
Date: Thu, 13 Dec 2007 03:01:11 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: graphics/qcomicbook to 0.4.0

>Number:         118621
>Category:       ports
>Synopsis:       Update port: graphics/qcomicbook to 0.4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 12 18:30:16 UTC 2007
>Closed-Date:    Fri Dec 14 16:50:58 UTC 2007
>Last-Modified:  Fri Dec 14 17:00:02 UTC 2007
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.2-RELEASE-p8 i386
>Organization:
>Environment:
>Description:
- Update to version 0.4.0

Remove file:
files/patch-configure
files/patch-src-thumbnail.cpp
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	Mon Jul 23 19:05:40 2007
+++ graphics/qcomicbook/Makefile	Thu Nov  8 01:00:14 2007
@@ -6,30 +6,28 @@
 #
 
 PORTNAME=	qcomicbook
-PORTVERSION=	0.3.4
-PORTREVISION=	2
+PORTVERSION=	0.4.0
 CATEGORIES=	graphics
-MASTER_SITES=	http://linux.bydg.org/~yogin/
+MASTER_SITES=	http://linux.bydg.org/~yogin/qcomicbook/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	QT-based comic book archive viewer
 
-LIB_DEPENDS=	Imlib2.4:${PORTSDIR}/graphics/imlib2
 RUN_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip \
 		unrar:${PORTSDIR}/archivers/unrar
 
-USE_X_PREFIX=	yes
-USE_QT_VER=	3
+USE_QT_VER=	4
+QT_COMPONENTS=	gui moc
+USE_GNOME=	gnometarget
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS=	--with-Qt-dir="${QT_PREFIX}"
+CONFIGURE_ENV=	QtGui_CFLAGS="${QtGui_CFLAGS}"
 
 MAN1=		qcomicbook.1
 
-# Luckily, QT apps on FreeBSD don't compile against
-# pthread by default. That might *gasp* make them work!
-QTCPPFLAGS+=	${PTHREAD_CFLAGS}
-QTCFGLIBS+=	${PTHREAD_LIBS}
+QtGui_CFLAGS=	-DQT_SHARED \
+		-I${QT_PREFIX}/include/QtGui \
+		-I${QT_PREFIX}/include/QtCore \
+		-I${QT_PREFIX}/include
 
 .include <bsd.port.mk>
diff -urN /usr/ports/graphics/qcomicbook/distinfo graphics/qcomicbook/distinfo
--- /usr/ports/graphics/qcomicbook/distinfo	Sat Dec  2 13:41:47 2006
+++ graphics/qcomicbook/distinfo	Thu Nov  8 00:56:00 2007
@@ -1,3 +1,3 @@
-MD5 (qcomicbook-0.3.4.tar.gz) = f93f29e0635f8fe64f036bf654050438
-SHA256 (qcomicbook-0.3.4.tar.gz) = 7accb599b05b5d5a52b66dde1f3cbb41af8eac8d5bdce0d637f06d348cfdb6a9
-SIZE (qcomicbook-0.3.4.tar.gz) = 384681
+MD5 (qcomicbook-0.4.0.tar.gz) = a0ef74e5478d66e3538a362ec691999d
+SHA256 (qcomicbook-0.4.0.tar.gz) = d6f07803f543d8597378df8c3f6e3ff186d7b7c022178dbdd6185d77ad07eb3b
+SIZE (qcomicbook-0.4.0.tar.gz) = 363715
diff -urN /usr/ports/graphics/qcomicbook/files/patch-configure graphics/qcomicbook/files/patch-configure
--- /usr/ports/graphics/qcomicbook/files/patch-configure	Sat Dec  2 13:41:47 2006
+++ graphics/qcomicbook/files/patch-configure	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- configure.orig	Thu Jul  6 01:52:40 2006
-+++ configure	Thu Jul  6 01:53:18 2006
-@@ -5822,7 +5822,7 @@
- }
- EOF
- 
--      bnv_cv_qt_test_result="failure"
-+      bnv_cv_qt_test_result=""
-       bnv_try_1="$QT_MOC bnv_qt_test.h -o moc_bnv_qt_test.$ac_ext >/dev/null 2>/dev/null"
-       { (eval echo "$as_me:$LINENO: \"$bnv_try_1\"") >&5
-   (eval $bnv_try_1) 2>&5
diff -urN /usr/ports/graphics/qcomicbook/files/patch-src-thumbnail.cpp graphics/qcomicbook/files/patch-src-thumbnail.cpp
--- /usr/ports/graphics/qcomicbook/files/patch-src-thumbnail.cpp	Sat May 28 06:38:42 2005
+++ graphics/qcomicbook/files/patch-src-thumbnail.cpp	Thu Jan  1 09:00:00 1970
@@ -1,10 +0,0 @@
---- src/thumbnail.cpp.orig	Sat Apr  2 19:59:03 2005
-+++ src/thumbnail.cpp	Fri May 20 00:51:33 2005
-@@ -11,6 +11,7 @@
-  */
- 
- #include "thumbnail.h"
-+#include <sys/types.h>
- #include <utime.h>
- 
- int Thumbnail::thwidth = 100;
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	Mon Aug 28 21:54:26 2006
+++ graphics/qcomicbook/files/patch-src__imgarchiver.cpp	Thu Jan  1 09:00:00 1970
@@ -1,10 +0,0 @@
---- 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	Mon Aug 28 21:54:26 2006
+++ graphics/qcomicbook/files/patch-src__imgdirsink.cpp	Thu Jan  1 09:00:00 1970
@@ -1,10 +0,0 @@
---- 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;
- }
- 
diff -urN /usr/ports/graphics/qcomicbook/pkg-plist graphics/qcomicbook/pkg-plist
--- /usr/ports/graphics/qcomicbook/pkg-plist	Fri Jul  7 02:11:20 2006
+++ graphics/qcomicbook/pkg-plist	Thu Nov  8 00:56:00 2007
@@ -5,11 +5,6 @@
 %%DATADIR%%/fforward.png
 %%DATADIR%%/fitheight.png
 %%DATADIR%%/fitwidth.png
-%%DATADIR%%/help/en/index.html
-%%DATADIR%%/help/en/internals.html
-%%DATADIR%%/help/en/intro.html
-%%DATADIR%%/help/en/keyboard.html
-%%DATADIR%%/help/en/menu.html
 %%DATADIR%%/info.png
 %%DATADIR%%/japanese.png
 %%DATADIR%%/nextpage.png
@@ -27,6 +22,4 @@
 %%DATADIR%%/thumbnails.png
 %%DATADIR%%/twopages.png
 %%DATADIR%%/wholepage.png
-@dirrm %%DATADIR%%/help/en
-@dirrm %%DATADIR%%/help
 @dirrm %%DATADIR%%
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Dec 12 22:25:26 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118621 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Dec 14 16:50:57 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118621 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/118621: commit references a PR
Date: Fri, 14 Dec 2007 16:51:03 +0000 (UTC)

 miwi        2007-12-14 16:50:53 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/qcomicbook  Makefile distinfo pkg-plist 
   Removed files:
     graphics/qcomicbook/files patch-configure 
                               patch-src-thumbnail.cpp 
                               patch-src__imgarchiver.cpp 
                               patch-src__imgdirsink.cpp 
   Log:
   - Update to 0.4.0
   
   PR:             118621
   Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
   
   Revision  Changes    Path
   1.19      +10 -12    ports/graphics/qcomicbook/Makefile
   1.14      +3 -3      ports/graphics/qcomicbook/distinfo
   1.4       +0 -11     ports/graphics/qcomicbook/files/patch-configure (dead)
   1.2       +0 -10     ports/graphics/qcomicbook/files/patch-src-thumbnail.cpp (dead)
   1.2       +0 -10     ports/graphics/qcomicbook/files/patch-src__imgarchiver.cpp (dead)
   1.2       +0 -10     ports/graphics/qcomicbook/files/patch-src__imgdirsink.cpp (dead)
   1.5       +0 -7      ports/graphics/qcomicbook/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
