aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-04-12 20:02:59 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-04-12 20:32:19 +0000
commit9b8a8597ff2f92c694a281e2e884b756d893656c (patch)
tree587e3a4fa1693551fdb48992f9ec9c1631ba906d
parentff0344b62f84b70d6aa5e1554d55944f4751521c (diff)
downloadports-9b8a8597ff2f92c694a281e2e884b756d893656c.tar.gz
ports-9b8a8597ff2f92c694a281e2e884b756d893656c.zip
biology/migrate: Use system zlib instead of excluding it from extract
Fixes: dc29da5db6e6e: Fix extract on aarch64 (cherry picked from commit 882ecb2d7f689fa041a90196eff83985891af398)
-rw-r--r--biology/migrate/Makefile4
1 files 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