Date: Thu, 27 Apr 2000 19:59:54 +0300 From: Maxim Sobolev <sobomax@altavista.net> To: "Aleksandr A.Babaylov" <babolo@links.ru> Cc: ports@FreeBSD.ORG Subject: Re: Multiple PLISTs Message-ID: <3908720A.D39E8D06@altavista.net> References: <200004271427.SAA20691@aaz.links.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
"Aleksandr A.Babaylov" wrote: > Maxim Sobolev writes: > > Does anyone considering a possibility to extend current bsd.port.mk to support > > several PLISTs, like we are supporting several distfiles? This would greatly > > simplify build-time configuration depended ports like gimp and XFree (just to > > name few) and should benefit virtually all other ports supporting NOPORTDOCS > > variable. > > > > $ find /usr/ports -name "Makefile" | xargs grep NOPORTDOCS | wc -l > > 608 > is it better have one full PLIST and exclude some strings > when +CONTENTS generated? > Based on real availability of listed files? This would require amendments to the pkg_add, while my proposal doesn't require such radical changes. Just like the following .if !defined(NOPORTDOCS) PLISTS+= ${PKGDIR}/PLIST.doc .endif -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3908720A.D39E8D06>