[freeside-commits] freeside/rt Makefile, 1.12, 1.13 Makefile.in, 1.4, 1.5 config.log, 1.3, 1.4 config.status, 1.6, 1.7 configure.ac, 1.2, 1.3
Ivan,,,
ivan at wavetail.420.am
Wed Feb 16 16:52:26 PST 2011
- Previous message: [freeside-commits] freeside/rt - Imported sources,NONE,NONE
- Next message: [freeside-commits] freeside/rt/bin fastcgi_server, 1.1.1.2, 1.2 mason_handler.fcgi, 1.6, 1.7 mason_handler.scgi, 1.6, 1.7 mason_handler.svc, 1.4, 1.5 rt-crontool, 1.4, 1.5 rt-mailgate, 1.5, 1.6 standalone_httpd, 1.1.1.4, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/rt
In directory wavetail.420.am:/tmp/cvs-serv29643
Modified Files:
Makefile Makefile.in config.log config.status configure.ac
Log Message:
commiting rt 3.8.9 to HEAD
Index: Makefile.in
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/Makefile.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- Makefile.in 1 Jan 2011 00:47:00 -0000 1.4
+++ Makefile.in 17 Feb 2011 00:52:24 -0000 1.5
@@ -2,8 +2,8 @@
#
# COPYRIGHT:
#
-# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC
-# <jesse at bestpractical.com>
+# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+# <sales at bestpractical.com>
#
# (Except where explicitly superseded by other copyright notices)
#
@@ -163,7 +163,8 @@
-SYSTEM_BINARIES = rt-dump-database \
+SYSTEM_BINARIES = rt-attributes-viewer \
+ rt-dump-database \
rt-setup-database \
rt-email-digest \
rt-email-dashboards \
Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -w -d -r1.12 -r1.13
--- Makefile 8 Jan 2011 23:19:47 -0000 1.12
+++ Makefile 17 Feb 2011 00:52:24 -0000 1.13
@@ -2,8 +2,8 @@
#
# COPYRIGHT:
#
-# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC
-# <jesse at bestpractical.com>
+# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+# <sales at bestpractical.com>
#
# (Except where explicitly superseded by other copyright notices)
#
@@ -63,7 +63,7 @@
RT_VERSION_MAJOR = 3
RT_VERSION_MINOR = 8
-RT_VERSION_PATCH = 8
+RT_VERSION_PATCH = 9
RT_VERSION = $(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)
TAG = rt-$(RT_VERSION_MAJOR)-$(RT_VERSION_MINOR)-$(RT_VERSION_PATCH)
@@ -163,7 +163,8 @@
-SYSTEM_BINARIES = rt-dump-database \
+SYSTEM_BINARIES = rt-attributes-viewer \
+ rt-dump-database \
rt-setup-database \
rt-email-digest \
rt-email-dashboards \
Index: configure.ac
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/configure.ac,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- configure.ac 1 Jan 2011 00:47:01 -0000 1.2
+++ configure.ac 17 Feb 2011 00:52:24 -0000 1.3
@@ -7,7 +7,7 @@
dnl Setup autoconf
AC_PREREQ([2.53])
-AC_INIT(RT, 3.8.8, [rt-bugs at bestpractical.com])
+AC_INIT(RT, 3.8.9, [rt-bugs at bestpractical.com])
AC_CONFIG_SRCDIR([lib/RT.pm.in])
dnl Extract RT version number components
@@ -397,6 +397,8 @@
etc/upgrade/3.8-branded-queues-extension
etc/upgrade/3.8-ical-extension
etc/upgrade/split-out-cf-categories
+ etc/upgrade/generate-rtaddressregexp
+ etc/upgrade/vulnerable-passwords
sbin/rt-attributes-viewer
sbin/rt-session-viewer
sbin/rt-dump-database
Index: config.status
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/config.status,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -w -d -r1.6 -r1.7
--- config.status 18 May 2010 19:20:28 -0000 1.6
+++ config.status 17 Feb 2011 00:52:24 -0000 1.7
@@ -391,7 +391,7 @@
# 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.8, which was
+This file was extended by RT $as_me 3.8.9, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -404,7 +404,7 @@
"
# Files that config.status was made for.
-config_files=" etc/upgrade/3.8-branded-queues-extension etc/upgrade/3.8-ical-extension etc/upgrade/split-out-cf-categories sbin/rt-attributes-viewer sbin/rt-dump-database sbin/rt-setup-database sbin/rt-test-dependencies sbin/rt-email-digest sbin/rt-email-dashboards sbin/rt-clean-sessions sbin/rt-shredder sbin/rt-validator sbin/rt-email-group-admin sbin/rt-server bin/fastcgi_server bin/mason_handler.fcgi bin/mason_handler.scgi bin/standalone_httpd bin/rt-crontool bin/rt-mailgate bin/rt Makefile etc/RT_Config.pm lib/RT.pm bin/mason_handler.svc bin/webmux.pl t/data/configs/apache2.2+mod_perl.conf t/data/configs/apache2.2+fastcgi.conf"
+config_files=" etc/upgrade/3.8-branded-queues-extension etc/upgrade/3.8-ical-extension etc/upgrade/split-out-cf-categories etc/upgrade/generate-rtaddressregexp etc/upgrade/vulnerable-passwords sbin/rt-attributes-viewer sbin/rt-dump-database sbin/rt-setup-database sbin/rt-test-dependencies sbin/rt-email-digest sbin/rt-email-dashboards sbin/rt-clean-sessions sbin/rt-shredder sbin/rt-validator sbin/rt-email-group-admin sbin/rt-server bin/fastcgi_server bin/mason_handler.fcgi bin/mason_handler.scgi bin/standalone_httpd bin/rt-crontool bin/rt-mailgate bin/rt Makefile etc/RT_Config.pm lib/RT.pm bin/mason_handler.svc bin/webmux.pl t/data/configs/apache2.2+mod_perl.conf t/data/configs/apache2.2+fastcgi.conf"
ac_cs_usage="\
\`$as_me' instantiates files and other configuration actions
@@ -428,9 +428,9 @@
Report bugs to <rt-bugs at bestpractical.com>."
-ac_cs_config="'PERL=/usr/bin/perl'"
+ac_cs_config=""
ac_cs_version="\
-RT config.status 3.8.8
+RT config.status 3.8.9
configured by ./configure, generated by GNU Autoconf 2.65,
with options \"$ac_cs_config\"
@@ -438,9 +438,9 @@
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
-ac_pwd='/Users/ruz/projs/RT/core/rt-3.8.8'
+ac_pwd='/Users/falcone/work/rt/3.8/rt-3.8.9'
srcdir='.'
-INSTALL='/opt/local/bin/ginstall -c'
+INSTALL='/usr/bin/install -c'
AWK='gawk'
test -n "$AWK" || AWK=awk
# The default lists apply if the user does not specify any file.
@@ -502,7 +502,7 @@
fi
if $ac_cs_recheck; then
- set X '/bin/sh' './configure' 'PERL=/usr/bin/perl' $ac_configure_extra_args --no-create --no-recursion
+ set X '/bin/sh' './configure' $ac_configure_extra_args --no-create --no-recursion
shift
$as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
CONFIG_SHELL='/bin/sh'
@@ -527,6 +527,8 @@
"etc/upgrade/3.8-branded-queues-extension") CONFIG_FILES="$CONFIG_FILES etc/upgrade/3.8-branded-queues-extension" ;;
"etc/upgrade/3.8-ical-extension") CONFIG_FILES="$CONFIG_FILES etc/upgrade/3.8-ical-extension" ;;
"etc/upgrade/split-out-cf-categories") CONFIG_FILES="$CONFIG_FILES etc/upgrade/split-out-cf-categories" ;;
+ "etc/upgrade/generate-rtaddressregexp") CONFIG_FILES="$CONFIG_FILES etc/upgrade/generate-rtaddressregexp" ;;
+ "etc/upgrade/vulnerable-passwords") CONFIG_FILES="$CONFIG_FILES etc/upgrade/vulnerable-passwords" ;;
"sbin/rt-attributes-viewer") CONFIG_FILES="$CONFIG_FILES sbin/rt-attributes-viewer" ;;
"sbin/rt-dump-database") CONFIG_FILES="$CONFIG_FILES sbin/rt-dump-database" ;;
"sbin/rt-setup-database") CONFIG_FILES="$CONFIG_FILES sbin/rt-setup-database" ;;
@@ -655,7 +657,7 @@
S["RT_LOCAL_PATH"]="local"
S["RT_DOC_PATH"]="share/doc"
S["RT_PATH"]="/opt/rt3"
-S["RT_VERSION_PATCH"]="8"
+S["RT_VERSION_PATCH"]="9"
S["RT_VERSION_MINOR"]="8"
S["RT_VERSION_MAJOR"]="3"
S["RT_GPG"]="1"
@@ -721,12 +723,12 @@
S["exp_prefix"]="/opt/rt3"
S["SPEEDY_BIN"]="/usr/local/bin/speedy"
S["WEB_HANDLER"]="fastcgi"
-S["PERL"]="/usr/bin/perl"
+S["PERL"]="/Users/falcone/perl5/perlbrew/bin/perl"
S["AWK"]="gawk"
S["INSTALL_DATA"]="${INSTALL} -m 644"
S["INSTALL_SCRIPT"]="${INSTALL}"
S["INSTALL_PROGRAM"]="${INSTALL}"
-S["rt_version_patch"]="8"
+S["rt_version_patch"]="9"
S["rt_version_minor"]="8"
S["rt_version_major"]="3"
S["target_alias"]=""
@@ -736,7 +738,7 @@
S["ECHO_T"]=""
S["ECHO_N"]=""
S["ECHO_C"]="\\c"
-S["DEFS"]="-DPACKAGE_NAME=\\\"RT\\\" -DPACKAGE_TARNAME=\\\"rt\\\" -DPACKAGE_VERSION=\\\"3.8.8\\\" -DPACKAGE_STRING=\\\"RT\\ 3.8.8\\\" -DPACKAGE_BUGREPORT=\\\"rt-bugs at bestpractica"\
+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["mandir"]="man"
S["localedir"]="${datarootdir}/locale"
@@ -762,8 +764,8 @@
S["exec_prefix"]="/opt/rt3"
S["PACKAGE_URL"]=""
S["PACKAGE_BUGREPORT"]="rt-bugs at bestpractical.com"
-S["PACKAGE_STRING"]="RT 3.8.8"
-S["PACKAGE_VERSION"]="3.8.8"
+S["PACKAGE_STRING"]="RT 3.8.9"
+S["PACKAGE_VERSION"]="3.8.9"
S["PACKAGE_TARNAME"]="rt"
S["PACKAGE_NAME"]="RT"
S["PATH_SEPARATOR"]=":"
@@ -1023,6 +1025,10 @@
;;
"etc/upgrade/split-out-cf-categories":F) chmod ug+x $ac_file
;;
+ "etc/upgrade/generate-rtaddressregexp":F) chmod ug+x $ac_file
+ ;;
+ "etc/upgrade/vulnerable-passwords":F) chmod ug+x $ac_file
+ ;;
"sbin/rt-attributes-viewer":F) chmod ug+x $ac_file
;;
"sbin/rt-dump-database":F) chmod ug+x $ac_file
Index: config.log
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/config.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- config.log 4 Aug 2007 00:13:47 -0000 1.3
+++ config.log 17 Feb 2011 00:52:24 -0000 1.4
@@ -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.6.4, which was
-generated by GNU Autoconf 2.59. Invocation command line was
+It was created by RT configure 3.8.9, which was
+generated by GNU Autoconf 2.65. 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
@@ -10,11 +10,11 @@
## Platform. ##
## --------- ##
-hostname = rootwood
-uname -m = x86_64
-uname -r = 2.6.21-1-amd64
-uname -s = Linux
-uname -v = #1 SMP Sat May 26 17:22:54 CEST 2007
+hostname = transom.local
+uname -m = i386
+uname -r = 10.6.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
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
@@ -22,41 +22,168 @@
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
-hostinfo = 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
+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
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
-PATH: /usr/local/sbin
-PATH: /usr/local/bin
-PATH: /usr/sbin
+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: /opt/local/bin
+PATH: /opt/local/sbin
+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
PATH: /usr/bin
-PATH: /sbin
PATH: /bin
+PATH: /usr/sbin
+PATH: /sbin
+PATH: /usr/local/bin
+PATH: /usr/X11/bin
## ----------- ##
## Core tests. ##
## ----------- ##
-configure:1331: checking for a BSD-compatible install
-configure:1386: result: /usr/bin/install -c
-configure:1401: checking for gawk
-configure:1417: found /usr/bin/gawk
-configure:1427: result: gawk
-configure:1440: checking for perl
-configure:1458: found /usr/bin/perl
-configure:1471: result: /usr/bin/perl
-configure:1795: checking for chosen layout
-configure:1810: result: Freeside
-configure:2272: creating ./config.status
+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)
+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
+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
+Thread model: posix
+gcc version 4.2.1 (Apple Inc. build 5664)
+configure:3121: $? = 0
+configure:3110: gcc -V >&5
+gcc-4.2: argument to `-V' is missing
+configure:3121: $? = 1
+configure:3110: 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
+ld: library not found for -lgraph
+collect2: ld returned 1 exit status
+configure:3614: $? = 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_BUGREPORT "rt-bugs at bestpractical.com"
+| #define PACKAGE_URL ""
+| /* end confdefs.h. */
+|
+| /* Override any GCC internal prototype to avoid an error.
+| Use char because int might match the return type of a GCC
+| builtin and then its argument prototype would still apply. */
+| #ifdef __cplusplus
+| extern "C"
+| #endif
+| char aginitlib ();
+| int
+| main ()
+| {
+| return aginitlib ();
+| ;
+| 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
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
-This file was extended by RT config.status 3.6.4, which was
-generated by GNU Autoconf 2.59. Invocation command line was
+This file was extended by RT config.status 3.8.9, which was
+generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
@@ -64,27 +191,54 @@
CONFIG_COMMANDS =
$ ./config.status
-on rootwood
+on transom.local
-config.status:760: creating sbin/rt-dump-database
-config.status:760: creating sbin/rt-setup-database
-config.status:760: creating sbin/rt-test-dependencies
-config.status:760: creating bin/mason_handler.fcgi
-config.status:760: creating bin/mason_handler.scgi
-config.status:760: creating bin/standalone_httpd
-config.status:760: creating bin/rt-crontool
-config.status:760: creating bin/rt-mailgate
-config.status:760: creating bin/rt
-config.status:760: creating Makefile
-config.status:760: creating etc/RT_Config.pm
-config.status:760: creating lib/RT.pm
-config.status:760: creating bin/mason_handler.svc
-config.status:760: creating bin/webmux.pl
+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
## ---------------- ##
## Cache variables. ##
## ---------------- ##
+ac_cv_c_compiler_gnu=yes
+ac_cv_env_CC_set=
+ac_cv_env_CC_value=
+ac_cv_env_CFLAGS_set=
+ac_cv_env_CFLAGS_value=
+ac_cv_env_CPPFLAGS_set=
+ac_cv_env_CPPFLAGS_value=
+ac_cv_env_LDFLAGS_set=
+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_build_alias_set=
@@ -93,7 +247,9 @@
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
-ac_cv_path_PERL=/usr/bin/perl
+ac_cv_lib_graph_aginitlib=no
+ac_cv_objext=o
+ac_cv_path_PERL=/Users/falcone/perl5/perlbrew/bin/perl
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
@@ -111,13 +267,12 @@
DB_HOST='localhost'
DB_PORT=''
DB_RT_HOST='localhost'
-DB_RT_PASS=''
-DB_RT_USER='freeside'
-DB_TYPE='Pg'
-DEFS='-DPACKAGE_NAME=\"RT\" -DPACKAGE_TARNAME=\"rt\" -DPACKAGE_VERSION=\"3.6.4\" -DPACKAGE_STRING=\"RT\ 3.6.4\" -DPACKAGE_BUGREPORT=\"rt-bugs at bestpractical.com\" '
-DESTDIR='/opt/rt3'
-ECHO_C=''
-ECHO_N='-n'
+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=\"\"'
+ECHO_C='\c'
+ECHO_N=''
ECHO_T=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
@@ -136,13 +291,15 @@
MASON_SESSION_PATH='/opt/rt3/var/session_data'
PACKAGE_BUGREPORT='rt-bugs at bestpractical.com'
PACKAGE_NAME='RT'
-PACKAGE_STRING='RT 3.6.4'
+PACKAGE_STRING='RT 3.8.9'
PACKAGE_TARNAME='rt'
-PACKAGE_VERSION='3.6.4'
+PACKAGE_URL=''
+PACKAGE_VERSION='3.8.9'
PATH_SEPARATOR=':'
-PERL='/usr/bin/perl'
-RTGROUP='freeside'
-RT_BIN_PATH='/opt/rt3/bin'
+PERL='/Users/falcone/perl5/perlbrew/bin/perl'
+RTGROUP='www'
+RT_BIN_PATH='bin'
+RT_BIN_PATH_R='/opt/rt3/bin'
RT_DEVEL_MODE='0'
RT_DOC_PATH='/opt/rt3/share/doc'
RT_ETC_PATH='/opt/rt3/etc'
@@ -155,8 +312,8 @@
RT_STANDALONE='0'
RT_VAR_PATH='/opt/rt3/var'
RT_VERSION_MAJOR='3'
-RT_VERSION_MINOR='6'
-RT_VERSION_PATCH='4'
+RT_VERSION_MINOR='8'
+RT_VERSION_PATCH='9'
SHELL='/bin/sh'
SPEEDY_BIN='/usr/local/bin/speedy'
WEB_GROUP='freeside'
@@ -205,10 +362,10 @@
program_transform_name='s,x,x,'
rt_layout_name='Freeside'
rt_version_major='3'
-rt_version_minor='6'
-rt_version_patch='4'
-sbindir='/opt/rt3/sbin'
-sessionstatedir='/opt/rt3/var/session_data'
+rt_version_minor='8'
+rt_version_patch='9'
+sbindir='sbin'
+sessionstatedir='var/session_data'
sharedstatedir='${prefix}/com'
sysconfdir='/opt/rt3/etc'
target_alias=''
@@ -221,6 +378,9 @@
#define PACKAGE_NAME "RT"
#define PACKAGE_STRING "RT 3.6.4"
#define PACKAGE_TARNAME "rt"
-#define PACKAGE_VERSION "3.6.4"
+#define PACKAGE_VERSION "3.8.9"
+#define PACKAGE_STRING "RT 3.8.9"
+#define PACKAGE_BUGREPORT "rt-bugs at bestpractical.com"
+#define PACKAGE_URL ""
configure: exit 0
- Previous message: [freeside-commits] freeside/rt - Imported sources,NONE,NONE
- Next message: [freeside-commits] freeside/rt/bin fastcgi_server, 1.1.1.2, 1.2 mason_handler.fcgi, 1.6, 1.7 mason_handler.scgi, 1.6, 1.7 mason_handler.svc, 1.4, 1.5 rt-crontool, 1.4, 1.5 rt-mailgate, 1.5, 1.6 standalone_httpd, 1.1.1.4, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list