pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libbsd



Module Name:    pkgsrc
Committed By:   vins
Date:           Mon Dec 19 17:15:34 UTC 2022

Modified Files:
        pkgsrc/devel/libbsd: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/libbsd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libbsd/Makefile
diff -u pkgsrc/devel/libbsd/Makefile:1.3 pkgsrc/devel/libbsd/Makefile:1.4
--- pkgsrc/devel/libbsd/Makefile:1.3    Mon Dec 19 16:05:43 2022
+++ pkgsrc/devel/libbsd/Makefile        Mon Dec 19 17:15:34 2022
@@ -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 @@ LICENSE+=     AND isc AND mit AND beer-ware
 
 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