Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2003 01:13:36 +0100 (CET)
From:      Jean-Yves Lefort <jylefort@brutele.be>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/50060: Update port: add GTK+ 2.0 support to net/ethereal
Message-ID:  <20030317001336.61F4222E16@jsite.lefort.net>

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

>Number:         50060
>Category:       ports
>Synopsis:       Update port: add GTK+ 2.0 support to net/ethereal
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 16 16:20:03 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Yves Lefort
>Release:        FreeBSD 4.7-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD jsite.lefort.net 4.7-RELEASE-p5 FreeBSD 4.7-RELEASE-p5 #0: Mon Feb 24 17:17:22 CET 2003 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386


	
>Description:
I sent a similar patch to the port maintainer on 20021129, without any
effect; hence this problem report.
>How-To-Repeat:
	
>Fix:
--- Makefile.orig	Mon Mar 17 00:07:38 2003
+++ Makefile	Sun Mar 16 23:53:08 2003
@@ -27,7 +27,12 @@
 CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
 .if !defined(WITHOUT_X11)
 USE_X_PREFIX=	yes
+.if defined(WITH_GTK2)
+LIB_DEPENDS+=	gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20
+CONFIGURE_ARGS+=	--enable-gtk2=yes
+.else
 USE_GNOME=	gtk12
+.endif
 MAN1+=		ethereal.1
 PLIST_SUB+=	ETHEREAL=bin/ethereal
 .else

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

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




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