Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Dec 2016 17:31:40 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427630 - in head/sysutils: . cmocka
Message-ID:  <201612031731.uB3HVeQR017484@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec  3 17:31:40 2016
New Revision: 427630
URL: https://svnweb.freebsd.org/changeset/ports/427630

Log:
  Hook cmocka to the build

Modified:
  head/sysutils/Makefile
  head/sysutils/cmocka/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sat Dec  3 17:28:16 2016	(r427629)
+++ head/sysutils/Makefile	Sat Dec  3 17:31:40 2016	(r427630)
@@ -163,6 +163,7 @@
     SUBDIR += clsync
     SUBDIR += cluster-glue
     SUBDIR += cmdwatch
+    SUBDIR += cmocka
     SUBDIR += cmockery2
     SUBDIR += cmogstored
     SUBDIR += cmospwd
@@ -1116,8 +1117,8 @@
     SUBDIR += tren
     SUBDIR += ts
     SUBDIR += tss
-    SUBDIR += ttyd
     SUBDIR += tty-clock
+    SUBDIR += ttyd
     SUBDIR += ttyload
     SUBDIR += tuptime
     SUBDIR += tw_cli

Modified: head/sysutils/cmocka/Makefile
==============================================================================
--- head/sysutils/cmocka/Makefile	Sat Dec  3 17:28:16 2016	(r427629)
+++ head/sysutils/cmocka/Makefile	Sat Dec  3 17:31:40 2016	(r427630)
@@ -25,7 +25,7 @@ PLIST_FILES=	include/cmocka.h \
 
 OPTIONS_DEFINE=	STATIC
 
-STATIC_CMAKE_ON=	-DWITH_STATIC_LIB:BOOL=ON
+STATIC_CMAKE_BOOL=	WITH_STATIC_LIB
 STATIC_PLIST_FILES=	lib/libcmocka.a
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612031731.uB3HVeQR017484>