aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql83-server/files
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2001-04-26 01:17:56 +0800
committerolgeni <olgeni@FreeBSD.org>2001-04-26 01:17:56 +0800
commite49d1d49d957693cdbd919d6d39eb7e6a8460a16 (patch)
treee7d2af3c8d13aedd74719cf508d5d501d8572328 /databases/postgresql83-server/files
parent023c8a7e05316ba7f6621a10186087a732ac1080 (diff)
downloadfreebsd-ports-gnome-e49d1d49d957693cdbd919d6d39eb7e6a8460a16.tar.gz
freebsd-ports-gnome-e49d1d49d957693cdbd919d6d39eb7e6a8460a16.tar.zst
freebsd-ports-gnome-e49d1d49d957693cdbd919d6d39eb7e6a8460a16.zip
Misc. changes and cleanups.
* 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>
Diffstat (limited to 'databases/postgresql83-server/files')
-rw-r--r--databases/postgresql83-server/files/pgsql.sh.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql83-server/files/pgsql.sh.tmpl b/databases/postgresql83-server/files/pgsql.sh.tmpl
index e775aab1d5fd..46aff1eb4718 100644
--- a/databases/postgresql83-server/files/pgsql.sh.tmpl
+++ b/databases/postgresql83-server/files/pgsql.sh.tmpl
@@ -11,7 +11,7 @@ start)
[ -d %%PREFIX%%/%%PG_PREFIX%%lib ] && /sbin/ldconfig -m %%PREFIX%%/%%PG_PREFIX%%lib
[ -x ${PGBIN}/pg_ctl ] && {
su -l pgsql -c \
- 'exec %%PREFIX%%/%%PG_PREFIX%%bin/pg_ctl start -w -l ~pgsql/errlog'
+ '[ -d ${PGDATA} ] && exec %%PREFIX%%/%%PG_PREFIX%%bin/pg_ctl start -s -w -l ~pgsql/errlog'
echo -n ' pgsql'
}
;;
k/bsd.database.mk?h=gnome-3.24&id=cb6c13732d9de451be87ceced7890c91a07745ba'>Use new LIB_DEPENDS format for USE_SQLITEbapt2013-12-171-2/+2 * Mk/bsd.database.mk: Fix postgresql component specificationsmarino2013-11-031-3/+3 * Sqlite 3.4 is not in the ports tree anymorebapt2013-09-161-3/+0 * Fix BUILD_DEPENDS line for devel/subversion builds with STATIC option.mandree2013-08-061-3/+7 * Update db*_DEPENDS to use new lib*.so:... LIB_DEPENDS format. [2]mandree2013-07-301-10/+10 * Add Oracle Berkeley DB 6.0.mandree2013-06-111-1/+8 * Remove postgresql83-*; it expired at the beginning of March.crees2013-06-051-1/+1 * Remove MySQL 5.0, it has been unsupported upstream for about 1.5 yearsflo2013-06-051-1/+0 * Add postgresql 9.3 beta1girgen2013-05-121-1/+2 * Remove MySQL 4.1, it has been unsupported upstream for almost 3.5 years.flo2013-04-271-5/+0 * Add MySQL 5.6.ale2013-02-141-0/+1 * Re-enable auto-pickup of Berkeley DB 5.3.mandree2013-02-071-1/+2 * - fix databases/mariadb-{server,client} by adding MYSQL_VER 53m. This wasflo2013-01-111-6/+6 * Add the 5.5 branch of MariaDBflo2013-01-051-0/+7 * Add Percona Serverflo2012-12-291-1/+16 * Choose best fit version of PostgreSQL if there is none installed.crees2012-10-291-1/+1 * Stop creating duplicate packages, and add CONFLICTScrees2012-10-261-1/+1 * Revert part of r306353 to disconnect the versioned slaveserwin2012-10-251-1/+1 * Add correct dependency details for postgresql9[0-2]-pgtclcrees2012-10-251-1/+2 * Add versioned slaves for databases/pgtcl; there are now packages built forcrees2012-10-251-1/+1 * - Update to new upstream release 5.3.21. Please see UPDATING!mandree2012-06-191-3/+3 * - Remove emacs mode, -*- mode: ...; -*- [1]miwi2012-05-231-1/+1 * The PostgreSQL Global Development Group announces the beta release ofgirgen2012-05-161-1/+2 * Update to 5.3.6.delphij2012-04-211-2/+2 * Remove PostgreSQL 8.2 due to EOL by upstreamcrees2012-04-151-2/+1 * Fix version detection; choose default if WITH_PGSQL_VER is not definedcrees2012-03-151-1/+2 * - Add dependency logic: USE_PGSQL= component[:target] for versioned portscrees2012-03-111-18/+30 * Correct PGSQL_VER generation; was too complicated with many variables.crees2012-03-111-32/+20 * Add support for USE_PGSQL= pltclcrees2012-03-101-2/+5 * - Set postgresql version 9.0 as defaultcrees2012-03-061-30/+62 * As previously advertised, complete removal of vulnerable ports thatdougb2011-10-151-3/+1 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+0 * - Update databases/db5 to new upstream release 5.2.28.0. ChangeLog:mandree2011-08-261-8/+7 * Don't include db51 in USE_BDB=4x+ settings,mandree2011-07-071-1/+1 * Add postgresql 9.1 to accepted versionsgirgen2011-07-011-0/+1 * Fix paths for MariaDB.ale2011-06-071-2/+2 * Remove db45.mandree2011-05-281-9/+2 * Move Berkeley DB 4.5+ ports to 4.6+ in anticipation of db45 removal.mandree2011-05-241-1/+1 * Remove databases/db3. All users were using db3+mandree2011-05-231-3/+1 * Now that db2 is gone, drop db2_DEPENDS as only reminiscence.mandree2011-04-131-5/+3 * Remove support for expired PostgreSQL versions 7.3, 7.4, 8.0, and 8.1rene2011-04-051-4/+0 * Kill Oracle Berkeley DB 5.0 port.mandree2011-03-221-9/+2 * Update MySQL to 5.5.10 release (shared library bumped).ale2011-03-191-1/+1 * Switch default MySQL version from 5.1 to 5.5.ale2011-02-251-4/+4 * - Make mariadb satisfy USE_MYSQL (as virtual version 52)pav2011-02-251-3/+12 * - Update description for USE_PGSQL and DEFAULT_PGSQL_VERohauer2010-12-311-2/+2 * - change default postgresql version to 84ohauer2010-12-311-1/+1 * Fix mysql embedded dependency for MySQL 5.5.ale2010-12-291-1/+1 * - Add support for firebird 2.1 and 2.5acm2010-12-211-1/+5 * Hook DB 5.1 to the bsd.database.mk logic.mandree2010-09-211-2/+9 * PostgreSQL 9.0 is here! The PostgreSQL Global Development Groupgirgen2010-09-201-0/+1 * Switch default MySQL version from 5.0-EOL to 5.1-GA.ale2010-06-181-3/+3 * Hook databases/db50 to the Berkeley DB logic.mandree2010-04-261-2/+9 * As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS.ale2010-01-111-1/+0 * Remove MySQL 5.4 in favor of MySQL 5.5.ale2010-01-041-1/+0 * Add support for MySQL 5.5.ale2010-01-041-0/+1 * Fix previous commit which did not defineskreuzer2009-12-011-1/+5 * Add support for Berkeley DB 4.8skreuzer2009-11-301-2/+5 * Remove obsolete Firebird 1.x :skv2009-09-031-2/+0 * Add support for upcoming MySQL 5.4.ale2009-07-211-0/+1 * Add postgresql 8.4 to the list of versions.girgen2009-07-081-0/+1 * - Reformat knobs and their descriptionsdanfe2009-03-311-46/+55 * Add support to mysql server and embedded library dependencies.ale2009-03-041-5/+12 * - Try to unbreak USE_FIREBIRDpav2008-11-301-2/+2 * Unbreak ports tree.cperciva2008-11-241-1/+1 * Rename databases/firebird2-* to databases/firebird20-*skv2008-11-241-2/+4 * Add support for MySQL 6.0.ale2008-07-261-0/+1 * Add db47 to bsd.databases.mk.vanilla2008-06-091-2/+9 * Add WITH_PGSQL_VER macro to bsd.database.mk, that allows to specifyvsevolod2008-04-111-5/+14 * - Fix when USE_SQLITE != yesmnag2008-04-061-3/+5 * - Fix .endif. Maybe works now :)mnag2008-04-061-1/+1 * - Fix wrong .endifmnag2008-04-051-1/+1 * - Add option to databases/sqlite34mnag2008-04-051-3/+4 * - Fix typo (unclosed double-quote)pav2008-03-121-4/+4 * Introducing the first beta of PostgreSQL 8.3girgen2007-10-151-0/+1 * Update to 5.1.21 release.ale2007-08-281-1/+1 * Add support of Berkeley DB 4.6.delphij2007-08-061-2/+9 * Allow depending on Berkeley DB 4.5delphij2007-08-021-6/+14 * [patch] bsd.database.mk - Give PostgresSQL a better default database versionedwin2007-07-19