[freeside-commits] freeside/rt Makefile, 1.13, 1.14 Makefile.in, 1.5, 1.6 config.log, 1.4, 1.5 config.status, 1.7, 1.8 configure.ac, 1.3, 1.4

Ivan,,, ivan at wavetail.420.am
Mon Apr 18 16:49:55 PDT 2011


Update of /home/cvs/cvsroot/freeside/rt
In directory wavetail.420.am:/tmp/cvs-serv2120

Modified Files:
	Makefile Makefile.in config.log config.status configure.ac 
Log Message:
commiting rt 3.8.10 to HEAD

Index: Makefile.in
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/Makefile.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -d -r1.5 -r1.6
--- Makefile.in	17 Feb 2011 00:52:24 -0000	1.5
+++ Makefile.in	18 Apr 2011 23:49:53 -0000	1.6
@@ -527,7 +527,7 @@
 SNAPSHOT=$(shell git describe --tags)
 snapshot:
 	git archive --prefix "$(SNAPSHOT)/"  HEAD | tar -xf -
-	( cd $(SNAPSHOT) && autoconf && ./configure )
+	( cd $(SNAPSHOT) && autoconf && PERL=/usr/bin/perl ./configure )
 	tar -czf "$(SNAPSHOT).tar.gz" "$(SNAPSHOT)/"
 	rm -fr "$(SNAPSHOT)/"
 

Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -w -d -r1.13 -r1.14
--- Makefile	17 Feb 2011 00:52:24 -0000	1.13
+++ Makefile	18 Apr 2011 23:49:53 -0000	1.14
@@ -63,7 +63,7 @@
 
 RT_VERSION_MAJOR	=	3
 RT_VERSION_MINOR	=	8
-RT_VERSION_PATCH	=	9
+RT_VERSION_PATCH	=	10
 
 RT_VERSION		=	$(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)
 TAG 			=	rt-$(RT_VERSION_MAJOR)-$(RT_VERSION_MINOR)-$(RT_VERSION_PATCH)
@@ -527,7 +527,7 @@
 SNAPSHOT=$(shell git describe --tags)
 snapshot:
 	git archive --prefix "$(SNAPSHOT)/"  HEAD | tar -xf -
-	( cd $(SNAPSHOT) && autoconf && ./configure )
+	( cd $(SNAPSHOT) && autoconf && PERL=/usr/bin/perl ./configure )
 	tar -czf "$(SNAPSHOT).tar.gz" "$(SNAPSHOT)/"
 	rm -fr "$(SNAPSHOT)/"
 

Index: configure.ac
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/configure.ac,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- configure.ac	17 Feb 2011 00:52:24 -0000	1.3
+++ configure.ac	18 Apr 2011 23:49:53 -0000	1.4
@@ -7,7 +7,7 @@
 
 dnl Setup autoconf
 AC_PREREQ([2.53])
-AC_INIT(RT, 3.8.9, [rt-bugs at bestpractical.com])
+AC_INIT(RT, 3.8.10, [rt-bugs at bestpractical.com])
 AC_CONFIG_SRCDIR([lib/RT.pm.in])
 
 dnl Extract RT version number components

Index: config.status
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/config.status,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -d -r1.7 -r1.8
--- config.status	17 Feb 2011 00:52:24 -0000	1.7
+++ config.status	18 Apr 2011 23:49:53 -0000	1.8
@@ -89,6 +89,7 @@
 IFS=" ""	$as_nl"
 
 # Find who we are.  Look in the path if we contain no directory separator.
+as_myself=
 case $0 in #((
   *[\\/]* ) as_myself=$0 ;;
   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -134,19 +135,19 @@
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
 
-# as_fn_error ERROR [LINENO LOG_FD]
-# ---------------------------------
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# ----------------------------------------
 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
-# script with status $?, using 1 if that was 0.
+# script with STATUS, using 1 if that was 0.
 as_fn_error ()
 {
-  as_status=$?; test $as_status -eq 0 && as_status=1
-  if test "$3"; then
-    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
+  as_status=$1; test $as_status -eq 0 && as_status=1
+  if test "$4"; then
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   fi
-  $as_echo "$as_me: error: $1" >&2
+  $as_echo "$as_me: error: $2" >&2
   as_fn_exit $as_status
 } # as_fn_error
 
