diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-22 17:56:04 +0000 | 
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-22 17:56:04 +0000 | 
| commit | 3cb156739765c09aba28c80ef2f604a805825d4e (patch) | |
| tree | 9c306761e2c20a174180d6a71c57093c57aa67d0 /net/micq/files/patch-ab | |
| parent | Update port to 4.4.5 (diff) | |
- Backport some of the patched missed during previous update;
- HAS_CONFIGURE --> GNU_CONFIGURE;
- sort pkg-plist;
- make PORTVERSION more sane.
Diffstat (limited to 'net/micq/files/patch-ab')
| -rw-r--r-- | net/micq/files/patch-ab | 17 | 
1 files changed, 17 insertions, 0 deletions
| diff --git a/net/micq/files/patch-ab b/net/micq/files/patch-ab new file mode 100644 index 000000000000..5a8cda93173a --- /dev/null +++ b/net/micq/files/patch-ab @@ -0,0 +1,17 @@ + +$FreeBSD$ + +--- src/mreadline.c.orig	Fri Feb  8 01:02:42 2002 ++++ src/mreadline.c	Fri Apr  5 12:51:45 2002 +@@ -174,9 +174,9 @@ +     } +  +     if ((uin = TabGetNext ())) +-        sprintf (s, "%s %s/", msgcmd, ContactFindName (uin)); ++        snprintf (s, sizeof(s), "%s %s/", msgcmd, ContactFindName (uin)); +     else +-        sprintf (s, "%s ", msgcmd); ++        snprintf (s, sizeof(s), "%s ", msgcmd); +  +     clen = cpos = strlen (s); +     R_undraw (); | 
