head	1.2;
access;
symbols
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.12.04.21.32.31;	author rene;	state dead;
branches;
next	1.1;

1.1
date	2008.01.26.22.45.15;	author pav;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Garbage collect old ports:
2010-11-15 archivers/linux-par2cmdline: Native version available
2010-11-15 audio/bmp-musepack: does not build with audio/musepack
2010-11-15 audio/libmpcdec: superseded by audio/musepack
2010-11-15 audio/py-musepack: does not build with audio/musepack
2010-12-01 chinese/chinput3: Development has ceased.
2010-12-01 emulators/dynagen-devel: Please install emulators/dynagen instead
2010-11-24 net-p2p/gift-fasttrack: unmaintained upstream
2010-11-24 net-p2p/gift-gnutella: unmaintained upstream
2010-11-24 net-p2p/gift-openft: unmaintained upstream
2010-11-24 net-p2p/pyslsk: unmantained upstream, use net-p2p/nicotine-plus
2010-11-11 security/pamsfs: SFS is dead, this project is dead, and site is gone
2010-11-10 www/p5-Catalyst-Plugin-CommandLine: The module is not needed any more. With new Catalyst (at least 5.7014) it works out of the box.
@
text
@--- src/unicon-im/ImmModules/cce/xl_hzinput.c.orig	2008-01-25 14:10:07.000000000 -0800
+++ src/unicon-im/ImmModules/cce/xl_hzinput.c	2008-01-25 15:49:32.000000000 -0800
@@@@ -124,7 +124,7 @@@@
 
 static void GetAssociatePhrases (HzInputTable_T *pClient, unsigned char *p)
 {
-    int index,len = strlen(p);
+    int index,len = strlen((const char*)p);
 
     if (pClient->InputCount <= pClient->InputMatch)  /* All Match */
     {
@@@@ -291,8 +291,8 @@@@
     {
          fseek( pClient->cur_table->AssocFile, index << 2, SEEK_SET );
          fread( &PhraseNo, sizeof(int), 1, pClient->cur_table->AssocFile );
-         LoadPhrase(pClient,  PhraseNo, str );
-         strcpy(pClient->seltab[pClient->CurSelNum],str+2);
+         LoadPhrase(pClient,  PhraseNo, (char*)str );
+         strcpy(pClient->seltab[pClient->CurSelNum],(char*)str+2);
          CurLen += strlen(pClient->seltab[pClient->CurSelNum++]);
          index++;
     }
@


1.1
log
@- Fix build with GCC 4.2

PR:		ports/119989
Submitted by:	Yuri <yuri@@tsoft.com>
@
text
@@

