Summary: | New Port: emulators/bsnes Snes Emulator BSnes | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Emmanuel Vadot <elbarto> | ||||||||||
Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||||||||
Status: | Closed FIXED | ||||||||||||
Severity: | Affects Only Me | ||||||||||||
Priority: | Normal | ||||||||||||
Version: | Latest | ||||||||||||
Hardware: | Any | ||||||||||||
OS: | Any | ||||||||||||
Attachments: |
|
Description
Emmanuel Vadot
2009-06-15 12:00:12 UTC
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. State Changed From-To: open->feedback Fails to build: http://people.freebsd.org/~amdmi3/bsnes-0.47.log Sorry for that. New shar with correct dependency attached. -- Emmanuel Vadot elbarto@arcadebsd.org * Emmanuel Vadot (elbarto@arcadebsd.org) wrote: (Duplicating message send via private email a while ago, still unanswered, as a followup). > Sorry for that. > New shar with correct dependency attached. Good. May I suggest using more verbose knobs? s|V|VIDEO|, s|S|SOUND|, s|I|INPUT| would be better. Also it does not respect CC/CXX/CFLAGS/CXXFLAGS and LOCALBASE (and maybe PREFIX). Finally note that it's ONLY_FOR_ARCHS, not ARCH, and it also needs USE_XORG+=x11. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru On Sun, 28 Jun 2009 22:51:55 +0400, Dmitry Marakasov <amdmi3@amdmi3.ru> wrote: > * Emmanuel Vadot (elbarto@arcadebsd.org) wrote: > > (Duplicating message send via private email a while ago, still > unanswered, as a followup). > >> Sorry for that. >> New shar with correct dependency attached. > > Good. May I suggest using more verbose knobs? s|V|VIDEO|, s|S|SOUND|, > s|I|INPUT| would be better. > > Also it does not respect CC/CXX/CFLAGS/CXXFLAGS and LOCALBASE (and maybe > PREFIX). > > Finally note that it's ONLY_FOR_ARCHS, not ARCH, and it also needs > USE_XORG+=x11. Attached shar correct all of the above. Sorry for the delay. -- Emmanuel Vadot * elbarto (elbarto@arcadebsd.org) wrote: > > Good. May I suggest using more verbose knobs? s|V|VIDEO|, s|S|SOUND|, > > s|I|INPUT| would be better. What about these? I mean in OPTIONS. > > Also it does not respect CC/CXX/CFLAGS/CXXFLAGS and LOCALBASE (and maybe > > PREFIX). > > > > Finally note that it's ONLY_FOR_ARCHS, not ARCH, and it also needs > > USE_XORG+=x11. > > Attached shar correct all of the above. > Sorry for the delay. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru Dmitry Marakasov wrote: > * elbarto (elbarto@arcadebsd.org) wrote: > >>> Good. May I suggest using more verbose knobs? s|V|VIDEO|, s|S|SOUND|, >>> s|I|INPUT| would be better. > > What about these? I mean in OPTIONS. > >>> Also it does not respect CC/CXX/CFLAGS/CXXFLAGS and LOCALBASE (and maybe >>> PREFIX). >>> >>> Finally note that it's ONLY_FOR_ARCHS, not ARCH, and it also needs >>> USE_XORG+=x11. >> Attached shar correct all of the above. >> Sorry for the delay. > Updated shar attached (and with an update to 0.48). -- Emmanuel Vadot elbarto@arcadebsd.org State Changed From-To: feedback->closed New port added, with minor changes. Thanks! amdmi3 2009-07-28 18:04:33 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/bsnes Makefile distinfo pkg-descr emulators/bsnes/files patch-Makefile patch-Makefile-libnall patch-Makefile-qt-libnall Log: bsnes is an emulator that began development on 2004-10-14. The purpose of this emulator is a bit different from others: it focuses on accuracy, debugging functionality, and clean code. The emulator does not focus on things that would hinder accuracy. This includes speed and game-specific hacks for compatibility. As a result, the minimum system requirements for bsnes are very high. The emulator itself was not derived from any existing emulator source code, such as SNES9x. It was written from scratch by myself. Any similarities to other emulators are merely coincidental. WWW: http://byuu.org/bsnes/ PR: 135592 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> Revision Changes Path 1.278 +1 -0 ports/emulators/Makefile 1.1 +108 -0 ports/emulators/bsnes/Makefile (new) 1.1 +3 -0 ports/emulators/bsnes/distinfo (new) 1.1 +29 -0 ports/emulators/bsnes/files/patch-Makefile (new) 1.1 +26 -0 ports/emulators/bsnes/files/patch-Makefile-libnall (new) 1.1 +13 -0 ports/emulators/bsnes/files/patch-Makefile-qt-libnall (new) 1.1 +13 -0 ports/emulators/bsnes/pkg-descr (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" |