FreeBSD Bugzilla – Attachment 26306 Details for
Bug 44927
update & fixes for kopete port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
kopete-fix
kopete-fix (text/plain), 2.16 KB, created by
Josef El-Rayes
on 2002-11-05 12:40:01 UTC
(
hide
)
Description:
kopete-fix
Filename:
MIME Type:
Creator:
Josef El-Rayes
Created:
2002-11-05 12:40:01 UTC
Size:
2.16 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># kopete/ ># kopete/dcchandler.cpp.diff ># kopete/service.cpp.diff ># kopete/Makefile.diff ># >echo c - kopete/ >mkdir -p kopete/ > /dev/null 2>&1 >echo x - kopete/dcchandler.cpp.diff >sed 's/^X//' >kopete/dcchandler.cpp.diff << 'END-of-kopete/dcchandler.cpp.diff' >X--- dcchandler.cpp.orig Tue Nov 5 10:18:25 2002 >X+++ dcchandler.cpp Mon Nov 4 23:42:18 2002 >X@@ -33,9 +33,9 @@ >X #include <sys/types.h> >X #endif >X #include <inttypes.h> >X-#ifndef __FreeBSD__ >X-# include <netinet/in.h> >X-#endif >X+ >X+#include <netinet/in.h> >X+ >X #include <unistd.h> >X >X >END-of-kopete/dcchandler.cpp.diff >echo x - kopete/service.cpp.diff >sed 's/^X//' >kopete/service.cpp.diff << 'END-of-kopete/service.cpp.diff' >X--- service.cpp.orig Wed Oct 16 03:27:17 2002 >X+++ service.cpp Mon Nov 4 23:19:58 2002 >X@@ -301,14 +301,14 @@ >X time(&now); >X Buffer b; >X b << (char)3; >X- b.pack(now); >X+ b.pack((unsigned long)now); >X b.pack((unsigned short)0); >X b.pack((unsigned short)1); >X b.pack((unsigned short)1); >X b.pack((char*)SHARED_FILES_SIGN, 16); >X b << (char)4 << (unsigned short)1; >X b.pack((unsigned long)(bState ? 1 : 0)); >X- b.pack(now); >X+ b.pack((unsigned long)now); >X b.pack((unsigned long)0); >X b.pack((unsigned short)1); >X sendUpdate(b); >END-of-kopete/service.cpp.diff >echo x - kopete/Makefile.diff >sed 's/^X//' >kopete/Makefile.diff << 'END-of-kopete/Makefile.diff' >X--- Makefile.orig Tue Nov 5 13:25:01 2002 >X+++ kopete/Makefile Tue Nov 5 10:21:28 2002 >X@@ -6,13 +6,15 @@ >X # >X >X PORTNAME= kopete >X-PORTVERSION= 0.4.1 >X+PORTVERSION= 0.5-1 >X CATEGORIES= net kde >X-MASTER_SITES= http://www.chez.com/dae/ >X+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} >X+MASTER_SITE_SUBDIR= ${PORTNAME} >X+DISTNAME= ${PORTNAME}-${PORTVERSION} >X >X MAINTAINER= stefan.jahn@nemesis-sektor.de >X >X-BROKEN= "Does not compile" >X+#BROKEN= "Does not compile" >X >X USE_KDELIBS_VER=3 >X GNU_CONFIGURE= yes >END-of-kopete/Makefile.diff >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 44927
: 26306