Update of /cvsroot/fink/experimental/rangerrick/common/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3572

Modified Files:
        distcc.info distcc.patch 
Log Message:
new distcc

Index: distcc.patch
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/devel/distcc.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- distcc.patch        8 Nov 2004 20:16:22 -0000       1.6
+++ distcc.patch        7 Jan 2005 20:31:15 -0000       1.7
@@ -1,6 +1,12979 @@
-diff -uNr distcc-2.18.1/src/mon-text.c distcc-2.18.1-new/src/mon-text.c
---- distcc-2.18.1/src/mon-text.c       2004-11-02 21:47:22.000000000 -0500
-+++ distcc-2.18.1-new/src/mon-text.c   2004-11-08 10:48:56.000000000 -0500
+diff -uNr distcc-2.18.3/Makefile.in distcc-2.18.3-new/Makefile.in
+--- distcc-2.18.3/Makefile.in  Sun Oct 24 01:05:48 2004
++++ distcc-2.18.3-new/Makefile.in      Fri Jan  7 11:16:34 2005
+@@ -180,6 +180,7 @@
+       src/ssh.o src/state.o src/strip.o                               \
+       src/timefile.o src/traceenv.o                                   \
+       src/where.o                                                     \
++      @ZEROCONF_DISTCC_OBJS@                                          \
[...13617 lines suppressed...]
++
++#include <inttypes.h>
++
++/* HOWL 0.9.6 defines PACKAGE_NAME and friends. This is broken. As a
++ * workaround we undfined those macros here */
++
++#undef PACKAGE_NAME
++#undef PACKAGE_BUGREPORT
++#undef PACKAGE_TARNAME
++#undef PACKAGE_VERSION
++#undef PACKAGE_STRING
++
++#include <howl.h>
++
++int dcc_zeroconf_add_hosts(struct dcc_hostdef **re_list, int *ret_nhosts, int 
slots, struct dcc_hostdef **ret_prev);
++
++int dcc_zeroconf_register(sw_discovery *discovery, int port, int n_cpus);
++int dcc_zeroconf_unregister(sw_discovery discovery);
++
++#endif

Index: distcc.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/devel/distcc.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- distcc.info 23 Nov 2004 13:12:11 -0000      1.16
+++ distcc.info 7 Jan 2005 20:31:15 -0000       1.17
@@ -1,17 +1,24 @@
 Package: distcc
-Version: 2.18.1
+Version: 2.18.3
 Revision: 1
-Depends: daemonic, popt-shlibs, passwd (>= 20031013-1)
+Depends: daemonic, libhowl-shlibs, libiconv, popt-shlibs, passwd (>= 
20031013-1)
 Suggests: ccache
-BuildDepends: gettext-dev, libiconv-dev, libxml2, passwd (>= 20031013-1), popt
+BuildDepends: gettext-dev, libhowl-dev, libiconv-dev, libxml2, passwd (>= 
20031013-1), popt
 BuildDependsOnly: true
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
-Source: http://%n.samba.org/ftp/%n/%n-%v.tar.bz2
-Source-MD5: c3ab3eec92d525f5f818fe7e00ed2227
-Patch: %n.patch
+CustomMirror: <<
+  nam-US: http://ranger.befunk.com/fink
+  nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
+  nam-CA: http://www.southofheaven.net/befunk
+<<
+#Source: http://%n.samba.org/ftp/%n/%n-%v.tar.bz2
+Source: mirror:custom:%n-%v-patched.tar.bz2
+Source-MD5: b301583cfc9c757d6d27648e40db1682
+SourceDirectory: %n-%v
+#Patch: %n.patch
 ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info
 NoSetCPPFLAGS: true
-SetCPPFLAGS: -no-cpp-precomp -I./src -I./lzo -I%p/include
+SetCPPFLAGS: -no-cpp-precomp -I./src -I./lzo -I%p/include -I%p/include/howl
 SetLIBS: -L%p/lib
 CompileScript: <<
 #!/bin/sh



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to