Bug 161346 - [NEW PORT] emulators/kcemu v0.5.1
Summary: [NEW PORT] emulators/kcemu v0.5.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-06 22:10 UTC by hardy.schumacher
Modified: 2011-12-23 12:20 UTC (History)
0 users

See Also:


Attachments
file.shar (11.35 KB, text/plain)
2011-10-06 22:10 UTC, hardy.schumacher
no flags Details
kcemu.shar (11.35 KB, application/octet-stream)
2011-12-11 12:33 UTC, hardy.schumacher
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description hardy.schumacher 2011-10-06 22:10:07 UTC
Create a new port for emulator KCEmu.

Fix: See attachment.

Patch attached with submission follows:
How-To-Repeat: n/a
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2011-10-22 18:13:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2011-10-22 18:29:21 UTC
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
Comment 3 hardy.schumacher 2011-12-11 12:33:21 UTC
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
Comment 4 Pawel Pekala freebsd_committer freebsd_triage 2011-12-12 22:50:24 UTC
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
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-12-23 12:14:09 UTC
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"
Comment 6 dfilter service freebsd_committer freebsd_triage 2011-12-23 12:17:33 UTC
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"
Comment 7 Pawel Pekala freebsd_committer freebsd_triage 2011-12-23 12:17:48 UTC
State Changed
From-To: feedback->closed

New port added, with minor changes. Thanks!