Update of /cvsroot/fink/experimental/beren12/finkinfo/net
In directory sc8-pr-cvs1:/tmp/cvs-serv26234/net

Modified Files:
        gift.info gift.patch 
Log Message:
more updates

Index: gift.info
===================================================================
RCS file: /cvsroot/fink/experimental/beren12/finkinfo/net/gift.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gift.info   21 May 2003 16:17:54 -0000      1.6
+++ gift.info   2 Jun 2003 23:55:22 -0000       1.7
@@ -1,12 +1,12 @@
 Package: gift
-Version: 0.10.0-20030520
+Version: 0.10.0-20030602
 Revision: 1
 Source: mirror:custom:%n-%v.tar.bz2
 CustomMirror: <<
   First: http://homepage.mac.com/beren/
   Second: http://fink.zubrzycki.org/
 <<
-Source-MD5: 64cd9d9e92d9cf5e7342b69566688196
+Source-MD5: e30417c16224eac6adf1bb63ef625274
 SourceDirectory: giFT
 Depends: dlcompat, db41-shlibs | db41-ssl-shlibs, libvorbis0-shlibs, 
id3lib3.7-shlibs, imagemagick
 BuildDepends: dlcompat, db41 | db41-ssl, automake, autoconf2.5, libtool14, 
libvorbis0, id3lib3.7-dev, imagemagick
@@ -48,7 +48,9 @@
 *********************************************************************
 *********************************************************************
 ****                                                             ****
-****    Make sure you run giFT-setup before using giFT again     ****
+****    Make sure you run giFT-setup before using giFT           ****
+****                                                             ****
+****    Especially with versions older than 5/21/2003            ****
 ****                                                             ****
 *********************************************************************
 *********************************************************************

Index: gift.patch
===================================================================
RCS file: /cvsroot/fink/experimental/beren12/finkinfo/net/gift.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- gift.patch  21 May 2003 16:17:54 -0000      1.7
+++ gift.patch  2 Jun 2003 23:55:22 -0000       1.8
@@ -1,6 +1,6 @@
 diff -ruN giFT/FastTrack/Makefile.am giFT.new/FastTrack/Makefile.am
 --- giFT/FastTrack/Makefile.am 1969-12-31 19:00:00.000000000 -0500
-+++ giFT.new/FastTrack/Makefile.am     2003-05-20 22:31:18.000000000 -0400
++++ giFT.new/FastTrack/Makefile.am     2003-06-02 19:48:10.000000000 -0400
 @@ -0,0 +1,36 @@
 +AM_CFLAGS = $(GIFT_CFLAGS)
 +
@@ -38,20 +38,19 @@
 +libFastTrack_la_LIBADD = \
 +      $(top_builddir)/lib/libgiFT.la \
 +      $(top_builddir)/plugin/libgiFTproto.la
- 
 diff -ruN giFT/Makefile.am giFT.new/Makefile.am
---- giFT/Makefile.am   2003-05-20 19:51:25.000000000 -0400
-+++ giFT.new/Makefile.am       2003-05-20 21:22:41.000000000 -0400
+--- giFT/Makefile.am   2003-06-02 00:20:11.000000000 -0400
++++ giFT.new/Makefile.am       2003-06-02 19:48:10.000000000 -0400
 @@ -1,4 +1,4 @@
 -SUBDIRS = lib plugin OpenFT Gnutella src data
 +SUBDIRS = lib plugin OpenFT Gnutella FastTrack src data
  
  man_MANS = giFT.1 gift.conf.5 OpenFT.conf.5
-
+ 
 diff -ruN giFT/configure.ac giFT.new/configure.ac
---- giFT/configure.ac  2003-05-18 20:50:38.000000000 -0400
-+++ giFT.new/configure.ac      2003-05-20 21:45:18.000000000 -0400
-@@ -37,6 +37,9 @@
+--- giFT/configure.ac  2003-06-02 00:20:12.000000000 -0400
++++ giFT.new/configure.ac      2003-06-02 19:48:10.000000000 -0400
+@@ -44,6 +44,9 @@
  AH_VERBATIM([PLUGIN_OPENFT], [
  #undef PLUGIN_OPENFT
  ])
@@ -61,7 +60,7 @@
  AH_VERBATIM([PLUGIN_GNUTELLA], [
  #undef PLUGIN_GNUTELLA
  ])
-@@ -241,6 +244,8 @@
+@@ -245,6 +248,8 @@
  AM_CONDITIONAL(DAEMON,      test x$enable_daemon   = xyes)
  AC_ARG_ENABLE(openft,      [  --disable-openft        disable compiling the OpenFT 
plugin],,[enable_openft=yes])
  AM_CONDITIONAL(OPENFT,      test x$enable_openft   = xyes)
