Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2006 18:03:32 +0400
From:      Stanislav Sedov <ssedov@mbsd.msk.ru>
To:        freebsd-ports@freebsd.org
Subject:   Re: Using >= to check for minimum versions.
Message-ID:  <20060724180332.48940de1@localhost>
In-Reply-To: <423f356a0607231404m2fb0d884rc97e122c1faaca45@mail.gmail.com>
References:  <423f356a0607231404m2fb0d884rc97e122c1faaca45@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_wc6WdL5g6xxSfPlu27IOMTx
Content-Type: text/plain; charset=KOI8-R
Content-Transfer-Encoding: quoted-printable

On Sun, 23 Jul 2006 17:04:29 -0400
Adrian <teksimian@gmail.com> 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.         <ssedov@mbsd.msk.ru>
=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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060724180332.48940de1>