diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/gcin-devel/Makefile | 2 | ||||
-rw-r--r-- | chinese/gcin-devel/files/patch-utf8-edit | 15 | ||||
-rw-r--r-- | chinese/gcin/Makefile | 2 | ||||
-rw-r--r-- | chinese/gcin/files/patch-utf8-edit | 15 |
4 files changed, 32 insertions, 2 deletions
diff --git a/chinese/gcin-devel/Makefile b/chinese/gcin-devel/Makefile index fdfc1879ab0d..9f11877b34de 100644 --- a/chinese/gcin-devel/Makefile +++ b/chinese/gcin-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcin PORTVERSION= 0.8.7 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/ diff --git a/chinese/gcin-devel/files/patch-utf8-edit b/chinese/gcin-devel/files/patch-utf8-edit new file mode 100644 index 000000000000..bd55dbb484d3 --- /dev/null +++ b/chinese/gcin-devel/files/patch-utf8-edit @@ -0,0 +1,15 @@ +--- scripts/utf8-edit.orig Tue Mar 8 01:06:46 2005 ++++ scripts/utf8-edit Tue Mar 8 01:07:08 2005 +@@ -1,10 +1,10 @@ +-#!/bin/bash ++#!/bin/sh + + PATH=$PATH:/opt/gnome/bin:/usr/local/bin + + for i in gedit kedit kate + do +- which $i >& /dev/null ++ which $i > /dev/null + if [ $? = 0 ]; then + UTF8ED=$i + break diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile index fdfc1879ab0d..9f11877b34de 100644 --- a/chinese/gcin/Makefile +++ b/chinese/gcin/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcin PORTVERSION= 0.8.7 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/ diff --git a/chinese/gcin/files/patch-utf8-edit b/chinese/gcin/files/patch-utf8-edit new file mode 100644 index 000000000000..bd55dbb484d3 --- /dev/null +++ b/chinese/gcin/files/patch-utf8-edit @@ -0,0 +1,15 @@ +--- scripts/utf8-edit.orig Tue Mar 8 01:06:46 2005 ++++ scripts/utf8-edit Tue Mar 8 01:07:08 2005 +@@ -1,10 +1,10 @@ +-#!/bin/bash ++#!/bin/sh + + PATH=$PATH:/opt/gnome/bin:/usr/local/bin + + for i in gedit kedit kate + do +- which $i >& /dev/null ++ which $i > /dev/null + if [ $? = 0 ]; then + UTF8ED=$i + break |