pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libcbor libcbor: do not build examples



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b80040f1e971
branches:  trunk
changeset: 382808:b80040f1e971
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Aug 05 20:21:21 2022 +0000

description:
libcbor: do not build examples

diffstat:

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

diffs (25 lines):

diff -r b8064d5d5542 -r b80040f1e971 devel/libcbor/Makefile
--- a/devel/libcbor/Makefile    Fri Aug 05 18:54:43 2022 +0000
+++ b/devel/libcbor/Makefile    Fri Aug 05 20:21:21 2022 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2022/07/25 11:12:22 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/08/05 20:21:21 adam Exp $
 
 DISTNAME=      libcbor-0.9.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=PJK/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
-MAINTAINER=    pkgsrc-users%pkgsrc.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/PJK/libcbor
 COMMENT=       Parsing and generate schema-less binary data format
 LICENSE=       mit
@@ -13,6 +13,7 @@
 USE_LANGUAGES+=        c c++
 USE_CMAKE=     yes
 CMAKE_ARGS+=   -DBUILD_SHARED_LIBS=ON
+CMAKE_ARGS+=   -DWITH_EXAMPLES=OFF
 
 CHECK_PORTABILITY_SKIP+=       misc/hooks/*
 



Home | Main Index | Thread Index | Old Index