pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Packages broken in 2005Q4 and 2006Q1
On Fri, 19 May 2006 11:47:14, Takahiro Kambe wrote:
> For this license, misc/fd's binary is compiled with MAINTAINER's
> e-mail address. So, with changing MAINTAINER, I think there is no
> problem with the license.
OK, Thanks.
> I looked the patch of PR pkg/33067 before, I felt that it was too
> depends on NetBSD (depends on __LIBC12_SOURCE__). But I don't have
> enough time to make better patch. :-(
Are there any broken platforms other than NetBSD>=3.0?
BTW all patches like:
+#if defined(__LIBC12_SOURCE__)
+ struct statfs12 *buf;
+#else
struct statfs *buf;
+#endif
seem to be able to change to:
- struct statfs *buf;
+ statfs_t *buf
--
"Of course I love NetBSD":-)
OBATA Akio / obata%lins.jp@localhost
Home |
Main Index |
Thread Index |
Old Index