features, most significantly table spaces. Release notes haven't been
updated yet, but since PostgreSQL is about a month or two away from beta,
it's time to start updating this port on a more regular basis. Needless to
say, a dump/reload is needed when coming from the last -devel version.
LOCALBASE to find krb5-config in the MIT case.
Prodded by: Our friendly folks at the ISC who want to use FreeBSD's
PostgreSQL ports instead of an unmanaged build from a tarball.
play with 7.4, here 'ya go. As of this version, the port will
correctly depend on bison 1.875, which may, for better or worse, 'cause
some confusion with users who don't read the build logs and don't not
the output from the relevant CONFLICTS section[1]. Regardless, far too
many people have noted the missing detection for a build dependency on
bison1875, so that has finally been addressed (*kicks bison authors for
incompatibilities*). Starting Monday, I'm going to update this to HEAD
that way people who want to see the new ARC page caching algo in action
can.
Submitted by: [1] a cast of hundreds of innocent victims^Wbystanders
Release notes: http://developer.postgresql.org/docs/postgres/release.html#RELEASE-7-4
2003-07-21 snapshot. Sans small tweaks, updates to error codes/messages,
and any problems found in the formal beta, this is going to be 7.4. Please
let me know if anyone has any problems running this (this version has amd64
support too!). Release notes:
http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL
finalized between the client and server. While here, fix the plist, change
WITH_PGCRYPTO to be WITHOUT_PGCRYPTO that way the port defaults to
installing the crypto libraries. Now that we have hardware support for
crypto devices, go out of our way to make sure that pgcrypto uses
openssl where applicable and reads from /dev/urandom for entropy.
This port will start following 7.4 shortly, switch to postgresql7 if you're
not interested in tracking the CVS snapshots of PostgreSQL.
Submitted by: kris/bento [1]
mainline postgresql7 port will be updated. 7.3 introduces many new
features, most notably schemas, drop column, table functions, and
prepared queries were added in this release. Please read the release
notes for details.
http://developer.postgresql.org/docs/postgres/release.html#RELEASE-7-3
Approved by: portmgr
on -CURRENT and should be the last release before rc1. Updated the
optimized CFLAGS as well.
PR: ports/44893
Submitted by: Vladimir Chukharev <chu@gpi.ru>
the regression tests[1]. Update the MASTER_SITES list so that it isn't
painfully slow to obtain the tarballs. Added several new US mirrors to
help distribute the load. An initdb is required when upgrading.
PR: ports/44526
Submitted by: [1] Vladimir Chukharev <chu@gpi.ru>
distfiles periodically updated to track PostgreSQL between major releases.
Port is repo copied from databases/postgresql7 and has been updated to
7.3b1.
Approved by: portmgr && knu (mentor)
The following buffer overruns have been identified and
addressed [in 7.2.2]:
* in handling long datetime input
* in repeat()
* in lpad() and rpad() with multibyte
* in SET TIME ZONE and TZ env var
* The compiler in -CURRENT now complains if you precede -I/usr/include
with -I... . The same applies to -I/usr/lib .
* The distribution's configure file treats the compiler's unexpected
warning message as a failure and errors out.
Maintainer notified in private mail.
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr