Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2024 20:08:18 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 882ecb2d7f68 - main - biology/migrate: Use system zlib instead of excluding it from extract
Message-ID:  <202404122008.43CK8I2X064274@gitrepo.freebsd.org>

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

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

commit 882ecb2d7f689fa041a90196eff83985891af398
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-04-12 20:02:59 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-04-12 20:07:33 +0000

    biology/migrate: Use system zlib instead of excluding it from extract
    
    Fixes:          dc29da5db6e6e: Fix extract on aarch64
---
 biology/migrate/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/biology/migrate/Makefile b/biology/migrate/Makefile
index 24b5cc7f941a..dc129ce6614f 100644
--- a/biology/migrate/Makefile
+++ b/biology/migrate/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	migrate
 DISTVERSION=	5.0.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	biology
 MASTER_SITES=	https://peterbeerli.com/migrate-html5/download_version4/
 DISTNAME=	${PORTNAME}-${PORTVERSION}.src
@@ -19,12 +19,12 @@ LICENSE_FILE=	${WRKSRC}/../README
 #BROKEN_riscv64=	fails to build: make[2]: cannot open makefile
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-zlib=system
 CONFIGURE_ENV=	ac_cv_prog_GMAKE="${MAKE}"
 MAKE_ARGS=	PRETTYCFLAGS="${CFLAGS} -DNOJPEG -DNOZLIB -DNOPNG -Iharu -DPRETTY -lstdc++"
 
 CONFLICTS_INSTALL=	py*-sqlalchemy-migrate # bin/migrate
 
-EXTRACT_AFTER_ARGS=	--no-same-owner --no-same-permissions --exclude zlib
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
 
 PORTDOCS=	${PORTNAME}.html HISTORY README README_PARALLEL_GENERAL



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