diff options
author | lioux <lioux@FreeBSD.org> | 2005-11-21 10:28:51 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-11-21 10:28:51 +0800 |
commit | e44f9df3276441d8c3e89793d17eec8b9ea264c7 (patch) | |
tree | eb8e0d4c4675457587f0112ec69f457a11b22451 /net-p2p | |
parent | 858922fd4ba66b6f6196a5706155df5240183cc5 (diff) | |
download | freebsd-ports-gnome-e44f9df3276441d8c3e89793d17eec8b9ea264c7.tar.gz freebsd-ports-gnome-e44f9df3276441d8c3e89793d17eec8b9ea264c7.tar.zst freebsd-ports-gnome-e44f9df3276441d8c3e89793d17eec8b9ea264c7.zip |
o Fix erros with .po language file generation [1] reference:
- http://www.mail-archive.com/pld-cvs-commit%40lists.pld-linux.org/msg21273.html
o PORTREVISION bumped in sync with changes on Makefile rev 1.42
Obtained from: pld-linux CVS [1]
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/py-bittorrent-devel/files/patch-BitTorrent____init__.py | 11 | ||||
-rw-r--r-- | net-p2p/py-bittorrent-devel/files/patch-makei18n.sh | 9 |
2 files changed, 20 insertions, 0 deletions
diff --git a/net-p2p/py-bittorrent-devel/files/patch-BitTorrent____init__.py b/net-p2p/py-bittorrent-devel/files/patch-BitTorrent____init__.py new file mode 100644 index 000000000000..69079192dc47 --- /dev/null +++ b/net-p2p/py-bittorrent-devel/files/patch-BitTorrent____init__.py @@ -0,0 +1,11 @@ +--- BitTorrent/__init__.py.orig Sun Nov 20 23:18:59 2005 ++++ BitTorrent/__init__.py Sun Nov 20 23:19:07 2005 +@@ -64,7 +64,7 @@ + 'te' :u' తెలుగు' , + } + +-#language_names.update(unfinished_language_names) ++language_names.update(unfinished_language_names) + + languages = language_names.keys() + languages.sort() diff --git a/net-p2p/py-bittorrent-devel/files/patch-makei18n.sh b/net-p2p/py-bittorrent-devel/files/patch-makei18n.sh new file mode 100644 index 000000000000..90b32d2cd103 --- /dev/null +++ b/net-p2p/py-bittorrent-devel/files/patch-makei18n.sh @@ -0,0 +1,9 @@ +--- makei18n.sh.orig Sun Nov 20 23:17:39 2005 ++++ makei18n.sh Sun Nov 20 23:18:34 2005 +@@ -1,5 +1,5 @@ + APP_NAME="bittorrent" +-LANGUAGES=`python language_codes.py` ++LANGUAGES=`cd po; ls *.po | sed -e 's/\.po//'` + MESSAGES_PO="messages.pot" + + rm -f $APP_NAME.lis |