Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 May 1998 23:05:59 +0200 (MET DST)
From:      paterno@dsi.UNIFI.IT
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6497: Mosaic port broken due to libjpeg
Message-ID:  <199805032105.XAA03955@pegasus.home.net>

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

>Number:         6497
>Category:       ports
>Synopsis:       Mosaic port broken due to libjpeg.so.7 vs 8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May  3 17:30:01 PDT 1998
>Last-Modified:
>Originator:     Ugo Paternostro
>Organization:
Not an organization
>Release:        FreeBSD 2.2.6-STABLE i386
>Environment:

FreeBSD pegasus.home.net 2.2.6-STABLE FreeBSD 2.2.6-STABLE #5: Sun Apr 26 19:47:37 MET DST 1998     ugo@pegasus.home.net:/usr/src/sys/compile/PEGASUS  i386

>Description:

	Subject says it all: /usr/ports/www/Mosaic does not build because it
searches libjpeg.so.7.0

>How-To-Repeat:

	cd /usr/ports/www/Mosaic && make

>Fix:
	
Index: ports/www/Mosaic/Makefile
===================================================================
RCS file: /mnt/xchange_2/ncvs/ports/www/Mosaic/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	1998/03/28 20:08:37	1.13
+++ Makefile	1998/05/03 20:53:14
@@ -11,7 +11,7 @@
 CATEGORIES=     www
 MASTER_SITES=	ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/
 
-LIB_DEPENDS=    jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS=    jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg \
 		png\\.2\\.:${PORTSDIR}/graphics/png \
 		Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
 
>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?199805032105.XAA03955>