Age | Commit message (Expand) | Author | Files | Lines |
2003-11-14 | Add 'ulimit -n 4096' to increase the number of FDs postgresql can use. This ... | explorer | 2 | -3/+5 |
2003-11-12 | PKGREVISION++ after openssl update. | jschauma | 1 | -2/+2 |
2003-10-11 | only test for existance of data directory, rather than the template | grant | 1 | -3/+3 |
2003-09-18 | Specify the category when including other files and when depending on other | jmmv | 1 | -3/+3 |
2003-08-30 | Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if | jlam | 1 | -1/+3 |
2003-07-16 | Update to postgresql-server-7.3.3nb1 | abs | 2 | -6/+4 |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -4/+4 |
2003-03-25 | Add in SVR4 pkg names. | cjep | 1 | -1/+2 |
2003-02-21 | Update postgresql-* to 7.3.2. Contains numerous bug fixes, including remote | mycroft | 1 | -2/+2 |
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -2/+2 |
2003-01-20 | fix typo | lukem | 1 | -2/+2 |
2003-01-11 | Install the conversion modules and SQL script for postgresql. Bump the | jlam | 2 | -2/+31 |
2003-01-05 | Updated databases/postgresql to 7.3.1. | jlam | 1 | -5/+3 |
2002-10-19 | Fix case where pgsql_flags contains more that one option. | jlam | 1 | -3/+3 |
2002-10-19 | Forgot to fix quoting for pgsql_flags. | jlam | 1 | -2/+2 |
2002-10-19 | Alter quoting so that command_args can be set to something like: | jlam | 1 | -3/+7 |
2002-10-19 | Don't create ${PGHOME} at install time, as the rc.d script will do it for | jlam | 1 | -2/+2 |
2002-10-19 | Allow for different "home" directory for storing PostgreSQL databases. | jlam | 1 | -28/+38 |
2002-10-19 | You don't need to run "/etc/rc.d/pgsql start" at boot time only. | jlam | 1 | -3/+3 |
2002-10-19 | Don't default to pgsql=NO anymore, as rc.d scripts aren't copied into | jlam | 1 | -2/+1 |
2002-10-19 | Update databases/postgresql to version 7.2.3. | jlam | 2 | -18/+8 |
2002-09-20 | Make these scripts more portable by taking advantage of automatic rc.d | grant | 1 | -2/+2 |
2002-09-19 | Take advantage of the auto-generation and installation of rc.d scripts. | jlam | 1 | -3/+1 |
2002-09-18 | When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file already | jlam | 1 | -3/+1 |
2002-09-10 | Use a stricter test for a true rc.d system and default to pgsql=NO if not | jlam | 1 | -2/+3 |
2002-08-30 | Add comment character before line continuation. | wiz | 1 | -2/+2 |
2002-08-30 | Hint on what's need for SSL | hubertf | 1 | -2/+3 |
2002-08-25 | Merge packages from the buildlink2 branch back into the main trunk that | jlam | 3 | -7/+7 |
2002-08-22 | Replace all these URLs with some real information | hubertf | 1 | -15/+8 |
2002-08-07 | Copy crypt.h handling on SunOS from the postgresql-lib package. This | jlam | 1 | -1/+8 |
2002-07-18 | Don't hard-code PGHOME; get it from the passwd file. | cjs | 1 | -3/+3 |
2002-04-05 | Add a few error checks for whether the commands we want to execute actually | jlam | 1 | -2/+13 |
2002-04-05 | If we do not have /etc/rc.subr, but we do have /etc/rc.conf, still source it. | abs | 1 | -1/+5 |
2002-04-04 | Update postgresql and related packages to 7.2. Thanks to Michael Graff | jlam | 2 | -17/+17 |
2002-04-04 | Fix bug in in "/etc/rc.d/pgsql stop": we need to use "fast" mode rather | jlam | 1 | -76/+74 |
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -2/+2 |
2001-12-31 | Remove dependency on libgetopt. Systems without libgetopt in the base | jlam | 1 | -2/+1 |
2001-12-03 | Use PKGREVISION to manage the package-specific version number when it | jlam | 1 | -3/+2 |
2001-12-02 | bsd.pkg.install.mk calls the INSTALL script at the right times | jlam | 1 | -4/+1 |
2001-11-26 | Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}. | jlam | 2 | -9/+8 |
2001-11-21 | RCD_SCRIPTS now just lists the filenames (see bsd.pkg.install.mk). | jlam | 1 | -2/+2 |
2001-11-19 | Adapt to use shared INSTALL/DEINSTALL scripts by using the logic in | jlam | 4 | -147/+17 |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 5 | -4/+4 |
2001-08-20 | Manually add LIBS+=${LIBGETOPT} to the package Makefile as it's no longer | jlam | 1 | -1/+3 |
2001-08-14 | grep isn't used anymore, so don't substitute for @GREP@ in the INSTALL | jlam | 2 | -5/+5 |
2001-08-12 | Fix same problems with the user check: | veego | 1 | -5/+5 |
2001-06-23 | Generalize how the dependency pattern may be specified. Instead of just | jlam | 1 | -6/+5 |
2001-06-21 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. | jlam | 1 | -33/+28 |
2001-06-11 | The buildlink include and lib directories are added to CFLAGS, CPPFLAGS, | jlam | 1 | -1/+8 |
2001-06-10 | Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build | jlam | 1 | -3/+1 |