pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/freeradius/patches Remove obsolete patches not nee...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54e129f180a8
branches:  trunk
changeset: 467381:54e129f180a8
user:      david <david%pkgsrc.org@localhost>
date:      Fri Jan 30 21:45:27 2004 +0000

description:
Remove obsolete patches not needed for FreeRadius 0.9.3

diffstat:

 net/freeradius/patches/patch-aa |   16 ---
 net/freeradius/patches/patch-ac |  165 ----------------------------------------
 net/freeradius/patches/patch-ad |   10 --
 3 files changed, 0 insertions(+), 191 deletions(-)

diffs (203 lines):

diff -r 4ee2b3f94f2e -r 54e129f180a8 net/freeradius/patches/patch-aa
--- a/net/freeradius/patches/patch-aa   Fri Jan 30 21:44:39 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2003/02/27 08:51:01 darcy Exp $
-
---- src/main/raduse.c.orig     2003-02-26 03:13:17.000000000 +0100
-+++ src/main/raduse.c  2003-02-26 03:17:32.000000000 +0100
-@@ -32,11 +32,6 @@
- #include "radpaths.h"
- #include "libradius.h"
- 
--#ifdef HAVE_UTMPX_H
--#undef ut_time
--#define ut_time ut_xtime
--#endif
--
- #define UTSIZE (sizeof(struct utmp))
- 
- #define HOURS 19
diff -r 4ee2b3f94f2e -r 54e129f180a8 net/freeradius/patches/patch-ac
--- a/net/freeradius/patches/patch-ac   Fri Jan 30 21:44:39 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,165 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2003/03/12 05:56:50 jmc Exp $
-
---- src/modules/rlm_eap/types/rlm_eap_tls/configure.orig       Wed Mar 12 05:28:58 2003
-+++ src/modules/rlm_eap/types/rlm_eap_tls/configure    Wed Mar 12 05:29:09 2003
-@@ -525,7 +525,7 @@
- fi
- 
- 
--# From configure.in Revision: 1.1 
-+# From configure.in Revision: 1.2 
- 
- 
- fail=
-@@ -1072,6 +1072,7 @@
- 
- 
- 
-+
- trap '' 1 2 15
- cat > confcache <<\EOF
- # This file is a shell script that caches the results of configure
-@@ -1135,19 +1136,7 @@
- 
- trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
- 
--# Transform confdefs.h into DEFS.
--# Protect against shell expansion while executing Makefile rules.
--# Protect against Makefile macro expansion.
--cat > conftest.defs <<\EOF
--s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
--s%[   `~#$^&*(){}\\|;'"<>?]%\\&%g
--s%\[%\\&%g
--s%\]%\\&%g
--s%\$%$$%g
--EOF
--DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
--rm -f conftest.defs
--
-+DEFS=-DHAVE_CONFIG_H
- 
- # Without the "./", some shells look in PATH for config.status.
- : ${CONFIG_STATUS=./config.status}
-@@ -1184,7 +1173,7 @@
- 
- ac_given_srcdir=$srcdir
- 
--trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
-+trap 'rm -fr `echo "Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
- EOF
- cat >> $CONFIG_STATUS <<EOF
- 
-@@ -1314,6 +1303,113 @@
- " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
- fi; done
- rm -f conftest.s*
-+
-+# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
-+# NAME is the cpp macro being defined and VALUE is the value it is being given.
-+#
-+# ac_d sets the value in "#define NAME VALUE" lines.
-+ac_dA='s%^\([         ]*\)#\([        ]*define[       ][      ]*\)'
-+ac_dB='\([    ][      ]*\)[^  ]*%\1#\2'
-+ac_dC='\3'
-+ac_dD='%g'
-+# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
-+ac_uA='s%^\([         ]*\)#\([        ]*\)undef\([    ][      ]*\)'
-+ac_uB='\([    ]\)%\1#\2define\3'
-+ac_uC=' '
-+ac_uD='\4%g'
-+# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
-+ac_eA='s%^\([         ]*\)#\([        ]*\)undef\([    ][      ]*\)'
-+ac_eB='$%\1#\2define\3'
-+ac_eC=' '
-+ac_eD='%g'
-+
-+if test "${CONFIG_HEADERS+set}" != set; then
-+EOF
-+cat >> $CONFIG_STATUS <<EOF
-+  CONFIG_HEADERS="config.h"
-+EOF
-+cat >> $CONFIG_STATUS <<\EOF
-+fi
-+for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
-+  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
-+  case "$ac_file" in
-+  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
-+       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
-+  *) ac_file_in="${ac_file}.in" ;;
-+  esac
-+
-+  echo creating $ac_file
-+
-+  rm -f conftest.frag conftest.in conftest.out
-+  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
-+  cat $ac_file_inputs > conftest.in
-+
-+EOF
-+
-+# Transform confdefs.h into a sed script conftest.vals that substitutes
-+# the proper values into config.h.in to produce config.h.  And first:
-+# Protect against being on the right side of a sed subst in config.status.
-+# Protect against being in an unquoted here document in config.status.
-+rm -f conftest.vals
-+cat > conftest.hdr <<\EOF
-+s/[\\&%]/\\&/g
-+s%[\\$`]%\\&%g
-+s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
-+s%ac_d%ac_u%gp
-+s%ac_u%ac_e%gp
-+EOF
-+sed -n -f conftest.hdr confdefs.h > conftest.vals
-+rm -f conftest.hdr
-+
-+# This sed command replaces #undef with comments.  This is necessary, for
-+# example, in the case of _POSIX_SOURCE, which is predefined and required
-+# on some systems where configure will not decide to define it.
-+cat >> conftest.vals <<\EOF
-+s%^[  ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
-+EOF
-+
-+# Break up conftest.vals because some shells have a limit on
-+# the size of here documents, and old seds have small limits too.
-+
-+rm -f conftest.tail
-+while :
-+do
-+  ac_lines=`grep -c . conftest.vals`
-+  # grep -c gives empty output for an empty file on some AIX systems.
-+  if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
-+  # Write a limited-size here document to conftest.frag.
-+  echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
-+  sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
-+  echo 'CEOF
-+  sed -f conftest.frag conftest.in > conftest.out
-+  rm -f conftest.in
-+  mv conftest.out conftest.in
-+' >> $CONFIG_STATUS
-+  sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
-+  rm -f conftest.vals
-+  mv conftest.tail conftest.vals
-+done
-+rm -f conftest.vals
-+
-+cat >> $CONFIG_STATUS <<\EOF
-+  rm -f conftest.frag conftest.h
-+  echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
-+  cat conftest.in >> conftest.h
-+  rm -f conftest.in
-+  if cmp -s $ac_file conftest.h 2>/dev/null; then
-+    echo "$ac_file is unchanged"
-+    rm -f conftest.h
-+  else
-+    # Remove last slash and all that follows it.  Not all systems have dirname.
-+      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
-+      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
-+      # The file is in a subdirectory.
-+      test ! -d "$ac_dir" && mkdir "$ac_dir"
-+    fi
-+    rm -f $ac_file
-+    mv conftest.h $ac_file
-+  fi
-+fi; done
- 
- EOF
- cat >> $CONFIG_STATUS <<EOF
diff -r 4ee2b3f94f2e -r 54e129f180a8 net/freeradius/patches/patch-ad
--- a/net/freeradius/patches/patch-ad   Fri Jan 30 21:44:39 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2003/03/12 05:56:50 jmc Exp $
-
---- src/modules/rlm_eap/types/rlm_eap_tls/configure.in.orig    Wed Mar 12 05:29:05 2003
-+++ src/modules/rlm_eap/types/rlm_eap_tls/configure.in Wed Mar 12 05:29:08 2003
-@@ -88,4 +88,5 @@
- AC_SUBST(eap_tls_ldflags)
- AC_SUBST(eap_tls_cflags)
- AC_SUBST(targetname)
-+AC_CONFIG_HEADER(config.h)
- AC_OUTPUT(Makefile)



Home | Main Index | Thread Index | Old Index