PR: ports/22530
Submitted by: Tomokatsu Saito <saito@a2z.co.jp> (MAINTAINER)
Prepare for the future merger with databases/postgresql7.
- Fix broken plist's by copying from those of databases/postgresql7.
- Previous plist removed all the precious user data mercilessly. :(
DO NOT PERFORM A "pkg_delete" AGAINST THE PREVIOUS INSTALLATION!
YOU WILL LOSE ALL THE DATA STORED IN "${PREFIX}/pgsql/data"!!!
- A bunch of missing entries have been added for pgacess files to
plist.tcl.
- Fix permissions for ${PREFIX}/pgsql/lib to avoid causing a security
error when doing ldconfig.
- Make scripts PREFIX-safe.
- Synchronize with databases/postgresql7.
- Standardize variable names.
- Complete user friendly messages.
- Move the Java class files to the standard directory..
- Minor cleanups.
I hope the merger will be accomplished in near future.
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.
The (42 or so) ports that already DTRT before are unchanged.
This version of port does not support complete packing list
for -DMULTIBYTE, -DUSE_PERL or -DUSE_ODBC options. I'll
fix it later.
PR: ports/8856, ports/8976
Submitted by: Ichiro Fukuhara <ichiro@ichiro.org>