From owner-freebsd-ports Fri Nov 15 11:40: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CE0237B401 for ; Fri, 15 Nov 2002 11:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7483B43E8A for ; Fri, 15 Nov 2002 11:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFJe1x3029352 for ; Fri, 15 Nov 2002 11:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAFJe16V029351; Fri, 15 Nov 2002 11:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2924737B401 for ; Fri, 15 Nov 2002 11:31:52 -0800 (PST) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2F5443E6E for ; Fri, 15 Nov 2002 11:31:42 -0800 (PST) (envelope-from dm@home.dinoex.sub.de) Received: from home.dinoex.sub.de (home [217.6.200.196]) by net2.dinoex.sub.org (8.12.6/8.12.6) with ESMTP id gAFJVFn8005768 for ; Fri, 15 Nov 2002 20:31:16 +0100 (CET) (envelope-from dm@home.dinoex.sub.de) Received: (from dm@localhost) by home.dinoex.sub.de (8.12.6/8.12.6/Submit) id gAFJVHwU001125; Fri, 15 Nov 2002 20:31:17 +0100 (CET) (envelope-from dm) Message-Id: <200211151931.gAFJVHwU001125@home.dinoex.sub.de> Date: Fri, 15 Nov 2002 20:31:17 +0100 (CET) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/45318: [PATCH] bsd.gnome.mk has broken dependency Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45318 >Category: ports >Synopsis: [PATCH] bsd.gnome.mk has broken dependency >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 15 11:40:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 4.7-STABLE i386 >Organization: privat >Environment: System: FreeBSD 4.7-STABLE i386 build of crescendo fails, after gtkhtml has beenn changed >Description: build crescendo with "gtkhtml-1.1.6" installed. # pkg_info -f /usr/ports/packages/All/gtkhtml-1.1.6.tgz | grep libgtkhtml File: lib/libgtkhtml-1.1.so.3 File: lib/libgtkhtml-1.1.a File: lib/libgtkhtml-1.1.so the name of the shared lib has changed. >How-To-Repeat: ===> Extracting for crescendo-1.1.7 >Fix: --- bsd.gnome.mk.orig Fri Jul 12 06:20:40 2002 +++ bsd.gnome.mk Fri Nov 15 20:26:57 2002 @@ -325,7 +325,7 @@ .endif .if defined(USE_GNOME) LIB_DEPENDS+= panel_status.5:${PORTSDIR}/x11/gnomecore \ - gtkhtml.21:${PORTSDIR}/www/gtkhtml + gtkhtml-1.1:${PORTSDIR}/www/gtkhtml .endif .if defined(WANT_GNOME) && !defined(HAVE_GNOME) PLIST_SUB+= GNOME:="@comment " NOGNOME:="" DATADIR="share" >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for crescendo-1.1.7.tar.gz. ===> crescendo-1.1.7 depends on executable: gmake - found ===> crescendo-1.1.7 depends on executable: libtool - found ===> crescendo-1.1.7 depends on file: /usr/X11R6/bin/gnomecc - found ===> crescendo-1.1.7 depends on shared library: X11.6 - found ===> crescendo-1.1.7 depends on shared library: esd.2 - found ===> crescendo-1.1.7 depends on shared library: glib12.3 - found ===> crescendo-1.1.7 depends on shared library: gtk12.2 - found ===> crescendo-1.1.7 depends on shared library: Imlib.5 - found ===> crescendo-1.1.7 depends on shared library: gnome.5 - found ===> crescendo-1.1.7 depends on shared library: panel_status.5 - found ===> crescendo-1.1.7 depends on shared library: gtkhtml.21 - not found ===> Verifying install for gtkhtml.21 in /usr/ports/www/gtkhtml ===> Extracting for gtkhtml-1.1.6 [..] ===> Installing for gtkhtml-1.1.6 ===> gtkhtml-1.1.6 is already installed - perhaps an older version? If so, you may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of gtkhtml-1.1.6 without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message