Age | Commit message (Collapse) | Author | Files | Lines |
|
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
removal of USE_GTEXINFO
INSTALL_INFO added to PLIST_SUBST
`${INSTALL_INFO}' replace `install-info' in target rules
print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
makeinfo command usage
See -newly added by this commit- section 10.24 of Packages.txt for
further information.
|
|
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
|
|
Added backwards compatiblity: both SQL::Statement and SQL::Parser now
work in perl version 5.004 and above.
Changed defaults for DBD::CSV so it now accepts new SQL without adding
extra flags to scripts
Added support for SQL comments
Fixed bugs in qualified column names (e.g. tableA.*), and in joins
using ON or WHERE
Fixed bug in UPDATE that caused the new value to be a hash rather
than a scalar.
New features:
Explicit and implicit joins
Table name aliases
Set functions
String functions
String concatenation
Numeric expressions
IN predicate
BETWEEN predicate
Alphabetic comparison in WHERE clauses
Ordering of text that looks like a number
Verbose error messages for both Parsing and Execution errors
Pure perl, new maintainer.
|
|
adjusted docs to show Jeff as the new maintainer.
added docs for extended SQL features (joins, etc.) available
with SQL::Statement 1.0 and above.
adjusted tests blobs.t, chopblanks.t, and ak-dbd.t to work with
all versions of SQL::Statement.
|
|
Fixed DBD::Proxy support for AutoCommit
Fixed DBI::ProxyServer bind_param(_inout) handling
Fixed DBI::ProxyServer fetch loop
Fixed install_driver do-the-right-thing with $@ on error. It, and connect(),
will leave $@ empty on success and holding the error message on error.
Fixed fetchrow_hashref to assign columns to the hash left-to-right
so later fields with the same name overwrite earlier ones
as per DBI < 1.15
Changed tables() to use quote_indentifier() if the driver returns a
true value for $dbh->get_info(29) # SQL_IDENTIFIER_QUOTE_CHAR
Changed ping() so it no longer triggers RaiseError/PrintError.
Changed connect() to not call $class->install_driver unless needed.
Changed DESTROY to catch fatal exceptions and append to $@.
Added ISO SQL/CLI & ODBCv3 data type definitions
Removed the definition of SQL_BIGINT data type constant as the value is
inconsistent between standards (ODBC=-5, SQL/CLI=25).
Added $dbh->column_info(...)
Added $dbh->foreign_key_info(...)
Added $dbh->quote_identifier(...)
Added $h->{HandleError} = sub { ... } addition and/or alternative
to RaiseError/PrintError.
Added Fowler/Noll/Vo hash type as an option to DBI::hash().
Added DBI::Changes so now you can "perldoc DBI::Changes", yeah!
Added selectrow_arrayref & selectrow_hashref docs
|
|
* Fixed slapd moddn acl bug (ITS#1562) (ITS#1582)
* Fixed slapd acl regex (to dn="") portability bug (ITS#1579)
* Disabled -lldap atexit() handler (ITS#1577)
* Updated config.guess/sub scripts (ITS#1567)
* Fixed a number of typos (ITS#1578)
|
|
not seem to harm NetBSD's /usr/bin/patch.
Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE to fix shared libraries
numbering under Solaris.
|
|
Noted by Stoned Elipot <seb@netbsd.org> in private email.
|
|
Fixed slapd passwd modify referral bug
Fixed back-ldbm index threading bug
Fixed back-ldbm ordering presence index bug
Fixed back-ldap modify bug (ITS#1547)
Fixed -lldap TLS errno bug
Fixed ud v2 kind bug
Updated slapd slurpd friendly code
Build environment
Fixed Mach cthreads detection (ITS#1554)
Updated Berkeley DB 4 detection
|
|
|
|
|
|
Lots of bug fixes in SQL parsing and supports more weildy SQL code like
using the right of an AS in athe column list of a SELECT as part of an
expression in the WHERE, ORDER BY, GROUP BY and/of HAVING clauses.
For a full report see the changelog on
http://www.hwaci.com/sw/sqlite/changes.html
|
|
building this package _without_ threads support if the threads are non-
native. While the package does build correctly using GNU pth, and the
clients run correctly, the slapd server isn't able to pass "make test".
When built without threads support, only the replication test fails, I
think because slurpd isn't built.
|
|
|
|
|
|
|
|
things like the one described in PR pkg/15379.
|
|
|
|
newer Python versions too,
XXX we have to override the do-patch rule to avoid patch errors
(we use EXTRACT_ELEMENTS, so we don't generally have all the
original files)
|
|
|
|
Perl-AddressBook is a collection of perl library modules which provide a
unified interface for accessing addressbook entries stored in various
types of databases, e.g. LDAP, LDIF, PalmDB, DBI, text, HTML.
|
|
|
|
|
|
for --libs or --cflags: -L'directory' or -I'directory'. Strip those
quotes away in the config script wrapper to make it look more normal.
|
|
|
|
|
|
from Ruby.
Based on PR pkg/14302 with slightly modification and newer version, 2.4.2.
|
|
|
|
Python-2.0 due to Zope
|
|
|
|
|
|
|
|
|
|
install docs into version dependant subdir to avoid conflicts
|
|
Ruby extension library to access PostgreSQL.
===========================================
Mon Nov 19 2001 version 0.6.5 released
* change my address.
Noboru Saitou <noborus@netlab.jp>
Fri Nov 16 2001
* default encoding set.
Riley <wormwood@speakeasy.org>
Fri Nov 16 2001
* add methods "cmdtuples"
Gabriel Emerson <gemerson@evalsoft.com>
Thanks to greentea@fa2.so-net.ne.jp
Thu Jul 12 2001
* psql.rb $OPT_p => $OPT_p.to_i (bug fix).
Yuta TSUBOI <yuuta-t@is.aist-nara.ac.jp>
|
|
Fix slapd empty string indexing/filtering handling (ITS#1507)
Changed slapd ACL selfwrite replace logic (ITS#1530)
Build environment
Updated IPv6 configuration argument handling
Fix back-shell tools make depend bug (ITS#1518)
Removed extraneous files
|
|
the right version
|
|
Fixed slapd ACL empty replace bug (ITS#1530)
Fixed slapd ACL peername/sockname exact match bug (ITS#1516)
Fixed back-passwd db_config bug
Fixed -lldap cache debug bug (ITS#1501)
Fixed -lldap dnssrv free bug
Fixed -lldap Start TLS first op bug
Fixed slurpd TLS non-critical/critical bug (ITS#1527)
Fixed slurpd SASL password bug (ITS#1528)
Build environment
Fixed repl_user build error (ITS#1503)
Updated BerkeleyDB 4 support
Updated schema files
Updated Windows NT/2000 MSVC5 port
|
|
|
|
|
|
relocations of the PHP4 module packages.
|
|
relocations of the PHP4 module packages.
|
|
relocations of the PHP4 module packages.
|
|
|
|
complete (and a too-long to be included here) ChangeLog can be found at:
http://www.mysql.com/documentation/mysql/bychapter/manual_News.html#News-3.23.x
|
|
the version from the php-4.1.1 distribution.
|
|
the version from the php-4.1.1 distribution.
|
|
the version from the php-4.1.1 distribution.
|
|
the version from the php-4.1.1 distribution.
|
|
the version from the php-4.1.1 distribution.
|