Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2002 19:03:28 +0200 (CEST)
From:      Danijel Tasov <danielt@camelot.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42964: /usr/ports/net/mtr: I don't want mtr-gtk
Message-ID:  <200209191703.g8JH3SN76801@robin.camelot.de>

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

>Number:         42964
>Category:       ports
>Synopsis:       /usr/ports/net/mtr: I don't want mtr-gtk
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 19 10:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Danijel Tasov
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD robin 4.4-RELEASE FreeBSD 4.4-RELEASE #3: Sat Mar 9 13:54:23 CET 2002 knarf@robin:/usr/src/sys/compile/ROBIN i386


>Description:
	The mtr port does not recognize WITHOUT_GTK anymore!
>How-To-Repeat:
>Fix:

--- Makefile.old	Thu Sep 19 18:47:51 2002
+++ Makefile	Thu Sep 19 19:01:27 2002
@@ -35,13 +35,15 @@
 CONFIGURE_ARGS+=--disable-ipv6
 .endif
 
+.ifndef WITHOUT_GTK
 .if ${HAVE_GNOME:Mgtk12}!=""
 USE_GNOME+=	gtk12
 PKGNAMESUFFIX=	-gtk
 USE_XLIB=	yes
+.endif # FUCKING GNOME
 .else
 CONFIGURE_ARGS+=--without-gtk
-.endif
+.endif # GTK
 
 post-patch:
 	@${TOUCH} ${WRKSRC}/aclocal.m4
>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?200209191703.g8JH3SN76801>