pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Need strnlen(3), make sure we obtain it from libnbcomp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eabad2ff8cc6
branches:  trunk
changeset: 336281:eabad2ff8cc6
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Wed Jul 10 17:53:38 2019 +0000

description:
Need strnlen(3), make sure we obtain it from libnbcompat if host OS doesn't
include it.

diffstat:

 graphics/dcraw/Makefile          |  3 ++-
 lang/ocaml/Makefile              |  3 ++-
 lang/opensource-cobol/Makefile   |  3 ++-
 mail/nmh/Makefile                |  3 ++-
 security/ykpers/Makefile         |  3 ++-
 sysutils/fluent-bit/Makefile     |  3 ++-
 x11/xfce4-wmdock-plugin/Makefile |  4 +++-
 7 files changed, 15 insertions(+), 7 deletions(-)

diffs (120 lines):

diff -r 5713aa31b428 -r eabad2ff8cc6 graphics/dcraw/Makefile
--- a/graphics/dcraw/Makefile   Wed Jul 10 17:45:58 2019 +0000
+++ b/graphics/dcraw/Makefile   Wed Jul 10 17:53:38 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2017/02/12 20:28:23 adam Exp $
+# $NetBSD: Makefile,v 1.45 2019/07/10 17:53:39 sevan Exp $
 #
 # Changes can be found in the RCS file at
 # http://www.cybercom.net/~dcoffin/dcraw/RCS/dcraw.c,v
@@ -16,6 +16,7 @@
 USE_LANGUAGES=         c
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            msgfmt
+USE_FEATURES+=         strnlen
 
 LIBS+=         -lm -ljasper -ljpeg
 CFLAGS+=       -DLOCALEDIR=\"${PREFIX}/${PKGLOCALEDIR}/locale\"
diff -r 5713aa31b428 -r eabad2ff8cc6 lang/ocaml/Makefile
--- a/lang/ocaml/Makefile       Wed Jul 10 17:45:58 2019 +0000
+++ b/lang/ocaml/Makefile       Wed Jul 10 17:53:38 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.124 2019/05/15 09:39:21 jaapb Exp $
+# $NetBSD: Makefile,v 1.125 2019/07/10 17:53:38 sevan Exp $
 
 .include "Makefile.common"
 
@@ -11,6 +11,7 @@
 UNLIMIT_RESOURCES=     stacksize
 
 USE_TOOLS+=            bash
+USE_FEATURES+=         strnlen
 
 USE_GCC_RUNTIME=       yes
 
diff -r 5713aa31b428 -r eabad2ff8cc6 lang/opensource-cobol/Makefile
--- a/lang/opensource-cobol/Makefile    Wed Jul 10 17:45:58 2019 +0000
+++ b/lang/opensource-cobol/Makefile    Wed Jul 10 17:53:38 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/01/05 15:46:06 roy Exp $
+# $NetBSD: Makefile,v 1.9 2019/07/10 17:53:38 sevan Exp $
 
 DISTNAME=      opensource-cobol-1.5.1J-utf8
 PKGNAME=       ${DISTNAME:S/-utf8//}
@@ -17,6 +17,7 @@
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
+USE_FEATURES+=         strnlen
 
 CONFIGURE_ARGS+=       --enable-utf8
 
diff -r 5713aa31b428 -r eabad2ff8cc6 mail/nmh/Makefile
--- a/mail/nmh/Makefile Wed Jul 10 17:45:58 2019 +0000
+++ b/mail/nmh/Makefile Wed Jul 10 17:53:38 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2019/07/01 04:08:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.102 2019/07/10 17:53:38 sevan Exp $
 
 DISTNAME=              nmh-1.7.1
 PKGREVISION=           5
@@ -14,6 +14,7 @@
 CONFLICTS+=            ja-mh6-[0-9]*
 
 USE_TOOLS+=            lex
+USE_FEATURES+=         strnlen
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 5713aa31b428 -r eabad2ff8cc6 security/ykpers/Makefile
--- a/security/ykpers/Makefile  Wed Jul 10 17:45:58 2019 +0000
+++ b/security/ykpers/Makefile  Wed Jul 10 17:53:38 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2015/03/15 14:17:00 tnn Exp $
+# $NetBSD: Makefile,v 1.15 2019/07/10 17:53:38 sevan Exp $
 #
 
 DISTNAME=      ykpers-1.16.1
@@ -13,6 +13,7 @@
 GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config
 USE_LIBTOOL=   yes
+USE_FEATURES+= strnlen
 
 PKGCONFIG_OVERRIDE+=   ykpers-1.pc.in
 
diff -r 5713aa31b428 -r eabad2ff8cc6 sysutils/fluent-bit/Makefile
--- a/sysutils/fluent-bit/Makefile      Wed Jul 10 17:45:58 2019 +0000
+++ b/sysutils/fluent-bit/Makefile      Wed Jul 10 17:53:38 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/06/17 16:33:35 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2019/07/10 17:53:38 sevan Exp $
 
 DISTNAME=      fluent-bit-0.13.2
 CATEGORIES=    sysutils
@@ -13,6 +13,7 @@
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 USE_TOOLS+=    pkg-config
+USE_FEATURES+= strnlen
 
 CMAKE_ARGS+=   -DCMAKE_INSTALL_SYSCONFDIR=${PKG_SYSCONFDIR}
 CMAKE_ARGS+=   -DEGDIR:PATH=${EGDIR}
diff -r 5713aa31b428 -r eabad2ff8cc6 x11/xfce4-wmdock-plugin/Makefile
--- a/x11/xfce4-wmdock-plugin/Makefile  Wed Jul 10 17:45:58 2019 +0000
+++ b/x11/xfce4-wmdock-plugin/Makefile  Wed Jul 10 17:53:38 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2018/11/14 22:22:53 kleink Exp $
+# $NetBSD: Makefile,v 1.11 2019/07/10 17:53:38 sevan Exp $
 #
 PKGREVISION= 9
 .include "../../meta-pkgs/xfce4/Makefile.common"
@@ -10,6 +10,8 @@
 HOMEPAGE=              http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin
 COMMENT=               Xfce wmdock plugin
 
+USE_FEATURES+=         strnlen
+
 .include "../../devel/libwnck/buildlink3.mk"
 .include "../../x11/libxfce4gui/buildlink3.mk"
 .include "../../x11/xfce4-panel/buildlink3.mk"



Home | Main Index | Thread Index | Old Index