pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libcbor



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug  5 20:21:21 UTC 2022

Modified Files:
        pkgsrc/devel/libcbor: Makefile

Log Message:
libcbor: do not build examples


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/libcbor/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/libcbor/Makefile
diff -u pkgsrc/devel/libcbor/Makefile:1.6 pkgsrc/devel/libcbor/Makefile:1.7
--- pkgsrc/devel/libcbor/Makefile:1.6   Mon Jul 25 11:12:22 2022
+++ pkgsrc/devel/libcbor/Makefile       Fri Aug  5 20:21:21 2022
@@ -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 @@ LICENSE=      mit
 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