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...

Tobias Kortkamp tobik at FreeBSD.org
Tue Jan 9 10:49:28 UTC 2018


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}


More information about the svn-ports-all mailing list