pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cmocka



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 24 22:20:20 UTC 2023

Modified Files:
        pkgsrc/devel/cmocka: Makefile

Log Message:
cmocka: finish conversion to cmake/build.mk


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/cmocka/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/cmocka/Makefile
diff -u pkgsrc/devel/cmocka/Makefile:1.10 pkgsrc/devel/cmocka/Makefile:1.11
--- pkgsrc/devel/cmocka/Makefile:1.10   Tue Jan 24 18:36:21 2023
+++ pkgsrc/devel/cmocka/Makefile        Tue Jan 24 22:20:20 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2023/01/24 18:36:21 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2023/01/24 22:20:20 wiz Exp $
 
 DISTNAME=      cmocka-1.1.5
 CATEGORIES=    devel
@@ -10,15 +10,9 @@ HOMEPAGE=    https://cmocka.org/
 COMMENT=       Unit testing framework for C supporting mock objects
 LICENSE=       apache-2.0
 
-CONFIGURE_DIRS=        ${WRKDIR}/build
-CMAKE_ARG_PATH=        ${WRKSRC}
-
 # GCC 4.3/4.4 provides wrong warnings:
 # cmocka.c:3281: error: 'setup_name' may be used uninitialized in this function
 CMAKE_ARGS+=   -DWITH_WERROR_UNINITIALIZED_FLAG=0
 
-post-extract:
-       ${MKDIR} ${WRKDIR}/build
-
 .include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index