summaryrefslogtreecommitdiff
path: root/databases/postgresql-server
AgeCommit message (Expand)AuthorFilesLines
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
2001-05-14Move database initialization step from the INSTALL script to ajlam2-18/+51
2001-05-14postgresql-server: PostgreSQL database backend server programsjlam8-0/+354