pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libbsd devel/libbsd: mark as broken on Darwin an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b53855afc34f
branches:  trunk
changeset: 390462:b53855afc34f
user:      vins <vins%pkgsrc.org@localhost>
date:      Mon Dec 19 17:15:34 2022 +0000

description:
devel/libbsd: mark as broken on Darwin and SunOS.

SunOS (with particular regard to illumos) and macOS support native
analogues for most of the functions provided by libbsd.
As a result, libbsd failes to compile on these platforms, due to the
inherent incompatibility of parameters/arguments types in declaration
and definition of the same functions.

diffstat:

 devel/libbsd/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e786755afe41 -r b53855afc34f devel/libbsd/Makefile
--- a/devel/libbsd/Makefile     Mon Dec 19 16:49:59 2022 +0000
+++ b/devel/libbsd/Makefile     Mon Dec 19 17:15:34 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/12/19 16:05:43 vins Exp $
+# $NetBSD: Makefile,v 1.4 2022/12/19 17:15:34 vins Exp $
 
 DISTNAME=      libbsd-0.11.7
 CATEGORIES=    devel
@@ -13,6 +13,7 @@
 
 NOT_FOR_PLATFORM=      NetBSD-*-* FreeBSD-*-*
 NOT_FOR_PLATFORM+=     OpenBSD-*-* DragonFly-*
+BROKEN_ON_PLATFORM=    Darwin-*-* SunOS-*-*
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes



Home | Main Index | Thread Index | Old Index