@@ -342,7 +343,7 @@
       test -d "$as_dir" && break
     done
     test -z "$as_dirs" || eval "mkdir $as_dirs"
-  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
 
 
 } # as_fn_mkdir_p
@@ -391,8 +392,8 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by RT $as_me 3.8.9, which was
-generated by GNU Autoconf 2.65.  Invocation command line was
+This file was extended by RT $as_me 3.8.10, which was
+generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS
@@ -428,17 +429,17 @@
 
 Report bugs to <rt-bugs at bestpractical.com>."
 
-ac_cs_config=""
+ac_cs_config="'PERL=/usr/bin/perl'"
 ac_cs_version="\
-RT config.status 3.8.9
-configured by ./configure, generated by GNU Autoconf 2.65,
+RT config.status 3.8.10
+configured by ./configure, generated by GNU Autoconf 2.68,
   with options \"$ac_cs_config\"
 
-Copyright (C) 2009 Free Software Foundation, Inc.
+Copyright (C) 2010 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it."
 
-ac_pwd='/Users/falcone/work/rt/3.8/rt-3.8.9'
+ac_pwd='/Users/falcone/work/rt/security/rt-3.8.10'
 srcdir='.'
 INSTALL='/usr/bin/install -c'
 AWK='gawk'
@@ -448,11 +449,16 @@
 while test $# != 0
 do
   case $1 in
-  --*=*)
+  --*=?*)
     ac_option=`expr "X$1" : 'X\([^=]*\)='`
     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
     ac_shift=:
     ;;
+  --*=)
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
+    ac_optarg=
+    ac_shift=:
+    ;;
   *)
     ac_option=$1
     ac_optarg=$2
@@ -474,6 +480,7 @@
     $ac_shift
     case $ac_optarg in
     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    '') as_fn_error $? "missing file argument" ;;
     esac
     as_fn_append CONFIG_FILES " '$ac_optarg'"
     ac_need_defaults=false;;
@@ -484,7 +491,7 @@
     ac_cs_silent=: ;;
 
   # This is an error.
-  -*) as_fn_error "unrecognized option: \`$1'
+  -*) as_fn_error $? "unrecognized option: \`$1'
 Try \`$0 --help' for more information." ;;
 
   *) as_fn_append ac_config_targets " $1"
@@ -502,7 +509,7 @@
 fi
 
 if $ac_cs_recheck; then
-  set X '/bin/sh' './configure'  $ac_configure_extra_args --no-create --no-recursion
+  set X '/bin/sh' './configure'  'PERL=/usr/bin/perl' $ac_configure_extra_args --no-create --no-recursion
   shift
   $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
   CONFIG_SHELL='/bin/sh'
@@ -555,7 +562,7 @@
     "t/data/configs/apache2.2+mod_perl.conf") CONFIG_FILES="$CONFIG_FILES t/data/configs/apache2.2+mod_perl.conf" ;;
     "t/data/configs/apache2.2+fastcgi.conf") CONFIG_FILES="$CONFIG_FILES t/data/configs/apache2.2+fastcgi.conf" ;;
 
-  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
+  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
   esac
 done
 
@@ -576,9 +583,10 @@
 # after its creation but before its name has been assigned to `$tmp'.
 $debug ||
 {
-  tmp=
+  tmp= ac_tmp=
   trap 'exit_status=$?
-  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
+  : "${ac_tmp:=$tmp}"
+  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
 ' 0
   trap 'as_fn_exit 1' 1 2 13 15
 }
@@ -586,12 +594,13 @@
 
 {
   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
-  test -n "$tmp" && test -d "$tmp"
+  test -d "$tmp"
 }  ||
 {
   tmp=./conf$$-$RANDOM
   (umask 077 && mkdir "$tmp")
-} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
+ac_tmp=$tmp
 
 # Set up the scripts for CONFIG_FILES section.
 # No need to generate them if there are no CONFIG_FILES.
@@ -608,13 +617,13 @@
 fi
 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
