Date: Tue, 17 Jun 2025 13:01:35 -0700 From: Cy Schubert <Cy.Schubert@cschubert.com> To: Ed Maste <emaste@FreeBSD.org> Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: fc77abfd1e62 - main - etc: Avoid duplicate gss files installation Message-ID: <20250617200135.2BB8B268@slippy.cwsent.com> In-Reply-To: <202506171951.55HJpXGq007157@gitrepo.freebsd.org> References: <202506171951.55HJpXGq007157@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <202506171951.55HJpXGq007157@gitrepo.freebsd.org>, Ed Maste writes: > The branch main has been updated by emaste: > > URL: https://cgit.FreeBSD.org/src/commit/?id=fc77abfd1e62751b0c76cd5d8ef3299b > 8ca398c6 > > commit fc77abfd1e62751b0c76cd5d8ef3299b8ca398c6 > Author: Ed Maste <emaste@FreeBSD.org> > AuthorDate: 2025-06-17 19:46:33 +0000 > Commit: Ed Maste <emaste@FreeBSD.org> > CommitDate: 2025-06-17 19:50:01 +0000 > > etc: Avoid duplicate gss files installation > > From Cirrus-CI > su user -c "/usr/libexec/flua tools/pkgbase/metalog_reader.lua \ > -c /usr/obj/$(pwd -P)/${TARGET}.${TARGET_ARCH}/worldstage/METALOG" > error: ./etc/gss/mech file repeated with same meta: line 2127,40175 > error: ./etc/gss/qop file repeated with same meta: line 2128,40176 > > Prior to 1b735665f45a the Heimdal versions were installed via > > distribution: > ${_+_}cd ${.CURDIR}/gss; ${MAKE} install > > 1b735665f45a added a conditional for MK_MITKRB5 but also added gss or > gss-krb5 to SUBDIRS, causing these files to be installed twice. > > Fixes: 1b735665f45a ("etc/gss: Add MIT GSS glue") > Event: Kitchener-Waterloo Hackathon 202506 > Sponsored by: The FreeBSD Foundation > --- > etc/Makefile | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/etc/Makefile b/etc/Makefile > index da9288bddaae..ab799b2f6c80 100644 > --- a/etc/Makefile > +++ b/etc/Makefile > @@ -15,12 +15,6 @@ SUBDIR+=termcap > SUBDIR+=sendmail > .endif > > -.if ${MK_MITKRB5} != "no" > -SUBDIR+=gss-krb5 > -.else > -SUBDIR+=gss > -.endif > - > # NB: keep these sorted by MK_* knobs > > ETCMAIL=aliases > Thank you. -- Cheers, Cy Schubert <Cy.Schubert@cschubert.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: https://FreeBSD.org NTP: <cy@nwtime.org> Web: https://nwtime.org e**(i*pi)+1=0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20250617200135.2BB8B268>