From owner-cvs-all Thu May 31 21:17:21 2001 Delivered-To: cvs-all@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id 44E6237B423; Thu, 31 May 2001 21:17:16 -0700 (PDT) (envelope-from mi@aldan.algebra.com) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.11.3/8.11.4) with ESMTP id f514IAv14917; Fri, 1 Jun 2001 00:18:12 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Message-Id: <200106010418.f514IAv14917@aldan.algebra.com> Date: Fri, 1 Jun 2001 00:18:08 -0400 (EDT) From: Mikhail Teterin Subject: Re: cvs commit: ports/graphics/libmng Makefile To: ade@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200105311556.f4VFueu11060@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 31 May, Ade Lovett wrote: > ade 2001/05/31 08:56:40 PDT > > Modified files: > graphics/libmng Makefile > Log: > Fix LIB_DEPENDS to actually include a version number.. > it's jpeg.9:... not jpeg:... > > PR: 27590 (partly) > Submitted by: Jan L. Peterson > > Revision Changes Path > 1.7 +4 -4 ports/graphics/libmng/Makefile Now, could someone explain to me, why does this always matter? I'd understand it if the particular version of the library contained a feature (or a bug fix) important for the port being built, but libmng will compile and work with ANY -ljpeg -- the JPEG library did not really change in years... My (old) way, if one has libjpeg.so.8 installed since the beginning of time, he/she does not have to build another version of libjpeg. -mi P.S. That said, I'd appreciate a notice to the maintainer next time. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message