ports/141699: Allow BATCH build of x11/gnome-panel WITHOUT_EVOLUTION

Jonathan Chen jonc at chen.org.nz
Thu Dec 17 05:40:02 UTC 2009


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



More information about the freebsd-ports-bugs mailing list