Date: Sat, 15 May 2021 00:15:41 +0200 From: Christoph Moench-Tegeder <cmt@burggraben.net> To: Chris <portmaster@bsdforge.com> Cc: freebsd-ports <freebsd-ports@freebsd.org> Subject: Re: pkg-fallout: License not correctly defined: defining both LICENSE_FILE and LICENSE_TEXT is not allowed Message-ID: <YJ72je%2BAauXmEpaB@elch.exwg.net> In-Reply-To: <7682e483d97004434d8b77ebdd1d0e3d@bsdforge.com> References: <50a92b1644e8fa43f16d59aa013ca10d@bsdforge.com> <YJ1PDacWsRFVHime@elch.exwg.net> <6a5d5af22c863c1b5284885d39bf1129@bsdforge.com> <YJ7pVu6qpUAcV8M4@elch.exwg.net> <7682e483d97004434d8b77ebdd1d0e3d@bsdforge.com>
next in thread | previous in thread | raw e-mail | index | archive | help
## Chris (portmaster@bsdforge.com): > The problem I'm addressing in this case; is that the following as > *always* worked for licenses which carried a copy in > ${WRKSRC}/LICENSE_NAME: The problem you're trying to address is only a consecutive error and not the real problem. As I wrote in my first reply: : Foremost, that Makefile has an .include, and that's where the mess : (for this use case) happens. An .include includes the given file at that point (duh), and in this case that's kde-icons-noia/Makefile.icons, which overwrites your LICENSE variables (and brings in LICENSE_TEXT). And, as stated before: that cannot be your intention (and including kde-icons-noia/Makefile.icons only makes sense in a very limited number of ports if at all). And you can (and should, in case of doubt or problems) double-check your variables by running e.g. "make -V LICENSE" in the port's directory (or "make -C <dir> -V <var>", yadda yadda, make(1), etc). > > you're not allowed to just put another license on that port. > I'm not. It's a verbatim LGPL3 port && license as reported > within the port' source. :-) : cmt: x11-themes/kde-icons-nuovext2$ make -V LICENSE : theme That's not LGPL3. Regards, Christoph -- Spare Space
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YJ72je%2BAauXmEpaB>