Index: head/devel/k8048/files/patch-Src-Makefile =================================================================== --- head/devel/k8048/files/patch-Src-Makefile (revision 394845) +++ head/devel/k8048/files/patch-Src-Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- Makefile.bak 2014-03-28 17:43:38.862317007 +0600 -+++ Makefile 2014-03-28 17:44:32.337312175 +0600 -@@ -43,6 +43,8 @@ - ifeq "$(SYSTEM)" "FreeBSD" - ifneq (,$(findstring 10.,$(RELEASE))) - CC=cc -+ else ifneq (,$(findstring 11.,$(RELEASE))) -+ CC=cc - else - CC=gcc - endif Property changes on: head/devel/k8048/files/patch-Src-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/k8048/files/patch-Makefile =================================================================== --- head/devel/k8048/files/patch-Makefile (nonexistent) +++ head/devel/k8048/files/patch-Makefile (revision 394846) @@ -0,0 +1,11 @@ +--- Makefile.orig 2014-10-31 11:52:38 UTC ++++ Makefile +@@ -43,6 +43,8 @@ PLATFORM:=$(shell uname -m) + ifeq "$(SYSTEM)" "FreeBSD" + ifneq (,$(findstring 10.,$(RELEASE))) + CC=cc ++ else ifneq (,$(findstring 11.,$(RELEASE))) ++ CC=cc + else + CC=gcc + endif Property changes on: head/devel/k8048/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/k8048/files/patch-io.c =================================================================== --- head/devel/k8048/files/patch-io.c (nonexistent) +++ head/devel/k8048/files/patch-io.c (revision 394846) @@ -0,0 +1,11 @@ +--- io.c.orig 2015-08-20 10:26:38 UTC ++++ io.c +@@ -1123,7 +1123,7 @@ io_test_in(struct k8048 *k, int t1, int + + if (k->debug >= 10) { + fprintf(stderr, "%s(k, t1=%d, t2=%d, %p)\n", +- __func__, t1, t2, byte); ++ __func__, t1, t2, (void*)byte); + } + + /* Get start bit */ Property changes on: head/devel/k8048/files/patch-io.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property