From owner-svn-ports-head@freebsd.org Mon May 14 21:10:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7C0BE7820E; Mon, 14 May 2018 21:10:03 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E4D26D092; Mon, 14 May 2018 21:10:03 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 966587EDD; Mon, 14 May 2018 21:10:03 +0000 (UTC) From: Jan Beich To: Raphael Kubo da Costa Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469962 - head/x11-fonts/fantasque-sans-mono References: <201805142026.w4EKQneh043689@repo.freebsd.org> Date: Mon, 14 May 2018 23:09:55 +0200 In-Reply-To: <201805142026.w4EKQneh043689@repo.freebsd.org> (Raphael Kubo da Costa's message of "Mon, 14 May 2018 20:26:49 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 21:10:04 -0000 Raphael Kubo da Costa writes: > +# For `make makesum' to include all distfiles, it should be run with > +# WITH="$(make -V OPTIONS_SINGLE_VARIANT)". > + $ make WITH="$(make -V OPTIONS_SINGLE_VARIANT)" BATCH= ===> License OFL11 accepted by the user ====> You must select one and only one option from the VARIANT single =====> Only one of these must be defined: NORMAL NOLOOPK LLINE LLINENOLOOPK ====> You must select one and only one option from the VARIANT single =====> Only one of these must be defined: NORMAL NOLOOPK LLINE LLINENOLOOPK ====> You must select one and only one option from the VARIANT single =====> Only one of these must be defined: NORMAL NOLOOPK LLINE LLINENOLOOPK *** Error code 1 Maybe try the following patch. Index: x11-fonts/fantasque-sans-mono/Makefile =================================================================== --- x11-fonts/fantasque-sans-mono/Makefile (revision 469967) +++ x11-fonts/fantasque-sans-mono/Makefile (working copy) @@ -18,9 +18,6 @@ USES= fonts OPTIONS_DEFINE= DOCS -# For `make makesum' to include all distfiles, it should be run with -# WITH="$(make -V OPTIONS_SINGLE_VARIANT)". - OPTIONS_SINGLE= VARIANT OPTIONS_SINGLE_VARIANT= NORMAL NOLOOPK LLINE LLINENOLOOPK @@ -36,6 +33,10 @@ NOLOOPK_DISTFILES= FantasqueSansMono-NoLoopK.tar.g LLINE_DISTFILES= FantasqueSansMono-LargeLineHeight.tar.gz LLINENOLOOPK_DISTFILES= FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz +.if make(makesum) # for optional distfiles +.MAKEFLAGS: WITH="${OPTIONS_SINGLE_VARIANT}" +.endif + do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} cd ${WRKSRC}/OTF && \