Date: Sun, 27 Apr 2014 00:14:42 +0400 From: Lev Serebryakov <lev@FreeBSD.org> To: ports@FreeBSD.org Cc: garga@FreeBSD.org Subject: STAGE support, ports with man pages and world built WITHOUT_MAN Message-ID: <775459937.20140427001442@serebryakov.spb.ru>
next in thread | raw e-mail | index | archive | help
Hello, Ports. STAGEd ports doesn't support MANx=-style man paged. Man pages should be simply added to pkg-plist or PLIST_FILES. But here is a catch: some ports, which uses "bsd.*.mk" infrastructure by thmeselves ("net/mpd5" is one example) will not build & install man pages if world has WITHOUT_MAN=yes in /etc/src.conf! Now, for example, poudiere could not build package of "net/mpd5" if it uses trimmed jail build with WITHOUT_MAN=yes. How this could be fixed? Ports infrastructure doesn't read /etc/src.conf... BTW, it WORKED before "net/mpd5" was STAGEfieid! I don't know why, but specifying man page via MAN8 variable works in both cases (full world and man-less world) and poudriere disin't complain in such situation. But it doesn't work for STAGEfied port :( -- // Black Lion AKA Lev Serebryakov <lev@FreeBSD.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?775459937.20140427001442>