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

Mathieu Arnold mat at FreeBSD.org
Tue Jan 9 11:46:50 UTC 2018


Le 09/01/2018 à 11:49, Tobias Kortkamp a écrit :
> 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

The DEV_* sanity checks are only on if DEVELOPER=yes, so, this may be why.

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

Thanks for the patch, committed in r458521.

-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20180109/4666e198/attachment-0001.sig>


More information about the svn-ports-all mailing list