aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/bonobo-activation/files/patch-intltool-merge.in14
-rw-r--r--devel/gnome-vfs/files/patch-intltool-merge.in14
-rw-r--r--devel/gnomevfs2/files/patch-intltool-merge.in14
-rw-r--r--devel/gtranslator/files/patch-intltool-merge.in14
-rw-r--r--devel/libbonobo/files/patch-intltool-merge.in14
-rw-r--r--misc/gnome-mime-data/files/patch-intltool-merge.in14
-rw-r--r--misc/gnomemimedata/files/patch-intltool-merge.in14
-rw-r--r--net/ekiga/files/patch-ac19
-rw-r--r--net/gnomemeeting/files/patch-ac19
-rw-r--r--net/gnomemeeting2/files/patch-ac19
10 files changed, 0 insertions, 155 deletions
diff --git a/devel/bonobo-activation/files/patch-intltool-merge.in b/devel/bonobo-activation/files/patch-intltool-merge.in
deleted file mode 100644
index 4a5138a8ddda..000000000000
--- a/devel/bonobo-activation/files/patch-intltool-merge.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- intltool-merge.in 2002/02/27 09:18:26 1.1
-+++ intltool-merge.in 2002/02/27 09:18:34
-@@ -287,7 +287,7 @@
- if (lc $encoding eq "utf-8") {
- open PO_FILE, "<$po_file";
- } else {
-- open PO_FILE, "iconv -f $encoding -t UTF-8 $po_file|";
-+ open PO_FILE, "giconv -f $encoding -t UTF-8 $po_file|";
- }
- } else {
- open PO_FILE, "<$po_file";
diff --git a/devel/gnome-vfs/files/patch-intltool-merge.in b/devel/gnome-vfs/files/patch-intltool-merge.in
deleted file mode 100644
index d5a424fcc59c..000000000000
--- a/devel/gnome-vfs/files/patch-intltool-merge.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- intltool-merge.in.orig Sun Mar 10 01:56:09 2002
-+++ intltool-merge.in Mon Mar 11 21:43:48 2002
-@@ -290,7 +290,7 @@
- if (lc $encoding eq "utf-8") {
- open PO_FILE, "<$po_file";
- } else {
-- my $iconv = $ENV{"INTLTOOL_ICONV"} || "iconv";
-+ my $iconv = $ENV{"INTLTOOL_ICONV"} || "giconv";
- open PO_FILE, "$iconv -f $encoding -t UTF-8 $po_file|";
- }
- } else {
diff --git a/devel/gnomevfs2/files/patch-intltool-merge.in b/devel/gnomevfs2/files/patch-intltool-merge.in
deleted file mode 100644
index d5a424fcc59c..000000000000
--- a/devel/gnomevfs2/files/patch-intltool-merge.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- intltool-merge.in.orig Sun Mar 10 01:56:09 2002
-+++ intltool-merge.in Mon Mar 11 21:43:48 2002
-@@ -290,7 +290,7 @@
- if (lc $encoding eq "utf-8") {
- open PO_FILE, "<$po_file";
- } else {
-- my $iconv = $ENV{"INTLTOOL_ICONV"} || "iconv";
-+ my $iconv = $ENV{"INTLTOOL_ICONV"} || "giconv";
- open PO_FILE, "$iconv -f $encoding -t UTF-8 $po_file|";
- }
- } else {
diff --git a/devel/gtranslator/files/patch-intltool-merge.in b/devel/gtranslator/files/patch-intltool-merge.in
deleted file mode 100644
index 686362bda663..000000000000
--- a/devel/gtranslator/files/patch-intltool-merge.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- intltool-merge.in 2002/03/15 08:59:58 1.1
-+++ intltool-merge.in 2002/03/15 09:00:07
-@@ -287,7 +287,7 @@
- if (lc $encoding eq "utf-8") {
- open PO_FILE, "<$po_file";
- } else {
-- open PO_FILE, "iconv -f $encoding -t UTF-8 $po_file|";
-+ open PO_FILE, "giconv -f $encoding -t UTF-8 $po_file|";
- }
- } else {
- open PO_FILE, "<$po_file";
diff --git a/devel/libbonobo/files/patch-intltool-merge.in b/devel/libbonobo/files/patch-intltool-merge.in
deleted file mode 100644
index 4b41055809fe..000000000000
--- a/devel/libbonobo/files/patch-intltool-merge.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- intltool-merge.in.orig Tue Feb 19 10:28:55 2002
-+++ intltool-merge.in Wed Feb 27 11:49:32 2002
-@@ -287,7 +287,7 @@
- if (lc $encoding eq "utf-8") {
- open PO_FILE, "<$po_file";
- } else {
-- open PO_FILE, "iconv -f $encoding -t UTF-8 $po_file|";
-+ open PO_FILE, "giconv -f $encoding -t UTF-8 $po_file|";
- }
- } else {
- open PO_FILE, "<$po_file";
diff --git a/misc/gnome-mime-data/files/patch-intltool-merge.in b/misc/gnome-mime-data/files/patch-intltool-merge.in
deleted file mode 100644
index 17f106eadced..000000000000
--- a/misc/gnome-mime-data/files/patch-intltool-merge.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- intltool-merge.in 2002/01/22 10:08:56 1.1
-+++ intltool-merge.in 2002/01/22 10:09:15
-@@ -232,7 +232,7 @@
-
- if ($UTF8_ARG) {
- my $encoding = get_po_encoding($po_file);
-- open PO_FILE, "iconv -f $encoding -t UTF-8 $po_file|";
-+ open PO_FILE, "giconv -f $encoding -t UTF-8 $po_file|";
- } else {
- open PO_FILE, "<$po_file";
- }
diff --git a/misc/gnomemimedata/files/patch-intltool-merge.in b/misc/gnomemimedata/files/patch-intltool-merge.in
deleted file mode 100644
index 17f106eadced..000000000000
--- a/misc/gnomemimedata/files/patch-intltool-merge.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- intltool-merge.in 2002/01/22 10:08:56 1.1
-+++ intltool-merge.in 2002/01/22 10:09:15
-@@ -232,7 +232,7 @@
-
- if ($UTF8_ARG) {
- my $encoding = get_po_encoding($po_file);
-- open PO_FILE, "iconv -f $encoding -t UTF-8 $po_file|";
-+ open PO_FILE, "giconv -f $encoding -t UTF-8 $po_file|";
- } else {
- open PO_FILE, "<$po_file";
- }
diff --git a/net/ekiga/files/patch-ac b/net/ekiga/files/patch-ac
deleted file mode 100644
index daa7c9329827..000000000000
--- a/net/ekiga/files/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
-*** intltool-merge.in.orig Fri Dec 7 10:13:04 2001
---- intltool-merge.in Fri Dec 7 09:46:41 2001
-*************** sub create_translation_database
-*** 237,243 ****
-
- if ($UTF8_ARG) {
- my $encoding = get_po_encoding($po_file);
-! open PO_FILE, "iconv -f $encoding -t UTF-8 $po_file|";
- } else {
- open PO_FILE, "<$po_file";
- }
---- 237,243 ----
-
- if ($UTF8_ARG) {
- my $encoding = get_po_encoding($po_file);
-! open PO_FILE, "giconv -f $encoding -t UTF-8 $po_file|";
- } else {
- open PO_FILE, "<$po_file";
- }
diff --git a/net/gnomemeeting/files/patch-ac b/net/gnomemeeting/files/patch-ac
deleted file mode 100644
index daa7c9329827..000000000000
--- a/net/gnomemeeting/files/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
-*** intltool-merge.in.orig Fri Dec 7 10:13:04 2001
---- intltool-merge.in Fri Dec 7 09:46:41 2001
-*************** sub create_translation_database
-*** 237,243 ****
-
- if ($UTF8_ARG) {
- my $encoding = get_po_encoding($po_file);
-! open PO_FILE, "iconv -f $encoding -t UTF-8 $po_file|";
- } else {
- open PO_FILE, "<$po_file";
- }
---- 237,243 ----
-
- if ($UTF8_ARG) {
- my $encoding = get_po_encoding($po_file);
-! open PO_FILE, "giconv -f $encoding -t UTF-8 $po_file|";
- } else {
- open PO_FILE, "<$po_file";
- }
diff --git a/net/gnomemeeting2/files/patch-ac b/net/gnomemeeting2/files/patch-ac
deleted file mode 100644
index daa7c9329827..000000000000
--- a/net/gnomemeeting2/files/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
-*** intltool-merge.in.orig Fri Dec 7 10:13:04 2001
---- intltool-merge.in Fri Dec 7 09:46:41 2001
-*************** sub create_translation_database
-*** 237,243 ****
-
- if ($UTF8_ARG) {
- my $encoding = get_po_encoding($po_file);
-! open PO_FILE, "iconv -f $encoding -t UTF-8 $po_file|";
- } else {
- open PO_FILE, "<$po_file";
- }
---- 237,243 ----
-
- if ($UTF8_ARG) {
- my $encoding = get_po_encoding($po_file);
-! open PO_FILE, "giconv -f $encoding -t UTF-8 $po_file|";
- } else {
- open PO_FILE, "<$po_file";
- }