Index: head/emulators/mednafen/files/patch-src__nes__unif.cpp =================================================================== --- head/emulators/mednafen/files/patch-src__nes__unif.cpp (nonexistent) +++ head/emulators/mednafen/files/patch-src__nes__unif.cpp (revision 369786) @@ -0,0 +1,11 @@ +--- src/nes/unif.cpp.orig 2014-10-01 15:17:53 UTC ++++ src/nes/unif.cpp +@@ -191,7 +191,7 @@ + MDFN_printf(_("Dumped by: %s\n"),name); + MDFN_printf(_("Dumped with: %s\n"),method); + { +- char *months[12]={_("January"),_("February"),_("March"),_("April"),_("May"),_("June"),_("July"), ++ const char *months[12]={_("January"),_("February"),_("March"),_("April"),_("May"),_("June"),_("July"), + _("August"),_("September"),_("October"),_("November"),_("December")}; + MDFN_printf(_("Dumped on: %s %d, %d\n"),months[(m-1)%12],d,y); + } Property changes on: head/emulators/mednafen/files/patch-src__nes__unif.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/mednafen/pkg-plist =================================================================== --- head/emulators/mednafen/pkg-plist (revision 369785) +++ head/emulators/mednafen/pkg-plist (revision 369786) @@ -1,8 +1,6 @@ bin/mednafen %%NLS%%share/locale/de/LC_MESSAGES/mednafen.mo %%NLS%%share/locale/es/LC_MESSAGES/mednafen.mo %%NLS%%share/locale/ru/LC_MESSAGES/mednafen.mo %%DATADIR%%/c68k_op0.inc -@dirrm %%DATADIR%% %%PORTDOCS%%%%DOCSDIR%%/mednafen.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%