-  ac_cs_awk_cr='\r'
+  ac_cs_awk_cr='\\r'
 else
   ac_cs_awk_cr=$ac_cr
 fi
 
-echo 'BEGIN {' >"$tmp/subs1.awk" &&
-cat >>"$tmp/subs1.awk" <<\_ACAWK &&
+echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
+cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
 S["LTLIBOBJS"]=""
 S["LIBOBJS"]=""
 S["RT_LOG_PATH_R"]="/opt/rt3/var/log"
@@ -657,7 +666,7 @@
 S["RT_LOCAL_PATH"]="local"
 S["RT_DOC_PATH"]="share/doc"
 S["RT_PATH"]="/opt/rt3"
-S["RT_VERSION_PATCH"]="9"
+S["RT_VERSION_PATCH"]="10"
 S["RT_VERSION_MINOR"]="8"
 S["RT_VERSION_MAJOR"]="3"
 S["RT_GPG"]="1"
@@ -723,12 +732,12 @@
 S["exp_prefix"]="/opt/rt3"
 S["SPEEDY_BIN"]="/usr/local/bin/speedy"
 S["WEB_HANDLER"]="fastcgi"
-S["PERL"]="/Users/falcone/perl5/perlbrew/bin/perl"
+S["PERL"]="/usr/bin/perl"
 S["AWK"]="gawk"
 S["INSTALL_DATA"]="${INSTALL} -m 644"
 S["INSTALL_SCRIPT"]="${INSTALL}"
 S["INSTALL_PROGRAM"]="${INSTALL}"
-S["rt_version_patch"]="9"
+S["rt_version_patch"]="10"
 S["rt_version_minor"]="8"
 S["rt_version_major"]="3"
 S["target_alias"]=""
@@ -738,8 +747,8 @@
 S["ECHO_T"]=""
 S["ECHO_N"]=""
 S["ECHO_C"]="\\c"
-S["DEFS"]="-DPACKAGE_NAME=\\\"RT\\\" -DPACKAGE_TARNAME=\\\"rt\\\" -DPACKAGE_VERSION=\\\"3.8.9\\\" -DPACKAGE_STRING=\\\"RT\\ 3.8.9\\\" -DPACKAGE_BUGREPORT=\\\"rt-bugs at bestpractica"\
-"l.com\\\" -DPACKAGE_URL=\\\"\\\""
+S["DEFS"]="-DPACKAGE_NAME=\\\"RT\\\" -DPACKAGE_TARNAME=\\\"rt\\\" -DPACKAGE_VERSION=\\\"3.8.10\\\" -DPACKAGE_STRING=\\\"RT\\ 3.8.10\\\" -DPACKAGE_BUGREPORT=\\\"rt-bugs at bestpracti"\
+"cal.com\\\" -DPACKAGE_URL=\\\"\\\""
 S["mandir"]="man"
 S["localedir"]="${datarootdir}/locale"
 S["libdir"]="lib"
@@ -764,14 +773,14 @@
 S["exec_prefix"]="/opt/rt3"
 S["PACKAGE_URL"]=""
 S["PACKAGE_BUGREPORT"]="rt-bugs at bestpractical.com"
-S["PACKAGE_STRING"]="RT 3.8.9"
-S["PACKAGE_VERSION"]="3.8.9"
+S["PACKAGE_STRING"]="RT 3.8.10"
+S["PACKAGE_VERSION"]="3.8.10"
 S["PACKAGE_TARNAME"]="rt"
 S["PACKAGE_NAME"]="RT"
 S["PATH_SEPARATOR"]=":"
 S["SHELL"]="/bin/sh"
 _ACAWK
-cat >>"$tmp/subs1.awk" <<_ACAWK &&
+cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
   for (key in S) S_is_set[key] = 1
   FS = ""
 
@@ -801,8 +810,8 @@
   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
 else
   cat
-fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
-  || as_fn_error "could not setup config files machinery" "$LINENO" 5
+fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
+  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
 fi # test -n "$CONFIG_FILES"
 
 
@@ -815,7 +824,7 @@
   esac
   case $ac_mode$ac_tag in
   :[FHL]*:*);;
