Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2022 20:51:48 +0100
From:      Nuno Teixeira <eduardo@freebsd.org>
To:        FreeBSD Mailing List <freebsd-ports@freebsd.org>
Subject:   Re: Need opinion on license type
Message-ID:  <CAFDf7UL1nj7Thq81_fbkvW-yd7kh8kto3ZbmxktSGmue5qWQmg@mail.gmail.com>
In-Reply-To: <DA_TWBQCZx296T-ZGA2kgXbMod44Jtkr6eRk0fJO7i-BsKaGbCIUYgImToh8o83drTpJYwUjR0tUQB7y53YWWVl4SQ2_UUC53j0g1X9-nWc=@protonmail.ch>
References:  <CAFDf7UKwpqG8oYo=R%2BZqJgz6UWHzptH%2BEZWnWWLbSz1Ht60tdQ@mail.gmail.com> <14ae93faac0bf373d7371396d5538f7b@bsdforge.com> <klGH46jBDsR0qxHeXZuez-w_DrkH_hccWfsJCI5q6KFQYzaoOgfqRVPbRTQLtuy35AAD50996MI8hm-sZgV43Ns7ALJiGoPjdUcOaJEEuzM=@protonmail.ch> <CAFDf7UJHviK4mjvN=bqhsdWSNwyNMw%2B=TQGtfSsC0vJyGY_bBw@mail.gmail.com> <gMTQd0zHuFsnAMqGrGBh7JmbeRs_buAH-zJ4eUQfeGWHnfsC8HZPx6BG7w1AVtZyDKPk9DaplxcX1HBgNhOluKo2FmzIQyIPVACXdw76808=@protonmail.ch> <CAFDf7U%2BjTKSccM-VG-Rg38ZzUyHWuys_G8J7tBRYHAwVhThTEA@mail.gmail.com> <DA_TWBQCZx296T-ZGA2kgXbMod44Jtkr6eRk0fJO7i-BsKaGbCIUYgImToh8o83drTpJYwUjR0tUQB7y53YWWVl4SQ2_UUC53j0g1X9-nWc=@protonmail.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
--00000000000062093705e1aa1676
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Yes of course, I can use WRKSRC_SUBDIR or similar. I've just improvised to
be fast to solve license stuff.
I didn't touch port since I adopted it and only 493 version have a license
file included in tarball.

Thanks for let me know about it or I committed as it was, meh :)

Lorenzo Salvadore <phascolarctos@protonmail.ch> escreveu no dia sexta,
17/06/2022 =C3=A0(s) 20:09:

> ------- Original Message -------
> On Friday, June 17th, 2022 at 15:54, Nuno Teixeira <eduardo@freebsd.org>
> wrote:
>
>
> > Ok, I will adjust license terms following your example, commit the port
> update and let uptream author know about this, since I'm waiting for his
> answer about this same license subject for months :)
> > Related to '${WRKSRC}/../..//docs/License.txt' thats because port uses
> > 'WRKSRC=3D${WRKDIR}/${DISTNAME}/src/current'
> > I can't see other way to beutify or simply this variables.
>
> I think you probably want to leave WRKSRC to its default value
> and define WRKSRC_SUBDIR instead as
> WRKSRC_SUBDIR=3Dsrc/current
>
> You might also be interested in BUILD_WRKSRC and other similar
> variables: I suggest you explore Mk/bsd.port.mk in your ports
> tree.
>
> If you are unable to avoid redefining WRKSRC, you can define
> LICENSE_FILE as
> LICENSE_FILE=3D${WRKDIR}/${DISTNAME}/docs/License.txt
>
> Cheers,
>
> Lorenzo Salvadore
>
>

--00000000000062093705e1aa1676
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><div>Yes of course, I can use WRKSRC_SUBDIR or simila=
r. I&#39;ve just improvised to be fast to solve license stuff.<br></div>I d=
idn&#39;t touch port since I adopted it and only 493 version have a license=
 file included in tarball.<br><br></div>Thanks for let me know about it or =
I committed as it was, meh :)<br></div><br><div class=3D"gmail_quote"><div =
dir=3D"ltr" class=3D"gmail_attr">Lorenzo Salvadore &lt;<a href=3D"mailto:ph=
ascolarctos@protonmail.ch">phascolarctos@protonmail.ch</a>&gt; escreveu no =
dia sexta, 17/06/2022 =C3=A0(s) 20:09:<br></div><blockquote class=3D"gmail_=
quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,=
204);padding-left:1ex">------- Original Message -------<br>
On Friday, June 17th, 2022 at 15:54, Nuno Teixeira &lt;<a href=3D"mailto:ed=
uardo@freebsd.org" target=3D"_blank">eduardo@freebsd.org</a>&gt; wrote:<br>
<br>
<br>
&gt; Ok, I will adjust license terms following your example, commit the por=
t update and let uptream author know about this, since I&#39;m waiting for =
his answer about this same license subject for months :)<br>
&gt; Related to &#39;${WRKSRC}/../..//docs/License.txt&#39; thats because p=
ort uses<br>
&gt; &#39;WRKSRC=3D${WRKDIR}/${DISTNAME}/src/current&#39;<br>
&gt; I can&#39;t see other way to beutify or simply this variables.<br>
<br>
I think you probably want to leave WRKSRC to its default value<br>
and define WRKSRC_SUBDIR instead as<br>
WRKSRC_SUBDIR=3Dsrc/current<br>
<br>
You might also be interested in BUILD_WRKSRC and other similar<br>
variables: I suggest you explore Mk/<a href=3D"http://bsd.port.mk" rel=3D"n=
oreferrer" target=3D"_blank">bsd.port.mk</a> in your ports<br>
tree.<br>
<br>
If you are unable to avoid redefining WRKSRC, you can define<br>
LICENSE_FILE as<br>
LICENSE_FILE=3D${WRKDIR}/${DISTNAME}/docs/License.txt<br>
<br>
Cheers,<br>
<br>
Lorenzo Salvadore<br>
<br>
</blockquote></div>

--00000000000062093705e1aa1676--



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