On 2022/08/26 15:00, wen heping wrote:
>
> ping ...
Please cvs up your ports tree
> Here is the revised patch, add 2 missing BUILD_DEPENDS to fix build,
> which spotted by sthen@.
>
> wen
> ? wen.log
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/graphics/asymptote/Makefile,v
> retrieving revision 1.48
> diff -u -p -r1.48 Makefile
> --- Makefile 12 Aug 2022 22:25:14 -0000 1.48
> +++ Makefile 18 Aug 2022 09:30:47 -0000
> @@ -2,8 +2,7 @@ BROKEN-riscv64= assertion "q.pre == 0 &
>
> COMMENT= powerful descriptive vector graphics language
>
> -DISTNAME= asymptote-2.70
> -REVISION= 4
> +DISTNAME= asymptote-2.82
> EXTRACT_SUFX= .src.tgz
> CATEGORIES= graphics
>
> @@ -24,7 +23,9 @@ COMPILER = base-clang ports-gcc
> BUILD_DEPENDS= graphics/glm \
> print/texinfo \
> print/texlive/base \
> - print/texlive/texmf,-main
> + print/texlive/texmf,-main \
> + print/texlive/texmf,-full \
> + math/eigen3
> RUN_DEPENDS= print/texlive/texmf,-full \
> math/py-numpy${MODPY_FLAVOR} \
> textproc/py-cson${MODPY_FLAVOR} \
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/graphics/asymptote/distinfo,v
> retrieving revision 1.5
> diff -u -p -r1.5 distinfo
> --- distinfo 24 May 2021 10:15:04 -0000 1.5
> +++ distinfo 18 Aug 2022 09:30:47 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (asymptote-2.70.src.tgz) = 9cyROoWMM+kveatCHTVMD+K6vYf0Uq6d/3KakCqoDD8=
> -SIZE (asymptote-2.70.src.tgz) = 4674495
> +SHA256 (asymptote-2.82.src.tgz) = T2+8WqBYyNOFE1Rr5bIzu11/pQ45SG89hiSqdZWudI0=
> +SIZE (asymptote-2.82.src.tgz) = 15070290
> Index: patches/patch-settings_cc
> ===================================================================
> RCS file: patches/patch-settings_cc
> diff -N patches/patch-settings_cc
> --- patches/patch-settings_cc 11 Mar 2022 19:22:06 -0000 1.3
> +++ /dev/null 1 Jan 1970 00:00:00 -0000
> @@ -1,15 +0,0 @@
> -Cope with ghostscript pre-9.16. If updating GS, this patch is likely to
> -trigger a failure and should be removed.
> -
> -Index: settings.cc
> ---- settings.cc.orig
> -+++ settings.cc
> -@@ -86,7 +86,7 @@ mode_t mask;
> -
> - string systemDir=ASYMPTOTE_SYSDIR;
> - string defaultPSdriver="ps2write";
> --string defaultEPSdriver="eps2write";
> -+string defaultEPSdriver="epswrite";
> - string defaultAsyGL="https://vectorgraphics.github.io/asymptote/base/webgl/asygl-"+
> - string(AsyGLVersion)+".js";
> -
> Index: patches/patch-xstream_h
> ===================================================================
> RCS file: patches/patch-xstream_h
> diff -N patches/patch-xstream_h
> --- patches/patch-xstream_h 11 Mar 2022 19:22:06 -0000 1.3
> +++ /dev/null 1 Jan 1970 00:00:00 -0000
> @@ -1,15 +0,0 @@
> -Index: xstream.h
> ---- xstream.h.orig
> -+++ xstream.h
> -@@ -54,6 +54,11 @@ inline bool_t xdr_u_long(XDR *__xdrs, unsigned long *_
> -
> -
No comments:
Post a Comment