svn commit: r510950 - in head/Mk: . Scripts

Bryan Drewery bdrewery at FreeBSD.org
Mon Sep 16 19:42:04 UTC 2019


On 9/3/2019 7:36 AM, Baptiste Daroussin wrote:
> Author: bapt
> Date: Tue Sep  3 14:36:00 2019
> New Revision: 510950
> URL: https://svnweb.freebsd.org/changeset/ports/510950
> 
> Log:
>   Add support for overlays
>   
>   overlays are a way to help users to integrate their own ports tree
>   with the official ports tree without having to maintain clone of the
>   official tree and remerge on regular basis.
>   
>   The ports tree will lookup in the overlays (in the order the are listed in
>   OVERLAY variable) for the dependencies and the USES. It will use the first
>   found.
>   
>   in order to use it the user have to declare his overlays that way in their
>   make.conf:
>   OVERLAYS= overlay1 overlay2 overlay3
>   
>   Reviewed by:	manu
>   Approved by:	swills
>   Differential Revision:	https://reviews.freebsd.org/D21468
> 
> Modified:
>   head/Mk/Scripts/depends-list.sh
>   head/Mk/Scripts/do-depends.sh
>   head/Mk/bsd.port.mk
>   head/Mk/bsd.sanity.mk

Please add a CHANGES entry.
Also I noted a possible problem in the review just now. Please look.

-- 
Regards,
Bryan Drewery

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


More information about the svn-ports-head mailing list