Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Sep 2017 05:39:07 +0800
From:      Julian Elischer <julian@freebsd.org>
To:        "ports@FreeBSD.org" <ports@freebsd.org>
Subject:   EXTRA_PATCHES considered harmful?
Message-ID:  <aab5d142-4e07-a4b2-1b92-bbc0778509a5@freebsd.org>

next in thread | raw e-mail | index | archive | help
currently if you set EXTRA_PATCHES and the port you are making decides 
to build a second port as a dependency, EXTRA_PATCHES is passed to the 
second port which them obiously fails to patch it.

e.g.  cd /usr/ports/emulators/open-vm-tools-nox11; Make 
EXTRA_PATCHES=/foo/bar/patch1

will fail when it tries to apply the patch files to each dependency.

AM I doing something wrong here?




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?aab5d142-4e07-a4b2-1b92-bbc0778509a5>