ports/152751: www/arora: Update to 0.11.0 for Qt-4.7

Max Brazhnikov makc at FreeBSD.org
Wed Dec 1 21:00:22 UTC 2010


>Number:         152751
>Category:       ports
>Synopsis:       www/arora: Update to 0.11.0 for Qt-4.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 01 21:00:22 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
FreeBSD luna.dio.ru 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Tue Nov 30 22:58:45 MSK 2010     root at luna.dio.ru:/usr/obj/usr/freebsd/8/src/sys/LUNA  amd64
>Description:
Qt4 ports will be updated to 4.7.1 soon. I'd like to update Arora along with Qt, since 0.11.0 can't be build with Qt-4.6, while 0.10.2 is broken with Qt-4.7
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/arora/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	28 Mar 2010 06:44:38 -0000	1.13
+++ Makefile	7 Nov 2010 09:58:45 -0000
@@ -5,8 +5,7 @@
 # $FreeBSD: ports/www/arora/Makefile,v 1.13 2010/03/28 06:44:38 dinoex Exp $
 
 PORTNAME=	arora
-PORTVERSION=	0.10.2
-PORTREVISION=	2
+PORTVERSION=	0.11.0
 CATEGORIES=	www
 MASTER_SITES=	GOOGLE_CODE
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/arora/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo	16 Dec 2009 16:50:52 -0000	1.8
+++ distinfo	7 Nov 2010 09:58:53 -0000
@@ -1,3 +1,2 @@
-MD5 (arora-0.10.2.tar.gz) = ccef0f214e0f03828cde8c521f7a5225
-SHA256 (arora-0.10.2.tar.gz) = 7b5bdbb01dccc27776c65f7aa7e4557c5ac23b07494d935523ffce7d7cece9da
-SIZE (arora-0.10.2.tar.gz) = 1064208
+SHA256 (arora-0.11.0.tar.gz) = 6f5fef191935ed740aaa61d5f081abb823997abc20a993cbcb74a4d8adcad3b9
+SIZE (arora-0.11.0.tar.gz) = 1072898
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/www/arora/pkg-plist,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist
--- pkg-plist	7 Oct 2009 09:58:07 -0000	1.6
+++ pkg-plist	7 Nov 2010 10:30:41 -0000
@@ -22,7 +22,7 @@
 %%NLS%%share/arora/locale/ja_JP.qm
 %%NLS%%share/arora/locale/ms.qm
 %%NLS%%share/arora/locale/nb_NO.qm
-%%NLS%%share/arora/locale/nl_NL.qm
+%%NLS%%share/arora/locale/nl.qm
 %%NLS%%share/arora/locale/pl_PL.qm
 %%NLS%%share/arora/locale/pt_BR.qm
 %%NLS%%share/arora/locale/pt_PT.qm
Index: files/patch-src__main.cpp
===================================================================
RCS file: files/patch-src__main.cpp
diff -N files/patch-src__main.cpp
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src__main.cpp	7 Nov 2010 14:03:01 -0000
@@ -0,0 +1,11 @@
+--- ./src/main.cpp.orig	2010-09-27 06:42:17.000000000 +0400
++++ ./src/main.cpp	2010-11-07 17:02:53.153956800 +0300
+@@ -28,7 +28,7 @@
+     Q_INIT_RESOURCE(htmls);
+     Q_INIT_RESOURCE(data);
+ #ifdef Q_WS_X11
+-    QApplication::setGraphicsSystem(QString::fromLatin1("raster"));
++    // QApplication::setGraphicsSystem(QString::fromLatin1("raster"));
+ #endif
+     BrowserApplication application(argc, argv);
+     if (!application.isRunning())


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list