[Midnightbsd-cvs] src [7399] trunk/libexec: enable blocks for mport utilities
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jan 3 16:32:37 EST 2016
Revision: 7399
http://svnweb.midnightbsd.org/src/?rev=7399
Author: laffer1
Date: 2016-01-03 16:32:37 -0500 (Sun, 03 Jan 2016)
Log Message:
-----------
enable blocks for mport utilities
Modified Paths:
--------------
trunk/libexec/mport.create/Makefile
trunk/libexec/mport.delete/Makefile
trunk/libexec/mport.fetch/Makefile
trunk/libexec/mport.info/Makefile
trunk/libexec/mport.init/Makefile
trunk/libexec/mport.install/Makefile
trunk/libexec/mport.list/Makefile
trunk/libexec/mport.merge/Makefile
trunk/libexec/mport.query/Makefile
trunk/libexec/mport.update/Makefile
trunk/libexec/mport.updepends/Makefile
trunk/libexec/mport.version_cmp/Makefile
Modified: trunk/libexec/mport.create/Makefile
===================================================================
--- trunk/libexec/mport.create/Makefile 2016-01-03 21:26:15 UTC (rev 7398)
+++ trunk/libexec/mport.create/Makefile 2016-01-03 21:32:37 UTC (rev 7399)
@@ -1,3 +1,5 @@
+# $MidnightBSD$
+
PROG= mport.create
CFLAGS+= -fblocks -I${.CURDIR}/../../lib/libmport/
Modified: trunk/libexec/mport.delete/Makefile
===================================================================
--- trunk/libexec/mport.delete/Makefile 2016-01-03 21:26:15 UTC (rev 7398)
+++ trunk/libexec/mport.delete/Makefile 2016-01-03 21:32:37 UTC (rev 7399)
@@ -1,11 +1,13 @@
+# $MidnightBSD$
+
PROG= mport.delete
-CFLAGS+= -I${.CURDIR}/../../lib/libmport/
+CFLAGS+= -I${.CURDIR}/../../lib/libmport/ -fblocks
WARNS?= 4
NO_MAN= yes
-LDADD= -lmport
-DPADD= ${LIBMPORT}
+LDADD= -lmport -ldispatch -lBlocksRuntime
+DPADD= ${LIBMPORT} ${LIBDISPATCH} ${LIBBLOCKSRUNTIME}
.include <bsd.prog.mk>
Modified: trunk/libexec/mport.fetch/Makefile
===================================================================
--- trunk/libexec/mport.fetch/Makefile 2016-01-03 21:26:15 UTC (rev 7398)
+++ trunk/libexec/mport.fetch/Makefile 2016-01-03 21:32:37 UTC (rev 7399)
@@ -1,11 +1,11 @@
PROG= mport.fetch
-CFLAGS= -I${.CURDIR}/../../lib/libmport/ -g
+CFLAGS= -I${.CURDIR}/../../lib/libmport/ -fblocks
WARNS?= 4
NO_MAN= yes
-LDADD= -lmport
-DPADD= ${LIBMPORT}
+LDADD= -lmport -ldispatch -lBlocksRuntime
+DPADD= ${LIBMPORT} ${LIBDISPATCH} ${LIBBLOCKSRUNTIME}
.include <bsd.prog.mk>
Modified: trunk/libexec/mport.info/Makefile
===================================================================
--- trunk/libexec/mport.info/Makefile 2016-01-03 21:26:15 UTC (rev 7398)
+++ trunk/libexec/mport.info/Makefile 2016-01-03 21:32:37 UTC (rev 7399)
@@ -1,11 +1,13 @@
+# $MidnightBSD$
+
PROG= mport.info
-CFLAGS+=-I${.CURDIR}/../../lib/libmport/
+CFLAGS+=-I${.CURDIR}/../../lib/libmport/ -fblocks
WARNS?= 4
NO_MAN= yes
-LDADD= -lmport
-DPADD= ${LIBMPORT}
+LDADD= -lmport -ldispatch -lBlocksRuntime
+DPADD= ${LIBMPORT} ${LIBDISPATCH} ${LIBBLOCKSRUNTIME}
.include <bsd.prog.mk>
Modified: trunk/libexec/mport.init/Makefile
===================================================================
--- trunk/libexec/mport.init/Makefile 2016-01-03 21:26:15 UTC (rev 7398)
+++ trunk/libexec/mport.init/Makefile 2016-01-03 21:32:37 UTC (rev 7399)
@@ -1,11 +1,13 @@
+# $MidnightBSD$
+
PROG= mport.init
-CFLAGS+= -I${.CURDIR}/../../lib/libmport/
+CFLAGS+= -I${.CURDIR}/../../lib/libmport/ -fblocks
WARNS?= 4
NO_MAN= yes
-LDADD= -lmport
-DPADD= ${LIBMPORT}
+LDADD= -lmport -ldispatch -lBlocksRuntime
+DPADD= ${LIBMPORT} ${LIBDISPATCH} ${LIBBLOCKSRUNTIME}
.include <bsd.prog.mk>
Modified: trunk/libexec/mport.install/Makefile
===================================================================
--- trunk/libexec/mport.install/Makefile 2016-01-03 21:26:15 UTC (rev 7398)
+++ trunk/libexec/mport.install/Makefile 2016-01-03 21:32:37 UTC (rev 7399)
@@ -1,3 +1,5 @@
+# $MidnightBSD$
+
PROG= mport.install
CFLAGS+= -I${.CURDIR}/../../lib/libmport/ -fblocks
Modified: trunk/libexec/mport.list/Makefile
===================================================================
--- trunk/libexec/mport.list/Makefile 2016-01-03 21:26:15 UTC (rev 7398)
+++ trunk/libexec/mport.list/Makefile 2016-01-03 21:32:37 UTC (rev 7399)
@@ -1,11 +1,13 @@
+# $MidnightBSD$
+
PROG= mport.list
-CFLAGS+= -I${.CURDIR}/../../lib/libmport/
+CFLAGS+= -I${.CURDIR}/../../lib/libmport/ -fblocks
WARNS?= 4
NO_MAN= yes
-LDADD= -lmport
-DPADD= ${LIBMPORT}
+LDADD= -lmport -ldispatch -lBlocksRuntime
+DPADD= ${LIBMPORT} ${LIBDISPATCH} ${LIBBLOCKSRUNTIME}
.include <bsd.prog.mk>
Modified: trunk/libexec/mport.merge/Makefile
===================================================================
--- trunk/libexec/mport.merge/Makefile 2016-01-03 21:26:15 UTC (rev 7398)
+++ trunk/libexec/mport.merge/Makefile 2016-01-03 21:32:37 UTC (rev 7399)
@@ -1,11 +1,13 @@
+# $MidnightBSD$
+
PROG= mport.merge
-CFLAGS+= -I${.CURDIR}/../../lib/libmport/
+CFLAGS+= -I${.CURDIR}/../../lib/libmport/ -fblocks
WARNS?= 4
NO_MAN= yes
-LDADD= -lmport
-DPADD= ${LIBMPORT}
+LDADD= -lmport -ldispatch -lBlocksRuntime
+DPADD= ${LIBMPORT} ${LIBDISPATCH} ${LIBBLOCKSRUNTIME}
.include <bsd.prog.mk>
Modified: trunk/libexec/mport.query/Makefile
===================================================================
--- trunk/libexec/mport.query/Makefile 2016-01-03 21:26:15 UTC (rev 7398)
+++ trunk/libexec/mport.query/Makefile 2016-01-03 21:32:37 UTC (rev 7399)
@@ -1,11 +1,13 @@
+# $MidnightBSD$
+
PROG= mport.query
-CFLAGS+= -I${.CURDIR}/../../lib/libmport/
+CFLAGS+= -I${.CURDIR}/../../lib/libmport/ -fblocks
WARNS?= 4
NO_MAN= yes
-LDADD= -lmport
-DPADD= ${LIBMPORT}
+LDADD= -lmport -ldispatch -lBlocksRuntime
+DPADD= ${LIBMPORT} ${LIBDISPATCH} ${LIBBLOCKSRUNTIME}
.include <bsd.prog.mk>
Modified: trunk/libexec/mport.update/Makefile
===================================================================
--- trunk/libexec/mport.update/Makefile 2016-01-03 21:26:15 UTC (rev 7398)
+++ trunk/libexec/mport.update/Makefile 2016-01-03 21:32:37 UTC (rev 7399)
@@ -1,11 +1,13 @@
+# $MidnightBSD$
+
PROG= mport.update
-CFLAGS+= -I${.CURDIR}/../../lib/libmport/
+CFLAGS+= -I${.CURDIR}/../../lib/libmport/ -fblocks
WARNS?= 4
NO_MAN= yes
-LDADD= -lmport
-DPADD= ${LIBMPORT}
+LDADD= -lmport -ldispatch -lBlocksRuntime
+DPADD= ${LIBMPORT} ${LIBDISPATCH} ${LIBBLOCKSRUNTIME}
.include <bsd.prog.mk>
Modified: trunk/libexec/mport.updepends/Makefile
===================================================================
--- trunk/libexec/mport.updepends/Makefile 2016-01-03 21:26:15 UTC (rev 7398)
+++ trunk/libexec/mport.updepends/Makefile 2016-01-03 21:32:37 UTC (rev 7399)
@@ -1,11 +1,13 @@
+# $MidnightBSD$
+
PROG= mport.updepends
-CFLAGS+= -g -I${.CURDIR}/../../lib/libmport/
+CFLAGS+= -I${.CURDIR}/../../lib/libmport/ -fblocks
WARNS?= 4
NO_MAN= yes
-LDADD= -lmport
-DPADD= ${LIBMPORT}
+LDADD= -lmport -ldispatch -lBlocksRuntime
+DPADD= ${LIBMPORT} ${LIBDISPATCH} ${LIBBLOCKSRUNTIME}
.include <bsd.prog.mk>
Modified: trunk/libexec/mport.version_cmp/Makefile
===================================================================
--- trunk/libexec/mport.version_cmp/Makefile 2016-01-03 21:26:15 UTC (rev 7398)
+++ trunk/libexec/mport.version_cmp/Makefile 2016-01-03 21:32:37 UTC (rev 7399)
@@ -1,11 +1,13 @@
+# $MidnightBSD$
+
PROG= mport.version_cmp
-CFLAGS+= -I${.CURDIR}/../../lib/libmport/
+CFLAGS+= -I${.CURDIR}/../../lib/libmport/ -fblocks
WARNS?= 4
NO_MAN= yes
-LDADD= -lmport
-DPADD= ${LIBMPORT}
+LDADD= -lmport -ldispatch -lBlocksRuntime
+DPADD= ${LIBMPORT} ${LIBDISPATCH} ${LIBBLOCKSRUNTIME}
.include <bsd.prog.mk>
More information about the Midnightbsd-cvs
mailing list