-  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
+  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
   :[FH]-) ac_tag=-:-;;
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
   esac
@@ -834,7 +843,7 @@
     for ac_f
     do
       case $ac_f in
-      -) ac_f="$tmp/stdin";;
+      -) ac_f="$ac_tmp/stdin";;
       *) # Look for the file first in the build tree, then in the source tree
 	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
 	 # because $ac_f cannot contain `:'.
@@ -843,7 +852,7 @@
 	   [\\/$]*) false;;
 	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 	   esac ||
-	   as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
+	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
       esac
       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
       as_fn_append ac_file_inputs " '$ac_f'"
@@ -869,8 +878,8 @@
     esac
 
     case $ac_tag in
-    *:-:* | *:-) cat >"$tmp/stdin" \
-      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
+    *:-:* | *:-) cat >"$ac_tmp/stdin" \
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
     esac
     ;;
   esac
@@ -970,12 +979,20 @@
   s&@mandir@&man&g
   s&\${datarootdir}&${prefix}/share&g' ;;
 esac
-ac_sed_extra="/^[	 ]*VPATH[	 ]*=/{
-s/:*\$(srcdir):*/:/
-s/:*\${srcdir}:*/:/
-s/:*@srcdir@:*/:/
-s/^\([^=]*=[	 ]*\):*/\1/
+ac_sed_extra="/^[	 ]*VPATH[	 ]*=[	 ]*/{
+h
+s///
+s/^/:/
+s/[	 ]*$/:/
+s/:\$(srcdir):/:/g
+s/:\${srcdir}:/:/g
+s/:@srcdir@:/:/g
+s/^:*//
 s/:*$//
+x
+s/\(=[	 ]*\).*/\1/
+G
+s/\n//
 s/^[^=]*=[	 ]*$//
 }
 
@@ -994,23 +1011,24 @@
 s&@INSTALL@&$ac_INSTALL&;t t
 $ac_datarootdir_hack
 "
-eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
-  || as_fn_error "could not create $ac_file" "$LINENO" 5
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
+  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 
 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
