Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2000 17:25:57 -0700 (MST)
From:      jjreynold@home.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17274: libglade busted, needs libungif (patch included)
Message-ID:  <200003090025.RAA98333@whale.home-net>

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

>Number:         17274
>Category:       ports
>Synopsis:       libglade needs libungif installed but there's no dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar  8 16:30:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     John Reynolds
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:

 FreeBSD whale 3.4-STABLE FreeBSD 3.4-STABLE #0: Sat Mar  4 10:48:02 MST 2000     root@whale:/usr/src/sys/compile/WHALE  i386

>Description:

 Trying to install libglade, it bailed because it needed libungif installed.
 The patch fixes it.

>How-To-Repeat:

  Make sure libungif-4.1.0 is not installed on your machine and try to build
  libglade.

>Fix:
	
diff -urN libglade.orig/Makefile libglade/Makefile
--- libglade.orig/Makefile	Wed Mar  8 17:11:18 2000
+++ libglade/Makefile	Wed Mar  8 17:22:19 2000
@@ -14,7 +14,8 @@
 MAINTAINER=	ade@FreeBSD.org
 
 LIB_DEPENDS=	gnome.3:${PORTSDIR}/x11/gnomelibs \
-		xml.5:${PORTSDIR}/textproc/libxml
+		xml.5:${PORTSDIR}/textproc/libxml \
+		ungif.5:${PORTSDIR}/graphics/libungif
 
 GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
 


>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?200003090025.RAA98333>