From owner-freebsd-ports@freebsd.org Fri May 14 22:15:45 2021 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 527AF62DC9C for ; Fri, 14 May 2021 22:15:45 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (smtp.burggraben.net [88.198.69.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.burggraben.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FhjXH6Z7yz4Y9r for ; Fri, 14 May 2021 22:15:43 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7120:1:127b:44ff:fe4f:148d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "elch.exwg.net", Issuer "R3" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS id 2D634C011E0; Sat, 15 May 2021 00:15:42 +0200 (CEST) Received: by elch.exwg.net (Postfix, from userid 1000) id C077A139851; Sat, 15 May 2021 00:15:41 +0200 (CEST) Date: Sat, 15 May 2021 00:15:41 +0200 From: Christoph Moench-Tegeder To: Chris Cc: freebsd-ports Subject: Re: pkg-fallout: License not correctly defined: defining both LICENSE_FILE and LICENSE_TEXT is not allowed Message-ID: References: <50a92b1644e8fa43f16d59aa013ca10d@bsdforge.com> <6a5d5af22c863c1b5284885d39bf1129@bsdforge.com> <7682e483d97004434d8b77ebdd1d0e3d@bsdforge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <7682e483d97004434d8b77ebdd1d0e3d@bsdforge.com> User-Agent: Mutt/2.0.7 (2021-05-04) X-Rspamd-Queue-Id: 4FhjXH6Z7yz4Y9r X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of cmt@burggraben.net designates 88.198.69.140 as permitted sender) smtp.mailfrom=cmt@burggraben.net X-Spamd-Result: default: False [-3.40 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[cmt]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[88.198.69.140:from]; R_SPF_ALLOW(-0.20)[+ip4:88.198.69.140]; NEURAL_HAM_LONG(-1.00)[-0.999]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[burggraben.net]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; SPAMHAUS_ZRD(0.00)[88.198.69.140:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:88.198.0.0/16, country:DE]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-ports]; RCVD_IN_DNSWL_LOW(-0.10)[88.198.69.140:from] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2021 22:15:45 -0000 ## 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 -V ", 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