CVS log for ports/databases/postgresql74-client/Attic/Makefile
Up to [FreeBSD] / ports / databases / postgresql74-client
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.8
Mon Apr 4 18:06:54 2011 UTC (10 months, 1 week ago) by rene
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.7: +1 -1 lines
Garbage collect expired slave ports (2011-04-02): databases/postgresql73-client databases/postgresql74-client databases/postgresql74-contrib databases/postgresql80-client databases/postgresql80-contrib databases/postgresql81-client
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jun 12 23:46:04 2008 UTC (3 years, 8 months ago) by girgen
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +0 -1 lines
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
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:17:02 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
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)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:47:17 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
- 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)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 9 16:29:33 2007 UTC (5 years, 1 month ago) by girgen
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1 lines
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
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Feb 19 12:07:45 2005 UTC (6 years, 11 months ago) by girgen
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
Fix security alert using a patch from PostgreSQL's CVS repository: Prevent overrunning a heap-allocated buffer if more than 1024 parameters to a refcursor declaration are specified. This is a minimally-invasive fix for the buffer overrun. Define LATEST_LINK to avoid package name clashes between the different branches of PostgreSQL. [1] (Since postgresql-tcltk is hardwired to branch 7.4, keep its LATEST_LINK to a generic value.) Set UNIQUENAME and let it be the same for server & client, so each branch's ports will share the same options file. This adds some no-op knobs to the -client port, but IMO it is better this way. Add space inside paranthesis in OSVERSION conditional to work around (ancient) make bug. [2] Remove the Rendez-Vouz knob for 8.0 since I can't find the software needed to even compile it on FreeBSD. Bump portrevision (for -server only). Noted by: kris [1] PR: ports/77530 [2] Security: http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html Approved by: seanc (mentor)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jan 31 02:05:54 2005 UTC (7 years ago) by girgen
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Correct comment about USE_PGSQL knob
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Nov 23 19:15:11 2004 UTC (7 years, 2 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_11_0
Another step along the road to the postgresql new world order. Note that none of these ports are (yet) hooked into the tree, and will not compile unless you set a specific environmental variable. This should be warning enough to leave well alone for now :) Submitted by: maintainer
