From owner-svn-ports-all@FreeBSD.ORG Tue May 13 08:33:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9FBC885B; Tue, 13 May 2014 08:33:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 747D62BF5; Tue, 13 May 2014 08:33:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4D8XtqH059808; Tue, 13 May 2014 08:33:55 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4D8Xs1C059805; Tue, 13 May 2014 08:33:54 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201405130833.s4D8Xs1C059805@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 13 May 2014 08:33:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353927 - in head/graphics/qcomicbook: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2014 08:33:55 -0000 Author: makc Date: Tue May 13 08:33:54 2014 New Revision: 353927 URL: http://svnweb.freebsd.org/changeset/ports/353927 QAT: https://qat.redports.org/buildarchive/r353927/ Log: graphics/qcomicbook: - Add patch to fix build on 10 and head - Update MASTER_SITES and WWW PR: ports/187766 Submitted by: KATO Tsuguru Added: head/graphics/qcomicbook/files/patch-src__FrameDetect__CompareFrames.h (contents, props changed) Modified: head/graphics/qcomicbook/Makefile head/graphics/qcomicbook/pkg-descr Modified: head/graphics/qcomicbook/Makefile ============================================================================== --- head/graphics/qcomicbook/Makefile Tue May 13 07:47:03 2014 (r353926) +++ head/graphics/qcomicbook/Makefile Tue May 13 08:33:54 2014 (r353927) @@ -5,7 +5,7 @@ PORTNAME= qcomicbook PORTVERSION= 0.9.0 PORTREVISION= 3 CATEGORIES= graphics -MASTER_SITES= http://qcomicbook.linux-projects.net/releases/ +MASTER_SITES= http://qcomicbook.org/releases/ MAINTAINER= makc@FreeBSD.org COMMENT= Qt-based comic book archive viewer @@ -13,9 +13,10 @@ COMMENT= Qt-based comic book archive vie LICENSE= GPLv2 LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 + +USES= cmake:outsource pkgconfig USE_QT4= corelib gui linguist_build moc_build qmake_build rcc_build \ uic_build xml -USES= cmake:outsource pkgconfig OPTIONS_DEFINE= 7ZIP ACE RAR ZIP Added: head/graphics/qcomicbook/files/patch-src__FrameDetect__CompareFrames.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/qcomicbook/files/patch-src__FrameDetect__CompareFrames.h Tue May 13 08:33:54 2014 (r353927) @@ -0,0 +1,10 @@ +--- ./src/FrameDetect/CompareFrames.h.orig 2012-05-30 20:32:02.000000000 +0000 ++++ ./src/FrameDetect/CompareFrames.h 2014-05-13 08:15:11.199946861 +0000 +@@ -14,6 +14,7 @@ + #define __COMPARE_FRAMES_H + + #include ++#include + + namespace QComicBook + { Modified: head/graphics/qcomicbook/pkg-descr ============================================================================== --- head/graphics/qcomicbook/pkg-descr Tue May 13 07:47:03 2014 (r353926) +++ head/graphics/qcomicbook/pkg-descr Tue May 13 08:33:54 2014 (r353927) @@ -12,4 +12,4 @@ convenience and ease of use. Features in * PDF support * and more... -WWW: http://qcomicbook.linux-projects.net/ +WWW: http://qcomicbook.org/