From matt@epsilon.lucida.ca  Tue Nov 21 04:56:19 2000
Return-Path: <matt@epsilon.lucida.ca>
Received: from epsilon.lucida.ca (epsilon.lucida.qc.ca [216.95.146.6])
	by hub.freebsd.org (Postfix) with SMTP id 3C47937B4C5
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Nov 2000 04:56:18 -0800 (PST)
Received: (qmail 72178 invoked by uid 1000); 21 Nov 2000 12:56:17 -0000
Message-Id: <20001121125617.72177.qmail@epsilon.lucida.ca>
Date: 21 Nov 2000 12:56:17 -0000
From: matt@LUCIDA.QC.CA
Sender: matt@epsilon.lucida.ca
Reply-To: matt@LUCIDA.QC.CA
To: FreeBSD-gnats-submit@freebsd.org
Subject: Port Update: Error in fribidi port.
X-Send-Pr-Version: 3.2

>Number:         23004
>Category:       ports
>Synopsis:       Port Update: fribidi: references incorrect version of glib.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 21 05:00:01 PST 2000
>Closed-Date:    Tue Nov 21 05:04:15 PST 2000
>Last-Modified:  Tue Nov 21 05:04:55 PST 2000
>Originator:     Matt Heckaman
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
Lucida Communications
>Environment:

FreeBSD epsilon.lucida.ca 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Nov 20
21:41:19 EST 2000 root@epsilon.lucida.ca:/src/FreeBSD/sys/compile/EPSILON
i386

I am tracking ports-current, cvsuped from cvsup9.freebsd.org Nov 21 05:56 EST

>Description:

The fribidi port references glib-1.3.1 which is no longer in the ports tree
due to it being upgraded to glib-1.3.2. This problem causes a build error in
the port.

>How-To-Repeat:

cd /usr/ports/textproc/fribidi;make

[ on a current cvsup of ports with glib-1.3.2 installed ]

>Fix:

--- fribidi/Makefile.orig       Tue Nov 21 07:50:45 2000
+++ fribidi/Makefile    Tue Nov 21 07:49:30 2000
@@ -16,7 +16,7 @@
 
 MAINTAINER=    ports@FreeBSD.org
 
-LIB_DEPENDS=   glib-1.3.1:${PORTSDIR}/devel/glib13
+LIB_DEPENDS=   glib-1.3.2:${PORTSDIR}/devel/glib13
 
 USE_LIBTOOL=   yes
 INSTALLS_SHLIB=        yes


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sobomax 
State-Changed-When: Tue Nov 21 05:04:15 PST 2000 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23004 
>Unformatted:
