pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc More strnlen(3) users - from Joyent



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e4545b998c9
branches:  trunk
changeset: 398125:0e4545b998c9
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Thu Jul 11 11:20:06 2019 +0000

description:
More strnlen(3) users - from Joyent

diffstat:

 audio/lame/Makefile                |  3 ++-
 devel/picopb/Makefile              |  3 ++-
 security/yara/Makefile             |  3 ++-
 sysutils/syslog-ng/Makefile.common |  3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diffs (68 lines):

diff -r 5299bb294d45 -r 0e4545b998c9 audio/lame/Makefile
--- a/audio/lame/Makefile       Thu Jul 11 11:17:24 2019 +0000
+++ b/audio/lame/Makefile       Thu Jul 11 11:20:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2019/04/20 06:39:49 maya Exp $
+# $NetBSD: Makefile,v 1.83 2019/07/11 11:20:06 sevan Exp $
 
 DISTNAME=      lame-3.100
 CATEGORIES=    audio
@@ -14,6 +14,7 @@
 USE_TOOLS+=            gmake
 USE_LIBTOOL=           yes
 USE_LANGUAGES=         c c++
+USE_FEATURES+=         strnlen
 
 LDFLAGS.SunOS+=                -lm
 
diff -r 5299bb294d45 -r 0e4545b998c9 devel/picopb/Makefile
--- a/devel/picopb/Makefile     Thu Jul 11 11:17:24 2019 +0000
+++ b/devel/picopb/Makefile     Thu Jul 11 11:20:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/09/16 20:54:32 wiedi Exp $
+# $NetBSD: Makefile,v 1.4 2019/07/11 11:20:06 sevan Exp $
 
 DISTNAME=      picopb-20150628
 CATEGORIES=    devel
@@ -13,6 +13,7 @@
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    yacc
+USE_FEATURES+= strnlen
 
 TEST_TARGET=   check
 
diff -r 5299bb294d45 -r 0e4545b998c9 security/yara/Makefile
--- a/security/yara/Makefile    Thu Jul 11 11:17:24 2019 +0000
+++ b/security/yara/Makefile    Thu Jul 11 11:20:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/07/11 11:17:24 sevan Exp $
+# $NetBSD: Makefile,v 1.7 2019/07/11 11:20:06 sevan Exp $
 
 DISTNAME=      yara-${VERSION}
 CATEGORIES=    security
@@ -9,6 +9,7 @@
 USE_TOOLS+=    pkg-config automake autoreconf
 USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes
+USE_FEATURES+= strnlen
 
 PKGCONFIG_OVERRIDE+=   libyara/yara.pc.in
 
diff -r 5299bb294d45 -r 0e4545b998c9 sysutils/syslog-ng/Makefile.common
--- a/sysutils/syslog-ng/Makefile.common        Thu Jul 11 11:17:24 2019 +0000
+++ b/sysutils/syslog-ng/Makefile.common        Thu Jul 11 11:20:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2018/08/15 13:08:21 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.14 2019/07/11 11:20:06 sevan Exp $
 # used by sysutils/syslog-ng/Makefile
 # used by sysutils/syslog-ng/Makefile.module
 
@@ -20,6 +20,7 @@
 USE_TOOLS+=    flex pkg-config gmake awk:run
 USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes
+USE_FEATURES+= strnlen
 
 CHECK_PORTABILITY_SKIP+=       debian/syslog-ng.init
 



Home | Main Index | Thread Index | Old Index