Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/net
In directory sc8-pr-cvs1:/tmp/cvs-serv13351

Added Files:
        nmap-nox.info nmap-nox.patch nmap.info nmap.patch 
Removed Files:
        nmap-3.26-1.info nmap-nox-3.26-2.info nmap-nox-3.26-2.patch 
Log Message:
remove getopt declaration, it is in unistd.h

--- NEW FILE: nmap-nox.info ---
Package: nmap-nox
Version: 3.26
Revision: 12
Maintainer: Jeremy Higgs <[EMAIL PROTECTED]>
BuildDepends: libpcap, dlcompat-dev
Depends: libpcap-shlibs, dlcompat-shlibs
Conflicts: nmap ( <= %v-%r )
Replaces: nmap ( <= %v-%r )
Source: http://download.insecure.org/nmap/dist/nmap-%v.tar.bz2
Source-MD5: 1a490c652152f72755947a40921c685b
Patch: %n.patch
ConfigureParams: --mandir='$(prefix)/share/man' --with-libpcap=%p
DocFiles: CHANGELOG COPYING HACKING docs/README docs/*.html docs/*.txt
SetCPPFLAGS: -no-cpp-precomp
Description: Network exploration utility (Non-X11 version)
DescDetail: <<
nmap, a utility for network exploration or auditing, supporting ping scanning,
port scanning and TCP/IP fingerprinting. It also offers decoy scanning, sunRPC
scanning, reverse-identd scanning and others.
This version has the X11 front-end disabled. For the version with X11
support, see 'nmap'.
<<
DescPackaging: <<
ConfigureParams installs manpages in correct directories and uses installed
version of libpcap.
<<
License: GPL
Homepage: http://www.insecure.org/nmap/

--- NEW FILE: nmap-nox.patch ---
diff -ru nmap-3.26/configure nmap-3.26-patched/configure
--- nmap-3.26/configure Fri Apr 25 14:46:45 2003
+++ nmap-3.26-patched/configure Fri Apr 25 17:28:39 2003
@@ -5528,7 +5528,7 @@
                  You need at least version $GTK_MINVERSION.\n Subdir X-windows \
                  will not be made" >&2;}
   else
-    subdirs="$subdirs nmapfe"
+    subdirs="$subdirs"
                       fi
 fi
 fi
diff -uNr nmap-3.26/nbase/getopt.h nmap-3.26/nbase/getopt.h
--- nmap-3.26/nbase/getopt.h    Fri Oct 10 17:04:39 2003
+++ nmap-3.26/nbase/getopt.h    Fri Oct 10 16:56:59 2003
@@ -100,7 +100,7 @@
    errors, only prototype getopt for the GNU C library.  */
 extern int getopt (int argc, char *const *argv, const char *shortopts);
 #else /* not __GNU_LIBRARY__ */
-extern int getopt ();
+/* extern int getopt (); */
 #endif /* __GNU_LIBRARY__ */
 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
                        const struct option *longopts, int *longind);

--- NEW FILE: nmap.info ---
Package: nmap
Version: 3.26
Revision: 11
Maintainer: Jeremy Higgs <[EMAIL PROTECTED]>
BuildDepends: glib, libpcap, dlcompat-dev, gtk+, gettext-dev, gettext-bin
Depends: libpcap-shlibs, gtk+-shlibs, dlcompat-shlibs, glib-shlibs
Conflicts: nmap-nox ( <= %v-%r )
Replaces: nmap-nox ( <= %v-%r )
Source: http://download.insecure.org/%n/dist/%n-%v.tar.bz2
Source-MD5: 1a490c652152f72755947a40921c685b
Patch: %n.patch
ConfigureParams: --mandir='$(prefix)/share/man' --with-libpcap=%p
DocFiles: CHANGELOG COPYING HACKING docs/README docs/*.html docs/*.txt
SetCPPFLAGS: -no-cpp-precomp
Description: Network exploration utility (X11 support)
DescDetail: <<
nmap, a utility for network exploration or auditing, supporting ping scanning,
port scanning and TCP/IP fingerprinting. It also offers decoy scanning, sunRPC
scanning, reverse-identd scanning and others.
This version has the X11 front-end enabled. For the version without X11
support, see 'nmap-nox'.
<<
DescPackaging: <<
ConfigureParams installs manpages in correct directories and uses installed
version of libpcap.
<<
License: GPL
Homepage: http://www.insecure.org/nmap/

--- NEW FILE: nmap.patch ---
diff -uNr nmap-3.26/nbase/getopt.h nmap-3.26/nbase/getopt.h
--- nmap-3.26/nbase/getopt.h    Fri Oct 10 17:04:39 2003
+++ nmap-3.26/nbase/getopt.h    Fri Oct 10 16:56:59 2003
@@ -100,7 +100,7 @@
    errors, only prototype getopt for the GNU C library.  */
 extern int getopt (int argc, char *const *argv, const char *shortopts);
 #else /* not __GNU_LIBRARY__ */
-extern int getopt ();
+/* extern int getopt (); */
 #endif /* __GNU_LIBRARY__ */
 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
                        const struct option *longopts, int *longind);

--- nmap-3.26-1.info DELETED ---

--- nmap-nox-3.26-2.info DELETED ---

--- nmap-nox-3.26-2.patch DELETED ---




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to