Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2002 20:31:17 +0100 (CET)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45318: [PATCH] bsd.gnome.mk has broken dependency
Message-ID:  <200211151931.gAFJVHwU001125@home.dinoex.sub.de>

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

>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




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