Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Feb 2023 11:06:11 GMT
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1414c99d7c00 - main - devel/gettext-tools: Compress archive.dir.tar with xz
Message-ID:  <202302011106.311B6Bi1003574@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tijl:

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

commit 1414c99d7c003c64cfaa169de6d4e8a9f13aaa9e
Author:     Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2023-01-03 11:10:35 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2023-02-01 11:05:19 +0000

    devel/gettext-tools: Compress archive.dir.tar with xz
    
    The configure script falls back to other compression formats
    (bzip2, git, gzip, ...) when it fails to detect xz.  This causes pkg
    to complain about a pkg-plist error.  Force the configure script to
    use xz so it prints a clearer error message when xz fails.
    
    PR:             268663
---
 devel/gettext-tools/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/gettext-tools/Makefile b/devel/gettext-tools/Makefile
index 939d5f618421..4cb854f6ba66 100644
--- a/devel/gettext-tools/Makefile
+++ b/devel/gettext-tools/Makefile
@@ -25,7 +25,7 @@ CPE_VENDOR=	gnu
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-csharp --disable-java --with-included-glib \
 		--with-included-libcroco --with-included-libunistring \
-		--with-included-libxml --without-emacs --without-git \
+		--with-included-libxml --with-xz --without-emacs \
 		ac_cv_lib_rt_sched_yield=no
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302011106.311B6Bi1003574>