Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/net
In directory sc8-pr-cvs1:/tmp/cvs-serv24464

Added Files:
        centericq-4.9.0-1.info centericq-4.9.0-1.patch 
Removed Files:
        centericq-4.8.8-1.info centericq-4.8.8-1.patch 
Log Message:
Update


--- NEW FILE: centericq-4.9.0-1.info ---
Package: centericq
Version: 4.9.0
Revision: 1
###
BuildDepends: libsigc++, glib
Depends: x11, libsigc++-shlibs, glib-shlibs
###
Source: http://konst.org.ua/download/%n-%v.tar.gz
Source-MD5: c9b15040720dd5e7d099603f8b34021c
###
Patch: %f.patch
###
ConfigureParams: --mandir=%p/share/man
SetLIBS: -lintl
GCC: 3.1
###
InstallScript: <<
make install DESTDIR=%d
strip %i/bin/%n
<<
###
DocFiles: README COPYING FAQ README ChangeLog
###
Description: Text IM for ICQ/Yahoo/MSN/AIM/Jabber/IRC
DescDetail: <<
Centericq is a text mode menu- and window-driven IM interface that supports 
the ICQ2000, Yahoo!, AIM, MSN, IRC and Jabber protocols.
<<
###
License: GPL
Maintainer: Ben Hines <[EMAIL PROTECTED]>
Homepage: http://konst.org.ua/centericq/

--- NEW FILE: centericq-4.9.0-1.patch ---
--- centericq-4.8.8/kkconsui-0.1/include/conf.h 2001-11-01 23:44:08.000000000 -0800
+++ centericq-4.8.8-patched/kkconsui-0.1/include/conf.h 2002-11-29 15:21:59.000000000 
+-0800
@@ -9,7 +9,11 @@
 #define __KTOOL_USE_NAMESPACES
 #endif
 
-#ifdef __GNUC__
+#if __GNUC__ > 2
+#define __KTOOL_USE_NAMESPACES
+#endif
+
+#if __GNUC__ < 3
 #include <_G_config.h>
 #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 9)
 #else
--- centericq-4.8.8/kkstrtext-0.1/conf.h        2001-11-01 23:44:11.000000000 -0800
+++ centericq-4.8.8-patched/kkstrtext-0.1/conf.h        2002-11-29 15:22:19.000000000 
+-0800
@@ -9,7 +9,11 @@
 #define __KTOOL_USE_NAMESPACES
 #endif
 
-#ifdef __GNUC__
+#if __GNUC__ > 2
+#define __KTOOL_USE_NAMESPACES
+#endif
+
+#if __GNUC__ < 3
 #include <_G_config.h>
 #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 9)
 #else
--- centericq-4.8.8/kksystr-0.1/include/conf.h  2001-11-01 23:44:11.000000000 -0800
+++ centericq-4.8.8-patched/kksystr-0.1/include/conf.h  2002-11-29 15:23:50.000000000 
+-0800
@@ -9,7 +9,11 @@
 #define __KTOOL_USE_NAMESPACES
 #endif
 
-#ifdef __GNUC__
+#if __GNUC__ > 2
+#define __KTOOL_USE_NAMESPACES
+#endif
+
+#if __GNUC__ < 3
 #include <_G_config.h>
 #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 9)
 #else
--- centericq-4.8.8/po/Makefile.in.in   2002-07-08 01:13:53.000000000 -0700
+++ centericq-4.8.8-patched/po/Makefile.in.in   2002-11-29 16:27:44.000000000 -0800
@@ -111,16 +111,16 @@
 install-data-no: all
 install-data-yes: all
        if test -r "$(MKINSTALLDIRS)"; then \
-         $(MKINSTALLDIRS) $(datadir); \
+         $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \
        else \
-         $(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \
+         $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \
        fi
        @catalogs='$(CATALOGS)'; \
        for cat in $$catalogs; do \
          cat=`basename $$cat`; \
          case "$$cat" in \
-           *.gmo) destdir=$(gnulocaledir);; \
-           *)     destdir=$(localedir);; \
+           *.gmo) destdir=$(DESTDIR)$(gnulocaledir);; \
+           *)     destdir=$(DESTDIR)$(localedir);; \
          esac; \
          lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
          dir=$$destdir/$$lang/LC_MESSAGES; \
--- centericq-4.9.0/configure.orig      2002-12-17 03:42:22.000000000 -0800
+++ centericq-4.9.0/configure   2002-12-17 03:49:15.000000000 -0800
@@ -2143,16 +2143,16 @@
 cat > conftest.$ac_ext <<EOF
 #line 2145 "configure"
 #include "confdefs.h"
+#include <iconv.h>
 /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus
 extern "C"
 #endif
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
-char iconv();
 
 int main() {
-iconv()
+iconv(0,0,0,0,0)
 ; return 0; }
 EOF
 if { (eval echo configure:2159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test 
-s conftest${ac_exeext}; then
@@ -2191,16 +2191,16 @@
 cat > conftest.$ac_ext <<EOF
 #line 2193 "configure"
 #include "confdefs.h"
+#include <iconv.h>
 /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus
 extern "C"
 #endif
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
-char iconv();
 
 int main() {
-iconv()
+iconv(0,0,0,0,0)
 ; return 0; }
 EOF
 if { (eval echo configure:2207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test 
-s conftest${ac_exeext}; then
@@ -2447,8 +2447,8 @@
 
 case "$host_os" in
        darwin*)
-           LIBS="$LIBS -L/sw/lib -flat_namespace"
-           CXXFLAGS="$CXXFLAGS $GLIB_CFLAGS -I/sw/include"
+           LIBS="$LIBS -flat_namespace"
+           CXXFLAGS="$CXXFLAGS $GLIB_CFLAGS"
        ;;
 esac
 

--- centericq-4.8.8-1.info DELETED ---

--- centericq-4.8.8-1.patch DELETED ---



-------------------------------------------------------
This SF.NET email is sponsored by: Geek Gift Procrastinating?
Get the perfect geek gift now!  Before the Holidays pass you by.
T H I N K G E E K . C O M      http://www.thinkgeek.com/sf/
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to