summaryrefslogtreecommitdiff
path: root/databases/postgresql
AgeCommit message (Collapse)AuthorFilesLines
1999-09-06Add dependency on ncurses, and create ${PREFIX}/${PGUSER} beforehubertf1-2/+4
"make install". Makes this package compile on 1.4.1.
1999-09-06regen after last commithubertf1-2/+2
1999-09-06Use "PLIST_SUBST=PGUSER=${PGUSER}".sakamoto3-236/+235
Add NetBSD Id to patch-ae. s|/usr/sbin/chown|${CHOWN}| s|/bin/chmod|${CHMOD}|
1999-08-24Make sure that "bison" binary from package sources is used.tron1-2/+2
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-2/+4
displayed using the -B option to pkg_info(1).
1999-07-13Must list tcl and tk includes in --with-includes. Noticed bybad1-4/+3
Bjoern Labitzke. Also, libs and includes are found in LOCALBASE.
1999-07-11Split out second part of patch-af and make it apply and work correctly.bad3-20/+23
Fixes PR pkg/7959.
1999-07-09Add package patch-sum filesagc1-0/+8
1999-06-06${...:M...} is not fully glob() compliant. Don't use {,} constructs.tv1-2/+2
1999-06-04NOT_FOR_PLATFORM= *-*-{alpha,mips} doesn't work.drochner1-2/+2
Worse - it matches (almost?) everything.
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-29/+29
pattern match format. Minor pkglint along the way.
1999-05-18Provide test-and-set primitive on arm32.bad1-0/+46
From Andrew McMurry <a.mcmurry1@physics.oxford.ac.uk>.
1999-04-13Remove NOPORTDOCS definition - it was useless anyway, as any attempt toagc1-3/+1
build a binary package with this definition would fail as the PLIST is not correct. If a package's documentation is overwhelming, it should arguably be handled in a separate pre-requisite documentation package.
1999-04-01Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fixagc1-3/+3
release.
1999-03-28Make it possible to build a binary package by moving the "accounthubertf2-7/+49
management" into a REQ script.
1999-03-05Remove bogus path prefixes from filenames.mellon1-9/+9
1999-03-05Patch to fix some arm32 configure problems.mellon1-0/+61
1999-02-19Chane versioned DEPENDS on bison to BUILD_DEPENDS. This should have beenfrueauf1-4/+3
done with the bison update.
1999-02-06Don't build the directory, as addnerd does this for us and will failhwr1-3/+2
if it already exists. Should fix pkg/6949 by Nigel Reed <nigel@nelgin.nu>. Also don't assume ${prefix}/sbin is in the search path and call addnerd with complete path.
1999-01-17Whoops, I wanted to adjust the comment.frueauf1-2/+2
1999-01-17Add mips to NOT_FOR_ARCHS list. There is no TAS implementation.frueauf1-2/+3
Someone with mips assemply knowledge needed :)
1999-01-09Get rid of obsolete chown(8) operand usage.kleink1-2/+2
1999-01-08Add some cosmetics pointed out in pr 6758 by Greg A. Woods:frueauf2-25/+14
- add INSTALL_TARGET=install install-man and remove the patch that did modify the GNUMakefile, for better maintainance. - add - in front of @${MKDIR} to silently fail if the dir already exists - move ld.so.conf warning near the end, so it can be better spotted.
1999-01-04Forgot to commit this: s/pgsql/!!PGUSER!!/ cause we don't hardcodefrueauf1-6/+6
that into our package. This will get substituted at build time.
1999-01-04Update postgresql to 6.4.2. Among bugfixes and new features, this alsofrueauf8-245/+487
adds patches for m68k support, provided in pr 6664 by MOCHIDA Shuji.
1999-01-03Reflect that addnerd has version 1.6 now, as noted in pr 6721.frueauf1-2/+2
1998-11-16Use ${OPSYS}, rather than calling `uname -s` again.agc1-2/+2
1998-11-12Group the NOT_FOR_ARCHS definitions together, for consistency, and makeagc1-4/+3
the second definition "+=", rather than "=".
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-26Automatically append HOMEPAge to DESCR files, and remove homepage URLstsarna1-2/+0
from individual DESCR files that had them.
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-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc2-0/+3
1998-07-15Use automatic shared object handlingagc2-4/+10
1998-06-22The postgresql subdir is user definable, reflect that here.frueauf1-210/+210
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.agc13-396/+145
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-09%D is needed on @unexechubertf1-5/+5
1998-05-09Mostly cosmetic changes to shut up portlint. Little bugfix for apache.frueauf1-2/+2
1998-05-08use -l switch to chpass (eww, undocumented :-/), to work even when NIS is set uphubertf1-1/+1
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-18Add pgaccess.agc1-1/+3
1998-02-18Build the libpgtcl shared object properly.agc1-6/+24
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.