svn commit: r329293 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Fri Oct 4 11:44:03 UTC 2013


On 10/4/2013 6:42 AM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Fri Oct  4 11:42:38 2013
> New Revision: 329293
> URL: http://svnweb.freebsd.org/changeset/ports/329293
> 
> Log:
>   - Fix OPTIONS_SUB not including OPTIONS_SLAVE options in PLIST_SUB

More accurately, fixes OPTIONS_SLAVE option for all helpers.

>   
>   With hat:	portmgr
> 
> Modified:
>   head/Mk/bsd.options.mk
> 
> Modified: head/Mk/bsd.options.mk
> ==============================================================================
> --- head/Mk/bsd.options.mk	Fri Oct  4 11:40:35 2013	(r329292)
> +++ head/Mk/bsd.options.mk	Fri Oct  4 11:42:38 2013	(r329293)
> @@ -370,7 +370,7 @@ WITH_${opt}:=  true
>  .endfor
>  ###
>  
> -.for opt in ${COMPLETE_OPTIONS_LIST}
> +.for opt in ${COMPLETE_OPTIONS_LIST} ${OPTIONS_SLAVE}
>  # PLIST_SUB
>  PLIST_SUB?=
>  .  if defined(OPTIONS_SUB)
> 


-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 899 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20131004/8bf4f6dc/attachment.sig>


More information about the svn-ports-head mailing list