ports/166837: [maintainer update] www/arora - don't build on ia64

Shane Bell decept0 at gmail.com
Wed Apr 11 08:50:14 UTC 2012


>Number:         166837
>Category:       ports
>Synopsis:       [maintainer update] www/arora - don't build on ia64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 11 08:50:12 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Shane Bell
>Release:        
>Organization:
>Environment:
>Description:
- Don't build on ia64, arora core dumps on startup (Reported by: Anton Shterenlikht).
- Update my email address
- Add LICENSE
- Mark MAKE_JOBS_SAFE
- Removed a patch and used a REINPLACE_CMD instead
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN arora.orig/Makefile arora/Makefile
--- arora.orig/Makefile	2012-04-11 17:40:24.000000000 +1200
+++ arora/Makefile	2012-04-11 17:39:22.000000000 +1200
@@ -2,22 +2,27 @@
 # Date created:         08 Aug 2008
 # Whom:                 Andy Fawcett <andy at athame.co.uk>
 #
-# $FreeBSD: ports/www/arora/Makefile,v 1.14 2010/12/02 19:58:59 makc Exp $
+# $FreeBSD: ports/www/arora/Makefile,v 1.13 2010/03/28 06:44:38 dinoex Exp $
 
 PORTNAME=	arora
 PORTVERSION=	0.11.0
 CATEGORIES=	www
 MASTER_SITES=	GOOGLE_CODE
 
-MAINTAINER=	decept0 at gmail.com
+MAINTAINER=	shanjobe at gmail.com
 COMMENT=	Simple Qt4 based browser
 
+LICENSE=	GPLv3
+
+NOT_FOR_ARCHS=	ia64
+NOT_FOR_ARCHS_REASON=	core dump on application startup
+
 USE_QT_VER=	4
 QT_COMPONENTS=	network webkit qmake_build moc_build uic_build rcc_build \
 		imageformats gui script sql
 HAS_CONFIGURE=	yes
 QMAKE_ARGS+=	-unix -recursive PREFIX=${PREFIX}
-MAKE_JOBS_UNSAFE=	yes
+MAKE_JOBS_SAFE=	yes
 
 MAN1=		arora.1 arora-cacheinfo.1 arora-placesimport.1 htmlToXBel.1
 
@@ -50,6 +55,7 @@
 	@${REINPLACE_CMD} -e \
 		's|^CC .*|CC=${CC}|; s|^CXX .*|CXX=${CXX}|; s|^LINK .*|LINK=${CXX}|' \
 		${WRKSRC}/src/Makefile
+	@${REINPLACE_CMD} 's|raster||' ${WRKSRC}/src/main.cpp
 
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/src/data/arora.1 \
diff -ruN arora.orig/files/patch-src__main.cpp arora/files/patch-src__main.cpp
--- arora.orig/files/patch-src__main.cpp	2012-04-11 17:40:24.000000000 +1200
+++ arora/files/patch-src__main.cpp	1970-01-01 12:00:00.000000000 +1200
@@ -1,11 +0,0 @@
---- ./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