FreshPorts -- The Place For Ports Sun, 23 Nov 2008 10:40 AM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

non port: databases/postgresql81-client/Makefile
CVSWeb

Number of commits found: 7

Fri, 13 Jun 2008
[ 00:46 girgen ] Original commit 
1.8 databases/postgresql74-server/files/502.pgsql
1.8 databases/postgresql80-server/files/502.pgsql
1.8 databases/postgresql81-server/files/502.pgsql
1.9 databases/postgresql82-server/files/502.pgsql
1.9 databases/postgresql83-server/files/502.pgsql
1.7 databases/postgresql74-client/Makefile
1.157 databases/postgresql74-server/Makefile
1.8 databases/postgresql80-client/Makefile
1.174 databases/postgresql80-server/Makefile
1.7 databases/postgresql81-client/Makefile

(Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
Updates of the PostgreSQL ports

Updates for all maintained versions of PostgreSQL are available today:
8.3.3, 8.2.9, 8.1.13, 8.0.17 and 7.4.21.  These releases fix more than
two dozen minor issues reported and patched over the last few months.
All PostgreSQL users should plan to update at their earliest
convenience. People in affected time zones, in particular, should
upgrade as soon as possible.

Release Notes:
        http://www.postgresql.org/docs/8.3/static/release.html

Also, fix umask error in periodic script [1].

PR:             ports/124457 [1]
Submitted by:   Alexandre Perrin
Fri, 6 Jun 2008
[ 14:17 edwin ] Original commit 
1.10 databases/adstudio/Makefile
1.8 databases/animenfo-client-gtk/Makefile
1.7 databases/aolserver-nspostgres/Makefile
1.57 databases/clip/Makefile
1.17 databases/courier-authlib-pgsql/Makefile
1.7 databases/db4o-mono/Makefile
1.9 databases/dbXML/Makefile
1.14 databases/dbmetrix/Makefile
1.17 databases/dbtool/Makefile
1.3 databases/emma/Makefile

(Only the first 10 of 155 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Sat, 19 Apr 2008
[ 18:56 miwi ] Original commit 
1.2 www/helixplugin/files/BSDmakefile
1.2 x11/gpctool/files/BSDmakefile
1.4 japanese/kanji18/files/DEINSTALL.tmpl
1.4 japanese/kanji26/files/DEINSTALL.tmpl
1.4 cad/cider/files/FreeBSD
1.2 audio/festival+OGI/files/FreeBSD.mak
1.3 japanese/kanji18/files/INSTALL.tmpl
1.3 japanese/kanji26/files/INSTALL.tmpl
1.64 accessibility/at-spi/Makefile
1.43 accessibility/dasher/Makefile

(Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Tue, 9 Jan 2007
[ 16:29 girgen ] Original commit 
1.3 databases/postgresql73-client/Makefile
1.146 databases/postgresql73-server/Makefile
1.4 databases/postgresql74-client/Makefile
1.147 databases/postgresql74-server/Makefile
1.5 databases/postgresql80-client/Makefile
1.160 databases/postgresql80-server/Makefile
1.4 databases/postgresql81-client/Makefile
1.161 databases/postgresql81-server/Makefile
1.2 databases/postgresql82-client/Makefile
1.163 databases/postgresql82-server/Makefile

(Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
Update postgresql to 8.2.1, 8.1.6, 8.0.10, 7.4.15 and 7.3.17.

Release notes:
http://www.postgresql.org/docs/7.3/static/release.html#RELEASE-7-3-17
http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4-15
http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-10
http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-6
http://www.postgresql.org/docs/8.2/static/release-8-2-1.html

The server-side utilities of postgresql (initdb, initlocation,
ipcclean, pg_controldata, pg_ctl, pg_id and pg_resetxlog) are now
installed by the respective postgresql*-server port (previously they
where installed with the client). If you update the client, you should
also update the server to make sure you are not left without the
server-side tools. Do something like:

    portupgrade postgresql-client postgresql-server
Mon, 9 Jan 2006
[ 17:30 girgen ] Original commit 
1.141 databases/postgresql73-server/Makefile
1.142 databases/postgresql74-server/Makefile
1.4 databases/postgresql80-client/Makefile
1.153 databases/postgresql80-server/Makefile
1.3 databases/postgresql81-client/Makefile
1.153 databases/postgresql81-server/Makefile
1.268 UPDATING
1.40 databases/postgresql73-server/distinfo
1.40 databases/postgresql74-server/distinfo
1.47 databases/postgresql80-server/distinfo

(Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Update postgresql with latest patch release.

A critical fix repairs an error in ReadBuffer that can cause data loss
due to overwriting recently-added pages.  This applies to the 8.1 and
8.0 branches on all platforms.

Note that this update might require a reindex of textual columns under
certain conditions; please see UPDATING.

Other fixes included are:
-- Character string locale comparison bug. This may require a REINDEX
    on text column indexes in some locales, such as Hungarian.
-- Prevent accidental changes of locale by plperl
-- Two fixes for Japanese encodings
-- Two fixes for COPY CSV
-- Fixes for functions returning RECORD
-- Fixes to autovacuum, dblink and pgcrypto
Sat, 7 Jan 2006
[ 00:14 ade ] Original commit 
1.2 databases/postgresql81-client/Makefile
1.7 databases/postgresql81-server/pkg-plist-client
Add 'config' to the list of directories installed by postgresql81-client,
so as to fully install everything needed for pgxs to work correctly.

Approved by:    maintainer
Thu, 10 Nov 2005
[ 02:23 girgen ] Original commit 
1.11 databases/postgresql-contrib/Makefile
1.1 databases/postgresql81-client/Makefile
1.146 databases/postgresql81-server/Makefile
1.43 databases/postgresql81-server/distinfo
1.3 databases/postgresql81-server/files/patch-src-makefiles-Makefile.freebsd
1.3 databases/postgresql81-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
1.6 databases/postgresql81-server/pkg-plist-client
1.3 databases/postgresql81-server/pkg-plist-contrib
1.5 databases/postgresql81-server/pkg-plist-server
Welcome to PostgreSQL 8.1.

The new release includes performance improvements and advanced SQL
features which will support bigger data warehouses, higher-volume
transaction processing, and more complex distributed enterprise
software.

Major new features in this release include:

      Roles:
           PostgreSQL now supports database roles, which simplify the
           management of large numbers of users with complex
           overlapping database rights.

      IN/OUT Parameters:
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 7

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
streamripperNov 23
mantisNov 22
dovecotNov 19
dovecot-develNov 19
libxml2Nov 19
openfireNov 19
enscript-a4Nov 18
enscript-letterNov 18
enscript-letterdjNov 18
syslog-ng2Nov 18
gnutlsNov 16
net-snmpNov 14
net-snmp53Nov 14
faad*Nov 13
firefoxNov 13

14 vulnerabilities affecting 30 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19425
Broken 158
Deprecated 82
Ignore 445
Forbidden 7
Restricted 270
No CDROM 132
Vulnerable 56
Expired 56
Set to expire 65
Interactive 78
new 24 hours 5
new 48 hours19
new 7 days31
new fortnight82
new month131

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.093 seconds.