svn commit: r369786 - in head/emulators/mednafen: . files

Jason E. Hale jhale at FreeBSD.org
Thu Oct 2 00:27:03 UTC 2014


Author: jhale
Date: Thu Oct  2 00:27:02 2014
New Revision: 369786
URL: https://svnweb.freebsd.org/changeset/ports/369786
QAT: https://qat.redports.org/buildarchive/r369786/

Log:
  - Fix build with NLS option disabled
  - Drop @dirrm
  
  PR:		193356
  Submitted by:	Kevin Zheng <kevinz5000 at gmail.com>
  Patched by:	myself
  Approved by:	acm (maintainer timeout, 3 weeks)

Added:
  head/emulators/mednafen/files/patch-src__nes__unif.cpp   (contents, props changed)
Modified:
  head/emulators/mednafen/pkg-plist

Added: head/emulators/mednafen/files/patch-src__nes__unif.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/mednafen/files/patch-src__nes__unif.cpp	Thu Oct  2 00:27:02 2014	(r369786)
@@ -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);
+  }

Modified: head/emulators/mednafen/pkg-plist
==============================================================================
--- head/emulators/mednafen/pkg-plist	Thu Oct  2 00:24:04 2014	(r369785)
+++ head/emulators/mednafen/pkg-plist	Thu Oct  2 00:27:02 2014	(r369786)
@@ -3,6 +3,4 @@ bin/mednafen
 %%NLS%%share/locale/es/LC_MESSAGES/mednafen.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/mednafen.mo
 %%DATADIR%%/c68k_op0.inc
- at dirrm %%DATADIR%%
 %%PORTDOCS%%%%DOCSDIR%%/mednafen.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%


More information about the svn-ports-all mailing list