On Sat, May 17, 2014 at 07:51:25PM +0200, Fabian Raetz wrote: > Index: infrastructure/mk/README.internals > =================================================================== > RCS file: /cvs/ports/infrastructure/mk/README.internals,v > retrieving revision 1.11 > diff -u -p -r1.11 README.internals > --- infrastructure/mk/README.internals 11 Feb 2014 10:34:34 -0000 > 1.11 > +++ infrastructure/mk/README.internals 17 May 2014 17:43:52 -0000 > @@ -302,7 +302,7 @@ Dependency variables > -------------------- > Old legacy dependency styles are gone, so the compat code went away. > The code has to deal with BUILD_DEPENDS, LIB_DEPENDS, RUN_DEPENDS, > -REGRESS_DEPENDS, WANTLIB and RUN_DEPENDS-* LIB_DEPENDS-*, WANTLIB-* > +TEST_DEPENDS, WANTLIB and RUN_DEPENDS-* LIB_DEPENDS-*, WANTLIB-* > > There is obviously completely different treatment for WANTLIB* and > *DEPENDS*. Also, BUILD* stuff gets to inherit from LIB_DEPENDS* stripped
This time with correct patch. Sorry! Index: packages-specs.7 =================================================================== RCS file: /cvs/src/share/man/man7/packages-specs.7,v retrieving revision 1.24 diff -u -p -r1.24 packages-specs.7 --- packages-specs.7 12 Oct 2012 16:17:02 -0000 1.24 +++ packages-specs.7 17 May 2014 17:46:25 -0000 @@ -197,7 +197,7 @@ Packages may depend on other packages, a Makefile, in a .Ev BUILD_DEPENDS , .Ev LIB_DEPENDS , -.Ev REGRESS_DEPENDS +.Ev TEST_DEPENDS or .Ev RUN_DEPENDS . All those conform to
