Fuck yeah I get to bump the REVISION to a full-of-subpackages port.

I don't know how to do that. \o/
hopefully REVISION = 0 is enough

#hopesandprayers

in bsd.port.mk(5)
REVISION
Revision number of the current package. Defaults to empty (very first package), then numbering starts at 0. Gets automatically incorporated into FULLPKGNAME as ‘p${REVISION}’ to form a full package-name conforming to packages-specs(7).

well I still don't know

@Vigdis cd into each sub package and do `make show=FULLPKGNAME` and other variants. Quickest way to see what propagates.

@mulander good idea!

now I have to look what's the command to specify a subpackage because I always forget (like for flavors)

@mulander that doesn't work :(

try /usr/ports/mail/dspam$ env SUBPACKAGE="-mysql" make show=FULLPKGNAME

@mulander ok it must be make show=FULLPKGNAME-subpkg

(thanks jca@)

@Vigdis heck I think you don't even need to cd, it should just auto execute per sub-folder.