summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-12-21 17:49:37 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-12-21 17:49:37 +0000
commit4470cc4e90934c9533e28f45ffa2710d579343ff (patch)
treeb728629e92cb7e39b73257cc040e5d1c778abbcf /net-im
parentAdd new Linux base ports with packages from Red Hat Linux 9 [1] and (diff)
- remove translation patch
PR: 74507
Notes
Notes: svn path=/head/; revision=124715
Diffstat (limited to 'net-im')
-rw-r--r--net-im/licq/Makefile1
-rw-r--r--net-im/licq/files/patch-icqd-srv.cpp11
2 files changed, 1 insertions, 11 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile
index 6413d53023fe..2d6b735f0177 100644
--- a/net-im/licq/Makefile
+++ b/net-im/licq/Makefile
@@ -7,6 +7,7 @@
PORTNAME= base
PORTVERSION= ${LICQ_VER}
+PORTREVISION= 1
CATEGORIES= net
PKGNAMESUFFIX= ${SOCKS_SUFFIX}${PKGNAMESUFFIX2}
diff --git a/net-im/licq/files/patch-icqd-srv.cpp b/net-im/licq/files/patch-icqd-srv.cpp
deleted file mode 100644
index 68141062d2be..000000000000
--- a/net-im/licq/files/patch-icqd-srv.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/icqd-srv.cpp.orig Wed Jun 25 08:40:16 2003
-+++ src/icqd-srv.cpp Fri May 7 13:07:09 2004
-@@ -2145,7 +2145,7 @@ void CICQDaemon::ProcessMessageFam(CBuff
- char *szMsg = gTranslator.RNToN(message);
- delete [] message;
-
-- gTranslator.ServerToClient(szMsg);
-+// gTranslator.ServerToClient(szMsg);
-
- bool bNewUser = false;
- ICQUser *u = gUserManager.FetchUser(nUin, LOCK_W);