Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2024 20:32:30 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 9b8a8597ff2f - 2024Q2 - biology/migrate: Use system zlib instead of excluding it from extract
Message-ID:  <202404122032.43CKWUIZ013972@gitrepo.freebsd.org>

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

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

commit 9b8a8597ff2f92c694a281e2e884b756d893656c
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:32:19 +0000

    biology/migrate: Use system zlib instead of excluding it from extract
    
    Fixes:          dc29da5db6e6e: Fix extract on aarch64
    (cherry picked from commit 882ecb2d7f689fa041a90196eff83985891af398)
---
 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?202404122032.43CKWUIZ013972>