DragonFly BSD
DragonFly commits List (threaded) for 2011-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: git: libutil -- Import error functions from NetBSD.


From: YONETANI Tomokazu <y0n3t4n1@xxxxxxxxx>
Date: Fri, 29 Apr 2011 00:13:12 +0900

On Tue, Apr 26, 2011 at 05:19:35AM -0700, Venkatesh Srinivas wrote:
> commit ba2075d1ff7c5037f3d9e9d3fe65fc1fa9013093
> Author: Venkatesh Srinivas <me@endeavour.zapto.org>
> Date:   Tue Apr 26 05:18:54 2011 -0700
> 
>     libutil -- Import error functions from NetBSD.
> 
> Summary of changes:
>  lib/libutil/Makefile  |    6 ++-
>  lib/libutil/efun.3    |  114 ++++++++++++++++++++++++++++++++++++++++++
>  lib/libutil/efun.c    |  133 +++++++++++++++++++++++++++++++++++++++++++++++++
>  lib/libutil/libutil.h |   14 +++++-

This broke pkgsrc/devel/bmake (which breaks pkgsrc/bootstrap too); its
configure script now detects emalloc() and adds -DUSE_EMALLOC flag to
CFLAGS, but we have the header file for libutil as <libutil.h> which is
different from NetBSD's <util.h> .  If our libutil is already close
enough to NetBSD's, just adding a symlink might be a possible solution.

> http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ba2075d1ff7c5037f3d9e9d3fe65fc1fa9013093



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