aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bonobo-activation/files
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-02-27 19:21:00 +0800
committersobomax <sobomax@FreeBSD.org>2002-02-27 19:21:00 +0800
commit24bc5c23178513959c78c7a07c11a340c0b70237 (patch)
tree476e846eadf6973949c95bb8ba38d4d8fd77857f /devel/bonobo-activation/files
parent3a8dd18b85fcd891d4dd9aa738fbe2fe4b01a5cb (diff)
downloadfreebsd-ports-graphics-24bc5c23178513959c78c7a07c11a340c0b70237.tar.gz
freebsd-ports-graphics-24bc5c23178513959c78c7a07c11a340c0b70237.tar.zst
freebsd-ports-graphics-24bc5c23178513959c78c7a07c11a340c0b70237.zip
Update all components of the GNOME 2.0 to the versions included into GNOME
2.0-beta release.
Diffstat (limited to 'devel/bonobo-activation/files')
-rw-r--r--devel/bonobo-activation/files/patch-intltool-merge.in14
-rw-r--r--devel/bonobo-activation/files/patch-po::Makefile.in.in14
-rw-r--r--devel/bonobo-activation/files/patch-server::activation-context-query-parser.y14
-rw-r--r--devel/bonobo-activation/files/patch-xml-i18n-merge.in14
4 files changed, 14 insertions, 42 deletions
diff --git a/devel/bonobo-activation/files/patch-intltool-merge.in b/devel/bonobo-activation/files/patch-intltool-merge.in
new file mode 100644
index 00000000000..4a5138a8ddd
--- /dev/null
+++ b/devel/bonobo-activation/files/patch-intltool-merge.in
@@ -0,0 +1,14 @@
+
+$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/bonobo-activation/files/patch-po::Makefile.in.in b/devel/bonobo-activation/files/patch-po::Makefile.in.in
deleted file mode 100644
index 6da522a4a8c..00000000000
--- a/devel/bonobo-activation/files/patch-po::Makefile.in.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- po/Makefile.in.in 2002/02/13 17:45:32 1.1
-+++ po/Makefile.in.in 2002/02/13 17:45:43
-@@ -104,7 +104,7 @@
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
-- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
-+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
- dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
- if test -r $$cat; then \
diff --git a/devel/bonobo-activation/files/patch-server::activation-context-query-parser.y b/devel/bonobo-activation/files/patch-server::activation-context-query-parser.y
deleted file mode 100644
index 5551c815ffc..00000000000
--- a/devel/bonobo-activation/files/patch-server::activation-context-query-parser.y
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- server/activation-context-query-parser.y 2002/02/13 17:42:46 1.1
-+++ server/activation-context-query-parser.y 2002/02/13 17:42:56
-@@ -23,7 +23,7 @@
- */
-
- %{
--#define YYSTACK_USE_ALLOCA
-+#define YYSTACK_USE_ALLOCA 1
-
- #include "activation-context-query.h"
-
diff --git a/devel/bonobo-activation/files/patch-xml-i18n-merge.in b/devel/bonobo-activation/files/patch-xml-i18n-merge.in
deleted file mode 100644
index cbcf71f4bb5..00000000000
--- a/devel/bonobo-activation/files/patch-xml-i18n-merge.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- xml-i18n-merge.in 2002/02/13 21:58:17 1.1
-+++ xml-i18n-merge.in 2002/02/13 21:58:25
-@@ -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";
- }