Date: Mon, 8 Jan 2024 18:45:19 -0500 From: "Jason E. Hale" <jhale@freebsd.org> To: Vladimir Druzenko <vvd@freebsd.org> Cc: Baptiste Daroussin <bapt@freebsd.org>, ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 28cfe20550b8 - main - MANPREFIX: eleminate its usage and move man to share/man Message-ID: <CAJE75NEYDN721SMGhc3t2wZCmyvjnV=WAhLoJEjaoRp9CFjqpA@mail.gmail.com> In-Reply-To: <be87b596-fff6-463e-aebd-9fe641d54984@freebsd.org> References: <202401081630.408GUWUq011136@gitrepo.freebsd.org> <be87b596-fff6-463e-aebd-9fe641d54984@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 8, 2024 at 5:59=E2=80=AFPM Vladimir Druzenko <vvd@freebsd.org> = wrote: > > Hello! > > At least ubench need more changes (lock). > > 08.01.2024 19:30, Baptiste Daroussin =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > > The branch main has been updated by bapt: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D28cfe20550b8d64ee918cbfc= f4fe5a3278650819 > > commit 28cfe20550b8d64ee918cbfcf4fe5a3278650819 > Author: Baptiste Daroussin <bapt@FreeBSD.org> > AuthorDate: 2024-01-08 16:30:01 +0000 > Commit: Baptiste Daroussin <bapt@FreeBSD.org> > CommitDate: 2024-01-08 16:30:29 +0000 > > MANPREFIX: eleminate its usage and move man to share/man > --- > astro/gpscorrelate/Makefile | 8 +- > astro/sunclock/Makefile | 4 +- > astro/sunclock/pkg-plist | 2 +- > benchmarks/mdtest/Makefile | 6 +- > benchmarks/ubench/Makefile | 5 +- > > 27 files changed, 669 insertions(+), 667 deletions(-) > > diff --git a/benchmarks/ubench/Makefile b/benchmarks/ubench/Makefile > index 06c3959ed10d..6380bc9c8112 100644 > --- a/benchmarks/ubench/Makefile > +++ b/benchmarks/ubench/Makefile > @@ -1,5 +1,6 @@ > PORTNAME=3D ubench > PORTVERSION=3D 0.32 > +PORTREVISION=3D 1 > CATEGORIES=3D benchmarks > MASTER_SITES=3D SUNSITE/system/benchmark > > @@ -13,10 +14,10 @@ HAS_CONFIGURE=3D yes > ALL_TARGET=3D ubench > > PLIST_FILES=3D bin/ubench \ > - man/man8/ubench.8.gz > + share/man/man8/ubench.8.gz > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/ubench ${STAGEDIR}${PREFIX}/bin > - ${INSTALL_MAN} ${WRKSRC}/ubench.8 ${STAGEDIR}${MANPREFIX}/man/man8 > + ${INSTALL_MAN} ${WRKSRC}/ubench.8 ${STAGEDIR}${PREFIX}/man/man8 > > + ${INSTALL_MAN} ${WRKSRC}/ubench.8 ${STAGEDIR}${PREFIX}/share/man/man8 > > Patch work for me. I can commit it self if you and mentors approve. > > > .include <bsd.port.mk> > > > -- > Best regards, > Vladimir Druzenko Fixed in 1b2e484b9187. I already pinged you on IRC, but this is for the rest of the class. -Jason
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJE75NEYDN721SMGhc3t2wZCmyvjnV=WAhLoJEjaoRp9CFjqpA>