Commit graph

132 commits

Author SHA1 Message Date
frueauf
381abae27f Set NOT_FOR_ARCHS=m68k since postgres does not work on this architecture yet. 1998-09-10 11:46:31 +00:00
tsarna
5e9cc577b8 Automatically append HOMEPAge to DESCR files, and remove homepage URLs
from individual DESCR files that had them.
1998-08-26 16:50:48 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- 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-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
agc
c9cfa07505 Use automatic shared object handling 1998-07-15 12:40:14 +00:00
frueauf
7a3dcef3f4 The postgresql subdir is user definable, reflect that here. 1998-06-22 14:00:16 +00:00
frueauf
f89963329b Add bison to DEPENDS; give addnerd the homedir path; be sure that .profile
gets installed to ${PGUSER}s home. Pointed out by Mathias Drochner.
1998-06-22 13:58:26 +00:00
agc
8157ff7bcf Update package Makefiles for automatic manual page handling. 1998-06-22 11:19:40 +00:00
agc
d42b222d9f Upgrade to the latest and greatest version (6.3.2) of PostgreSQL.
They told me to say that.

Use addnerd to create the user.
1998-06-10 13:55:34 +00:00
agc
e9b9b3328c Include bsd.prefs.mk, so that /etc/mk.conf is read properly 1998-06-03 12:43:25 +00:00
hubertf
e0c0c70982 %D is needed on @unexec 1998-05-09 18:32:57 +00:00
frueauf
0851be7c5a Mostly cosmetic changes to shut up portlint. Little bugfix for apache. 1998-05-09 15:24:42 +00:00
hubertf
6f45f24b8f use -l switch to chpass (eww, undocumented :-/), to work even when NIS is set up 1998-05-08 21:56:02 +00:00
agc
1f4495b33e Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
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-22 14:22:39 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
hubertf
287fd593f7 Fix last commit after feedback from Klaus. 1998-03-16 14:40:48 +00:00
hubertf
4e9eec6d84 don't expand PATH and MANPATH - fixes PR 5165 by Klaus Klein. 1998-03-16 12:57:37 +00:00
agc
e11e090be3 Add pgaccess. 1998-02-18 17:51:01 +00:00
agc
71fe6dc6c2 Build the libpgtcl shared object properly.
Add pgaccess to the list of programs to 'do' when USE_TCL is defined.

Add a Makefile for pgaccess, so that it gets installed with the right
embedded interpreter.
1998-02-18 17:48:14 +00:00
agc
ed95ebef70 Don't hardcode the paths of tcl and tk libs/headers - access them
relative to ${PREFIX}.
1998-02-18 17:45:18 +00:00
agc
87dc48da28 Don't use an easily-guessed encrypted password for the postgres admin. 1998-02-18 17:37:24 +00:00
agc
7db6fa69d4 The .if defined(USE_TCL) part wouldn't work anyway, so don't bother
checking just now.

The 'recursive' argument to cp(1) is -R, not -r.
1998-02-18 17:35:25 +00:00
frueauf
932d8f5ef0 portlint: add "|| ${TRUE}" after ldconfig. 1998-02-18 11:50:33 +00:00
agc
53f5711566 Add NetBSD RCS Id.
Correct names of two FAQ files.
Only delete the tcl/tk-related files if they were installed.
1998-02-17 15:46:10 +00:00
agc
38e162eddd The correct definition for the database directory is PGDATA, not PG_DATA. 1998-02-17 15:44:32 +00:00
agc
a5b05f2466 Changes to the basic NetBSD template. Look for headers in
${PREFIX}/include, and libraries in ${PREFIX}/lib, rather than having
them hardcoded.
1998-02-17 15:43:36 +00:00
agc
543da79c5a If an argument is passed to this perl script, use that as the pgsql user name.
Only add the user if it doesn't exist in the passwd file.

Work around a problem in pw_scan(3) for now.
1998-02-17 15:42:04 +00:00
agc
7933c17d7a Add NetBSD RCS Id. 1998-02-17 15:38:59 +00:00
agc
d5059d34f4 Mention dependency on Perl5.
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-17 15:37:40 +00:00
agc
f9632bdc2b Initial import of Postgresql 6.2.1, an Object Relational Database
Management System, into the NetBSD packages collection, from the
FreeBSD port.
1998-02-17 15:29:55 +00:00