From owner-freebsd-ports@FreeBSD.ORG Mon Jul 24 14:04:02 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19CFC16A4DF for ; Mon, 24 Jul 2006 14:04:02 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8606343D53 for ; Mon, 24 Jul 2006 14:03:59 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [217.118.83.1] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1G51A0-0007pr-6k for freebsd-ports@freebsd.org; Mon, 24 Jul 2006 18:11:55 +0400 Received: from localhost (localhost [127.0.0.1]) by fonon.realnet (Postfix) with ESMTP id 32F53126AC for ; Mon, 24 Jul 2006 18:03:33 +0400 (MSD) Date: Mon, 24 Jul 2006 18:03:32 +0400 From: Stanislav Sedov To: freebsd-ports@freebsd.org Message-ID: <20060724180332.48940de1@localhost> In-Reply-To: <423f356a0607231404m2fb0d884rc97e122c1faaca45@mail.gmail.com> References: <423f356a0607231404m2fb0d884rc97e122c1faaca45@mail.gmail.com> Organization: MBSD labs, Inc. X-Operating-System: FreeBSD X-Mailer: carrier-pigeon Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_wc6WdL5g6xxSfPlu27IOMTx; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona 1.5.2 Subject: Re: Using >= to check for minimum versions. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jul 2006 14:04:02 -0000 --Sig_wc6WdL5g6xxSfPlu27IOMTx Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable On Sun, 23 Jul 2006 17:04:29 -0400 Adrian mentioned: > Hey guys, >=20 > Using the minimum version checking is not working for me. >=20 > using : > LIB_DEPENDS=3D usb-0.1.8:${PORTSDIR}/devel/libusb > works. >=20 > but using the following construct as section 5.7.9 of the porters > handbook suggests > #LIB_DEPENDS=3D usb>=3D0.1.8:${PORTSDIR}/devel/libusb >=20 This doesn't work for LIB_DEPENDS and you need pkg-config compatible depend for this. However, you can use RUN_DEPENDS or BUILD_DEPENDS, e.g. BUILD_DEPENDS=3D libusb>=3D0.1.8:${PORTSDIR}/devel/libusb --=20 Stanislav Sedov MBSD labs, Inc. =F2=CF=D3=D3=C9=D1, =ED=CF=D3=CB=D7=C1 http://mbsd.msk.ru -------------------------------------------------------------------- If the facts don't fit the theory, change the facts. -- A. Einstein -------------------------------------------------------------------- PGP fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 --Sig_wc6WdL5g6xxSfPlu27IOMTx Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFExNM1K/VZk+smlYERAltgAJ9UvyQtgaTPFCe1X3JTkugJ6ojGUACeMxJV XfnOFFp4H9yuO0HL9UG3ttQ= =iBBV -----END PGP SIGNATURE----- --Sig_wc6WdL5g6xxSfPlu27IOMTx--