Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Aug 2007 22:26:40 GMT
From:      Laurent Courty <lrntct@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/115483: graphics/qgis : mark BROKEN on 7 and give up maintainership
Message-ID:  <200708132226.l7DMQeCb049522@www.freebsd.org>
Resent-Message-ID: <200708132230.l7DMU1aW091941@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         115483
>Category:       ports
>Synopsis:       graphics/qgis : mark BROKEN on 7 and give up maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 13 22:30:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Laurent Courty
>Release:        
>Organization:
>Environment:
FreeBSD boitalette 6.2-STABLE FreeBSD 6.2-STABLE #2: Wed Apr 18 19:41:52 CEST 2007     root@boitalette:/usr/obj/usr/src/sys/NOYAU  i386
>Description:
I give up the maintainership to ports@freebsd.org and mark the port BROKEN on freebsd >=7
This port need a updating to qgis-0.8, with Qt4, but I haven't enough time to do so.
>How-To-Repeat:

>Fix:
diff -ruN /usr/ports/graphics/qgis/Makefile qgis/Makefile
--- /usr/ports/graphics/qgis/Makefile   Sun Jul 22 21:53:50 2007
+++ qgis/Makefile       Tue Aug 14 00:02:50 2007
@@ -7,12 +7,12 @@
 
 PORTNAME=      qgis
 PORTVERSION=   0.7.4
-PORTREVISION=  3
+PORTREVISION=  4
 CATEGORIES=    graphics geography
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE_EXTENDED}
 MASTER_SITE_SUBDIR=${PORTNAME}
 
-MAINTAINER=    lrntct@gmail.com
+MAINTAINER=    ports@freebsd.org
 COMMENT=       A Geographical Information System (GIS) data viewer
 
 LIB_DEPENDS=   geos:${PORTSDIR}/graphics/geos \
@@ -37,8 +37,12 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 500000
+.if ${OSVERSION} <  500000
 BROKEN=                Does not build on FreeBSD versions prior to 5
+.endif
+
+.if ${OSVERSION} >=  700000
+BROKEN=                Does not build on FreeBSD 7
 .endif
 
 .if !defined (QTDIR)


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708132226.l7DMQeCb049522>