-  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
+  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
+  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
+      "$ac_tmp/out"`; test -z "$ac_out"; } &&
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
-which seems to be undefined.  Please make sure it is defined." >&5
+which seems to be undefined.  Please make sure it is defined" >&5
 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
-which seems to be undefined.  Please make sure it is defined." >&2;}
+which seems to be undefined.  Please make sure it is defined" >&2;}
 
-  rm -f "$tmp/stdin"
+  rm -f "$ac_tmp/stdin"
   case $ac_file in
-  -) cat "$tmp/out" && rm -f "$tmp/out";;
-  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
+  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
+  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
   esac \
-  || as_fn_error "could not create $ac_file" "$LINENO" 5
+  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  ;;
 
 

Index: config.log
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/config.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- config.log	17 Feb 2011 00:52:24 -0000	1.4
+++ config.log	18 Apr 2011 23:49:53 -0000	1.5
@@ -1,8 +1,8 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by RT configure 3.8.9, which was
-generated by GNU Autoconf 2.65.  Invocation command line was
+It was created by RT configure 3.8.10, which was
+generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ ./configure --enable-layout=Freeside --with-db-type=Pg --with-db-dba=freeside --with-db-database=freeside --with-db-rt-user=freeside --with-db-rt-pass= --with-web-user=freeside --with-web-group=freeside --with-rt-group=freeside
 
@@ -12,9 +12,9 @@
 
 hostname = transom.local
 uname -m = i386
-uname -r = 10.6.0
+uname -r = 10.7.0
 uname -s = Darwin
-uname -v = Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386
+uname -v = Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
 
 /usr/bin/uname -p = unknown
 /bin/uname -X     = unknown
@@ -23,15 +23,15 @@
 /usr/bin/arch -k       = unknown
 /usr/convex/getsysinfo = unknown
 /usr/bin/hostinfo      = Mach kernel version:
-	 Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386
+	 Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
 Kernel configured for up to 2 processors.
 2 processors are physically available.
 2 processors are logically available.
 Processor type: i486 (Intel 80486)
 Processors active: 0 1
 Primary memory available: 8.00 gigabytes
-Default processor set: 158 tasks, 589 threads, 2 processors
-Load average: 0.94, Mach factor: 1.30
+Default processor set: 141 tasks, 509 threads, 2 processors
+Load average: 1.63, Mach factor: 0.74
 /bin/machine           = unknown
 /usr/bin/oslevel       = unknown
 /bin/universe          = unknown
@@ -56,101 +56,110 @@
 PATH: /sbin
 PATH: /usr/local/bin
 PATH: /usr/X11/bin
+PATH: /Users/falcone/perl5/perlbrew/bin
+PATH: /Users/falcone/perl5/perlbrew/perls/current/bin
+PATH: /Users/falcone/gitprojects/v/
+PATH: /opt/local/bin
+PATH: /opt/local/sbin
+PATH: /Users/falcone/bin
+PATH: /Users/falcone/ec2/bin
+PATH: /Users/falcone/work/git/git-sync
+PATH: /Users/falcone/work/private-git/git-tools
+PATH: /Users/falcone/Documents//android-sdk-mac_86/tools
 
 
 ## ----------- ##
 ## Core tests. ##
 ## ----------- ##
 
-configure:1979: checking for a BSD-compatible install
-configure:2047: result: /usr/bin/install -c
-configure:2062: checking for gawk
-configure:2078: found /opt/local/bin/gawk
-configure:2089: result: gawk
-configure:2103: checking for perl
-configure:2121: found /Users/falcone/perl5/perlbrew/bin/perl
-configure:2134: result: /Users/falcone/perl5/perlbrew/bin/perl
-configure:2499: checking for chosen layout
-configure:2512: result: relative
-configure:2671: checking if user www exists
-configure:2674: result: found
-configure:2695: checking if group www exists
-configure:2698: result: found
-configure:2718: checking if group rt3 exists
-configure:2724: result: not found
-configure:2718: checking if group rt exists
-configure:2724: result: not found
-configure:2718: checking if group www exists
-configure:2721: result: found
-configure:2751: checking if database name is valid
-configure:2754: result: yes
-configure:2845: checking for gcc
-configure:2861: found /usr/bin/gcc
-configure:2872: result: gcc
-configure:3101: checking for C compiler version
-configure:3110: gcc --version >&5
-i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664)
+configure:1995: checking for a BSD-compatible install
+configure:2063: result: /usr/bin/install -c
+configure:2078: checking for gawk
+configure:2094: found /opt/local/bin/gawk
+configure:2105: result: gawk
+configure:2119: checking for perl
+configure:2150: result: /usr/bin/perl
+configure:2515: checking for chosen layout
+configure:2528: result: relative
+configure:2687: checking if user www exists
+configure:2690: result: found
+configure:2711: checking if group www exists
+configure:2714: result: found
+configure:2734: checking if group rt3 exists
+configure:2740: result: not found
+configure:2734: checking if group rt exists
+configure:2740: result: not found
+configure:2734: checking if group www exists
+configure:2737: result: found
+configure:2767: checking if database name is valid
+configure:2770: result: yes
+configure:2861: checking for gcc
+configure:2877: found /usr/bin/gcc
+configure:2888: result: gcc
+configure:3117: checking for C compiler version
+configure:3126: gcc --version >&5
+i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
 Copyright (C) 2007 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
-configure:3121: $? = 0
-configure:3110: gcc -v >&5
+configure:3137: $? = 0
+configure:3126: gcc -v >&5
 Using built-in specs.
 Target: i686-apple-darwin10
-Configured with: /var/tmp/gcc/gcc-5664~89/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
+Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
 Thread model: posix
-gcc version 4.2.1 (Apple Inc. build 5664)
-configure:3121: $? = 0
-configure:3110: gcc -V >&5
+gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
+configure:3137: $? = 0
+configure:3126: gcc -V >&5
 gcc-4.2: argument to `-V' is missing
-configure:3121: $? = 1
-configure:3110: gcc -qversion >&5
+configure:3137: $? = 1
+configure:3126: gcc -qversion >&5
 i686-apple-darwin10-gcc-4.2.1: no input files
