Date: Mon, 3 Jul 2023 10:53:23 +0200 From: Mathieu Arnold <mat@freebsd.org> To: Dima Panov <fluffy@freebsd.org> Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 78cbcc365c09 - main - graphics/graphviz: unbreak build with GHOSTSCRIPT enabled after dd152219f70d Message-ID: <nubujjy3qfyxxb3ynfy3dhb3kvujvbmieo3e4ylg7sfmmb6dsi@23xa77cmiv6r> In-Reply-To: <202307030833.3638X0uB055483@gitrepo.freebsd.org>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] On Mon, Jul 03, 2023 at 08:33:00AM +0000, Dima Panov wrote: > The branch main has been updated by fluffy: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=78cbcc365c098b3e1bd17683ff24ff7202f14b62 > > commit 78cbcc365c098b3e1bd17683ff24ff7202f14b62 > Author: Dima Panov <fluffy@FreeBSD.org> > AuthorDate: 2023-07-03 08:30:28 +0000 > Commit: Dima Panov <fluffy@FreeBSD.org> > CommitDate: 2023-07-03 08:30:28 +0000 > > graphics/graphviz: unbreak build with GHOSTSCRIPT enabled after dd152219f70d > > Global variable _GS_PORT now have cathegory defined *Private* variable, it begins with an underscore, so, it is private, not global. (make(1) has no local variables, except with a hackish .for loop, so, it, technically, is global, but it is definitively marked as private, because it starts witn an underscore.) > Error: graphics/graphviz depends on nonexistent origin 'print/print/ghostscript9-agpl-base'; > > Reported by: poudriere fallout > Approved by: portmgr blanket > --- > graphics/graphviz/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile > index bf9a8bf286f5..6f7fe8668fb4 100644 > --- a/graphics/graphviz/Makefile > +++ b/graphics/graphviz/Makefile > @@ -112,7 +112,7 @@ GUILE_LIB_DEPENDS= libguile-2.2.so:lang/guile2 \ > libgc-threaded.so:devel/boehm-gc-threaded > PHP_LIB_DEPENDS= libpcre.so:devel/pcre \ > libargon2.so:security/libargon2 > -GHOSTSCRIPT_LIB_DEPENDS= libgs.so:print/${_GS_PORT} > +GHOSTSCRIPT_LIB_DEPENDS= libgs.so:${_GS_PORT} > > XPM_CONFIGURE_WITH= x > XPM_CONFIGURE_ENV= ac_cv_header_sys_inotify_h=no > -- Mathieu Arnold [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- iQITBAABCgB9FiEE9XJBpJetWizkEBUef2IOCp6dQb4FAmSijINfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEY1 NzI0MUE0OTdBRDVBMkNFNDEwMTUxRTdGNjIwRTBBOUU5RDQxQkUACgkQf2IOCp6d Qb5kNgv/f4A1JouluYWP99UumKfPAzwxdEq3G3v2UeS9VQHw6PkHPTBRcBKNI2ce JHDLdx9gj1F9l5BQv/LXaHQqoxwUf0V/aBmdPoajyzsw1E1G2FPgSFOJvXVTVplZ pk0oCQPW+Ef1lhjk38MpI2HYhfDWq6bmQiBf8pKtQrDl2z1cygWFA6YxwA8mgkaW 6S4Whbe9QnovR0YtZO0Zv+2HA9YxT3xiEU2BfD6+jIudOm+YfwHNVrJKQIgcmF7N Cf3yRRKyTpfTr4EAPORi7UGk1kkePTISWE99LCoYWFgtvJJ8TQcv6+K+PP9Zpy18 o78FzB7vkIQRXPcfRN3Tzy4DbbDgY4zTqyorIgZSt93JBuX1g2wwyBfqRMIL1VOr Y6s4WRPZOKbznkr/O/FyPhnkyT+SpSuvC4+sOtUqHlaLlzIwpVN284MZXuCsa6m4 ykKiD+DyJjO0mosEtAHxkGM2OZTdzvmqy2v9DlpsYzaNzMDvm8rLoTsZ94w2edd7 q1DT6Kvk =CTnn -----END PGP SIGNATURE-----home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?nubujjy3qfyxxb3ynfy3dhb3kvujvbmieo3e4ylg7sfmmb6dsi>
