decc29d9c4
DragonFly shares a problem compiling RapidSVN with HP-UX, a name space conflict with the isset macro of /usr/include/sys/param.h. This was fixed in version 0.12.0, so it was necessary to upgrade versions to build RapidSVN on DragonFly. Visible changes since the previous version: * 663 New: Show number of modified children in folder browser * 662 Enhancement: Indicate changed content with BOLD text instead of red color * 666 Enhancement: Performance optimization for indicating modified subfolders * 667 Enhancement: Make indication of modified subfolder configurable * 668 Enhancement: Show build revision in About Dialog * 669 Enhancement: Dont use static svn version in About dialog * 665 Windows: Drop suffix for unicode exe * 679 Mac+Win: Support Subversion 1.6.5 in binary packges * 526 Fixed: Filelist update failed when there are special characetrs in uri * 555 Fixed: Linux+Mac: locale files not installed by default * 614 Fixed: Interactive Resolve used hardcoded filenames * 643 Fixed: Mac: crashes at startup because of missing dynamic libraries * 656 Fixed: Windows 7: Error when starting Explorer from RapidSVN * 660 Fixed: Visual C++ 2005 Builds Fail to Startup (Visual C++ Runtime Error) * 664 Fixed: Crashes on Windows in Japan * 671 Fixed: Tree not updated after a commit * 678 Fixed: Use native path separator when starting external app Version 0.12 (released October 14th 2009) http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.12
14 lines
489 B
Text
14 lines
489 B
Text
$NetBSD: patch-src_locale_Makefile.in,v 1.1 2011/12/06 23:40:08 marino Exp $
|
|
|
|
--- src/locale/Makefile.in.orig 2009-10-20 07:19:08.000000000 +0000
|
|
+++ src/locale/Makefile.in
|
|
@@ -191,8 +191,7 @@ RAPIDSVN_LANGUAGES = de fr it_IT pt_BR r
|
|
#On OS/X we dont seem to have msgfmt installed by default
|
|
#so we are going to use the python version instead
|
|
#(TODO check for msgfmt, then python)
|
|
-#MSGFMT=msgfmt
|
|
-MSGFMT = python $(top_srcdir)/tools/msgfmt.py
|
|
+MSGFMT=msgfmt
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|