svn commit: r465869 - head/emulators/mess

Antoine Brodin antoine at FreeBSD.org
Thu Mar 29 08:31:19 UTC 2018


Author: antoine
Date: Thu Mar 29 08:31:18 2018
New Revision: 465869
URL: https://svnweb.freebsd.org/changeset/ports/465869

Log:
  Mark BROKEN: fails to install
  
  install  -s -m 555 /wrkdirs/usr/ports/emulators/mess/work/mame-mame0195/mess64 /wrkdirs/usr/ports/emulators/mess/work/stage/usr/local/bin
  (cd /wrkdirs/usr/ports/emulators/mess/work/mame-mame0195 && install  -s -m 555 castool chdman imgtool jedutil  ldresample ldverify romcmp testkeys unidasm  /wrkdirs/usr/ports/emulators/mess/work/stage/usr/local/libexec/mess)
  install: testkeys: No such file or directory
  
  Reported by:	pkg-fallout

Modified:
  head/emulators/mess/Makefile

Modified: head/emulators/mess/Makefile
==============================================================================
--- head/emulators/mess/Makefile	Thu Mar 29 07:40:44 2018	(r465868)
+++ head/emulators/mess/Makefile	Thu Mar 29 08:31:18 2018	(r465869)
@@ -5,6 +5,8 @@ MTARGET=	mame
 MSUBTARGET=	mess
 COMMENT=	Multiple Emulator Super System
 
+BROKEN=		fails to install
+
 MASTERDIR=	${.CURDIR}/../mame
 DESCR=		${.CURDIR}/pkg-descr
 PLIST=		${.CURDIR}/pkg-plist


More information about the svn-ports-head mailing list