Date: Tue, 2 Dec 2014 00:55:13 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373731 - head/emulators/kcemu/files Message-ID: <201412020055.sB20tDMN067695@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Dec 2 00:55:12 2014 New Revision: 373731 URL: https://svnweb.freebsd.org/changeset/ports/373731 QAT: https://qat.redports.org/buildarchive/r373731/ Log: - Fix build Disconnect a program which is not used by the port and which invokes compilation error from build. Note that Debian has a fix for this, however a person who understands what the utility does is needed to check the patch. Approved by: portmgr blanket MFH: 2014Q4 Added: head/emulators/kcemu/files/patch-src__util__Makefile.in (contents, props changed) Added: head/emulators/kcemu/files/patch-src__util__Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/kcemu/files/patch-src__util__Makefile.in Tue Dec 2 00:55:12 2014 (r373731) @@ -0,0 +1,11 @@ +--- src/util/Makefile.in.orig 2010-03-07 22:51:36.000000000 +0300 ++++ src/util/Makefile.in 2014-12-02 02:55:33.000000000 +0300 +@@ -41,7 +41,7 @@ + tape-check$(EXEEXT) tape-check-bc$(EXEEXT) tape-merge$(EXEEXT) \ + tape-test$(EXEEXT) tape-basicode$(EXEEXT) tape-split$(EXEEXT) \ + tape-rename$(EXEEXT) basic-decode$(EXEEXT) make-font$(EXEEXT) \ +- tp-type$(EXEEXT) dump2txt$(EXEEXT) dump2img$(EXEEXT) ++ dump2txt$(EXEEXT) dump2img$(EXEEXT) + subdir = src/util + DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412020055.sB20tDMN067695>