head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2010Q3:1.3.0.42 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.40 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.38 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.36 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.34 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.32 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.30 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.28 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.26 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.24 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.22 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.20 pkgsrc-2008Q1:1.3.0.18 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.16 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.14 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.12 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.10 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.8 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.6 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.4 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.2 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.2.0.20 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.18 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.16 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.14 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.12 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.10 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.8 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.6 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.4 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.2 netbsd-1-6-1-base:1.2 netbsd-1-6:1.1.0.8 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.0.4 pkgviews-base:1.1 buildlink2:1.1.0.2 buildlink2-base:1.1 netbsd-1-5-PATCH003:1.1; locks; strict; comment @# @; 1.4 date 2010.12.25.08.37.31; author adam; state dead; branches; next 1.3; 1.3 date 2006.01.02.18.08.35; author joerg; state Exp; branches; next 1.2; 1.2 date 2002.10.19.03.51.03; author jlam; state Exp; branches; next 1.1; 1.1 date 2002.04.03.09.29.55; author jlam; state Exp; branches; next ; desc @@ 1.4 log @Changes 09.00.0200: * Fix a bug about sizeof() at idx_fake_oid of info. * Return 0 for the column size when the size of numeric items are unknown. Also improve the calculation of scale of numeric items when it is not explicitly specified. * Change to use 'if' instead of an inappropriate 'else if' at cursor of convert. * Remember to set permanent flag to holdable cursors on commit with no precedent rollback (to savepoint) operations. This fixes a crash bug in case of cursor operations across transaction. * Fix a bug about the handling of the SQL_RETRIEVE_DATA option. * Fix cursor bug introduced by the previous change. * Move the setting of folder name of libpq or gssapi related dlls from .wxs file to .bat file. * Fix a bug which returns incorrect values for SQL_DATETIME_SUB. @ text @$NetBSD: patch-ac,v 1.3 2006/01/02 18:08:35 joerg Exp $ --- configure.orig 2002-10-01 03:34:27.000000000 +0000 +++ configure @@@@ -19,6 +19,8 @@@@ ac_help="$ac_help ac_help="$ac_help --with-libs=DIRS alternative spelling of --with-libraries" ac_help="$ac_help + --disable-readline disable readline support" +ac_help="$ac_help --enable-locale enable locale support" ac_help="$ac_help --enable-recode enable character set recode support" @@@@ -53,6 +55,8 @@@@ ac_help="$ac_help ac_help="$ac_help --with-python build Python interface module" ac_help="$ac_help + --with-python-compile byte-compile modules if Python is enabled" +ac_help="$ac_help --with-java build JDBC interface and Java tools" ac_help="$ac_help --with-krb4[=DIR] build with Kerberos 4 support [/usr/athena]" @@@@ -694,6 +698,7 @@@@ case $host_os in darwin*) template=darwin ;; dgux*) template=dgux ;; freebsd*) template=freebsd ;; +dragonfly*) template=dragonfly ;; hpux*) template=hpux ;; irix*) template=irix5 ;; linux*) template=linux ;; @@@@ -817,6 +822,32 @@@@ fi # +# Readline support +# +echo $ac_n "checking whether to build with readline support""... $ac_c" 1>&6 +echo "configure:828: checking whether to build with readline support" >&5 +# Check whether --enable-readline was given +if test x"${enable_readline+set}" = xset; then + case $enable_readline in + yes) + : + ;; + no) + : + ;; + *) + enableval=$enable_readline + { echo "configure: error: no argument expected for --enable-readline option" 1>&2; exit 1; } + ;; + esac # $enable_readline +else + enable_readline=yes + +fi +echo "$ac_t""$enable_readline" 1>&6 + + +# # Locale (--enable-locale) # echo $ac_n "checking whether to build with locale support""... $ac_c" 1>&6 @@@@ -1859,6 +1890,35 @@@@ fi echo "$ac_t""$with_python" 1>&6 +# If python is enabled (above), then optionally byte-compile the modules. +echo $ac_n "checking whether to byte-compile Python modules""... $ac_c" 1>&6 +echo "configure:1895: checking whether to byte-compile Python modules" >&5 +if test "$with_python" = yes; then + # Check whether --with-python_compile was given +if test x"${with_python_compile+set}" = xset; then + case $with_python_compile in + yes) + : + ;; + no) + : + ;; + *) + withval=$with_python_compile + { echo "configure: error: no argument expected for --with-python_compile option" 1>&2; exit 1; } + ;; + esac # $with_python_compile +else + with_python_compile=no + +fi +else + with_python_compile=no +fi +echo "$ac_t""$with_python_compile" 1>&6 + + + # # Optionally build the Java/JDBC tools # @@@@ -2287,6 +2347,7 @@@@ fi case $host_os in freebsd1*|freebsd2*) elf=no;; freebsd3*|freebsd4*) elf=yes;; + dragonfly*) elf=yes;; esac cat > conftest.$ac_ext <&6 -echo "configure:3288: checking for readline" >&5 +echo "configure:3348: checking for readline" >&5 if eval "test \"`echo '$''{'pgac_cv_check_readline'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@@@ -3408,6 +3470,7 @@@@ EOF else : fi +fi if test "$PORTNAME" != "aix" -a "$PORTNAME" != "alpha" then @@@@ -9007,6 +9070,7 @@@@ s%@@with_tcl@@%$with_tcl%g s%@@with_tk@@%$with_tk%g s%@@with_perl@@%$with_perl%g s%@@with_python@@%$with_python%g +s%@@with_python_compile@@%$with_python_compile%g s%@@ANT@@%$ANT%g s%@@with_java@@%$with_java%g s%@@with_krb4@@%$with_krb4%g @ 1.3 log @Add DragonFly support. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update databases/odbc-postgresql to version 7.2.3. Pkgsrc changes include Splitting out a common Makefile for future unixodbc-postgresql and iodbc-postgresql packages. Changes from version 7.1.3 include: Remove query size limit (Hiroshi) Remove text field size limit (Hiroshi) Fix for SQLPrimaryKeys in multibyte mode (Hiroshi) Allow ODBC procedure calls (Hiroshi) Improve boolean handing (Aidan Mountford) Most configuration options on setable via DSN (Hiroshi) Multibyte, performance fixes (Hiroshi) Allow driver to be used with iODBC or unixODBC (Peter E) MD5 password encryption support (Bruce) Add more compatibility functions to odbc.sql (Peter E) @ text @d3 1 a3 1 --- configure.orig Mon Sep 30 23:34:27 2002 d23 9 a31 1 @@@@ -817,6 +821,32 @@@@ fi d64 1 a64 1 @@@@ -1859,6 +1889,35 @@@@ fi d100 9 a108 1 @@@@ -3282,9 +3341,10 @@@@ fi d120 1 a120 1 @@@@ -3408,6 +3468,7 @@@@ EOF d128 1 a128 1 @@@@ -9007,6 +9068,7 @@@@ s%@@with_tcl@@%$with_tcl%g @ 1.1 log @Make odbc-postgresql build stand-alone instead of requiring Makefile.common from databases/postgresql. Also honor PKG_SYSCONFDIR. @ text @d3 1 a3 1 --- configure.orig Thu Aug 16 11:36:31 2001 d5 1 a5 1 @@@@ -19,6 +19,8 @@@@ d14 1 a14 1 @@@@ -53,6 +55,8 @@@@ d23 1 a23 1 @@@@ -811,6 +815,32 @@@@ d30 1 a30 1 +echo "configure:822: checking whether to build with readline support" >&5 d56 2 a57 2 @@@@ -1905,6 +1935,35 @@@@ fi d62 1 a62 1 +echo "configure:1941: checking whether to byte-compile Python modules" >&5 d92 1 a92 1 @@@@ -3095,8 +3154,9 @@@@ d97 1 d99 2 a100 2 -echo "configure:3100: checking for readline" >&5 +echo "configure:3160: checking for readline" >&5 d104 1 a104 33 @@@@ -3118,13 +3178,30 @@@@ readline() ; return 0; } EOF -if { (eval echo configure:3122: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3182: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* + if test "$cross_compiling" = yes; then + { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } +else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +then pgac_cv_check_readline="${pgac_rllib}${pgac_lib}"; break 2 else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 fi +rm -fr conftest* +fi + +else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 +fi rm -f conftest* LIBS=$pgac_save_LIBS done @@@@ -3208,6 +3285,7 @@@@ d112 3 a114 3 @@@@ -8103,6 +8181,7 @@@@ s%@@python_moduledir@@%$python_moduledir%g s%@@python_extmakefile@@%$python_extmakefile%g @