-configure:3121: $? = 1
-configure:3141: checking whether the C compiler works
-configure:3163: gcc    conftest.c  >&5
-configure:3167: $? = 0
-configure:3216: result: yes
-configure:3219: checking for C compiler default output file name
-configure:3221: result: a.out
-configure:3227: checking for suffix of executables
-configure:3234: gcc -o conftest    conftest.c  >&5
-configure:3238: $? = 0
-configure:3260: result: 
-configure:3282: checking whether we are cross compiling
-configure:3290: gcc -o conftest    conftest.c  >&5
-configure:3294: $? = 0
-configure:3301: ./conftest
-configure:3305: $? = 0
-configure:3320: result: no
-configure:3325: checking for suffix of object files
-configure:3347: gcc -c   conftest.c >&5
-configure:3351: $? = 0
-configure:3372: result: o
-configure:3376: checking whether we are using the GNU C compiler
-configure:3395: gcc -c   conftest.c >&5
-configure:3395: $? = 0
-configure:3404: result: yes
-configure:3413: checking whether gcc accepts -g
-configure:3433: gcc -c -g  conftest.c >&5
-configure:3433: $? = 0
-configure:3474: result: yes
-configure:3491: checking for gcc option to accept ISO C89
-configure:3555: gcc  -c -g -O2  conftest.c >&5
-configure:3555: $? = 0
-configure:3568: result: none needed
-configure:3589: checking for aginitlib in -lgraph
-configure:3614: gcc -o conftest -g -O2   conftest.c -lgraph   >&5
+configure:3137: $? = 1
+configure:3157: checking whether the C compiler works
+configure:3179: gcc    conftest.c  >&5
+configure:3183: $? = 0
+configure:3231: result: yes
+configure:3234: checking for C compiler default output file name
+configure:3236: result: a.out
+configure:3242: checking for suffix of executables
+configure:3249: gcc -o conftest    conftest.c  >&5
+configure:3253: $? = 0
+configure:3275: result: 
+configure:3297: checking whether we are cross compiling
+configure:3305: gcc -o conftest    conftest.c  >&5
+configure:3309: $? = 0
+configure:3316: ./conftest
+configure:3320: $? = 0
+configure:3335: result: no
+configure:3340: checking for suffix of object files
+configure:3362: gcc -c   conftest.c >&5
+configure:3366: $? = 0
+configure:3387: result: o
+configure:3391: checking whether we are using the GNU C compiler
+configure:3410: gcc -c   conftest.c >&5
+configure:3410: $? = 0
+configure:3419: result: yes
+configure:3428: checking whether gcc accepts -g
+configure:3448: gcc -c -g  conftest.c >&5
+configure:3448: $? = 0
+configure:3489: result: yes
+configure:3506: checking for gcc option to accept ISO C89
+configure:3570: gcc  -c -g -O2  conftest.c >&5
+configure:3570: $? = 0
+configure:3583: result: none needed
+configure:3604: checking for aginitlib in -lgraph
+configure:3629: gcc -o conftest -g -O2   conftest.c -lgraph   >&5
 ld: library not found for -lgraph
 collect2: ld returned 1 exit status
-configure:3614: $? = 1
+configure:3629: $? = 1
 configure: failed program was:
 | /* confdefs.h */
 | #define PACKAGE_NAME "RT"
 | #define PACKAGE_TARNAME "rt"
-| #define PACKAGE_VERSION "3.8.9"
-| #define PACKAGE_STRING "RT 3.8.9"
+| #define PACKAGE_VERSION "3.8.10"
+| #define PACKAGE_STRING "RT 3.8.10"
 | #define PACKAGE_BUGREPORT "rt-bugs at bestpractical.com"
 | #define PACKAGE_URL ""
 | /* end confdefs.h.  */
@@ -169,21 +178,21 @@
 |   ;
 |   return 0;
 | }
