Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2009 18:38:44 +1300 (NZDT)
From:      Jonathan Chen <jonc@chen.org.nz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/141699: Allow BATCH build of x11/gnome-panel WITHOUT_EVOLUTION
Message-ID:  <20091217053844.0AB3A2840A@chen.org.nz>
Resent-Message-ID: <200912170540.nBH5e2Yr014019@freefall.freebsd.org>

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

>Number:         141699
>Category:       ports
>Synopsis:       Allow BATCH build of x11/gnome-panel WITHOUT_EVOLUTION
>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:   Thu Dec 17 05:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Chen
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD osiris.chen.org.nz 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Dec 4 08:48:21 NZDT 2009 root@osiris.chen.org.nz:/usr/obj/usr/src/sys/OSIRIS amd64
>Description:

When doing a BATCH build of gnome-panel, it is not possible to build
without building evolutiondataserver. Defining WITHOUT_EVOLUTION has
no effect.

>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/x11/gnome-panel/Makefile ./Makefile
--- /usr/ports/x11/gnome-panel/Makefile	2009-11-29 09:39:56.000000000 +1300
+++ ./Makefile	2009-12-17 18:35:02.000000000 +1300
@@ -55,7 +55,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if defined(WITH_EVOLUTION) && ${HAVE_GNOME:Mevolutiondataserver}!=""
+.if !defined(WITHOUT_EVOLUTION) && ${HAVE_GNOME:Mevolutiondataserver}!=""
 USE_GNOME+=	evolutiondataserver
 CONFIGURE_ARGS+=--enable-eds
 .else
>Release-Note:
>Audit-Trail:
>Unformatted:



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