summaryrefslogtreecommitdiff
path: root/editors/gtranslator/patches
diff options
context:
space:
mode:
authorwiz <wiz>2007-05-12 13:46:20 +0000
committerwiz <wiz>2007-05-12 13:46:20 +0000
commit5f2a260cbf8daf8fe217d7197d68c51bd2becc04 (patch)
tree4f7e867548eaea0d05ea77cabe49c61facb2da76 /editors/gtranslator/patches
parent75e0078cc63a9f517685a9126b310d3005ce346c (diff)
downloadpkgsrc-5f2a260cbf8daf8fe217d7197d68c51bd2becc04.tar.gz
Update to 1.1.7:
============= Version 1.1.7 ============= * Fix for crash during copy'n'paste (Daffyd Harries and Loic Minier) (#379112) * Fix to apply custom font (patch from Sunil Mohan #146036). * Improve detection (and fallback) when parsing 'charset=' tag from 'Content-Type' header (#329405). * New Norwegian/Bokmaal translation (Tor Harald). * Added Urdu language to languages list (for Simos Xenitellis #346758). * Added Kurdish language to languages list (for Erdal Ronagi #320001). * Added Mongolian language to languages list (for Sanlig Badral #149773). Older NEWS not available.
Diffstat (limited to 'editors/gtranslator/patches')
-rw-r--r--editors/gtranslator/patches/patch-aa13
-rw-r--r--editors/gtranslator/patches/patch-ad13
2 files changed, 0 insertions, 26 deletions
diff --git a/editors/gtranslator/patches/patch-aa b/editors/gtranslator/patches/patch-aa
deleted file mode 100644
index 6a8f1b175c5..00000000000
--- a/editors/gtranslator/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/10/21 04:20:56 xtraeme Exp $
-
---- src/Makefile.in 2004/07/27 22:04:36 1.1
-+++ src/Makefile.in 2004/07/27 22:05:12
-@@ -67,7 +67,7 @@
- CATOBJEXT = @CATOBJEXT@
- CC = @CC@
- DATADIRNAME = @DATADIRNAME@
--DEPRECATED_FLAGS = @DEPRECATED_FLAGS@
-+#DEPRECATED_FLAGS = @DEPRECATED_FLAGS@
- GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
- GMOFILES = @GMOFILES@
- GMSGFMT = @GMSGFMT@
diff --git a/editors/gtranslator/patches/patch-ad b/editors/gtranslator/patches/patch-ad
deleted file mode 100644
index 6e42eb582d6..00000000000
--- a/editors/gtranslator/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2006/05/08 21:31:28 joerg Exp $
-
---- src/semerkent/semer-file.c.orig 2006-05-08 20:42:03.000000000 +0000
-+++ src/semerkent/semer-file.c
-@@ -418,7 +418,7 @@ static gint semer_file_remove_entry_inte
- /*
- * Remove the entry data/link.
- */
-- g_list_remove_link(SEMER_FILE(file)->entries,
-+ SEMER_FILE(file)->entries = g_list_remove_link(SEMER_FILE(file)->entries,
- removelist);
-
- /*