Date: Sat, 19 Jun 2021 23:31:24 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1381553e6ab9 - main - math/PDL: remove dependency on astro/saoimage as it is no longer in the ports Message-ID: <202106192331.15JNVOl4032016@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=1381553e6ab991d87b4765b7b7dc3bb8c7592a39 commit 1381553e6ab991d87b4765b7b7dc3bb8c7592a39 Author: Zane C. Bowers-Hadley <vvelox@vvelox.net> AuthorDate: 2021-06-19 23:29:44 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-06-19 23:29:44 +0000 math/PDL: remove dependency on astro/saoimage as it is no longer in the ports This fixes build of non-default option SINK PR: 256588 --- math/PDL/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/math/PDL/Makefile b/math/PDL/Makefile index bde5189a70ae..b36bba2f840f 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -75,8 +75,7 @@ PROJ_LIB_DEPENDS= libproj.so:graphics/proj READLINE_RUN_DEPENDS= p5-Term-ReadLine-Gnu>=0:devel/p5-Term-ReadLine-Gnu READLINE_RUN_DEPENDS_OFF= p5-Term-ReadLine-Perl>=0:devel/p5-Term-ReadLine-Perl SINK_RUN_DEPENDS= ppmtogif:graphics/netpbm \ - mpeg_encode:multimedia/mpeg_encode \ - saoimage:astro/saoimage + mpeg_encode:multimedia/mpeg_encode post-patch: @${GREP} -lR '#!/.*bin/perl' ${WRKSRC}/ | ${XARGS} ${SED} -e 's|#!/.*bin/perl|#!${PERL}|' -i ''
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106192331.15JNVOl4032016>