Date: Fri, 12 Mar 1999 15:15:53 +0100 From: "Jose M. Alcaide" <jose@we.lc.ehu.es> To: FreeBSD-gnats-submit@freebsd.org Cc: billf@freebsd.org Subject: ports/10559: [PATCH] net/ethereal should link with GTK 1.2 Message-ID: <36E92199.4D6939C6@we.lc.ehu.es>
next in thread | raw e-mail | index | archive | help
>Number: 10559 >Category: ports >Synopsis: [PATCH] net/ethereal should be linked with GTK 1.2. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 12 07:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jose M. Alcaide >Release: FreeBSD 3.1-RELEASE i386 >Organization: Universidad del Pais Vasco - Dept. de Electricidad y Electronica >Environment: FreeBSD garatu.we.lc.ehu.es 3.1-RELEASE FreeBSD 3.1-RELEASE #1: Wed Mar 3 16:05:53 CET 1999 root@garatu.we.lc.ehu.es:/usr/src/sys/compile/GARATU i386 >Description: The port "net/ethereal" is configured to link with GTK 1.1d, but this is not convenient now that GTK 1.2 is available. >How-To-Repeat: cd /usr/ports/net/ethereal; cat Makefile :-) >Fix: Apply the following patch: ------------------------BEGIN-------------------------- --- Makefile.orig Tue Jan 5 14:49:59 1999 +++ Makefile Fri Mar 12 15:05:06 1999 @@ -13,12 +13,12 @@ MAINTAINER= billf@FreeBSD.ORG -LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ - GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ + GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" MAN1= ethereal.1 ---------------------- END ---------------------------- -- JMA ----------------------------------------------------------------------- José Mª Alcaide | mailto:jose@we.lc.ehu.es Universidad del País Vasco | mailto:jmas@es.FreeBSD.ORG Dpto. de Electricidad y Electrónica | http://www.we.lc.ehu.es/~jose Facultad de Ciencias - Campus de Lejona | Tel.: +34-946012479 48940 Lejona (Vizcaya) - SPAIN | Fax: +34-944858139 ----------------------------------------------------------------------- "Go ahead... make my day." - H. Callahan >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?36E92199.4D6939C6>