From owner-freebsd-pkgbase@freebsd.org Thu May 21 19:04:08 2020 Return-Path: Delivered-To: freebsd-pkgbase@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 EB8EF2F14E8 for ; Thu, 21 May 2020 19:04:08 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from msa1.earth.yoonka.com (yoonka.com [88.98.225.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "msa1.earth.yoonka.com", Issuer "msa1.earth.yoonka.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 49SfDR5bJDz48jH for ; Thu, 21 May 2020 19:04:07 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from venus.yoonka.com ([10.70.7.24]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id 04LJ45XM063781 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Thu, 21 May 2020 19:04:05 GMT (envelope-from list1@gjunka.com) X-Authentication-Warning: msa1.earth.yoonka.com: Host [10.70.7.24] claimed to be venus.yoonka.com Subject: Re: The new graphics ports and pkg-base To: Pete Wright , freebsd-pkgbase@freebsd.org References: From: Grzegorz Junka Message-ID: Date: Thu, 21 May 2020 19:04:03 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 49SfDR5bJDz48jH X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of list1@gjunka.com designates 88.98.225.149 as permitted sender) smtp.mailfrom=list1@gjunka.com X-Spamd-Result: default: False [-1.87 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:88.98.225.149]; NEURAL_HAM_LONG(-0.85)[-0.851]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; DMARC_NA(0.00)[gjunka.com]; NEURAL_SPAM_SHORT(0.27)[0.273]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-0.99)[-0.993]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:56478, ipnet:88.98.192.0/18, country:GB]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-pkgbase@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Packaging the FreeBSD base system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2020 19:04:09 -0000 On 20/05/2020 23:46, Pete Wright wrote: > >> >> I am not sure about drm-devel-kmod but I can confirm that a binary >> drm-current-kmod does contain sources and installs them when the port >> is installed. You can see those files in the commit I posted above. >> > > i am sorry, i had misread which version of the kmod you were referring > to.  i am not sure why this is not implemented on the drm-devel-kmod > port.  for this specific port it may be worth pinging the freebsd-x11@ > mailing list as they would be able to provide more insight into this > change. > I kind of understand the change, I was asking more how this affect pkg-base. I did try to compile 13-current kernel and world and package it with pkg-base to install on another comp but I failed and I think it was due to this issue - that the kernel/world didn't include the sources from the drm-current-kmod package. Does anyone in pkg-base know if it's just for drm-current-kmod or if it will be used in other kmod ports as well? Because if it is, then the whole pkg-base idea is going to be affected? GrzegorzJ