head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q2:1.3.0.24 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.22 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.20 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.18 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.16 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.14 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.12 pkgsrc-2008Q1:1.3.0.10 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.8 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.6 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.4 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.2 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.2.0.10 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.8 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.6 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.4 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.2 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.1.0.12 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.10 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.8 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.6 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.4 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.2 pkgsrc-2004Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2009.08.06.20.46.53; author joerg; state dead; branches; next 1.3; 1.3 date 2007.02.15.14.28.40; author rillig; state Exp; branches; next 1.2; 1.2 date 2005.10.09.18.33.17; author minskim; state Exp; branches; next 1.1; 1.1 date 2004.04.27.21.58.15; author dmcmahill; state Exp; branches; next ; desc @@ 1.4 log @Update to poedit-1.4.2. It compiles and doesn't immediately crash, so it is a huge improvement over the old version. @ text @$NetBSD: patch-ab,v 1.3 2007/02/15 14:28:40 rillig Exp $ Tags: for-upstream - Assume we are never crosscompiling. - Don't know why the DB version "4" is explicitly needed. --- configure.orig 2006-10-29 19:38:07.000000000 +0100 +++ configure 2007-01-12 04:49:50.000000000 +0100 @@@@ -1906,7 +1906,7 @@@@ test -n "$target_alias" && NONENONEs,x,x, && program_prefix=${target_alias}- -if test "$build" != "$host" ; then +if false; then CC=$host_alias-gcc CXX=$host_alias-c++ AR=$host_alias-ar @@@@ -5321,7 +5321,7 @@@@ echo $ECHO_N "checking for Berkeley DB.. echo $ECHO_N "checking for Berkeley DB >= $minversion... $ECHO_C" >&6; } fi - for version in "" 5.0 4.9 4.8 4.7 4.6 4.5 4.4 4.3 4.2 4.1 4.0 3.6 3.5 3.4 3.3 3.2 3.1 ; do + for version in "" 5.0 4.9 4.8 4.7 4.6 4.5 4.4 4.3 4.2 4.1 4.0 4 3.6 3.5 3.4 3.3 3.2 3.1 ; do if test -z $version ; then db_lib="-ldb" @ 1.3 log @Updated poedit to 1.3.6. Version 1.3.6 ------------- - fixed failure to load correct catalogs without error message - fixed loading of X-Poedit-Language header (#1567018) - fixed loading of files in charsets other than UTF-8 (#1562780) - fixed shortcuts on Mac OS X to not use Alt+something Version 1.3.5 ------------- - fixed Content-Type header parsing (bug #1346495) - Unicode build of wxWidgets 2.6 is now required - fixed bug with entering numbers when using German translation (#1325590) - fixed broken layout on startup when showing comments window (#1313612) - initial Mac OS X port - fixed crash when loading some invalid PO files (#1495970) - fixed the Find window to not be on top of other apps' windows - install .desktop files and icons according to freedesktop.org standards - changed the icons to a combination of Tango Desktop Project and Silk icons - removed on-the-fly checking of catalog items, it's too buggy - added more translations: Macedonian (Jovan Kostovski) Arabic (Mohammed al zaid) Thai (Pun) Malay (Mahrazi Mohd Kamal) @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 2005/10/09 18:33:17 minskim Exp $ @ 1.2 log @Update poedit to 1.3.4. Changes since 1.2.5: - build with wxGTK-2.6 - use standard accelerators for Close command - added ability to create bookmarks (Olivier Sannier) - improved status icons (Olivier Sannier) - more robust parsing of catalog headers - saving into read-only file now fails as expected - added "New catalog from POT file" feature - added ability to display automatic comments in the UI - added ability to search comments - added checking of input files' correctness - plural forms support - fixed catalog I/O to correctly handle automatic comments - usability improvements - added more translations - many bug fixes @ text @d1 1 a1 1 $NetBSD$ d3 8 a10 3 --- configure.orig 2005-10-02 16:03:35.000000000 -0700 +++ configure @@@@ -1436,19 +1436,19 @@@@ test -n "$target_alias" && d15 6 a20 38 - CC=$host_alias-gcc - CXX=$host_alias-c++ - AR=$host_alias-ar - RANLIB=$host_alias-ranlib - DLLTOOL=$host_alias-dlltool - RESCOMP=$host_alias-windres - LD=$host_alias-ld - NM=$host_alias-nm - STRIP=$host_alias-strip -else +#if test "$build" != "$host" ; then +# CC=$host_alias-gcc +# CXX=$host_alias-c++ +# AR=$host_alias-ar +# RANLIB=$host_alias-ranlib +# DLLTOOL=$host_alias-dlltool +# RESCOMP=$host_alias-windres +# LD=$host_alias-ld +# NM=$host_alias-nm +# STRIP=$host_alias-strip +#else RESCOMP=windres -fi +#fi am__api_version="1.8" # Find a good install program. We prefer a C program (faster), @@@@ -4677,7 +4677,7 @@@@ fi echo "$as_me:$LINENO: checking for GNOME data directory" >&5 echo $ECHO_N "checking for GNOME data directory... $ECHO_C" >&6 - GNOME_DATA_DIR=`gnome-config --datadir 2>/dev/null` + GNOME_DATA_DIR=$prefix/share if test x$GNOME_DATA_DIR = x ; then echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 @@@@ -4736,7 +4736,7 @@@@ echo $ECHO_N "checking for Berkeley DB.. echo $ECHO_N "checking for Berkeley DB >= $minversion... $ECHO_C" >&6 d24 1 a24 1 + for version in "" 5.0 4.9 4.8 4.7 4.6 4.5 4.4 4.3 4.2 4.1 4.0 4 3.6 3.5 3.4 3.3 3.2 3.1 ; do @ 1.1 log @avoid tricking the configure script into thinking we're cross compiling which breaks compilation if you do not have a cross tool chain installed. Not sure how this ever compiled before... @ text @d3 1 a3 1 --- configure.orig Sun Jan 25 22:17:58 2004 d5 1 a5 1 @@@@ -1460,19 +1460,19 @@@@ test -n "$target_alias" && d35 1 a35 1 am__api_version="1.7" d37 18 @