Date: Sun, 11 Mar 2001 01:34:04 +1100 (EST) From: john@nlc.net.au To: FreeBSD-gnats-submit@freebsd.org Subject: ports/25770: Update of port libmng breaks qt22 port. Message-ID: <20010310143404.180F05D2B@pacer.pakprotector.com>
next in thread | raw e-mail | index | archive | help
>Number: 25770 >Category: ports >Synopsis: Update of port libmng breaks qt22 port. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 13 05:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: John Saunders >Release: FreeBSD 4.3-BETA i386 >Organization: NORTHLINK COMMUNICATIONS >Environment: System: FreeBSD pacer.pakprotector.com 4.3-BETA FreeBSD 4.3-BETA #0: Sat Mar 10 17:04:50 EST 2001 root@pacer.pakprotector.com:/usr/src/sys/compile/PACER i386 >Description: A recent update to port libmng broke the qt22 port. The qt22 port looks for version .0 of the libmng shared library. The updated libmng port installs as version .1 of the shared library. >How-To-Repeat: >Fix: Apply this patch to x11-toolkits/qt22 Makefile. --- Makefile.orig Sun Mar 11 01:31:01 2001 +++ Makefile Sun Mar 11 01:31:07 2001 @@ -13,7 +13,7 @@ MAINTAINER= will@FreeBSD.org -LIB_DEPENDS= mng.0:${PORTSDIR}/graphics/libmng \ +LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \ png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg >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?20010310143404.180F05D2B>