Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/net
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22995/10.4-transitional/unstable/main/finkinfo/net
Modified Files:
bitchx-gtk.info bitchx.info bitchx.patch
Log Message:
backport gcc4
Index: bitchx-gtk.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/net/bitchx-gtk.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- bitchx-gtk.info 20 Jan 2006 15:20:36 -0000 1.3
+++ bitchx-gtk.info 23 Mar 2006 04:09:14 -0000 1.4
@@ -1,8 +1,7 @@
Package: bitchx-gtk
Version: 1.0c19
Revision: 31
-Architecture: powerpc
-BuildDepends: gtk+, gnome-libs-dev, orbit-dev, imlib, esound, gettext-dev,
gettext-bin, gettext-tools, x11-dev, gcc3.3, glib, audiofile
+BuildDepends: gtk+, gnome-libs-dev, orbit-dev, imlib, esound, gettext-dev,
gettext-bin, gettext-tools, x11-dev, glib, audiofile
Depends: gtk+-shlibs, gnome-libs-shlibs, bitchx-common
Provides: bitchx, irc-client
@@ -15,10 +14,6 @@
SetCFLAGS: -I%p/include/gnome-1.0 -no-cpp-precomp -DBIND_8_COMPAT
SetMAKEFLAGS: -j1
ConfigureParams: --with-gtk --with-tgetent --with-plugins --without-ssl
--mandir='${prefix}/share/man' --with-default-server=irc.openprojects.net:6667
-CompileScript: <<
- export CC=gcc-3.3; export CXX=g++-3.3; ./configure %c
- make CC=gcc-3.3 CXX=g++-3.3
-<<
InstallScript: <<
make install prefix=%i
@@ -73,7 +68,11 @@
%p/lib/bitchx/script are working correctly. if they are not, please move them
out of the way and reinstall bitchx.
<<
-
+DescPort: <<
+ Fixed lots of static-follows-nonstatic gcc4 problems. Removed
+ "static" from actual variable if shared in multiple .c, removed
+ entire declaration from .h if only used in one .c.
+<<
License: BSD
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
Homepage: http://www.bitchx.com/
Index: bitchx.patch
===================================================================
RCS file:
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/net/bitchx.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bitchx.patch 27 Apr 2005 03:26:11 -0000 1.1
+++ bitchx.patch 23 Mar 2006 04:09:14 -0000 1.2
@@ -564,3 +564,49 @@
#endif
+diff -Nurd -x '*~' BitchX.orig/dll/aim/toc/toc.h BitchX/dll/aim/toc/toc.h
+--- BitchX.orig/dll/aim/toc/toc.h 2001-03-05 14:36:45.000000000 -0500
++++ BitchX/dll/aim/toc/toc.h 2006-03-22 22:13:28.000000000 -0500
+@@ -150,9 +150,6 @@
+ void parse_toc_buddy_list(char *);
+ void translate_toc_error_code(char *c);
+
+-extern int toc_fd;
+-extern int seqno;
+-extern unsigned int peer_ver;
+ extern int state;
+ /* extern int inpa; */
+
+@@ -207,9 +204,7 @@
+ void serv_set_away(char *message);
+
+ extern int idle_timer;
+-extern time_t lastsent;
+ extern time_t login_time;
+-extern struct timeval lag_tv;
+ extern int is_idle;
+ extern int lag_ms;
+ extern int permdeny;
+diff -Nurd -x '*~' BitchX.orig/include/struct.h BitchX/include/struct.h
+--- BitchX.orig/include/struct.h 2002-02-27 23:22:44.000000000 -0500
++++ BitchX/include/struct.h 2006-03-22 22:10:44.000000000 -0500
+@@ -1045,7 +1045,6 @@
+ int delete;
+ } TimerList;
+
+-extern TimerList *PendingTimers;
+ typedef struct nicktab_stru
+ {
+ struct nicktab_stru *next;
+diff -Nurd -x '*~' BitchX.orig/source/ctcp.c BitchX/source/ctcp.c
+--- BitchX.orig/source/ctcp.c 2002-02-27 23:22:47.000000000 -0500
++++ BitchX/source/ctcp.c 2006-03-22 22:09:27.000000000 -0500
+@@ -176,7 +176,7 @@
+
+ /* CDE do ops and unban logging */
+
+-static char *ctcp_type[] =
++char *ctcp_type[] =
+ {
+ "PRIVMSG",
+ "NOTICE"
Index: bitchx.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/net/bitchx.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bitchx.info 27 Apr 2005 03:26:11 -0000 1.1
+++ bitchx.info 23 Mar 2006 04:09:14 -0000 1.2
@@ -1,7 +1,7 @@
Package: bitchx
Version: 1.0c19
Revision: 32
-BuildDepends: libncurses5, gcc3.3
+BuildDepends: libncurses5
Depends: %N-common, libncurses5-shlibs
Provides: irc-client
@@ -14,10 +14,6 @@
SetCFLAGS: -I%p/include -no-cpp-precomp -DBIND_8_COMPAT
SetMAKEFLAGS: -j1
ConfigureParams: --without-gtk --with-tgetent --with-plugins --without-ssl
--mandir='${prefix}/share/man' --with-default-server=irc.freenode.net:6667
SHLIB_SUFFIX=.dylib
-CompileScript: <<
- export CC=gcc-3.3; export CXX=g++-3.3; ./configure %c
- make CC=gcc-3.3 CXX=g++-3.3
-<<
InstallScript: <<
make install prefix=%i
@@ -94,7 +90,11 @@
%p/lib/bitchx/script are working correctly. if they are not, please move them
out of the way and reinstall bitchx.
<<
-
+DescPort: <<
+ Fixed lots of static-follows-nonstatic gcc4 problems. Removed
+ "static" from actual variable if shared in multiple .c, removed
+ entire declaration from .h if only used in one .c.
+<<
License: BSD
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
Homepage: http://www.bitchx.com/
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits