git: e72d016d0f08 - main - Mk/*: don't change yet compression format with pkg-devel

Baptiste Daroussin bapt at FreeBSD.org
Fri May 7 07:52:06 UTC 2021


The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e72d016d0f0838a8efa975174c9eafecd2e7ba9a

commit e72d016d0f0838a8efa975174c9eafecd2e7ba9a
Author:     Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-05-07 07:50:05 +0000
Commit:     Baptiste Daroussin <bapt at 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)


More information about the dev-commits-ports-all mailing list