@@ -70,7 +69,7 @@
  AC_ARG_ENABLE(gnutella,    [  --enable-gnutella       enable compiling the Gnutella 
plugin],[enable_gnutella=yes],[enable_gnutella=no])
  AM_CONDITIONAL(GNUTELLA,    test x$enable_gnutella = xyes)
  AC_ARG_ENABLE(perl,        [  --enable-perl           enable perl 
support],[enable_perl=yes],[enable_perl=no])
-@@ -268,6 +273,11 @@
+@@ -274,6 +279,11 @@
    AC_SUBST(PLUGIN_GNUTELLA)
  fi
  
@@ -82,7 +81,7 @@
  dnl ###########################################################################
  dnl Overrides
  dnl ###########################################################################
-@@ -331,6 +341,10 @@
+@@ -337,6 +347,10 @@
      GIFT_LIBS="$GIFT_LIBS \$(top_builddir)/Gnutella/libGnutella.la"
  fi
  
@@ -93,7 +92,7 @@
  GIFT_LDFLAGS=""
  
  if test x$enable_ltdl = xyes; then
-@@ -644,6 +658,7 @@
+@@ -709,6 +723,7 @@
  OpenFT/Makefile
  OpenFT/proto/Makefile
  Gnutella/Makefile
@@ -101,7 +100,7 @@
  data/Makefile
  data/OpenFT/Makefile
  data/Gnutella/Makefile
-@@ -670,6 +685,7 @@
+@@ -735,6 +750,7 @@
  echo "--------------- protocols ---"
  echo
  echo "OpenFT..................: $enable_openft"
@@ -111,7 +110,7 @@
  echo "-------------- extensions ---"
 diff -ruN giFT/etc/gift.conf giFT.new/etc/gift.conf
 --- giFT/etc/gift.conf 2003-05-18 20:50:41.000000000 -0400
-+++ giFT.new/etc/gift.conf     2003-05-20 21:47:15.000000000 -0400
++++ giFT.new/etc/gift.conf     2003-06-02 19:48:10.000000000 -0400
 @@ -1,4 +1,5 @@
  # gift.conf
 +
@@ -131,9 +130,9 @@
  # Default: none
  #
 diff -ruN giFT/src/Makefile.am giFT.new/src/Makefile.am
---- giFT/src/Makefile.am       2003-05-03 13:03:59.000000000 -0400
-+++ giFT.new/src/Makefile.am   2003-05-20 19:54:45.000000000 -0400
-@@ -60,6 +60,7 @@
+--- giFT/src/Makefile.am       2003-06-02 00:20:19.000000000 -0400
++++ giFT.new/src/Makefile.am   2003-06-02 19:48:10.000000000 -0400
+@@ -58,6 +58,7 @@
  
  giFT_LDFLAGS = \
        $(GIFT_LDFLAGS) \
@@ -141,23 +140,23 @@
        $(IMAGEMAGICK_LDFLAGS) \
        -export-dynamic
  
-diff -ruN giFT/src/main.c giFT.new/src/main.c
---- giFT/src/main.c    2003-05-18 20:50:42.000000000 -0400
-+++ giFT.new/src/main.c        2003-05-21 10:44:09.000000000 -0400
-@@ -241,6 +241,9 @@
+diff -ruN giFT/src/giftd.c giFT.new/src/giftd.c
+--- giFT/src/giftd.c   2003-05-29 06:05:34.000000000 -0400
++++ giFT.new/src/giftd.c       2003-06-02 19:50:46.000000000 -0400
+@@ -249,6 +249,9 @@
        string_appendf (s, "  OpenFT %i.%i.%i-%i\n", OPENFT_MAJOR, OPENFT_MINOR,
                        OPENFT_MICRO, OPENFT_REV);
  # endif /* PLUGIN_OPENFT */
 +# ifdef PLUGIN_FASTTRACK
-+      string_appendf (s, "  FastTrack Enabled\n");
++       string_appendf (s, "  FastTrack Enabled\n");
 +# endif /* PLUGIN_FASTTRACK */
  # ifdef PLUGIN_GNUTELLA
        string_appendf (s, "  Gnutella %s\n", GT_VERSION);
  # endif /* PLUGIN_GNUTELLA */
 diff -ruN giFT/src/plugin.c giFT.new/src/plugin.c
---- giFT/src/plugin.c  2003-05-18 20:50:42.000000000 -0400
-+++ giFT.new/src/plugin.c      2003-05-20 21:54:49.000000000 -0400
-@@ -35,6 +35,9 @@
+--- giFT/src/plugin.c  2003-06-02 00:20:20.000000000 -0400
++++ giFT.new/src/plugin.c      2003-06-02 19:48:39.000000000 -0400
+@@ -39,6 +39,9 @@
  # ifdef PLUGIN_OPENFT
  int OpenFT_init (Protocol *p);
  # endif /* PLUGIN_OPENFT */
@@ -167,7 +166,7 @@
  # ifdef PLUGIN_GNUTELLA
  int Gnutella_init (Protocol *p);
  # endif /* PLUGIN_GNUTELLA */
-@@ -224,6 +227,10 @@
+@@ -228,6 +231,10 @@
        if (!strcmp (pname, "OpenFT"))
                init = OpenFT_init;
  # endif /* PLUGIN_OPENFT */




-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to