Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/gnome
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31245/stable/main/finkinfo/gnome
Added Files:
linc1.info linc1.patch
Log Message:
unstable->stable because needed by some recently-migrated packages.
--- NEW FILE: linc1.patch ---
diff -Naur linc-1.0.3-old/Makefile.in linc-1.0.3/Makefile.in
--- linc-1.0.3-old/Makefile.in Fri Jun 20 08:27:27 2003
+++ linc-1.0.3/Makefile.in Tue Oct 14 10:22:38 2003
@@ -98,7 +98,7 @@
VERSION = @VERSION@
WARN_CFLAGS = @WARN_CFLAGS@
-SUBDIRS = include src test docs
+SUBDIRS = include src docs
m4datadir = $(datadir)/aclocal
m4data_DATA = linc.m4
diff -Naur linc-1.0.3-old/config.h.in linc-1.0.3/config.h.in
--- linc-1.0.3-old/config.h.in Fri Jun 20 08:24:38 2003
+++ linc-1.0.3/config.h.in Tue Oct 14 10:20:14 2003
@@ -10,7 +10,9 @@
* Copyright 2001, Red Hat, Inc., Ximian, Inc.,
* Sun Microsystems, Inc.
*/
+#if !defined (__APPLE__)
#undef socklen_t
+#endif
#undef HAVE_SOCKADDR_SA_LEN
#undef HAVE_INET_PTON
#undef HAVE_GETADDRINFO
diff -Naur linc-1.0.3-old/include/linc/linc-protocol.h
linc-1.0.3/include/linc/linc-protocol.h
--- linc-1.0.3-old/include/linc/linc-protocol.h Fri Jun 20 07:31:21 2003
+++ linc-1.0.3/include/linc/linc-protocol.h Tue Oct 14 10:20:14 2003
@@ -14,6 +14,10 @@
#include <glib/gmacros.h>
+#if defined(__APPLE__) && !defined(socklen_t)
+# define socklen_t int
+#endif
+
G_BEGIN_DECLS
#include <linc/linc-types.h>
diff -Naur linc-1.0.3-old/src/linc-protocols.c linc-1.0.3/src/linc-protocols.c
--- linc-1.0.3-old/src/linc-protocols.c Fri Jun 20 07:31:13 2003
+++ linc-1.0.3/src/linc-protocols.c Tue Oct 14 10:20:14 2003
@@ -11,12 +11,17 @@
*/
#include <config.h>
#include "linc-compat.h"
+#include <sys/types.h>
#include <dirent.h>
#include <linc/linc-protocol.h>
#include <linc/linc-connection.h>
#include "linc-private.h"
#include "linc-debug.h"
+
+#if defined(__APPLE__) && !defined(RES_USE_INET6)
+# undef AF_INET6
+#endif
#undef LOCAL_DEBUG
--- NEW FILE: linc1.info ---
Package: linc1
Version: 1.0.3
Revision: 4
Depends: %N-shlibs (= %v-%r), gettext, glib2 (>= 2.2.3-1), libiconv, pkgconfig
BuildDepends: glib2-dev (>= 2.2.3-1), pkgconfig, gtk-doc (>= 1.1-1), gettext-dev,
gettext-bin, libiconv-dev, openjade (>= 1.3.2-12)
DescPackaging: <<
Uses pkgconfig.
Any package which BuildDepends on this one must also BuildDepend on:
glib2-dev (>= 2.2.3-1)
<<
Source: mirror:gnome:sources/linc/1.1/linc-%v.tar.bz2
Source-MD5: 29f01b7e3e6045395e369d988573d517
Patch: %n.patch
SetCPPFLAGS: -no-cpp-precomp
SetCFLAGS: -O3 -funroll-loops -fstrict-aliasing
ConfigureParams: --without-ssl --disable-gtk-doc
InstallScript: make install DESTDIR=%d
BuildDependsOnly: True
SplitOff: <<
Package: %N-shlibs
Depends: gettext, glib2-shlibs (>= 2.2.3-1), libiconv
Files: lib/liblinc.*.dylib
Shlibs: %p/lib/liblinc.1.dylib 2.0.0 %n (>= 0.5.4-2)
DocFiles: AUTHORS COPYING ChangeLog MAINTAINERS NEWS README TODO
<<
DocFiles: AUTHORS COPYING ChangeLog MAINTAINERS NEWS README TODO
Description: Network client/server library
DescDetail: <<
linc is a library that eases the task of writing networked servers &
clients. It takes care of connection initiation and maintenance, and the
details of various transports. It is used by ORBit2 to handle message
transmission/receipt.
<<
DescPort: <<
- socklen_t was defined as int.
- Disabled IPv6 support.
- Disabled SSL support.
<<
License: LGPL
Maintainer: The Gnome Core Team <[EMAIL PROTECTED]>
Homepage: http://www.gnome.org
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits