Date: Tue, 22 Dec 1998 04:54:25 -0800 (PST) From: asami@FreeBSD.ORG (Satoshi Asami) To: scrappy@hub.org Cc: freebsd-ports@FreeBSD.ORG Subject: Re: LIB_DEPENDS for version... Message-ID: <199812221254.EAA09536@silvia.hip.berkeley.edu> In-Reply-To: <Pine.BSF.4.05.9812210325130.351-100000@thelab.hub.org> (message from The Hermit Hacker on Mon, 21 Dec 1998 03:27:16 -0400 (AST))
next in thread | previous in thread | raw e-mail | index | archive | help
* Just working on a port that requires qt-1.41 or greater...have qt-1.40 * installed right now, and looking at ldconfig -r just shows lib-qt.1, as * elf truncates off the .40/.41 ... * * How would one do the LIB_DEPENDS to know the difference? Generally speaking, if it's indeed the case that there is a clear need to distinguish different versions, the library ports should be fixed to actually install things with different major version numbers. (Remember, libqt.so.1.40 and libqt.so.1.41 are both libqt.so.1 in ELF. We didn't take away the minor version from LIB_DEPENDS for no reason.) As for the specific case of qt, you should just define USE_QT in your Makefile. (Didn't I tell you this before?) Satoshi 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?199812221254.EAA09536>