aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql83-server/pkg-plist.tcl
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-04-25 17:17:56 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-04-25 17:17:56 +0000
commita3b8729fbc5edd592ed0dc68c0115df2d80aa134 (patch)
tree67b4a7f01637dcb9abb30397c95204c6fb313307 /databases/postgresql83-server/pkg-plist.tcl
parent2acea894172f3392ceca3c90f59a3b369268feda (diff)
downloadports-a3b8729fbc5edd592ed0dc68c0115df2d80aa134.tar.gz
ports-a3b8729fbc5edd592ed0dc68c0115df2d80aa134.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>
Notes
Notes: svn path=/head/; revision=41897
Diffstat (limited to 'databases/postgresql83-server/pkg-plist.tcl')
-rw-r--r--databases/postgresql83-server/pkg-plist.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/postgresql83-server/pkg-plist.tcl b/databases/postgresql83-server/pkg-plist.tcl
index bb3ecd307193..da5f4367cb80 100644
--- a/databases/postgresql83-server/pkg-plist.tcl
+++ b/databases/postgresql83-server/pkg-plist.tcl
@@ -6,6 +6,7 @@
%%PG_PREFIX%%lib/libpgtcl.so
%%PG_PREFIX%%lib/libpgtcl.so.2
%%PG_PREFIX%%lib/pltcl.so
+lib/tcl%%WITH_TCL%%/Pgtcl1.3/pkgIndex.tcl
share/postgresql/pgaccess/images/icon_button.gif
share/postgresql/pgaccess/images/icon_checkbutton.gif
share/postgresql/pgaccess/images/icon_entry.gif
@@ -144,3 +145,4 @@ share/postgresql/pgaccess/main.tcl
@dirrm share/postgresql/pgaccess/lib/languages
@dirrm share/postgresql/pgaccess/lib
@dirrm share/postgresql/pgaccess
+@dirrm lib/tcl%%WITH_TCL%%/Pgtcl1.3