pkgsrc-Bugs archive

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

Re: pkg/29026



The following reply was made to PR pkg/29026; it has been noted by GNATS.

From: "John D. Baker" <jdbaker%mylinuxisp.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: veego%netbsd.org@localhost
Subject: Re: pkg/29026
Date: Tue, 28 Jun 2005 19:22:33 -0500 (CDT)

 New workaround:
 
 cd .../pkgsrc/comms/minicom
 bmake patch
 mv work/.patch_done.tmp work/.patch_done
 
 edit work/minicom-2.1/src/windiv.c to add:
 #include <sys/types.h>
 before other #include directives  (i.e. execute patch-ae manually)
 
 bmake install
 
 No other problems encountered.  "patch-ae" applies only to MacOS X 10.2.x
 and earlier.
 
 Building on MacOS X 10.3.x and later also fail in the patch step, requiring
 the 'mv work/.patch_done.tmp work/.patch_done' workaround.  MacOS X 10.3.x
 and later do NOT require 'patch-ae' or its manual-edit equivalent.
 
 -- 
 John D. Baker, KN5UKS                    NetBSD     Darwin/MacOS X
 jdbaker(at)mylinuxisp(dot)com                 OpenBSD            FreeBSD
 BSD -- It just sits there and _works_!
 



Home | Main Index | Thread Index | Old Index