Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2012 19:22:29 GMT
From:      Beņat Gonzalez Etxepare <bbtruk@users.sourceforge.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/165507: [patch] editors/lazarus: hide options menu for coming slave ports
Message-ID:  <201202271922.q1RJMT6B066010@red.freebsd.org>
Resent-Message-ID: <201202271930.q1RJUAJJ061638@freefall.freebsd.org>

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

>Number:         165507
>Category:       ports
>Synopsis:       [patch] editors/lazarus: hide options menu for coming slave ports
>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 Feb 27 19:30:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Beņat Gonzalez Etxepare
>Release:        9.0-RELEASE
>Organization:
>Environment:
FreeBSD servidor.saindua.dyndns.org 9.0-RELEASE FreeBSD 9.0-RELEASE #9: Fri Jan 13 01:32:32 CET 2012     root@servidor.saindua.dyndns.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
This change will allow the new lazarus-gtk2 and lazarus-qt4 slave ports to use lazarus master port without showing the options dialog.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- /usr/ports/editors/lazarus/Makefile.old	2011-06-23 07:45:05.000000000 +0200
+++ /usr/ports/editors/lazarus/Makefile	2012-01-16 01:05:29.476436000 +0100
@@ -36,8 +36,10 @@
 SUB_LIST+=	PORTSDIR="${PORTSDIR}"
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
+.if !defined(WITHOUT_LAZARUS_OPTIONS)
 OPTIONS=	GTK2	"Use gtk20 interface instead of gtk12"	on \
 		QT4	"Use qt4 interface" off
+.endif
 
 .include <bsd.port.pre.mk>
 


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



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