On 2011-06-26, Mike Korbakov <[email protected]> wrote: > I agree with all changes, building this version on i386 -current was > successful. > > 26.06.2011, 14:54, "Stuart Henderson" <[email protected]>: >> updated version; >> >> - fix the manpage >> - list WANTLIB >> - use SEPARATE_BUILD >> - fix license comment (it's BSD, the GPL part is only a build tool) >> - add a little more info to DESCR >> >> ok to import? > > But I have some questions: > Why libc ? libc may not present in system ?
if you are running OpenBSD you will most certainly have libc. ports and packages must list library dependencies so that when a library is updated, pkg_add -u knows to update the packages. > What gives the SEPARATE_BUILD ? see bsd.port.mk(5) > I did not see dependency on groff, how to find this in future ? see http://www.openbsd.org/faq/ports/specialtopics.html#Mandoc and bsd.port.mk(5) > What happens if use nroff ? on OpenBSD /usr/local/bin/nroff is a wrapper for groff
