Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2002 12:18:43 +0200 (CEST)
From:      Dominik Brettnacher <domi@saargate.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36840: ghfaxviewer dependency fix
Message-ID:  <200204071018.g37AIgH27137@dominik.saargate.de>

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

>Number:         36840
>Category:       ports
>Synopsis:       ghfaxviewer dependency fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 07 03:30:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dominik Brettnacher
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:

>Description:

Package building etc. fails (see Kris Kennaway's errorlogs) because of a
wrong library dependency: libgnomeprint.so is demanded with a wrong (i.e.
too old) version number.

>How-To-Repeat:

try to build the port on a system which does not have an older libgnomeprint.so
installed

>Fix:

diff -urN /usr/ports/comms/ghfaxviewer/Makefile ghfaxviewer/Makefile
--- /usr/ports/comms/ghfaxviewer/Makefile	Mon Sep 17 09:58:17 2001
+++ ghfaxviewer/Makefile	Sun Apr  7 12:12:44 2002
@@ -13,7 +13,7 @@
 
 MAINTAINER=	domi@saargate.de
 
-LIB_DEPENDS=	gnomeprint.13:${PORTSDIR}/print/gnomeprint \
+LIB_DEPENDS=	gnomeprint.16:${PORTSDIR}/print/gnomeprint \
 		gconf-1.1:${PORTSDIR}/devel/gconf \
 		tiff.4:${PORTSDIR}/graphics/tiff
 
>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?200204071018.g37AIgH27137>