From nobody Fri Jul 29 10:19:39 2022 X-Original-To: freebsd-hackers@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4LvNmk41b6z4XgRK for ; Fri, 29 Jul 2022 10:19:50 +0000 (UTC) (envelope-from andrea@pappacoda.it) Received: from mail.pappacoda.it (mail.pappacoda.it [128.116.175.254]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4LvNmj3r2fz3sYS; Fri, 29 Jul 2022 10:19:49 +0000 (UTC) (envelope-from andrea@pappacoda.it) Received: from [192.168.178.107] (orino.pappacoda.it [128.116.201.23]) by mail.pappacoda.it (Postfix) with ESMTPSA id 714723D52A; Fri, 29 Jul 2022 12:19:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pappacoda.it; s=20211226; t=1659089986; bh=se6aoGKSXjiZOhnAR3W0TjzTm0ulmbtUTKlaAThf5mg=; h=Date:From:Subject:To:Cc:In-Reply-To:References:From; b=w7sISw1bXr8EiSmJDhIYp6acHPBrWwLQCHkQs2oa5WSuuYiZbb/OqUHSuaiyWKH6O HGSOl2JboQq8YHL4CbBfkrfV9KFAGjvmJJRFRUtsk7qKx3gibXFo3eNW3WabSYLL7I 2iLfhPxgFAHLqjarrwLShvO6PfVnO3MzJ2eHmAfqKJ3yfGqJUyOxV2URVk9KLFn1Cp oVHyqruh5gvECrc4xwUKd5291SxxwLz7tEnYVGz6W0W7KDtvnsZhYcqdFduV9MG/8J b6zIWq8p994Xf6ejvSwtWyJGeQfJWafa9qkiZyLHQrbXyUz7hn0/FDllEVUABf9P32 c7jRDLfb4lW9w== Date: Fri, 29 Jul 2022 12:19:39 +0200 From: Andrea Pappacoda Subject: Re: pkg-config and share/ To: Baptiste Daroussin Cc: Daniel Engberg , Alex Dupre , freebsd-hackers@FreeBSD.org Message-Id: In-Reply-To: <20220729074921.7sg2kqgydsjqwjqa@aniel.nours.eu> References: <50B3D276-5E68-4F87-97FB-71D75D3D9602@pappacoda.it> <20220725081535.vuxy74odqt2cxdnw@aniel.nours.eu> <20220725090824.qfeypgyugx6f7i6q@aniel.nours.eu> <20220725111046.7sr7yyvsm5f3hyhj@aniel.nours.eu> <20220729073353.mp3ztbnzyeif4zv7@aniel.nours.eu> <20220729074921.7sg2kqgydsjqwjqa@aniel.nours.eu> X-Mailer: geary/40.0 List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed X-Rspamd-Queue-Id: 4LvNmj3r2fz3sYS X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=pappacoda.it header.s=20211226 header.b=w7sISw1b; dmarc=pass (policy=reject) header.from=pappacoda.it; spf=pass (mx1.freebsd.org: domain of andrea@pappacoda.it designates 128.116.175.254 as permitted sender) smtp.mailfrom=andrea@pappacoda.it X-Spamd-Result: default: False [-4.00 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; DMARC_POLICY_ALLOW(-0.50)[pappacoda.it,reject]; R_SPF_ALLOW(-0.20)[+mx:c]; R_DKIM_ALLOW(-0.20)[pappacoda.it:s=20211226]; MIME_GOOD(-0.10)[text/plain]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-hackers@FreeBSD.org]; ASN(0.00)[asn:35612, ipnet:128.116.128.0/17, country:IT]; MIME_TRACE(0.00)[0:+]; DKIM_TRACE(0.00)[pappacoda.it:+]; TO_DN_SOME(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; FROM_HAS_DN(0.00)[]; RCVD_TLS_ALL(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Il giorno ven 29 lug 2022 alle 09:49:21 +02:00:00, Baptiste Daroussin ha scritto: >> What is interesting is: I am the second contributor to the pkgconf >> project, we >> were iirc the first big project to entirely switch to pkgconf and >> we never ever >> needed share/pkgconfig, after digging back in history I can see it >> was there >> since forever, and when I performed the switch from pkg-config to >> pkgconf and >> never ever reintroduced anything but libdata/pkgconfig (our >> equivalent of >> lib/pkgconfig), so this would be the first use case. >> >> And yes the auto population of libdata/pkgconfig is done by moving >> the files >> from lib/pkgconfig not moving the files from share/pkgconfig. >> >> I will add support for share/pkgconfig asap. >> >> Thank for the pointer. >> >> Best regards, >> Bapt > > Done > https://cgit.freebsd.org/ports/commit/?id=d48fab59daa56e0b3b6ffecef57a69c32ae9c0a7 Oh, you're right, I didn't notice that you're a major pkgconf contributor. Thanks for your work, it is a really nice tool :) And of course, thanks for adding share/pkgconfig/ this quickly! Bye