summaryrefslogtreecommitdiff
path: root/databases/postgresql-server
AgeCommit message (Expand)AuthorFilesLines
2003-03-25Add in SVR4 pkg names.cjep1-1/+2
2003-02-21Update postgresql-* to 7.3.2. Contains numerous bug fixes, including remotemycroft1-2/+2
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
2003-01-20fix typolukem1-2/+2
2003-01-11Install the conversion modules and SQL script for postgresql. Bump thejlam2-2/+31
2003-01-05Updated databases/postgresql to 7.3.1.jlam1-5/+3
2002-10-19Fix case where pgsql_flags contains more that one option.jlam1-3/+3
2002-10-19Forgot to fix quoting for pgsql_flags.jlam1-2/+2
2002-10-19Alter quoting so that command_args can be set to something like:jlam1-3/+7
2002-10-19Don't create ${PGHOME} at install time, as the rc.d script will do it forjlam1-2/+2
2002-10-19Allow for different "home" directory for storing PostgreSQL databases.jlam1-28/+38
2002-10-19You don't need to run "/etc/rc.d/pgsql start" at boot time only.jlam1-3/+3
2002-10-19Don't default to pgsql=NO anymore, as rc.d scripts aren't copied intojlam1-2/+1
2002-10-19Update databases/postgresql to version 7.2.3.jlam2-18/+8
2002-09-20Make these scripts more portable by taking advantage of automatic rc.dgrant1-2/+2
2002-09-19Take advantage of the auto-generation and installation of rc.d scripts.jlam1-3/+1
2002-09-18When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file alreadyjlam1-3/+1
2002-09-10Use a stricter test for a true rc.d system and default to pgsql=NO if notjlam1-2/+3
2002-08-30Add comment character before line continuation.wiz1-2/+2
2002-08-30Hint on what's need for SSLhubertf1-2/+3
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam3-7/+7
2002-08-22Replace all these URLs with some real informationhubertf1-15/+8
2002-08-07Copy crypt.h handling on SunOS from the postgresql-lib package. Thisjlam1-1/+8
2002-07-18Don't hard-code PGHOME; get it from the passwd file.cjs1-3/+3
2002-04-05Add a few error checks for whether the commands we want to execute actuallyjlam1-2/+13
2002-04-05If we do not have /etc/rc.subr, but we do have /etc/rc.conf, still source it.abs1-1/+5
2002-04-04Update postgresql and related packages to 7.2. Thanks to Michael Graffjlam2-17/+17
2002-04-04Fix bug in in "/etc/rc.d/pgsql stop": we need to use "fast" mode ratherjlam1-76/+74
2002-02-15mkdir -> ${MKDIR}skrll1-2/+2
2001-12-31Remove dependency on libgetopt. Systems without libgetopt in the basejlam1-2/+1
2001-12-03Use PKGREVISION to manage the package-specific version number when itjlam1-3/+2
2001-12-02bsd.pkg.install.mk calls the INSTALL script at the right timesjlam1-4/+1
2001-11-26Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}.jlam2-9/+8
2001-11-21RCD_SCRIPTS now just lists the filenames (see bsd.pkg.install.mk).jlam1-2/+2
2001-11-19Adapt to use shared INSTALL/DEINSTALL scripts by using the logic injlam4-147/+17
2001-11-01Move pkg/ files into package's toplevel directoryzuntum5-4/+4
2001-08-20Manually add LIBS+=${LIBGETOPT} to the package Makefile as it's no longerjlam1-1/+3
2001-08-14grep isn't used anymore, so don't substitute for @GREP@ in the INSTALLjlam2-5/+5
2001-08-12Fix same problems with the user check:veego1-5/+5
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-6/+5
2001-06-21Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-33/+28
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam1-1/+8
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam1-3/+1
2001-05-24Standardize name of file to include for build-links to be "buildlink.mk".jlam1-3/+3
2001-05-21Use useradd and groupadd on Linux as well as SunOSabs1-2/+2
2001-05-18Move the message that informs the user of the possible need to dump thejlam3-10/+17
2001-05-16Cosmetic change: sort Makefile includesjlam1-2/+2
2001-05-16Update for moved Makefile.getoptabs1-2/+2
2001-05-14Surround possible empty string in quotes so [ sees an argument.jlam1-2/+2
2001-05-14Generalize some of the code a bit to make it easier to cut-and-paste intojlam1-2/+2