Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3261/main/finkinfo/net

Added Files:
        wireshark.info wireshark.patch 
Log Message:
Moved wireshark to stable

--- NEW FILE: wireshark.patch ---
diff -ru wireshark-0.99.2/Makefile.in wireshark-0.99.2-patched/Makefile.in
--- wireshark-0.99.2/Makefile.in        2006-07-17 22:01:47.000000000 +0200
+++ wireshark-0.99.2-patched/Makefile.in        2006-08-19 21:27:50.000000000 
+0200
@@ -2151,9 +2151,8 @@
 
 
 idl2wrs: tools/idl2wrs.sh Makefile
-       cp $(srcdir)/tools/idl2wrs.sh idl2wrs
+       $(editsh) $< > idl2wrs
        chmod +x idl2wrs
-
 #
 # Build the version string
 #
diff -ru wireshark-0.99.2/configure wireshark-0.99.2-patched/configure
--- wireshark-0.99.2/configure  2006-07-17 22:01:53.000000000 +0200
+++ wireshark-0.99.2-patched/configure  2006-08-19 21:30:45.000000000 +0200
@@ -19953,7 +19953,7 @@
        LIBS="$ac_save_LIBS"
   fi
 
-  if test "x$no_libgnutls" = x ; then
+  if test "x$no_libgnutls" = xXXXX ; then
      echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 
@@ -20193,7 +20193,7 @@
         fi
      fi
   fi
-  if test $ok = yes; then
+  if test $ok = XXXX; then
     LIBGCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags`
     LIBGCRYPT_LIBS=`$LIBGCRYPT_CONFIG --libs`
 
@@ -31509,7 +31509,7 @@
 #
 # The plugin dissectors reside in ./plugins/PROTO/
 #
-PLUGIN_LIBS="-L../../epan -lwireshark $GLIB_LIBS"
+PLUGIN_LIBS="../../epan/libwireshark.la $GLIB_LIBS"
 
 
 #

--- NEW FILE: wireshark.info ---
# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not do. In particular, for changes that other people introduced
# behind my back, no matter how good and noble their intentions were. As
# such, I may see myself forced to drop responsibility for (and hence,
# maintainership of) the affected package.

Package: wireshark
Version: 0.99.4
Revision: 1011
Maintainer: Max Horn <[EMAIL PROTECTED]>
BuildDepends: <<
  pth,
  pkgconfig,
  libpcap,
  pcre,
  atk1 (>= 1.6.0-1),
  glib2-dev (>= 2.6.6-1111),
  pango1-xft2-dev (>= 1.4.0-1),
  gtk+2-dev,
  libgettext3-dev,
  gettext-bin,
  gettext-tools,
  libiconv-dev
<<
Depends: <<
  libpcap-shlibs,
  pcre-shlibs,
  gtk+2,
  glib2-shlibs (>= 2.6.6-1111),
  pango1-xft2,
  libgettext3-shlibs
<<
Conflicts: wireshark-ssl, ethereal, ethereal-ssl
Replaces: wireshark-ssl, ethereal, ethereal-ssl
Source: mirror:sourceforge:wireshark/wireshark-%v.tar.bz2
Source-MD5: 05fada181e12bfa94b52f0b10395b28c
Patch: %n.patch
ConfigureParams: <<
  --mandir=%p/share/man \
  --without-net-snmp \
  --without-ucd-snmp \
  --without-adns \
  --without-lua \
  --disable-usr-local \
  --enable-gtk2 \
  --disable-dependency-tracking \
  --without-ssl
<<
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING NEWS README*
Description: Powerful network protocol analyzer
DescDetail: <<
Wireshark is a free network protocol analyzer for Unix and Windows.
It allows you to examine data from a live network or from a capture
file on disk. You can interactively browse the capture data, viewing
summary and detail information for each packet. Wireshark has several
powerful features, including a rich display filter language and the
ability to view the reconstructed stream of a TCP session.
<<
DescPackaging: <<
Although this package is license under the GPL, the -SSL variant is
marked Restrictive since it links to OpenSSL.

PATCH: A patch is used to force gnutls and libgcrypt checks to always
fail for the non-SSL variant of this package.

PATCH: Building idl2wrs is broken in the base package, we fix this.

PATCH: Modify PLUGIN_LIBS to ensure that we link against the freshly
built (but not yet installed) version of libwireshark, instead of
linking to a previously installed version of it.

Might eventually link against and depend on the adns and lua packages.
Since adns and lua are not in stable, I am not (yet) doing this.
<<
Homepage: http://www.wireshark.org
License: GPL


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to