Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2002 09:16:04 +0200 (MEST)
From:      Jan Stocker <Jan.Stocker@t-online.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        obrien@FreeBSD.org
Subject:   ports/41108: editors/vim does not build gnome-gui for ages
Message-ID:  <200207290716.g6T7G45N000847@twoflower.liebende.de>

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

>Number:         41108
>Category:       ports
>Synopsis:       editors/vim does not build gnome-gui for ages
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 29 00:20:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jan Stocker
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD twoflower 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Jul 18 08:40:25 CEST 2002 root@twoflower:/usr/obj/usr/src/sys/Twoflower50 i386
>Description:
Compiling vim with gnome-gui results in a gtk-version.

>How-To-Repeat:
cd /usr/ports/editors/vim && make WITH_GNOME=yes

>Fix:
--- Makefile.orig	Mon Jul 29 09:10:01 2002
+++ Makefile	Mon Jul 29 09:10:25 2002
@@ -97,7 +97,7 @@
 .if !defined(WITHOUT_X11)
 #	for now default the GUI to the GTK+ one
 #	will be reviewed when the GTK+ 1.{3,4} behemoth is released
-.if !defined(WITH_ATHENA) && !defined(WITH_GTK) && !defined(WITH_MOTIF)
+.if !defined(WITH_ATHENA) && !defined(WITH_GTK) && !defined(WITH_MOTIF) && !defined(WITH_GNOME)
 WITH_GTK=	yes
 .endif


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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