-configure:3623: result: no
-configure:3649: checking for gdlib-config
-configure:3665: found /opt/local/bin/gdlib-config
-configure:3677: result: yes
-configure:3705: checking for gpg
-configure:3721: found /opt/local/bin/gpg
-configure:3733: result: yes
-configure:4032: creating ./config.status
+configure:3638: result: no
+configure:3664: checking for gdlib-config
+configure:3680: found /opt/local/bin/gdlib-config
+configure:3692: result: yes
+configure:3720: checking for gpg
+configure:3736: found /opt/local/bin/gpg
+configure:3748: result: yes
+configure:4059: creating ./config.status
 
 ## ---------------------- ##
 ## Running config.status. ##
 ## ---------------------- ##
 
-This file was extended by RT config.status 3.8.9, which was
-generated by GNU Autoconf 2.65.  Invocation command line was
+This file was extended by RT config.status 3.8.10, which was
+generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = 
   CONFIG_HEADERS  = 
@@ -193,36 +202,36 @@
 
 on transom.local
 
-config.status:860: creating etc/upgrade/3.8-branded-queues-extension
-config.status:860: creating etc/upgrade/3.8-ical-extension
-config.status:860: creating etc/upgrade/split-out-cf-categories
-config.status:860: creating etc/upgrade/generate-rtaddressregexp
-config.status:860: creating etc/upgrade/vulnerable-passwords
-config.status:860: creating sbin/rt-attributes-viewer
-config.status:860: creating sbin/rt-dump-database
-config.status:860: creating sbin/rt-setup-database
-config.status:860: creating sbin/rt-test-dependencies
-config.status:860: creating sbin/rt-email-digest
-config.status:860: creating sbin/rt-email-dashboards
-config.status:860: creating sbin/rt-clean-sessions
-config.status:860: creating sbin/rt-shredder
-config.status:860: creating sbin/rt-validator
-config.status:860: creating sbin/rt-email-group-admin
-config.status:860: creating sbin/rt-server
-config.status:860: creating bin/fastcgi_server
-config.status:860: creating bin/mason_handler.fcgi
-config.status:860: creating bin/mason_handler.scgi
-config.status:860: creating bin/standalone_httpd
-config.status:860: creating bin/rt-crontool
-config.status:860: creating bin/rt-mailgate
-config.status:860: creating bin/rt
-config.status:860: creating Makefile
-config.status:860: creating etc/RT_Config.pm
-config.status:860: creating lib/RT.pm
-config.status:860: creating bin/mason_handler.svc
-config.status:860: creating bin/webmux.pl
-config.status:860: creating t/data/configs/apache2.2+mod_perl.conf
-config.status:860: creating t/data/configs/apache2.2+fastcgi.conf
+config.status:869: creating etc/upgrade/3.8-branded-queues-extension
+config.status:869: creating etc/upgrade/3.8-ical-extension
+config.status:869: creating etc/upgrade/split-out-cf-categories
+config.status:869: creating etc/upgrade/generate-rtaddressregexp
+config.status:869: creating etc/upgrade/vulnerable-passwords
+config.status:869: creating sbin/rt-attributes-viewer
+config.status:869: creating sbin/rt-dump-database
+config.status:869: creating sbin/rt-setup-database
+config.status:869: creating sbin/rt-test-dependencies
+config.status:869: creating sbin/rt-email-digest
+config.status:869: creating sbin/rt-email-dashboards
+config.status:869: creating sbin/rt-clean-sessions
+config.status:869: creating sbin/rt-shredder
+config.status:869: creating sbin/rt-validator
+config.status:869: creating sbin/rt-email-group-admin
+config.status:869: creating sbin/rt-server
+config.status:869: creating bin/fastcgi_server
+config.status:869: creating bin/mason_handler.fcgi
+config.status:869: creating bin/mason_handler.scgi
+config.status:869: creating bin/standalone_httpd
+config.status:869: creating bin/rt-crontool
+config.status:869: creating bin/rt-mailgate
+config.status:869: creating bin/rt
+config.status:869: creating Makefile
+config.status:869: creating etc/RT_Config.pm
+config.status:869: creating lib/RT.pm
+config.status:869: creating bin/mason_handler.svc
+config.status:869: creating bin/webmux.pl
+config.status:869: creating t/data/configs/apache2.2+mod_perl.conf
+config.status:869: creating t/data/configs/apache2.2+fastcgi.conf
 
 ## ---------------- ##
 ## Cache variables. ##
