summaryrefslogtreecommitdiff
path: root/databases/postgresql/Makefile
AgeCommit message (Collapse)AuthorFilesLines
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled1-1/+3
on alpha. There may be more, but I haven't seen them yet.
1998-09-10Set NOT_FOR_ARCHS=m68k since postgres does not work on this architecture yet.frueauf1-1/+3
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-07-15Use automatic shared object handlingagc1-2/+9
1998-06-22Add bison to DEPENDS; give addnerd the homedir path; be sure that .profilefrueauf1-24/+47
gets installed to ${PGUSER}s home. Pointed out by Mathias Drochner.
1998-06-22Update package Makefiles for automatic manual page handling.agc1-23/+1
1998-06-10Upgrade to the latest and greatest version (6.3.2) of PostgreSQL.agc1-16/+19
They told me to say that. Use addnerd to create the user.
1998-06-03Include bsd.prefs.mk, so that /etc/mk.conf is read properlyagc1-1/+3
1998-05-09Mostly cosmetic changes to shut up portlint. Little bugfix for apache.frueauf1-2/+2
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc1-3/+3
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-16Fix last commit after feedback from Klaus.hubertf1-3/+3
1998-03-16don't expand PATH and MANPATH - fixes PR 5165 by Klaus Klein.hubertf1-3/+3
1998-02-18The .if defined(USE_TCL) part wouldn't work anyway, so don't botheragc1-6/+5
checking just now. The 'recursive' argument to cp(1) is -R, not -r.
1998-02-18portlint: add "|| ${TRUE}" after ldconfig.frueauf1-2/+2
1998-02-17Mention dependency on Perl5.agc1-22/+17
Define PGUSER variable, and use it (defaults to pgsql). Add NetBSD RCS Id. There is no '-c' argument to NetBSD's su(1). cat post-install-notes, rather than using more(1). Just in case. Use explicit paths for executables.
1998-02-17Initial import of Postgresql 6.2.1, an Object Relational Databaseagc1-0/+114
Management System, into the NetBSD packages collection, from the FreeBSD port.