search for: pkginstallver

Displaying 1 result from an estimated 1 matches for "pkginstallver".

Did you mean: pginstaller
2003 May 22
1
readmes
...comments explaining what the optimisations were. :-) Anyways, there's bits of stuff in bsd.port.mk these days that looks like they should be passed around in either .MAKEFLAGS (through the environment) or through ${__softMAKEFLAGS}. These include things such as: ${UID} ${_PORTDIRNAME} ${PKGINSTALLVER} ${LDCONFIG_PLIST} ${LDCONFIG_RUNLIST} Actually, the way that _PORTDIRNAME is set is inefficient. I think you may be able to use make's variable substitution rather than making a (slow) call to ${BASENAME}. Given that BSDPORTMKVERSION is stuck back in the year 2000, I suspect that SYSTEMV...