svn commit: r427630 - in head/sysutils: . cmocka

Antoine Brodin antoine at FreeBSD.org
Sat Dec 3 17:31:42 UTC 2016


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>


More information about the svn-ports-head mailing list