Bug 187766 - graphics/qcomicbook: Update MASTER_SITES and WWW: line
Summary: graphics/qcomicbook: Update MASTER_SITES and WWW: line
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-19 18:40 UTC by tkato432
Modified: 2014-05-13 09:40 UTC (History)
0 users

See Also:


Attachments
file.diff (4.76 KB, patch)
2014-03-19 18:40 UTC, tkato432
no flags Details | Diff
graphics_qcomicbook.diff (846 bytes, patch)
2014-05-12 19:00 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2014-03-19 18:40:09 UTC
- Update MASTER_SITES and WWW: line
- Fix build on -current
- Support desktop-file-utils USES macro

New file:
files/patch-src__FrameDetect__CompareFrames.h
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-19 18:40:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 tkato432 2014-05-12 19:00:01 UTC
Remake of the patch against current tree.
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2014-05-13 08:57:51 UTC
Responsible Changed
From-To: miwi->makc

I maintain this port now
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-05-13 09:33:58 UTC
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 <tkato432@yahoo.com>

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 <ComicFrame.h>
++#include <cstdlib>
+ 
+ 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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Max Brazhnikov freebsd_committer freebsd_triage 2014-05-13 09:34:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!