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> References: <202307030833.3638X0uB055483@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--rsaklqw4krdywc2g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 03, 2023 at 08:33:00AM +0000, Dima Panov wrote: > The branch main has been updated by fluffy: >=20 > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D78cbcc365c098b3e1bd17683= ff24ff7202f14b62 >=20 > 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 >=20 > graphics/graphviz: unbreak build with GHOSTSCRIPT enabled after dd152= 219f70d > =20 > 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/g= hostscript9-agpl-base'; > =20 > Reported by: poudriere fallout > Approved by: portmgr blanket > --- > graphics/graphviz/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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=3D libguile-2.2.so:lang/guile2 \ > libgc-threaded.so:devel/boehm-gc-threaded > PHP_LIB_DEPENDS=3D libpcre.so:devel/pcre \ > libargon2.so:security/libargon2 > -GHOSTSCRIPT_LIB_DEPENDS=3D libgs.so:print/${_GS_PORT} > +GHOSTSCRIPT_LIB_DEPENDS=3D libgs.so:${_GS_PORT} > =20 > XPM_CONFIGURE_WITH=3D x > XPM_CONFIGURE_ENV=3D ac_cv_header_sys_inotify_h=3Dno >=20 --=20 Mathieu Arnold --rsaklqw4krdywc2g Content-Type: application/pgp-signature; name="signature.asc" -----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----- --rsaklqw4krdywc2g--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?nubujjy3qfyxxb3ynfy3dhb3kvujvbmieo3e4ylg7sfmmb6dsi>