diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-24 23:55:51 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-24 23:55:51 +0800 |
commit | d861245db1be5e96a2ad509be7593ebbcb503339 (patch) | |
tree | eba6f0f6d5b25ace52b4c19ee03a7085115ac656 | |
parent | 8fa32dcb64b4acceaa7f519f06a00df25de7e9b3 (diff) | |
download | freebsd-ports-gnome-d861245db1be5e96a2ad509be7593ebbcb503339.tar.gz freebsd-ports-gnome-d861245db1be5e96a2ad509be7593ebbcb503339.tar.zst freebsd-ports-gnome-d861245db1be5e96a2ad509be7593ebbcb503339.zip |
There is no giconv binary anymore.
-rw-r--r-- | net/ekiga/files/patch-ac | 19 | ||||
-rw-r--r-- | net/gnomemeeting/files/patch-ac | 19 | ||||
-rw-r--r-- | net/gnomemeeting2/files/patch-ac | 19 |
3 files changed, 0 insertions, 57 deletions
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"; - } |