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:07:33 +0000
commit882ecb2d7f689fa041a90196eff83985891af398 (patch)
treef9ec08effaad706bfce33f479ecd676cd8b1492a
parent691b99d152fec36b5e805ff625e430f36b5000fb (diff)
downloadports-882ecb2d7f689fa041a90196eff83985891af398.tar.gz
ports-882ecb2d7f689fa041a90196eff83985891af398.zip
biology/migrate: Use system zlib instead of excluding it from extract
Fixes: dc29da5db6e6e: Fix extract on aarch64
-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