This is specified at run-time by setting pgsql_home=/path/to/home in
/etc/rc.conf. Ensure that ${pgsql_home} has the correct permissions
(o=${pgsql_user}, g=${pgsql_group}, m=0750) before initializing the
database.
Eric Jacoboni (jaco at scrogneugneu dot org)
Locale::gettext is a perl5 module quickly written to gain access to
the C library functions for internatialization. They work just like
the C versions.
Phoenix is a redesign of the Mozilla browser component, similar to Galeon,
K-Meleon and Chimera, but written using the XUL user interface language
and designed to be cross-platform.
Changes:
- The bundled file XML::Node.sgml had been renamed to XML-Node.sgml (windows
friendly?)
- Diff between previous XML::Node.sgml and new XML-Node.sgml:
--- XML-Node-0.10/XML::Node.sgml Mon Nov 15 21:18:52 1999
+++ XML-Node-0.10.new/XML-Node.sgml Fri Jan 5 20:23:46 2001
@@ -69,7 +69,7 @@
$p->register(">Orders>Order","end" => \&handle_order_end);
print "Processing file [orders.xml]...\n";
-$p->parse("orders.xml");
+$p->parsefile("orders.xml");
So...
Bump PKGREVISION, update distinfo and remove previous distfile from
ftp.netbsd.org.
While here use perl5/module.mk and use buildlink2.
2. New variable PKGNAME_PREFIX, which is either null string or xemacs-
depending on EMACS_FLAVOR. Intended to use like:
DEPENDS+= ${PKGNAME_PREFIX}apel>=10.4:../../devel/apel
BUILD_DEPENDS+= ${PKGNAME_PREFIX}apel>=10.4:../../devel/apel
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)
This has a variety of fixes from 7.2.2, including fixes to prevent
possible data loss.
A dump/restore is *not* required for those running 7.2.X.
Changes from version 7.2.2 include:
Prevent possible compressed transaction log loss (Tom)
Prevent non-superuser from increasing most recent vacuum info (Tom)
Handle pre-1970 date values in newer versions of glibc (Tom)
Fix possible hang during server shutdown
Prevent spinlock hangs on SMP PPC machines (Tomoyuki Niijima)
Fix pg_dump to properly dump FULL JOIN USING (Tom)
CMU dhcpd 3.3.7 is a combined BootP and DHCP server, available from
Carnegie Mellon University.
Development of this sofware at CMU has been halted. At Princeton
we've added a few new features, and fixed some bugs (and probably
introduced new ones, naturally). We've also incorporated patches
that others have posted. Our version is 3.3.7+PU.
CMU dhcpd 3.3.7 is a combined BootP and DHCP server, available from
Carnegie Mellon University.
Development of this sofware at CMU has been halted. At Princeton
we've added a few new features, and fixed some bugs (and probably
introduced new ones, naturally). We've also incorporated patches
that others have posted. Our version is 3.3.7+PU.
Some applications, notably the numbering of points in outlines,
use a scheme that starts with the letter "a", goes to "z", and then
starts over with "aa" thru "az", then "ba", and so on. This module
provides functions that deal with that numbering system, converting
between it and integer values.