Create a new port for emulator KCEmu. Fix: See attachment. Patch attached with submission follows: How-To-Repeat: n/a
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
State Changed From-To: open->feedback Port fails configure stage, please see log: http://people.freebsd.org/~pawel/buildlogs/7/KCemu-0.5.1.log
I've made a patch, based on the issues reported by pawel. Please check the changes I've included. Regards, Hardy -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
This still doesn't build, please see: http://people.freebsd.org/~pawel/kcemu.shar This shar contains my improvements to your work, builds and installs fine - it should make fixing issues I mentioned earlier much easier. make configure command shows that there are missed dependencies in your port, you should add them to LIB_DEPENDS or disable them with CONFIGURE_ARGS. As I said in my last mail I don't know this software and I'm not sure which dependencies may or may not be important to our users. --=20 pozdrawiam / with regards Pawe=B3 P=EAkala
pawel 2011-12-23 12:13:55 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/kcemu Makefile distinfo pkg-descr pkg-plist Log: KCemu is an emulator for the KC85 homecomputer series and other Z80 based microcomputers like Z1013, LC80, Polycomputer 880 and BIC A5105. The emulation supports a number of additional hardware, e.g. floppy disk drives and extended graphic modules. WWW: http://kcemu.sourceforge.net PR: ports/161346 Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> Revision Changes Path 1.327 +1 -0 ports/emulators/Makefile 1.1 +48 -0 ports/emulators/kcemu/Makefile (new) 1.1 +2 -0 ports/emulators/kcemu/distinfo (new) 1.1 +6 -0 ports/emulators/kcemu/pkg-descr (new) 1.1 +291 -0 ports/emulators/kcemu/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
pawel 2011-12-23 12:17:19 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: For emulators/kcemu PR: ports/161346 Revision Changes Path 1.1044 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed New port added, with minor changes. Thanks!