From owner-svn-ports-all@freebsd.org Tue Jan 9 10:49:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AFD0E75A52; Tue, 9 Jan 2018 10:49:28 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E474E76610; Tue, 9 Jan 2018 10:49:27 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id E207F20D5F; Tue, 9 Jan 2018 05:49:25 -0500 (EST) Received: from web5 ([10.202.2.215]) by compute4.internal (MEProxy); Tue, 09 Jan 2018 05:49:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=RTyNPo Fm/POC6EYj1z7lNMMoGpB0gyjqAgtYHJq4Aiw=; b=OeNGKKIDnFKIcSBqlUUgDY XebexQUhMpbQ6qsmecvBLs4EAjQA52sxjwHa1r8YotgiiR77Il5D7FXgVW74c4hz 3Uxfng9TrhtZLTh1VZ741xG12JqPz+WjEJ8u4TIZRaKpTnG3u8VBaxz6FWUqUn3P vxtNu8CsdEyXT1OsxzS4qZiK5Dvl+xVDIb4aJIah94hjLmaLYUytBZkPFvlLltPO vneqoDi9NmTH7TlTZBuK9EUSioJHE5khSkeRj7Zsu+hGA5exOqBI5J/2L9WGVgPg +nXWjQNVjGM3ebE3ActHxYaXQqlWs4nNDuki7QcwPoWE30HXO8TSXhwb5qRpOQLw == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id C47779E2C2; Tue, 9 Jan 2018 05:49:25 -0500 (EST) Message-Id: <1515494965.166183.1229089688.37B7A01D@webmail.messagingengine.com> From: Tobias Kortkamp To: Yuri , Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-6368b27c 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... Date: Tue, 09 Jan 2018 11:49:25 +0100 References: <201801090740.w097eu1x060293@repo.freebsd.org> <0a2edfa7-0aab-f3b1-d8fb-d55e552612a1@rawbw.com> In-Reply-To: <0a2edfa7-0aab-f3b1-d8fb-d55e552612a1@rawbw.com> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jan 2018 10:49:28 -0000 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}