- Tag related directories with package=lp
- Make the examples/printing directory conditional on MK_LPR
- Make the hosts.lpd(5) manual page conditional on MK_LPR
MFC after: 1 week
Differential D55408
build: Move all of lp under LPR option Authored by des on Fri, Feb 20, 7:24 PM. Tags None Referenced Files
Details
MFC after: 1 week
Diff Detail
Event TimelineComment Actions lpr and lpd are mentioned in hier(7), should we do something with that in this commit? Comment Actions the reason you get an empty lp package is that package=lp in mtree causes the directory to be unconditionally installed, so what you actually have is a package containing only that directory. we don't have a good solution to this right now; i think the right fix is that we would simply not build packages that only contain directories, but i haven't had a chance to look at this recently... for previous cases, the workaround has been to not tag directories which are arch-specific or depend on src.conf knobs. |