Date: Tue, 09 Jan 2018 11:49:25 +0100 From: Tobias Kortkamp <tobik@FreeBSD.org> To: Yuri <yuri@rawbw.com>, Mathieu Arnold <mat@freebsd.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r458513 - in head: Mk Mk/Uses audio/chromaprint audio/nas audio/xmixer audio/xoscope cad/calculix-ccx chinese/libtabe chinese/p5-Lingua-ZH-TaBE databases/libdrizzle databases/ruby-bdb d... Message-ID: <1515494965.166183.1229089688.37B7A01D@webmail.messagingengine.com> In-Reply-To: <0a2edfa7-0aab-f3b1-d8fb-d55e552612a1@rawbw.com> References: <201801090740.w097eu1x060293@repo.freebsd.org> <0a2edfa7-0aab-f3b1-d8fb-d55e552612a1@rawbw.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 9, 2018, at 11:13, Yuri wrote: > On 01/08/18 23:40, Mathieu Arnold wrote: > > Log: > > Remove support for variables that have been deprecated for a while. > > > This commit broke the tree: > > $ make > /!\ zmap-2.1.1_1: Makefile errors /!\ > > USE_GHOSTSCRIPT is unsupported, please use > > USE_GHOSTSCRIPT_BUILD is unsupported, please use > > USE_GHOSTSCRIPT_RUN is unsupported, please use > > > > > Yuri > > Only outside of Poudriere for some reason. Can be fixed by diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk index e99969ad6925..331bee31af11 100644 --- a/Mk/bsd.sanity.mk +++ b/Mk/bsd.sanity.mk @@ -231,9 +231,9 @@ INSTALLS_EGGINFO_ALT= an entry in the plist WANT_SDL_ALT= USE_SDL for SDL directly, if you need optional dependency, use options RUBYGEM_AUTOPLIST_ALT= USES=gem USE_RUBYGEMS_ALT= USES=gem -USE_GHOSTSCRIPT= USES=ghostscript -USE_GHOSTSCRIPT_BUILD= USES=ghostscript -USE_GHOSTSCRIPT_RUN= USES=ghostscript +USE_GHOSTSCRIPT_ALT= USES=ghostscript +USE_GHOSTSCRIPT_BUILD_ALT= USES=ghostscript +USE_GHOSTSCRIPT_RUN_ALT= USES=ghostscript NO_STAGE_ALT= https://wiki.freebsd.org/ports/StageDir to convert your port to staging .for a in ${SANITY_DEPRECATED}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1515494965.166183.1229089688.37B7A01D>