Date: Thu, 10 Nov 2022 04:22:11 +0000 From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 267526] pkgbase: Conflict between runtime and runtime-dev on /usr/include/dev/wg/if_wg.h Message-ID: <bug-267526-36141-Y0F7wrI77R@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-267526-36141@https.bugs.freebsd.org/bugzilla/> References: <bug-267526-36141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267526 --- Comment #6 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D8b8babf044ca8e8f0d49894c3a41d4291= 46ffc5a commit 8b8babf044ca8e8f0d49894c3a41d429146ffc5a Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2022-11-10 04:20:34 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2022-11-10 04:20:38 +0000 include: put includes into -dev packages The includes build is kind of funky, as we support either copying or symlinking files into /usr/include. For `copies`, we were supplying the include/ ${TAG_ARGS}, which puts packages into `FreeBSD-runtime`, without any consideration to the fact that we're installing headers. Let's copy the approach that the `symlinks` target uses for now, and add ",dev" to the TAG_ARGS so that headers at least end up in FreeBSD-runtime-dev, which is more appropriate. Some of these includes are actually technically supposed to be in *other* packages and their INCSGROUP's PACKAGE setting is actually correct, but this is less trivial to solve. This is a bandaid to fix the immediate problem of some headers ending up in two different packages. PR: 267526 Reviewed by: dfr, manu Differential Revision: https://reviews.freebsd.org/D37256 include/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267526-36141-Y0F7wrI77R>