diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-12-21 17:49:37 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-12-21 17:49:37 +0000 |
commit | 4470cc4e90934c9533e28f45ffa2710d579343ff (patch) | |
tree | b728629e92cb7e39b73257cc040e5d1c778abbcf /net-im/licq | |
parent | 2cce95fba6e5ea7fa09877fd0dc720d91bbc330f (diff) | |
download | ports-4470cc4e90934c9533e28f45ffa2710d579343ff.tar.gz ports-4470cc4e90934c9533e28f45ffa2710d579343ff.zip |
Notes
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/Makefile | 1 | ||||
-rw-r--r-- | net-im/licq/files/patch-icqd-srv.cpp | 11 |
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); |