@@ -239,8 +248,8 @@
 ac_cv_env_LDFLAGS_value=
 ac_cv_env_LIBS_set=
 ac_cv_env_LIBS_value=
-ac_cv_env_PERL_set=
-ac_cv_env_PERL_value=
+ac_cv_env_PERL_set=set
+ac_cv_env_PERL_value=/usr/bin/perl
 ac_cv_env_build_alias_set=
 ac_cv_env_build_alias_value=
 ac_cv_env_host_alias_set=
@@ -249,7 +258,7 @@
 ac_cv_env_target_alias_value=
 ac_cv_lib_graph_aginitlib=no
 ac_cv_objext=o
-ac_cv_path_PERL=/Users/falcone/perl5/perlbrew/bin/perl
+ac_cv_path_PERL=/usr/bin/perl
 ac_cv_path_install='/usr/bin/install -c'
 ac_cv_prog_AWK=gawk
 
@@ -270,7 +279,7 @@
 DB_RT_PASS='rt_pass'
 DB_RT_USER='rt_user'
 DB_TYPE='mysql'
-DEFS='-DPACKAGE_NAME=\"RT\" -DPACKAGE_TARNAME=\"rt\" -DPACKAGE_VERSION=\"3.8.9\" -DPACKAGE_STRING=\"RT\ 3.8.9\" -DPACKAGE_BUGREPORT=\"rt-bugs at bestpractical.com\" -DPACKAGE_URL=\"\"'
+DEFS='-DPACKAGE_NAME=\"RT\" -DPACKAGE_TARNAME=\"rt\" -DPACKAGE_VERSION=\"3.8.10\" -DPACKAGE_STRING=\"RT\ 3.8.10\" -DPACKAGE_BUGREPORT=\"rt-bugs at bestpractical.com\" -DPACKAGE_URL=\"\"'
 ECHO_C='\c'
 ECHO_N=''
 ECHO_T=''
@@ -291,12 +300,12 @@
 MASON_SESSION_PATH='/opt/rt3/var/session_data'
 PACKAGE_BUGREPORT='rt-bugs at bestpractical.com'
 PACKAGE_NAME='RT'
-PACKAGE_STRING='RT 3.8.9'
+PACKAGE_STRING='RT 3.8.10'
 PACKAGE_TARNAME='rt'
 PACKAGE_URL=''
-PACKAGE_VERSION='3.8.9'
+PACKAGE_VERSION='3.8.10'
 PATH_SEPARATOR=':'
-PERL='/Users/falcone/perl5/perlbrew/bin/perl'
+PERL='/usr/bin/perl'
 RTGROUP='www'
 RT_BIN_PATH='bin'
 RT_BIN_PATH_R='/opt/rt3/bin'
@@ -313,7 +322,7 @@
 RT_VAR_PATH='/opt/rt3/var'
 RT_VERSION_MAJOR='3'
 RT_VERSION_MINOR='8'
-RT_VERSION_PATCH='9'
+RT_VERSION_PATCH='10'
 SHELL='/bin/sh'
 SPEEDY_BIN='/usr/local/bin/speedy'
 WEB_GROUP='freeside'
@@ -363,7 +372,7 @@
 rt_layout_name='Freeside'
 rt_version_major='3'
 rt_version_minor='8'
-rt_version_patch='9'
+rt_version_patch='10'
 sbindir='sbin'
 sessionstatedir='var/session_data'
 sharedstatedir='${prefix}/com'
@@ -378,8 +387,8 @@
 #define PACKAGE_NAME "RT"
 #define PACKAGE_STRING "RT 3.6.4"
 #define PACKAGE_TARNAME "rt"
-#define PACKAGE_VERSION "3.8.9"
-#define PACKAGE_STRING "RT 3.8.9"
+#define PACKAGE_VERSION "3.8.10"
+#define PACKAGE_STRING "RT 3.8.10"
 #define PACKAGE_BUGREPORT "rt-bugs at bestpractical.com"
 #define PACKAGE_URL ""
 



More information about the freeside-commits mailing list