Skip site navigation (1)Skip section navigation (2)
Date:      21 Nov 2000 12:56:17 -0000
From:      matt@LUCIDA.QC.CA
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23004: Port Update: Error in fribidi port.
Message-ID:  <20001121125617.72177.qmail@epsilon.lucida.ca>

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

>Number:         23004
>Category:       ports
>Synopsis:       Port Update: fribidi: references incorrect version of glib.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 21 05:00:01 PST 2000
>Closed-Date:
>Last-Modified:
>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:
>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?20001121125617.72177.qmail>