Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2012 22:51:05 GMT
From:      Chris Petrik <c.petrik.sosa@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173811: [PATCH] astro/marble optionsng
Message-ID:  <201211212251.qALMp56k013717@red.freebsd.org>
Resent-Message-ID: <201211212300.qALN01Vd043002@freefall.freebsd.org>

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

>Number:         173811
>Category:       ports
>Synopsis:       [PATCH] astro/marble optionsng
>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:   Wed Nov 21 23:00:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Chris Petrik
>Release:        
>Organization:
na
>Environment:
>Description:
OptionsNg
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: marble/Makefile
===================================================================
--- marble/Makefile     (revision 305494)
+++ marble/Makefile     (working copy)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   marble
-# Date created:                2010-05-30
-# Whom:                        Max Brazhnikov <makc@FreeBSD.org>
-#
+# Created by: Max Brazhnikov <makc@FreeBSD.org>
 # $FreeBSD$
-#

 PORTNAME=      marble
 PORTVERSION=   ${KDE4_VERSION}
@@ -27,11 +23,14 @@
 MAKE_JOBS_SAFE=        yes
 CMAKE_ARGS=    -DMOBILE:BOOL=FALSE

-OPTIONS=       GPS "Support for GPS position provider" on
+OPTIONS_DEFINE=        GPS
+OPTIONS_DEFAULT=       GPS

+GPS_DESC=      Support for GPS position provider
+
 .include <bsd.port.options.mk>

-.ifndef(WITHOUT_GPS)
+.if ${PORT_OPTIONS:MGPS}
 LIB_DEPENDS+=  gps.20:${PORTSDIR}/astro/gpsd
 PLIST_SUB+=    GPS=""
 .else

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



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