ports/165507: [patch] editors/lazarus: hide options menu for coming slave ports

Beñat Gonzalez Etxepare bbtruk at users.sourceforge.net
Mon Feb 27 19:30:11 UTC 2012


>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 at 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:



More information about the freebsd-ports-bugs mailing list