SOURCES: jggtrans-external.patch (NEW), jggtrans-pidfile.patch (NE...

jajcus jajcus at pld-linux.org
Sat Jun 3 22:53:21 CEST 2006


Author: jajcus                       Date: Sat Jun  3 20:53:21 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- jabber-gg-transport renamed to jggtrans

---- Files affected:
SOURCES:
   jggtrans-external.patch (NONE -> 1.1)  (NEW), jggtrans-pidfile.patch (NONE -> 1.1)  (NEW), jggtrans-spooldir.patch (NONE -> 1.1)  (NEW), jabber-gg-transport-external.patch (1.2 -> NONE)  (REMOVED), jabber-gg-transport-pidfile.patch (1.1 -> NONE)  (REMOVED), jabber-gg-transport-spooldir.patch (1.1 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: SOURCES/jggtrans-external.patch
diff -u /dev/null SOURCES/jggtrans-external.patch:1.1
--- /dev/null	Sat Jun  3 22:53:21 2006
+++ SOURCES/jggtrans-external.patch	Sat Jun  3 22:53:16 2006
@@ -0,0 +1,39 @@
+diff -urBb jabber-gg-transport-2.2.0.org/configure.ac jabber-gg-transport-2.2.0/configure.ac
+--- jabber-gg-transport-2.2.0.org/configure.ac	2005-07-24 17:28:46.000000000 +0200
++++ jabber-gg-transport-2.2.0/configure.ac	2005-07-24 21:13:27.277111544 +0200
+@@ -58,7 +58,8 @@
+ AC_CHECK_FUNCS([select],[],AC_MSG_ERROR("Some functions needed are missing"))
+ AC_CHECK_FUNCS([memset strchr],[],AC_MSG_ERROR("Some functions needed are missing"))
+ 
+-AC_CONFIG_SUBDIRS([libxode libgadu])
++AC_CONFIG_SUBDIRS([libxode])
++PKG_CHECK_MODULES(LIBGADU, libgadu, [], AC_MSG_ERROR("Some functions needed are missing"))
+ 
+ MKINSTALLDIRS="${MKINSTALLDIRS} -m 755"
+ XGETTEXT="${XGETTEXT} --keyword=L_"
+diff -urBb jabber-gg-transport-2.2.0.org/Makefile.am jabber-gg-transport-2.2.0/Makefile.am
+--- jabber-gg-transport-2.2.0.org/Makefile.am	2005-04-01 17:15:17.000000000 +0200
++++ jabber-gg-transport-2.2.0/Makefile.am	2005-07-24 21:05:49.689675408 +0200
+@@ -1,5 +1,5 @@
+ 
+-SUBDIRS = libxode libgadu src po
++SUBDIRS = libxode src po
+ 
+ .PHONY: cosmetics ChangeLog
+ 
+diff -urBb jabber-gg-transport-2.2.0.org/src/Makefile.am jabber-gg-transport-2.2.0/src/Makefile.am
+--- jabber-gg-transport-2.2.0.org/src/Makefile.am	2005-07-22 18:19:02.000000000 +0200
++++ jabber-gg-transport-2.2.0/src/Makefile.am	2005-07-24 21:05:49.690675256 +0200
+@@ -59,10 +59,10 @@
+ encodingtest_CFLAGS=-DENCODINGTEST
+ encodingtest_LDADD=$(GLIB_LIBS)
+ 
+-INCLUDES=$(GLIB_CFLAGS) $(LIBGADU_INCLUDES) -I../libgadu/lib $(JK_LIBIDN_CFLAGS) -I$(top_srcdir)/libxode/include
++INCLUDES=$(GLIB_CFLAGS) $(LIBGADU_INCLUDES) $(JK_LIBIDN_CFLAGS) -I$(top_srcdir)/libxode/include
+ 
+ jggtrans_CFLAGS=-DVERSION="\"$(VERSION)\"" -DSYSCONFDIR="\"$(sysconfdir)\"" -DLOCALEDIR="\"$(localedir)\""
+-jggtrans_LDADD=$(INTLLIBS) $(GLIB_LIBS) ../libgadu/lib/libgadu.la $(LIBGADU_LIBS) $(LIBGADU_LDFLAGS) $(JK_LIBIDN_LIBS) $(top_builddir)/libxode/src/libxode.la
++jggtrans_LDADD=$(INTLLIBS) $(GLIB_LIBS) $(LIBGADU_LIBS) $(LIBGADU_LDFLAGS) $(JK_LIBIDN_LIBS) $(top_builddir)/libxode/src/libxode.la
+ 
+ tags: 
+ 	ctags -R . ../libxode/

================================================================
Index: SOURCES/jggtrans-pidfile.patch
diff -u /dev/null SOURCES/jggtrans-pidfile.patch:1.1
--- /dev/null	Sat Jun  3 22:53:21 2006
+++ SOURCES/jggtrans-pidfile.patch	Sat Jun  3 22:53:16 2006
@@ -0,0 +1,12 @@
+diff -durN jabber-gg-transport-1.3.1-test1.orig/jggtrans.xml jabber-gg-transport-1.3.1-test1/jggtrans.xml
+--- jabber-gg-transport-1.3.1-test1.orig/jggtrans.xml	Wed Jan 15 14:17:33 2003
++++ jabber-gg-transport-1.3.1-test1/jggtrans.xml	Wed Jan 22 09:43:01 2003
+@@ -131,7 +131,7 @@
+  <spool>/var/lib/jabber/spool/gg.localhost/</spool>
+ 
+  <!-- Where to store pid file. This tag is optional. -->
+- <pidfile>/var/lib/jabber/ggtrans.pid</pidfile>
++ <pidfile>/var/run/jggtrans.pid</pidfile>
+ 
+  <!-- How long to wait before restart, after jabber server connection is broken
+       negative value means, that jggtrans should terminate --> 

================================================================
Index: SOURCES/jggtrans-spooldir.patch
diff -u /dev/null SOURCES/jggtrans-spooldir.patch:1.1
--- /dev/null	Sat Jun  3 22:53:21 2006
+++ SOURCES/jggtrans-spooldir.patch	Sat Jun  3 22:53:16 2006
@@ -0,0 +1,12 @@
+diff -durN jabber-gg-transport-2.0.7.orig/jggtrans.xml jabber-gg-transport-2.0.7/jggtrans.xml
+--- jabber-gg-transport-2.0.7.orig/jggtrans.xml	Sun Sep 14 11:40:40 2003
++++ jabber-gg-transport-2.0.7/jggtrans.xml	Sun Sep 14 11:41:16 2003
+@@ -117,7 +117,7 @@
+ 
+  <!-- Spool directory. This is the place, where user info will be stored. -->
+  <!-- Be careful about permissions - users' GG passwords are stored there -->
+- <spool>/var/lib/jabber/spool/gg.localhost/</spool>
++ <spool>/var/lib/jggtrans/</spool>
+ 
+  <!-- Where to store pid file. This tag is optional. -->
+  <pidfile>/var/run/jggtrans.pid</pidfile>
================================================================


More information about the pld-cvs-commit mailing list