Update of /cvsroot/fink/experimental/rangerrick/common/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24201
Added Files:
libnet1.0.info libnet1.0.patch
Log Message:
to test on 10.3
--- NEW FILE: libnet1.0.patch ---
diff -uNr Libnet-1.0.2a/include/libnet/libnet-headers.h
Libnet-1.0.2a-new/include/libnet/libnet-headers.h
--- Libnet-1.0.2a/include/libnet/libnet-headers.h 2000-12-13
15:38:40.000000000 -0500
+++ Libnet-1.0.2a-new/include/libnet/libnet-headers.h 2005-04-27
16:59:49.000000000 -0400
@@ -518,6 +518,11 @@
struct in_addr ipopt_dst; /* first-hop dst if source routed */
char ipopt_list[MAX_IPOPTLEN]; /* options proper */
};
+#elif defined(__APPLE__)
+struct ipoption {
+ struct in_addr ipopt_dst; /* first-hop dst if source routed */
+ char ipopt_list[MAX_IPOPTLEN]; /* options proper */
+};
#endif
#endif /* __LIBNET_HEADERS_H */
diff -uNr Libnet-1.0.2a/include/libnet.h Libnet-1.0.2a-new/include/libnet.h
--- Libnet-1.0.2a/include/libnet.h 2001-02-06 18:19:25.000000000 -0500
+++ Libnet-1.0.2a-new/include/libnet.h 2005-04-27 17:00:11.000000000 -0400
@@ -84,9 +84,9 @@
#define LIBNET_VERSION "1.0.2a"
#if (!LIBNET_LIL_ENDIAN && !LIBNET_BIG_ENDIAN)
-#error "byte order has not been specified, you'll
-need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN. See the
-documentation regarding the libnet-config script."
+#error "byte order has not been specified, you'll "
+"need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN. See the "
+"documentation regarding the libnet-config script."
#endif
#endif /* __LIBNET_H */
--- NEW FILE: libnet1.0.info ---
Package: libnet1.0
Version: 1.0.2a
Revision: 3
Maintainer: Jeremy Higgs <[EMAIL PROTECTED]>
Source: http://www.packetfactory.net/libnet/dist/deprecated/libnet-%v.tar.gz
SourceDirectory: Libnet-%v
Source-MD5: ddf53f0f484184390e8c2a1bd0853667
Patch: %n.patch
Conflicts: libnet1.1, libnet
Replaces: libnet1.1, libnet
BuildDependsOnly: true
UpdateConfigGuess: true
BuildDepends: cctools (>= 446-1), fink (>= 0.12.0-1)
InstallScript: <<
make install DESTDIR=%d
mkdir -p %i/etc
mkdir -p %i/share/doc/libnet
mkdir -p %i/share/man/man3
install -m 644 libnet-config %i/etc
install -m 644 doc/CHANGELOG doc/COPYING doc/README %i/share/doc/libnet
mv %d/libnet.3 %i/share/man/man3
<<
ConfFiles: %p/etc/libnet-config
Description: Set of routines to handle network packets
DescPackaging: <<
InstallScript changed to place libnet-config and libnet.3 files in correct
places.
<<
Homepage: http://www.packetfactory.net/projects/libnet/
License: Restrictive
-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits