From a2c29a16caf45cae0a2e803e8693deb3c5759e8a Mon Sep 17 00:00:00 2001 From: Michael Landin Date: Mon, 2 Jun 2003 15:17:13 +0000 Subject: Update nast: 0.1.7d -> 0.1.7e - Set promisc mode as default in sniffer - Fixed a serious memory lack bug in map_lan() - now it compiles on sparc64 Removed patch files, as they are no longer needed. PR: 52622 Submitted by: maintainer Approved by: roberto(mentor) --- net/nast/files/patch-configure | 71 ------------------------------------------ 1 file changed, 71 deletions(-) delete mode 100644 net/nast/files/patch-configure (limited to 'net/nast/files/patch-configure') diff --git a/net/nast/files/patch-configure b/net/nast/files/patch-configure deleted file mode 100644 index 053ba63c93e8..000000000000 --- a/net/nast/files/patch-configure +++ /dev/null @@ -1,71 +0,0 @@ ---- configure.orig Wed Apr 23 20:24:51 2003 -+++ configure Sat May 10 02:19:00 2003 -@@ -252,7 +252,7 @@ - # - # Initializations. - # --ac_default_prefix=/usr/local -+ac_default_prefix=${PREFIX} - ac_config_libobj_dir=. - cross_compiling=no - subdirs= -@@ -273,7 +273,7 @@ - PACKAGE_BUGREPORT='embyte@madlab.it' - - ac_unique_file="main.c" --ac_default_prefix=/usr/local -+ac_default_prefix=${PREFIX} - # Factoring default headers for most tests. - ac_includes_default="\ - #include -@@ -320,11 +320,11 @@ - # The variables have the same names as the options, with - # dashes changed to underlines. - cache_file=/dev/null --exec_prefix=NONE -+exec_prefix=${PREFIX} - no_create= - no_recursion= --prefix=NONE --program_prefix=NONE -+prefix=${PREFIX} -+program_prefix=${PREFIX} - program_suffix=NONE - program_transform_name=s,x,x, - silent= -@@ -1157,7 +1157,7 @@ - # Let the site file select an alternate cache file if it wants to. - # Prefer explicitly selected file to automatically selected ones. - if test -z "$CONFIG_SITE"; then -- if test "x$prefix" != xNONE; then -+ if test "x$prefix" != x${PREFIX}; then - CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" - else - CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" -@@ -1443,17 +1443,6 @@ - ;; - esac - -- --################ --# Setup prefix # --################ -- -- --if test "$prefix" = "NONE"; then -- prefix="/usr/local" -- fi -- -- - ####################### - # Checks for compiler # - ####################### -@@ -5354,7 +5343,7 @@ - O.S. .......... : `uname -rs` (`uname -n`) - COMPILER ...... : ${CC} - CFLAGS ........ : ${CFLAGS} --DEFINES ....... : -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DLIBNET_LIL_ENDIAN -+DEFINES ....... : -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H - CPPFLAGS ...... : ${CPPFLAGS} - LDFLAGS ....... : ${LDFLAGS} - LIBS .......... : ${LIBS} -- cgit v1.2.3