Date: Fri, 7 May 2021 07:52:05 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e72d016d0f08 - main - Mk/*: don't change yet compression format with pkg-devel Message-ID: <202105070752.1477q5h4024138@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=e72d016d0f0838a8efa975174c9eafecd2e7ba9a commit e72d016d0f0838a8efa975174c9eafecd2e7ba9a Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2021-05-07 07:50:05 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2021-05-07 07:51:34 +0000 Mk/*: don't change yet compression format with pkg-devel While it is planned to switch the compression format to zstandard in a near futur it requires first pkg 1.17 to settle, don't change yet head compression format. --- Mk/bsd.port.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index e796e84ee605..13785ff0f234 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -2232,11 +2232,11 @@ PKG_SUFX?= .pkg .if defined(PKG_NOCOMPRESS) PKG_OLDSUFX?= .tar .else -.if ${OSVERSION} > 1400000 -PKG_OLDSUFX?= .tzst -.else +#.if ${OSVERSION} > 1400000 +#PKG_OLDSUFX?= .tzst +#.else PKG_OLDSUFX?= .txz -.endif +#.endif .endif .else .if defined(PKG_NOCOMPRESS)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105070752.1477q5h4024138>