aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql81-server
Commit message (Collapse)AuthorAgeFilesLines
* Fix missed commit when updating ICU patch to chase update of autoconf 2.61 ↵girgen2008-09-011-1/+1
| | | | -> 2.62
* Update ICU patch to chase update of autoconf 2.61 -> 2.62girgen2008-08-281-3/+3
| | | | | PR: ports/126773 Submitted by: Robert Schulze
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* Updates of the PostgreSQL portsgirgen2008-06-134-19/+15
| | | | | | | | | | | | | | | | | 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
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | 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)
* Fix SIZE line for pg-8111-icu-xx-2008-02-19.diff.gzedwin2008-03-251-1/+1
|
* - Remove USE_GETOPT_LONG which is a no-op since March 200pav2008-03-201-8/+0
|
* Chase ICU version 3.8girgen2008-02-202-5/+5
| | | | | HIER patch's web site has disappeared. Put the patches on freefall until I can get hold of the author.
* Workaround for sparc64-6: set USE_GCC=4.2+.linimon2008-01-191-0/+4
| | | | | | The packages for 6.3R on sparc64 were actually built using this. Hat: portmgr
* Fix bad ICU patch filegirgen2008-01-082-4/+4
|
* Update all PostgreSQL ports to latest versions.girgen2008-01-074-26/+24
| | | | | | | This includes a bunch of security fixes: CVE-2007-6067, CVE-2007-4772, CVE-2007-6601, CVE-2007-6600 and CVE-2007-4769. Security: http://www.postgresql.org/about/news.905
* Migration from bison 1.x to 2.xade2007-10-171-2/+2
| | | | | PR: 117086 Tested by: -exp runs
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-4/+0
|
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-2/+2
| | | | | PR: ports/116639 Submitted by: aDe
* Update PostgreSQL ports to the latest patch releases.girgen2007-09-183-14/+15
| | | | PR: ports/104075
* - Welcome X.org 7.2 \o/.flz2007-05-203-31/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update PostgreSQL to 7.3.19, 7.4.17, 8.0.13, 8.1.9 and 8.2.4 respectively:girgen2007-04-243-13/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PostgreSQL Global Development Group has released updated versions for PostgreSQL 8.2 and all back versions to patch a privilege escalation exploit in SECURITY DEFINER functions. All users of this feature are urged to update to the latest minor version and follow instructions on securing these functions as soon as possible. This minor release also contains other fixes, so all users should plan to deploy it. Once you have updated, additional steps are required to secure your database against the exploit. Please read the release notes at http://www.postgresql.org/docs/8.2/static/release.html and the TechDocs article at http://www.postgresql.org/docs/techdocs.77 on how to lock down your security definer functions, if you use them. As always, application of a minor release does not require a dump and reload of the database. The frequency of security fixes recently is a result of increased scrutiny of the PostgreSQL code by government agencies and security-conscious companies. Rapid turnaround on security patches is key to keeping PostgreSQL the most secure SQL database. Your work and vigilance in applying the latest security updates ensures that there will never be a PostgreSQL "worm". http://www.postgresql.org/docs/8.2/static/release-8-2-4.html http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-9 http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-13 http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4-17 http://www.postgresql.org/docs/techdocs.77 Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2138
* Respect PTHREAD_CFLAGS/PTHREAD_LIBS.nork2007-03-191-1/+3
| | | | Approved by: maintainer timeout (1 month)
* Update PostgreSQL 8.x to 8.0.12, 8.1.8 and 8.2.3 respectively:girgen2007-02-072-13/+13
| | | | | | The recent security release (8.0.11, 8.1.7, 8.2.2) has been withdrawn. It contained an issue which causes error with custom data types, type constraints and expression indexes. These upgrades fix the problem.
* Update PostgreSQL with, amongst other things, two security fixes:girgen2007-02-052-14/+25
| | | | | | | | | | | | | | | | | | | | A vulnerability allows suppressing the normal checks that a SQL function returns the data type it's declared to do. These errors can easily be exploited to cause a backend crash, and in principle might be used to read database content that the user should not be able to access. [CVE-2007-0555] A vulnerability involving changing the data type of a table column can easily be exploited to cause a backend crash, and in principle might be used to read database content that the user should not be able to access. [CVE-2007-0556] The release includes a set of other fixes as well. Please see the release information at http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-7 Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0555 Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0556
* Update postgresql to 8.2.1, 8.1.6, 8.0.10, 7.4.15 and 7.3.17.girgen2007-01-106-552/+562
| | | | | | | | | | | | | | | | | | 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
* Update PostgreSQL to latest versions: 8.1.5, 8.0.9, 7.4.14 and 7.3.16.girgen2006-11-0911-59/+79
| | | | | | | | | | | | | | | | | | | | | | Release notes: 8.1.5 http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-5 8.0.9 http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-9 7.4.14 http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4-14 7.3.16 http://www.postgresql.org/docs/7.3/static/release.html#RELEASE-7-3-16 Change name of the rc script from '010.pgsql.sh' to 'postgresql' Add optional hierachy patch added for 7.4 and 8.1 ports. Chase heimdal libs update [reported by several] For 8.1+ the port enables autovacuum in ~pgsql/postgresql.conf when running initdb Cleanup the ports, moving pkg-message-* to files/pkg-message-*.in and files/pgsql.sh.tmpl to files/postgresql.in. [ports/97767] PR: ports/97767, submitted by delphij@FreeBSD.org
* The update to handle different versions of ICU was not sufficient.girgen2006-09-272-4/+4
| | | | Update the patches to handle ICU version 3.6 and fall back to 3.4.
* Fix bad file name to the ICU patch.girgen2006-09-221-1/+1
| | | | | Pointed out by: Penty Wenngren <penty.wenngren@dgc.se> Pointy hat to: me
* Update the patch to be more agnostic with regards to the version of icu.girgen2006-09-202-5/+5
| | | | It now links with icu-3.6 as well as the earlier versions.
* There is no point in setting mode of rc.d file to be 554, set it to 555.sobomax2006-06-271-2/+2
| | | | | Otherwise there could be problems with the service not starting up in the case when owner of the file has been changed.
* Update all PostgreSQL to fix a security flawgirgen2006-05-243-15/+15
| | | | | | | | | | | | | | | | | | | The PostgreSQL Global Development Group today released versions 8.1.4, 8.0.8, 7.4.13 and 7.3.15. This is an urgent update to close a security hole which can permit a SQL injection attack on some applications running PostgreSQL. Users are urged to apply the update as soon as reasonably possible. Since the update affects client functionality, most driver projects will be updating this week as well. Because the security issue involved is complex, we have added a section in Techdocs to explain it: http://www.postgresql.org/docs/techdocs.52. Please read this first before applying the updates. Also, fix rc_subr startup problems on FreeBSD-7.x. Security: http://www.postgresql.org/docs/techdocs.50 PR: ports/95154
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* Minor release 8.1.3 patches security issuegirgen2006-02-182-14/+16
| | | | | | | Release Note: http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-3 PR: ports/93440 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
* Add missing ) around SIZE statements.edwin2006-01-301-4/+4
|
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-226-50/+50
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Update postgresql with latest patch release.girgen2006-01-102-18/+18
| | | | | | | | | | | | | | | | | | 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
* Add 'config' to the list of directories installed by postgresql81-client,ade2006-01-071-1/+4
| | | | | | so as to fully install everything needed for pgxs to work correctly. Approved by: maintainer
* Handle a change in rc.subr. nowadays, "faststart" is used instead ofgirgen2005-12-262-3/+3
| | | | | | | | | | "start" when booting, since there's no need waste time checking for running processes when the OS is starting up. Bumping portrevision. PR: 90884 Submitted by: Victor Snezhko <snezhko@indorsoft.ru>
* Update postgresql to 8.1.1girgen2005-12-232-13/+13
| | | | | Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> PR: 90443
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Let postgresql (libpq.so) only link with the Kerberos implementationsgirgen2005-11-151-16/+17
| | | | | | | | | | | | | | | | | | | | | installed from ports. The base heimdal distribution installs libraries that have no depenency information. While this is quite correct, it means that each library that links with libpq.so must also know if libpq.so is linked with libkrb.so et al. Problem is, there's no good way to get this information (pg_config has a --libs option starting at version 8.1) and all ports using postgresql must be changed to make it possible to link with a libpq.so that was configured to use the Kerberos implementation installed in /usr by default. Hence, we require one of the ports (heimdal or krb5) if postgresql is to be linked with Kerberos. At least for now, until we can fix this in some better way. Also, if MIT Kerberos (security/krb5) is installed, users should ideally remove the base heimdal installation so linkers will not pick it up in preference to the krb5 libs (base heimdal has higher version numbers than krb5 port). PR: 80869, 88098, 85178
* Fix UNIQUENAMEgirgen2005-11-121-1/+1
| | | | Pointed out by: Vivek Khera <vivek@khera.org>
* Don't break the port for ppl who have old configs that includes thegirgen2005-11-111-4/+3
| | | | | | HIER option. Pointed out by: Reko Turja <reko.turja@liukuma.net>
* Welcome to PostgreSQL 8.1.girgen2005-11-107-102/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: PostgreSQL functions now support IN, OUT and INOUT parameters, which substantially improves support of complex business logic for J2EE and .NET applications. Two-Phase Commit (2PC): Long in demand for WAN applications and heterogeneous data centers using PostgreSQL, this feature allows ACID-compliant transactions across widely separated servers. Some Performance Enhancements found in this release include: Improved Multiprocessor (SMP) Performance: The buffer manager for 8.1 has been enhanced to scale almost linearly with the number of processors, leading to significant performance gains on 8-way, 16-way, dual-core, and multi-core CPU servers. Bitmap Scan: Indexes will be dynamically converted to bitmaps in memory when appropriate, giving up to twenty times faster index performance on complex queries against very large tables. Table Partitioning: The query planner is now able to avoid scanning whole sections of a large table using a technique known as Constraint Exclusion. Shared Row Locking: PostgreSQL's "better than row-level locking" now supports even higher levels of concurrency through the addition of shared row locks for foreign keys. For a more complete listing of changes in this release, please see the Release Notes visible at: http://www.postgresql.org/docs/current/static/release.html#RELEASE-8-1
* Mark as work-in-progressgirgen2005-09-291-0/+2
|
* Fix building with the HIER option. It needs bison. [1]girgen2005-08-302-3/+4
| | | | | | | Update the ICU patch with a assert fix, courtesy of Magnus Hagander. Pointed out by: Marcos Tischer Vallim [ports/84720] PR: 80377, 84720
* Fixing problems with the recent security patch: When bison was notgirgen2005-05-114-10/+29
| | | | | | | | | | | | | | | | | installed, the patched gram.y file would not be used and the security patch would be a no-op. Also, I've had reports of compilation errors related to bison. Since checking for the correct version of bison is hard and error prone, I'm doing what the postgresql distribution does - patching the yacc:ed .c file to get rid of the building dependency. Bumping portrevision of -server. Pointy hat to: me Noticed by: Mike Harding and others Security: http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html Approved by: seanc (implicit)
* Update the ICU patch with some bug fixesgirgen2005-05-062-3/+3
|
* Update the link to the ICU patch.girgen2005-04-172-3/+3
|
* Upgrade PostgreSQL to 8.0.2. Here's the brief release note:girgen2005-04-145-185/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Over the past several weeks, Tom Lane has been working on replacing our old Cache Management Alorithm (ARC) with a new, patent free one (2Q). In order to reduce the number of 8.x deployments out there that are using the old manager, we have just released 8.0.2, and encourage adminstrators to upgrade at their earliest convience. For those already running 8.x on your production servers, please note that this upgrade does *NOT* require a dump restore, but due to a bump in the major version number for the client library (libpq), it *WILL* require all client applications to be recompiled at the same time. For full release info, see http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-2 Apart from the upgrade, three new config options are added: A patch (experimental) for supporting proper collation of utf-8 encoded locales, using IBM's ICU package (devel/icu). See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info. An optional patch written by Evgen Potemkin, which allows PostgreSQL to make hierarchical queries à la Oracle [1]. An option is added that allows the use of 64 bit ints to store dates [2]. PR: ports/79165 [1], ports/76999 [2] Submitted by: Marcos Tischer Vallim [1], Christian Ullrich [2] Approved by: ade, seanc (implicit)
* Modify 8.0's startup script to simulate a full login (su -l) [1]. Alsogirgen2005-03-192-3/+4
| | | | | | | | | | | | | add support to select login class for running postgresql [2]. The new startup script, using rc.subr, is now installed for all versions of postgresql. Bump portrevisions, since startup script is modified. PR: 78630 [1] Submitted by: Vivek Khera [1] Submitted by: Brian B. [2] Approved by: seanc (implicit)
* Fixing problems with the recent security patch: When bison was notgirgen2005-02-202-1/+92
| | | | | | | | | | | | | | | | | installed, the patched gram.y file would not be used and the security patch would be a no-op. Also, I've had reports of compilation errors related to bison. Since checking for the correct version of bison is hard and error prone, I'm doing what the postgresql distribution does - patching the yacc:ed .c file to get rid of the building dependency. Bumping portrevision of -server. Pointy hat to: me Noticed by: Mike Harding and others Security: http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html Approved by: seanc (implicit)
* Fix security alert using a patch from PostgreSQL's CVS repository:girgen2005-02-192-15/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* The postgresql_* knobs from /etc/rc.conf where read too late togirgen2005-02-151-1/+1
| | | | | | | actually make a difference. Noticed by: Salvatore Montefusco, Brian B. Approved by: ade (mentor)
* Let pkg-message reflect the renaming of the startup script.girgen2005-02-101-2/+2
| | | | | Submitted by: Nick Pavlica <linicks at gmail dot com> Approved by: ade (mentor)
* Add some forgotten manpages.girgen2005-02-071-3/+6
| | | | Approved by: ade (mentor)
* In order to address a potential security hole recently identified withgirgen2005-02-034-16/+17
| | | | | | | | | | | | | | | | | | | the "LOAD" option, the PostgreSQL Global Development Group is announcing the release of new versions of PostgreSQL. Update to 7.3.9, 7.4.7 & 8.0.1. Take the opportunity to reset PORTREVISION of slave ports. Back out name change of startup script. The new script uses rc.subr(8), and as such also uses rcorder(8). But, rcorder does not exist in FreeBSD 4.x. Hence rename the script it back to the top of the directory list. [1] The periodic script should of course be executable. [2] [1] Noted by Niels Chr. Bank-Pedersen <ncbp at bank-pedersen dot dk> [2] Noted by Fritz Heinrichmeyer <fritz.heinrichmeyer at fernuni-hagen dot de>
* Remove forgotten "beta" no_latest_link, and fix broken master_site_subdirgirgen2005-01-311-3/+1
| | | | Approved by: seanc (mentor)
* Say hello to postgresql-8.0. Some of the highlights of the new versiongirgen2005-01-3123-700/+1285
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are savepoints (within transactions), point-in-time recovery and tablespaces. Check out the release notes and the shiny new PostgreSQL.org website at: http://www.PostgreSQL.org/docs/8.0/static/release.html#RELEASE-8-0 The port uses the new postgresql ports' layout and is split into a server and a client part. The following knobs can be used by ports depending on PostgreSQL: # USE_PGSQL - Add PostgreSQL client dependency. # If no version is given (by the maintainer via the port or # by the user via defined variable), try to find the # currently installed version. Fall back to default if # necessary (PostgreSQL-7.4 = 74). # DEFAULT_PGSQL_VER # - PostgreSQL default version. Can be overridden within a port. # Default: 74. # WANT_PGSQL_VER # - Maintainer can set an arbitrary version of PostgreSQL by # using it. # BROKEN_WITH_PGSQL # - This variable can be defined if the ports doesn't support # one or more versions of PostgreSQL. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Enter PostgreSQL 8.0.0. Given 4.11 is still being released, abuse -devel byseanc2005-01-231-1/+1
| | | | | | | | | | | | | | | | | | | | stuffing the 8.0.0 release in here for the time being. Port epoch bumped because 8.0.rc* is greater than 8.0.0. A note from UPDATING to people who want to use 8.0.0 via -devel in production: The -devel port has been updated to contain 8.0 release since postgresql80-server can not be updated until 4.11 is released and the changes in PR ports/75344 are committed. Users who need 8.0 now can use the -devel port, however, once postgresql80-server has been committed, -devel will begin tracking 8.1. Please be smart about tracking ports and if used in production, update to databases/postgresql80-server as soon as it becomes available. No dump/reload will be required when changing from -devel to postgresql80-server. Check out the release notes and the shiny new PostgreSQL.org website at: http://www.PostgreSQL.org/docs/8.0/static/release.html#RELEASE-8-0
* PR ports/75344 - This needs testing and an probably experimentalgirgen2004-12-221-1/+1
| | | | | | | build, so it will not be out the door before the ports freeze. Meanwhile, modify BROKEN text to something more informative. Approved by: ade (mentor)
* Add myself as committer, and use my @FreeBSD.org address.girgen2004-12-061-1/+1
| | | | Approved by: ade (mentor)
* Another step along the road to the postgresql new world order.ade2004-11-2426-847/+1142
| | | | | | | | | 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
* Update postgresql 7.3.7 -> 7.3.8 and 7.4.5 -> 7.4.6 due to securityade2004-11-062-9/+9
| | | | | | | | | advisories in http://www.postgresql.org/news/234.html Note that postgresql 7.2.x is NOT being updated here since it is due for termination real soon now. Submitted by: maintainer, also referenced in ports/73142 (no patch)
* - update to version 7.4.5:eik2004-08-314-14/+13
| | | | | | | | | * Prevent possible loss of committed transactions during crash * Repair possible crash during concurrent btree index insertions PR: 71176 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> Reviewed by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
* Upgrade to 7.4.3.vanilla2004-06-294-15/+28
| | | | | PR: ports/68456 Submitted by: maintainer
* Add a note about changes in latest release of PostgreSQL.osa2004-03-301-0/+5
| | | | | Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) PR: 64933
* Update to latest release 7.4.2.osa2004-03-113-6/+11
| | | | | | | | | | | | | Release notes available at http://www.postgresql.org/news/173.html NOTICE: unlike most minor versions, this version does require some updates to the pg_* system tables. Full instructions for how to do this are included in the full HISTORY file. DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS. SIZEfy. Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) PR: 64105
* Add WITHOUT_NLS knob. Move USE_GETTEXT to proper place.trevor2004-02-051-3/+3
| | | | | | PR: 61836 Submitted by: Palle Girgensohn (maintainer) Pointy hat to: me
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2
| | | | | Submitted by: trevor Tested by: bento
* - Add note that the function "elog" has been removed fromkrion2004-02-011-3/+9
| | | | | | | pg-7.4 PR: ports/62167 Submitted by: maintainer
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* Update the PostgreSQL ports to use the KRB5_HOME variable instead ofseanc2004-01-181-1/+1
| | | | | | | 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.
* Maintainer update to PostgreSQL 7.4.1. This release includes fixed identseanc2003-12-255-15/+33
| | | | | | | | | | | authentication support for FreeBSD (been broken since 7.4). Merry Christmas to all, and to all a good night. Release notes: http://developer.postgresql.org/docs/postgres/release.html#RELEASE-7-4-1 Prompted by PR: ports/60542 Obtained from: maintainer
* Remove the PORTNAME from postgreql-client. PORTNAME is set byseanc2003-12-062-4/+28
| | | | | | | | | | MASTERDIR/Makefile[1]. Improve the CONFLICTS messages[2]. Fix the DEPENDS so that MIT krb5 depends on security/krb5, not heimdal[3]. Add a file that was missing in the upgrade that has PostgreSQL log to syslog by default[4]. PR: [4] Originally submitted in ports/59402 Submitted by: [1,2,4] maintainer [3] keoki seu <keoki@camelot.physics.wm.edu>
* Make PORTNAME ovverrideable by slave ports again.erwin2003-12-041-1/+1
| | | | This fixes INDEX build
* Introduce the world to PostgreSQL 7.4! By and large this release isseanc2003-12-046-59/+138
| | | | | | | | | | | | | | | regarded as a major release with features with interest to those with large databases. The updates are extensive and the best source of info is in the release notes. Enjoy and direct questions to database@! Release notes: http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4 PR: ports/59403, ports/59404, ports/59393, ports/59394, ports/59395, ports/59397, ports/59398, ports/59402, && ports/59401 Submitted by: maintainer Approved by: marcus (portmgr@ hat)
* Set pkg-comment only when there isn't one set yet (make portedwin2003-10-131-1/+1
| | | | master/slave clean)
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* Fix my fault in previous commit: put a pkg-messageosa2003-08-121-0/+0
| | | | | | into right place. Notify from: Palle Girgensohn <girgen@pingpong.net>
* Update to 7.3.4osa2003-08-125-63/+30
| | | | | | | | | | | "In order to address a potentially serious (although rare) server startup failure that was recently reported, we have released PostgreSQL version 7.3.4. This release is critical for users of PostgreSQL version 7.3.3, and highly recommended for all other PostgreSQL users." Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) PR: 55354
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-141-2/+2
| | | | use USE_GETOPT_LONG instead.
* postgresql slave ports, reduce unnecessary portrevision bumpsdaichi2003-06-191-0/+1
| | | | | PR: 52867 Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
* The control script that ships with the postgresosa2003-06-121-1/+1
| | | | | | | | | | | port (files/pgsql.sh.tmpl) lacks a parameter in the restart option, causing logs to be send to stdout, instead of the log file. Submitted by: Fernando Schapachnik <fernando@mecon.gov.ar> Approved by: maintainer PR: 53142 Approved by: fjoe (implicit)
* Use ${MASTER_SITE_PGSQL} instead of multiple sitesosa2003-06-111-14/+1
| | | | | | | Submitted by: osa Approved by: maintainer PR: 50397 Approved by: fjoe (implicit)
* Remove a patch file which is no need for 7.3.3.nork2003-06-021-38/+0
| | | | Submitted by: Mike Harding <mvh@ix.netcom.com>
* Update to 7.3.3.nork2003-06-023-42/+18
| | | | | | | | | | | | | 1. Optionally link with libc_r to get plpython working. [1] 2. Fix kerberos build. [2] 3. There was a duplication of some declarations. [3] PR: ports/52851 PR: ports/51080 [2] Submitted by: Mike Meyer <mwm@mired.org> [1] Submitted by: Gerweck <andy@tacnode.com> [2] Pointed out by: Mike Harding <mvh@ix.netcom.com> [3] Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
* Add patch for a fix for braindead applications that were depending onseanc2003-02-203-1/+31
| | | | | | | | atoi('') (ex: RT and Horde). While I'm here, de-"pkg-comment"-ify. Port revision bump. Submitted by: Larry Rosenman <ler@lerctr.org> Approved by: maintainer
* Add a patch fix a long standing bug in PostgreSQL with LISTEN/NOTIFYseanc2003-02-201-0/+38
| | | | | | | queues and shutting down the database. Not bumping port revision, but if you are having problems related to the above, update as necessary. Submitted by: Larry Rosenman <ler@lerctr.org>
* Update PostgreSQL to the maintenance release 7.3.2.seanc2003-02-074-86/+77
| | | | | | | | | | | | | | | Fixes numerous bugs especially with various interface libraries and pg_dump. All users are advised to upgrade. This update fixes all known problems with the postgresql7 port. See release notes for details: http://developer.postgresql.org/docs/postgres/release-7-3-2.html A dump/restore is *not* required when upgrading to this version. PR: ports/47983 [1], ports/47284 [2], ports/47808 [3] Submitted by: maintainer [1] Jason C. Wells [2] Michel Oosterhof <m.oosterhof@xs4all.nl> [3]
* Add new man pages.olgeni2003-01-151-18/+22
| | | | | PR: 47054 Submitted by: Palle Girgensohn <girgen@rambutan.pingpong.net>
* Fix DISTFILES typo in databases/postgresql7/Makefileedwin2003-01-041-1/+1
| | | | | PR: ports/46749, ports/46748 Submitted by: "Sergey A.Osokin" <osa@FreeBSD.org.ru>,Rong-en Fan <rafan@infor.org>
* Download the PostgreSQL documentation and MD5 for the test bundle. Theseseanc2003-01-042-1/+3
| | | | | | should ideally be downloaded as needed to save bandwidth. Submitted by: Eric Hodel
* Update PostgreSQL to 7.3.1[1]. Fixes builds for spac64. Many speed,seanc2003-01-0413-430/+597
| | | | | | | | | | | | | security, and feature additions. Reduce diffs between postgresql-devel port. Re-initdb required when upgrading from previous release. See release notes for details. Schemas added are system catalogs updated. ::braces for impact:: http://developer.postgresql.org/docs/postgres/release.html#RELEASE-7-3-1 PR: ports/46701 Submitted by: girgen@pingpong.net
* Port update submitted by maintainernsayer2002-11-061-1/+3
| | | | | PR: ports/44983 Submitted by: girgen@pingpong.net
* Update to 7.2.3 and maintainer's email address. All advised to updatepat2002-10-063-14/+8
| | | | | | | to this version as soon as possible. Check PR description. PR: ports/43676 Submitted by: maintainer
* Remove a dead .jp mirror and add the official .jp mirror instead.knu2002-09-131-1/+1
| | | | Submitted by: fenner's distfiles survey
* Update to 7.2.2, which fixes several security bugs. Do not installtrevor2002-08-265-588/+24
| | | | | | | documentation--it will be in a separate port. PR: 42009 Submitted by: Palle Girgensohn (maintainer)
* Forbid because of unconfirmed security bugs:trevor2002-08-251-0/+2
| | | | | | | | | | 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
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* Fix build on -CURRENT:sheldonh2002-06-271-0/+59
| | | | | | | | | | * 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.
* gettext upgrade uber-patch (stage 3)ade2002-04-131-1/+2
| | | | | | | | | | - 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
* upgrade to 7.2.1ijliao2002-04-1111-579/+112
| | | | | PR: 36975 Submitted by: maintainer
* Fix some bitrot for the non-default case of WITH_GETTEXT -- lib-dependmi2002-04-021-1/+2
| | | | | | | on -lintl instead of build-depending on msgfmt and make sure -lintl is linked into the shared -lpq. Approved by: maintainer
* Add USE_SUBMAKE, where it might be necessary.sobomax2002-03-251-0/+1
|
* Stage 1 of gettext update.ade2002-03-161-1/+1
| | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
* Fix building this Port with Kerberos.tom2002-02-221-2/+2
| | | | | | | | The MAINTAINER has approved this (see ports/35161). PR: ports/35160 Submitted by: Sean Chittenden <sean@chittenden.org> Reviewed by: maintainer
* Fix a typo: $1 -> $? (we want to check the return code from dialog)petef2002-02-211-1/+1
| | | | | | PR: 35143 Submitted by: maintainer Reported & fixed by: olgeni
* Upgrade to 7.2, and spilit into several ports.vanilla2002-02-1923-796/+1006
| | | | | PR: ports/34855 Submitted by: maintainer.
* pre-everything needs two colonsijliao2001-12-131-1/+1
| | | | | PR: 32755 Submitted by: Palle Girgensohn <girgen@partitur.se>
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-211-1/+1
| | | | the later case
* retire problematic MASTER_SITES.sf2001-09-251-2/+1
| | | | | PR: 30805 Submitted by: maintainer
* Correct the config file name.roam2001-08-241-1/+1
| | | | | PR: 30022 Submitted by: maintainer
* Update the PostgreSQL port to 7.1.3.clive2001-08-215-12/+15
| | | | | | | | A note about how to install languages into a PostgreSQL database is added. PR: ports/29916 Submitted by: Palle Girgensohn <girgen@partitur.se> (MAINTAINER) Michal Pasternak <doc@lublin.t1.pl> (the note)
* Work around the way in which the package building cluster validatessheldonh2001-07-271-2/+5
| | | | | | | | | | ports by defining LIB_DEPENDS for the BATCH defaults in the Makefile. The dynamic determination of LIB_DEPENDS in configure.postgresql remains in place for the !BATCH case and is unaffected by this. Remove trailing whitespace and an extraneous LDCONFIG_DIRS. Submitted by: maintainer
* Fix mtree errors preventing automated package building:sheldonh2001-07-251-5/+6
| | | | | | | | * Take a stab at removing the pgsql user's home directory on deinstall. * Only remove man/manl and others when PG_PREFIX is set. Submitted by: maintainer
* Fix build when BATCH is defined, and remove redundant ${MKDIR} "-p" option.olgeni2001-06-131-2/+2
| | | | | PR: 28120 Submitted by: Palle Girgensohn <girgen@partitur.se>
* The configure script *must* run pre-fetch, since the dependencies areknu2001-06-132-8/+8
| | | | | | | | | | | checked in the fetch target. Before the patch below, make install will fail to depend on Tcl/Tk, for instance. Synchronize the batch and default interactive selections for optional parts of the port. PR: ports/27949 Submitted by: Palle Girgensohn <girgen@partitur.se> (MAINTAINER)
* Forgotten file.jeh2001-06-041-0/+51
| | | | | | | Add character sets to the server PR: 27846 Submitted by: Palle Girgensohn <girgen@partitur.se>
* Add character sets to the serverjeh2001-06-041-0/+1
| | | | | PR: 27846 Submitted by: Palle Girgensohn <girgen@partitur.se>
* Use proper POSIX syntax for `chown'.obrien2001-06-011-1/+1
|
* forget to remove patchijliao2001-05-281-13/+0
| | | | | PR: 27676 Submitted by: Palle Girgensohn <girgen@partitur.se>
* add Japanese mirror to MASTER_SITES.sf2001-05-271-1/+2
|
* upgrade to 7.1.2ijliao2001-05-274-20/+50
| | | | | PR: 27676 Submitted by: maintainer
* Change the way the configure script is executed and included in orderalex2001-05-241-5/+5
| | | | | | | | | to make dependencies work. Call the script pre-fetch and include Makefile.inc AFTER it has been created. Reported by: Disturbed FreeBSD newbie who couldn't figure out why this didn't work as expected.
* Fix the autogenerated LIB_DEPENDS for TCL.mi2001-05-181-1/+1
| | | | | PR: ports/27416 Submitted by: girgen@partitur.se (the maintainer)
* Upgrade to 7.1.1vanilla2001-05-094-9/+43
| | | | | PR: ports/27220 Submitted by: maintainer
* Cosmetic changes for the shutdown procedure.olgeni2001-05-021-1/+2
| | | | | | | | | * Pass the -s option to pg_ctl, to avoid clobbering the display. It will show error messages only. * Echo the port name after shutdown. No functional changes, no PORTREVISION.
* Specify the full path of the jakarta port's "ant" utility (/usr/local/bin) soolgeni2001-04-261-1/+2
| | | | | | | it won't be confused with the "ant" screensaver (in /usr/X11R6/bin). PR: 26841 Submitted by: Palle Girgensohn <girgen@partitur.se>
* Misc. changes and cleanups.olgeni2001-04-263-8/+8
| | | | | | | | | | | | | | | | | * Move the call to configure.postgresql7 from pre-fetch to pre-extract, so it won't hang while performing batch fetch operations (like portupgrade -F) * Add some TCL related files to pkg-plist.tcl, and add a PLIST_SUB in the Makefile to register the correct tcl version in the plist. * Do not start postgresql if the database directory does not exist: the startup sequence could hang because of this. * Use the "-s" option when starting postgresql with pg_ctl, so it won't display informational messages. Display only the port name, as do other packages startup scripts. Approved by: Palle Girgensohn <girgen@partitur.se>
* Remove extra empty line.demon2001-04-241-1/+0
|
* Add one more MASTER_SITEdemon2001-04-241-1/+3
|
* Fix postgresql.jar link probram, and bump version too.vanilla2001-04-231-1/+2
| | | | | PR: ports/26761 Submitted by: maintainer
* Upgrade to 7.1, change to new layout style.vanilla2001-04-2134-1641/+1163
| | | | | PR: ports/26741 Submitted by: maintainer
* ldconfig PostgreSQL's lib should happen before starting *ANY* ports.clive2001-03-164-8/+8
| | | | | | | | | | | | | This would cure headache like apache module linking against libpq fail to work after rebooting. Originally, maintainer and I want this commit to go with the PostgreSQL updating. But we both think that the latest PostgreSQL would not be released before FreeBSD 4.3-RELEASE ports freeze. As a conclusion, PORTREVISION bumped. Discussed with/Submitted by: MAINTAINER
* Fix problems when installing postgresql7 with pkg_add:clive2001-03-154-9/+20
| | | | | | | | | | | | - pkg-install used wrong uid# - chown lib dir *after* it is created - pkg-install created data dir where Makefile didn't - add pkg-deinstall and remove user & group - don't chown data dir, since we don't create it anymore - spell and documentation fixes in the rc.d script PR: ports/25817 Submitted by: MAINTAINER
* Remove IS_INTERACTIVE, support batch compilation.olgeni2001-02-252-4/+2
| | | | | PR: 25247 Submitted by: maintainer
* Treat pgsql's .profile as data: it could have been customized to change theolgeni2001-02-232-4/+8
| | | | | | default database location. Approved by: maintainer
* Make the port more "package friendly".olgeni2001-02-213-81/+17
| | | | | | | | | | | | | | | | | | | | | | | | | Do not call initdb from Makefile's post-install. Users are required to manually run initdb, maybe after configuring their preferred database location in pgsql's user .profile. pkg_add used to simply replace some existing data files. Add pkg-message to tell the user about initdb. Remove 2 empty directories from pkg-plist (pgsql/include/port/freebsd, pgsql/include/port), since they are not included in "make package" anyway and cause pkg_deinstall to complain about the plist. Remove all pgsql/data contents from pkg-plist, so "make deinstall" and pkg_delete won't clobber existing databases. Minor version upgrades can now be performed by means of pkg_delete and "make install", without using pg_dump. Chown %D/pgsql/lib to root:wheel to satisfy ldconfig's recent security requirements. Change @dirrm of pgsql to "@unexec rmdir": pkg_deinstall won't complain if data still exists in that directory at deinstall time. Approved by: maintainer
* Define IS_INTERACTIVE.jkoshy2001-01-301-0/+2
| | | | | PR: ports/23861 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
* Do not set the shell for user "pgsql" to `/bin/nologin' at package installjkoshy2001-01-301-1/+1
| | | | | | | | time: this breaks the rc.d script. Default to `/bin/sh' as a `make install' would do. PR: ports/23534 Submitted by: Nick Sayer
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
| | | | Approved by: asami
* Update to version 7.0.3.steve2000-12-1114-160/+447
| | | | | PR: 23371 Submitted by: maintainer
* Palle Girgensohn <girgen@partitur.se> stepped forward and said that hesteve2000-12-081-1/+1
| | | | would like to maintain this port.
* hand maintenance of this port over to ports@FreeBSD.ORGandreas2000-11-231-1/+15
| | | | | due to lack of time for maintaining and testing. Maybe somebody other can do better than I.
* Rename PLIST.* to pkg-plist.*.asami2000-10-081-4/+4
|
* pl/Perl and ODBC supportandreas2000-09-242-0/+33
| | | | Submitted by: Nadav Eiron <nadav@cs.technion.ac.il>
* avoid:andreas2000-09-091-0/+1
| | | | | | | ldconfig: /usr/local/pgsql/lib: ignoring directory not owned by root during startup. Submitted by: tobez@tobez.org
* sorry, forgot to remove that ...andreas2000-08-311-4/+0
|
* allow PostgreSQL to compile and run on Alpha.andreas2000-08-311-0/+42
| | | | | | | The DB is 64-bit capable so really only a few bits of configuration for FreeBSD were needed. Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
* -LDCONFIG_DIRS= %%PREFIX%%/pgsqlandreas2000-07-121-1/+1
| | | | | | +LDCONFIG_DIRS= %%PREFIX%%/pgsql/lib Submitted by: "Chris D. Faulhaber" <jedgar@fxp.org>
* Use ${PKG_PREFIX} instead of `/usr/local'.knu2000-06-201-1/+1
|
* Update to 7.0.2.knu2000-06-207-164/+165
| | | | | | Fix NOPORTDOCS support. Fix PLIST in many respects, especially for pgacess.
* Enable multibyte support by default, and add knobs to disable it or set theknu2000-06-051-4/+38
| | | | | | | | | default encoding. Still the "default" default encoding is singlebyte, so this shouldn't hurt anything but a little code increase. Approved by: andreas (the maintainer)
* make startup script work (start/stop)andreas2000-05-253-20/+26
| | | | Obtained from: Palle Girgensohn <girgen@partitur.se>
* upgrade postgresql to v 7.0 releaseandreas2000-05-249-1018/+1150
| | | | | | | | thanks for complete diffs ;-) closed PR PR: 18699 Obtained from: Palle Girgensohn <girgen@partitur.se>
* portlintmharo2000-04-202-4/+3
|
* Update to postgresql 7 beta 5andreas2000-04-184-272/+290
| | | | | | closes PR PR: 17736
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-27/+21
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Close PRandreas2000-04-173-2/+173
| | | | | | | | Postgresql port now can be packaged. User and group will be created automatically PR: 17744 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-2/+2
|
* Long awaited upgrade to postgresql 6.5.3andreas2000-01-032-2/+2
| | | | | | Upgrade to pgaccess 0.98 follows PR: 15708 15034
* remove toasted MASTER_SITEbillf1999-11-231-1/+0
|
* More reasonable MANPATHandreas1999-11-091-1/+1
| | | | Submitted by: Donald Chan <donald@batti.com>
* Update to version 6.5.2.cpiazza1999-10-118-22/+25
| | | | | | | | | | | | | | and.. <quote> This is a really small fix: - When compiling postgresql-jdbc, the compilation process presents a bad path to the installed jar-file. </quote> PR: 13838 PR: 13865 Submitted by: Palle Girgensohn <girgen@partitur.se>
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-292-2/+2
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-4/+4
| | | | chown -> ${CHOWN}
* Update postgresql to 6.5.1andreas1999-07-214-240/+253
| | | | | | | maintenance release with bugfixes Thanks for the complete submission ! Submitted by: Palle Girgensohn <girgen@partitur.se>
* Forgot to add the two PLIST files... Sorry.andreas1999-07-022-0/+21
| | | | Submitted by: Gaute Nessan <gaute@Norway.EU.net>
* These were missing as wellandreas1999-06-302-0/+22
|
* Forgot to add this patchandreas1999-06-301-0/+32
|
* upgrade to postgresql 6.5andreas1999-06-306-248/+899
| | | | | | did some small modifications Obtained from: "Palle Girgensohn" <girgen@partitur.se>
* BROKEN='unfetchable, version 6.5 is the latest'obrien1999-06-271-1/+3
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* This one doesn't build on the Alpha yet, but should soon.steve1999-06-231-1/+5
|
* Add some more MASTER_SITES which does absolutly nothing until someonebillf1999-06-191-4/+7
| | | | | upgrades this to the allegedly fantastic 6.5. However, it's the thought that counts, right?
* s,/usr/local,${PREFIX},mharo1999-06-061-3/+3
|
* add another mastersitemharo1999-04-211-2/+4
|
* Move WWW_SITE to pkg/DESCR:WWW from Makefilescrappy1999-04-142-2/+3
|
* add a note, that in order to install and run postgresql, you need kernel withandreas1999-04-131-1/+3
| | | | | | options "SYSVSHM, SYSVSEM, SYSVMSG" PR: 6321
* Proper URLs that reference directories end in '/'billf1999-04-091-2/+2
|
* Commit all Y2K/WWW_SITE changes to Makefiles...scrappy1999-03-121-1/+2
|
* Forgot the PLIST changes.steve1999-02-041-4/+27
|
* Fix build for ELF and update PLIST to match the current state of affairs.steve1999-02-041-0/+16
| | | | PR: 9685
* Update from 6.4 to 6.4.2andreas1999-01-202-4/+3
| | | | | Reviewed by: me Submitted by: David Kelly <dkelly@nebula.tbe.com>
* Add a Y2K= variable to Makefile pointing at Y2K statement for softwarescrappy1999-01-131-1/+3
| | | | | | Start up a /usr/ports/YEAR2000 file to provide a central location for all software. Will be buildling a nightly run shell script to pull all the Y2K variables from ports, so that the central list remains reasonably up to date...
* respect CFLAGS, not set it.billf1998-12-241-1/+8
| | | | | | PR: ports/8803 (sorta) Reviewed by: Scrappy (sorta) Submitted by: billf
* Fix bogon in previous commit by scrappy -- move ldconfig lines back toasami1998-12-221-2/+2
| | | | | the right place so they will actually be run on the libraries, not some text files.
* Add PKGNAME without the "v" in version number.asami1998-11-241-1/+2
|
* Upgrade to PostgreSQL v6.4scrappy1998-11-233-44/+165
| | | | From: Cyrus Rahman <cr@jcmax.com>
* Unbreak.jseger1998-10-163-11/+8
| | | | Submitted by: steve
* Mark BROKEN for ELF:jseger1998-10-121-1/+3
| | | | | | | | | | ld -x -Bshareable -Bforcearchive -o libpq.so.1.1 fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-lobj.o dllist.o pqsignal.o pqcomprim.o /usr/libexec/elf/ld: unrecognized option `-Bforcearchive' gmake[2]: *** [libpq.so.1.1] Error 1 gmake[2]: Leaving directory `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/interfaces/libpq' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/ports/databases/postgresql/work/postgresql-6.3.2/src/interfaces' gmake: *** [all] Error 2
* tcl80 has been ELFized.asami1998-09-251-2/+2
|
* Long live feminism! No manpages! Nyah-hah-hah!hoek1998-08-171-81/+0
|
* Andreas forgot to delete PATCH_DEBUG....asami1998-04-221-3/+2
|
* Upgrade postgresql to version 6.3.2andreas1998-04-224-77/+148
| | | | | | | | | | | | | | | | Many bugfixes and cosmetic changes Changes by Scrappy and me My additional changes: - had to link libpgtcl.so with the crypt library to get rid of the pgaccess error message, that crypt is missing - had to add -i option in the startup script, so that pgaccess is able to connect to the postmaster process - removed all unnecessary patches - updated PLIST Thanks to the postgresql developement team, who did a great job to simplify the postgresql port, by applying the patches and making the autoconf mechanism more consistent. Submitted by: The Hermit Hacker <scrappy@hub.org>
* Postgresql binary isn't fetchable, was removed from the master sites.andreas1998-03-231-3/+2
| | | | | I think this is ok'd by Satoshi. Submitted by: jseger@freebsd.scds.com
* Forgot cvs add for the previous commit.andreas1998-02-011-0/+69
| | | | Please test.
* No need to use += on first appearance of variables.alex1997-12-241-3/+3
|
* Delete the database before installation if PACKAGE_BUILDING is definedasami1997-12-041-1/+4
| | | | | -- we are obviously not interested in keeping the old versions around in that case.
* Remove bad MASTER_SITE and fix version required line.jseger1997-11-271-3/+2
|
* update to 6.2.1, possibly more committs to come (PLIST)andreas1997-10-302-3/+3
|
* a symlink was missingandreas1997-10-061-0/+1
| | | | | thanks John, for testing the port Submitted by: John Fiber
* - remove the ampersand, postmaster process automatically goes intoandreas1997-10-062-5/+11
| | | | | | | | | background because of the -S option. - remove the -D datadir option, it's meaningless, because the pgsql user environment overwrites it with the PGDATA env variable. Since this is important and might cause some headache, I mentioned this in ~pgsql/.profile and the startup script. Submitted by: John Fiber
* Point to pgaccess in the post-installation notes.andreas1997-10-051-1/+4
|
* libpq and libpgtcl shared libs get both a major and minor release number.andreas1997-10-051-5/+5
| | | | | | | Fixed the wrong libpq symlink after "make install". Updated PLIST. Have to change pgaccess port now, to load the correct lib after major minor change.
* make pgaccess finally work ;-)andreas1997-10-051-2/+4
| | | | | | | | | - in order to access the template1 database as pgsql user, the environment needs the DISPLAY variable set to at least ":0" - pgaccess loads dynamically the libpgtcl.1, some symbols from another dynamic lib are needed as well -> libpq.so.1.0 Makefile (patch-af) modified (copied from the Linux clause), so that shared lib libpgtcl is created with proper loader flags.
* make USE_TCL=yes compiles libpgtcl subdir which is neededandreas1997-10-052-2/+23
| | | | | | | for building the tcl/tk based database frontend pgaccess. For an updated version of this tool a separate port will follow. Please test these changes well, so that we get a nice PostgreSQL 6.2 version up and running "b4" port freeze ;-)
* forgot the backslashes in the script.andreas1997-10-041-3/+3
|
* Upgrade from version 6.1.1 to 6.2andreas1997-10-036-48/+121
| | | | | | | | | | | | | | | | | | | | | | Please note: when performing a migration to 6.2 and you have an existing db, then you have to use the *new* pg_dumpall script that comes with this new postgresql release. The INSTALL file points this out explicitely !!! Changes: - startup script resides in FILESDIR - renamed it to be in sync with INSTALL file from sources - always install this startup script over an existing, because of the nature of the rc.d directory I can't install it to pgsql.sh-dist, if a pgsql.sh is already presend ... - portlint detected trailing whitespace, usage of perl with absolute path, usage of echo instead of ECHO and plenty things of this kind - post installation notes updated, mentioned the mailing list - copies the html pages as well to the share/doc directory (new manual dir) - had to update PLIST - shortened DESCR file, to match the 24 lines - added post build target, that reminds the admin how to proceed when already having a database -> INSTALL file describes migration - updated manpages
* Upgrade from 6.1 to 6.1.1andreas1997-09-283-6/+4
|
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* - Add shared lib using ldconfig -m before trying to init databasesandreas1997-06-152-6/+24
| | | | | | | | | | - Added missing ldconfig -m in startup file - Modified pgsql user environment - Make port NOPORTDOCS aware - Add additional port docs to post-install target and updated PLIST - recursively change owner of pgsql directory after creating .profile, so that .profile can be modified by the pgsql user. Hope everything is fine now.
* Update from 6.0 to 6.1andreas1997-06-154-169/+192
| | | | | Enabled locale support, please tell me, if this ok or causes trouble. Thanks.
* Change comment so that its there when INDEX regeneratesscrappy1997-04-111-1/+1
|
* Update the DESCR filescrappy1997-04-111-17/+25
|
* Update postgresql port from v1.09 to v6.0 using files from PostgreSQLscrappy1997-04-116-229/+231
| | | | port, which is going to be removed
* revive postgres95 as postgresql with full history as requested by Satoshi.peter1997-04-096-0/+299
|
* Remove now obsolete postgres95 portjfitz1997-04-036-299/+0
| | | | | | | | | Clean up newly imported PostgreSQL port: - variable reorganization and cleanup - remove NOMANCOMPRESS conditional in favour of MAN?= - prevent import of installing user's $PATH into ${PREFIX}/pgsql/.profile - change package name to remove 'v' - remove some of the latent bugs left over from the postgres95 port.
* More updates...www.ki.net doesn't exist anymorescrappy1997-04-021-1/+1
|
* This port was *way* out of date, by 2 versions and represents a bad versionscrappy1997-04-021-5/+7
| | | | | | | | | | to boot. Have updated the Master Sites listing to reflect where the current port actually resides, as well as added a few of the mirrors. Will work on bringing the port up to date as I figure out how ports work :( This should at least allow this port to be compiled using v1.08 now
* Add NO_PACKAGE reason (postgres uid).asami1996-12-071-2/+2
|
* Typo typo. (No, this one wasn't my fault.)asami1996-11-191-2/+2
|
* CAT_E_GORIES+= -> CAT_E_GORIES=obrien1996-11-171-6/+5
| | | | | Perl ports now use MASTER_SITE_PERL_CPAN Misc cleanup
* Upgrade to v1.08jfitz1996-10-102-6/+6
| | | | | Reviewed by: jfitz@FreeBSD.ORG Submitted by: matt@bdd.net
* Upgrade to 1.07jfitz1996-09-262-6/+79
| | | | | Reviewed by: jfitz@FreeBSD.ORG Submitted by: matt@bdd.net
* Import of Postgres95, a next-generation DMBS research prototype.jfitz1996-09-246-0/+225
Reviewed by: jfitz@FreeBSD.ORG Submitted by: Matthew Stein <matt@bdd.net>