Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/devel
In directory usw-pr-cvs1:/tmp/cvs-serv5757
Added Files:
distcc-0.12-1.info distcc-0.12-1.patch
Log Message:
added distcc
--- NEW FILE: distcc-0.12-1.info ---
Package: distcc
Version: 0.12
Revision: 1
Depends: popt-shlibs
BuildDepends: popt
BuildDependsOnly: true
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Source: http://%n.samba.org/ftp/%n/%n-%v.tar.gz
Patch: %f.patch
Source-MD5: 4fa9d4f77bbaeaa615e3872bb4688ba3
ConfigureParams: --mandir=%i/share/man --infodir=%i/share/info
SetCPPFLAGS: -no-cpp-precomp -I%p/include
SetLDFLAGS: -L%p/lib
<<
DocFiles: AUTHORS COPYING* DEPENDENCIES INSTALL *NEWS README
Description: distributed compilation tool
DescDetail: <<
distcc is a program to distribute compilation of C or C++ code
across several machines on a network. distcc should always
generate the same results as a local compile, is simple to
install and use, and is often two or more times faster than a
local compile.
<<
Homepage: http://distcc.samba.org/
License: GPL
--- NEW FILE: distcc-0.12-1.patch ---
diff -uNbr distcc-0.12/Makefile distcc-0.12-built/Makefile
--- distcc-0.12/Makefile Wed Dec 31 19:00:00 1969
+++ distcc-0.12-built/Makefile Sat Oct 12 16:38:16 2002
@@ -0,0 +1,358 @@
+# Top-level Makefile(.in) for distcc
+
+# $Header: /data/cvs/distcc/Makefile.in,v 1.78 2002/09/30 03:46:04 mbp Exp $
+
+# Note that distcc no longer uses automake, but this file is still
+# structured in a somewhat similar way.
+
+# Remember that a CVS checkout of this project contains some
+# directories that will not be present in a tarball distribution,
+# including web/. So, those directories must not be built by regular
+# commands (make all, make clean, make distclean), only by
+# maintainer-* or explicit invocations.
+
+# TODO: Installing info files ought to add them to the info directory,
+# but I don't know any portable way to do this.
[...2214 lines suppressed...]
void rs_trace_to_file(int level, const char *fn, char const *fmt, va_list va);
-int rs_trace_fd;
+extern int rs_trace_fd;
void
Binary files distcc-0.12/src/trace.o and distcc-0.12-built/src/trace.o differ
diff -uNbr distcc-0.12/src/util.d distcc-0.12-built/src/util.d
--- distcc-0.12/src/util.d Wed Dec 31 19:00:00 1969
+++ distcc-0.12-built/src/util.d Sat Oct 12 16:42:24 2002
@@ -0,0 +1 @@
+util.o: util.c config.h distcc.h trace.h io.h util.h exitcode.h
Binary files distcc-0.12/src/util.o and distcc-0.12-built/src/util.o differ
diff -uNbr distcc-0.12/src/where.d distcc-0.12-built/src/where.d
--- distcc-0.12/src/where.d Wed Dec 31 19:00:00 1969
+++ distcc-0.12-built/src/where.d Sat Oct 12 16:42:19 2002
@@ -0,0 +1,2 @@
+where.o: where.c config.h distcc.h trace.h util.h hosts.h tempfile.h \
+ lock.h
Binary files distcc-0.12/src/where.o and distcc-0.12-built/src/where.o differ
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits