Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2017 10:06:38 +0100
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Yuri <yuri@freebsd.org>
Cc:        "ports\@freebsd.org" <ports@freebsd.org>
Subject:   Re: Can PORTVERSION be gYYYYMMDD ?
Message-ID:  <4lpe-93hd-wny@FreeBSD.org>
In-Reply-To: <e71788d7-25bc-17d0-160e-ccec2bc1ff8c@freebsd.org> (yuri@freebsd.org's message of "Tue, 28 Nov 2017 00:36:13 -0800")
References:  <e71788d7-25bc-17d0-160e-ccec2bc1ff8c@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Yuri <yuri@freebsd.org> writes:

> The port audio/ir-lv2 was committed with PORTVERSION=g20130909.
>
>
> make in another port with this instruction:
>
>> RUN_DEPENDS=ir-lv2>0:audio/ir-lv2
> doesn't check the version of ir properly, and always tries to rebuild it.

Maybe due to sort order

  $ pkg version -t g20130909 0
  <

Try instead

  RUN_DEPENDS=ir-lv2>a:audio/ir-lv2

or

  RUN_DEPENDS=ir-lv2>g0:audio/ir-lv2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4lpe-93hd-wny>