summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2019-07-10 17:53:38 +0000
committersevan <sevan@pkgsrc.org>2019-07-10 17:53:38 +0000
commitd99f664aa699e944aefb25f46fe20f670f1ca5b3 (patch)
treecc9ff6271c2451962ecc7d37eb801d7892902068
parent11154344f9cae3f68b4a183e02b94fe11b76d47a (diff)
downloadpkgsrc-d99f664aa699e944aefb25f46fe20f670f1ca5b3.tar.gz
Need strnlen(3), make sure we obtain it from libnbcompat if host OS doesn't
include it.
-rw-r--r--graphics/dcraw/Makefile3
-rw-r--r--lang/ocaml/Makefile3
-rw-r--r--lang/opensource-cobol/Makefile3
-rw-r--r--mail/nmh/Makefile3
-rw-r--r--security/ykpers/Makefile3
-rw-r--r--sysutils/fluent-bit/Makefile3
-rw-r--r--x11/xfce4-wmdock-plugin/Makefile4
7 files changed, 15 insertions, 7 deletions
diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile
index c86081aac40..3d3894160a9 100644
--- a/graphics/dcraw/Makefile
+++ b/graphics/dcraw/Makefile
@@ -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 @@ WRKSRC= ${WRKDIR}/${PKGBASE}
USE_LANGUAGES= c
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt
+USE_FEATURES+= strnlen
LIBS+= -lm -ljasper -ljpeg
CFLAGS+= -DLOCALEDIR=\"${PREFIX}/${PKGLOCALEDIR}/locale\"
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 39792724dd3..ea7c1dd96e6 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -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 @@ MAKE_JOBS_SAFE= no
UNLIMIT_RESOURCES= stacksize
USE_TOOLS+= bash
+USE_FEATURES+= strnlen
USE_GCC_RUNTIME= yes
diff --git a/lang/opensource-cobol/Makefile b/lang/opensource-cobol/Makefile
index 280178cdd51..77f13dfc0c1 100644
--- a/lang/opensource-cobol/Makefile
+++ b/lang/opensource-cobol/Makefile
@@ -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 @@ BDB_ACCEPTED= db4
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
+USE_FEATURES+= strnlen
CONFIGURE_ARGS+= --enable-utf8
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index 2c297ec0a46..b0b0d17d428 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -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-mh-[0-9]*
CONFLICTS+= ja-mh6-[0-9]*
USE_TOOLS+= lex
+USE_FEATURES+= strnlen
.include "../../mk/bsd.prefs.mk"
diff --git a/security/ykpers/Makefile b/security/ykpers/Makefile
index b38fe63073c..8459b905be8 100644
--- a/security/ykpers/Makefile
+++ b/security/ykpers/Makefile
@@ -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 @@ LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
+USE_FEATURES+= strnlen
PKGCONFIG_OVERRIDE+= ykpers-1.pc.in
diff --git a/sysutils/fluent-bit/Makefile b/sysutils/fluent-bit/Makefile
index 18e9579dc1b..ffcae286e48 100644
--- a/sysutils/fluent-bit/Makefile
+++ b/sysutils/fluent-bit/Makefile
@@ -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 @@ LICENSE= apache-2.0
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 --git a/x11/xfce4-wmdock-plugin/Makefile b/x11/xfce4-wmdock-plugin/Makefile
index 70bc0293be5..2480631a469 100644
--- a/x11/xfce4-wmdock-plugin/Makefile
+++ b/x11/xfce4-wmdock-plugin/Makefile
@@ -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 @@ MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-wmdock-plugin/0.6/
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"