Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2006 17:04:29 -0400
From:      Adrian <teksimian@gmail.com>
To:        freebsd-ports@freebsd.org
Subject:   Using >= to check for minimum versions.
Message-ID:  <423f356a0607231404m2fb0d884rc97e122c1faaca45@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hey guys,

Using the minimum version checking is not working for me.

using :
LIB_DEPENDS=	usb-0.1.8:${PORTSDIR}/devel/libusb
works.

but using the following construct as section 5.7.9 of the porters
handbook suggests
#LIB_DEPENDS=	usb>=0.1.8:${PORTSDIR}/devel/libusb

errors out with:
===>  Vulnerability check disabled, database not found
===>  Extracting for libnjb-2.2.5
=> MD5 Checksum OK for libnjb-2.2.5.tar.gz.
=> SHA256 Checksum OK for libnjb-2.2.5.tar.gz.
===>  Patching for libnjb-2.2.5
Syntax error: redirection unexpected
*** Error code 2

Thanks for any help.
Adrian.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-depend.html#AEN2209



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