From owner-cvs-all Fri Nov 3 1:34:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3386137B4CF; Fri, 3 Nov 2000 01:34:14 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA33994; Fri, 3 Nov 2000 01:34:14 -0800 (PST) (envelope-from knu@FreeBSD.org) Message-Id: <200011030934.BAA33994@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 3 Nov 2000 01:34:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/postgresql7 pkg-plist.doc Makefile distinfo pkg-install pkg-plist pkg-plist.jdbc pkg-plist.tcl ports/japanese/postgresql7/files post-install-notes X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/11/03 01:34:13 PST Modified files: japanese/postgresql7 Makefile distinfo pkg-install pkg-plist pkg-plist.jdbc pkg-plist.tcl japanese/postgresql7/files post-install-notes Added files: japanese/postgresql7 pkg-plist.doc Log: Update to 7.0.2 + jumbo 20001025 patch. PR: ports/22530 Submitted by: Tomokatsu Saito (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. Revision Changes Path 1.18 +96 -67 ports/japanese/postgresql7/Makefile 1.7 +2 -1 ports/japanese/postgresql7/distinfo 1.5 +2 -2 ports/japanese/postgresql7/pkg-install 1.7 +20 -908 ports/japanese/postgresql7/pkg-plist 1.2 +1 -1 ports/japanese/postgresql7/pkg-plist.jdbc 1.5 +134 -0 ports/japanese/postgresql7/pkg-plist.tcl 1.3 +2 -0 ports/japanese/postgresql7/files/post-install-notes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message