tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Problems bootstrapping pkgsrc on OpenBSD-4.9RELEASE/64



On Fri, May 13, 2011 at 03:01:47PM +0200, Thomas Klausner wrote:
> On Fri, May 13, 2011 at 02:00:21PM +0100, Patrick Welche wrote:
> > 2) odd: I'm pretty sure openbsd comes with /usr/bin/nroff - is your PATH 
> > alright?
> 
> I guess they switched to mandoc and removed nroff; and the pkgsrc
> Makefile for this package doesn't have a fallback.

So, something like this would do the trick?

Cheers,

Patrick
Index: Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/net/libfetch/Makefile,v
retrieving revision 1.40
diff -u -r1.40 Makefile
--- Makefile    20 Aug 2010 17:56:49 -0000      1.40
+++ Makefile    13 May 2011 13:09:51 -0000
@@ -14,7 +14,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 USE_FEATURES=          nbcompat
-
+USE_TOOLS+=            nroff
 USE_BSD_MAKEFILE=      yes
 
 MAKE_JOBS_SAFE=                NO


Home | Main Index | Thread Index | Old Index