svn commit: r373731 - head/emulators/kcemu/files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Dec 2 00:55:13 UTC 2014
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
More information about the svn-ports-all
mailing list