summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
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:tsarna5-7/+14
- 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-20Use USE_LIBTOOL definition.agc2-7/+5
Correct the location of the client libraries.
1998-08-10Nuke _pic.a.tv1-3/+2
1998-08-10Libtoolize and clean up.tv2-51/+51
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-08-07Add NetBSD RCS Ids.agc5-0/+10
1998-08-07Add NetBSD RCS Ids.agc9-0/+17
1998-07-20MySQL in the pkg system now works for client-side on all platforms; removetv1-4/+1
ONLY_FOR_ARCHS.
1998-07-20Update to use libtool to build the clients' shared library.tv6-148/+171
Add support for client-only setups on all architectures other than those the server's threads support (i386 and alpha).
1998-07-20Since this package depends on mysql we need to set ONLY_FOR_ARCHSfrueauf1-1/+4
accordingly.
1998-07-20Add missing S to ONLY_FOR_ARCHS.frueauf1-2/+2
1998-07-17Adjust version of mysql in DEPENDS.frueauf1-2/+2
1998-07-17Update mysql to 3.21.33.frueauf3-14/+13
1998-07-15Use automatic shared object handlingagc2-4/+10
1998-07-15Use automatic shared object handlingagc2-5/+2
1998-07-14Update for automatic shared object handling.agc2-7/+2
1998-07-06Reflect mysql update in DEPENDS.frueauf1-2/+2
1998-07-06Update to mysql-3.21.32a.frueauf2-3/+5
1998-06-23"portlint" doesn't like short pathnames in "DEPENDS".tron1-2/+2
1998-06-23Use automatic manual page handling.agc1-3/+1
1998-06-22Add and enable "py-mysql", fixes PR pkg/5602.tron1-1/+2
1998-06-22New "py-mysql" package supplied by Ty Sarna in PR pkg/5602:tron6-0/+50
MySQLmodule 1.1.0 for Python 1.5(.x)
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.agc2-25/+2
1998-06-22Enable mysql.frueauf1-2/+2
1998-06-22Initial addition of MySQL, a free SQL database server.frueauf12-0/+338
Based on pr 5601 by Ty Sarna, enhancement and upgrade to 3.21.31 by me.
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-10Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include itagc1-2/+2
explicitly in the commands before ${MAKEFILE}; modify package Makefiles to conform to this rationalisation. This was used inconsistently in many packages, some including it, some not.
1998-06-03Include bsd.prefs.mk, so that /etc/mk.conf is read properlyagc1-1/+3
1998-05-23Add and enable "py-gdbm", fixes PR pkg/5420.tron1-1/+2
1998-05-23Add "py-gdbm" package made by Jaromir Dolecek.tron6-0/+42
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-05-08Build and install gdbm shared library, based on pr 4924 and fixes it.frueauf4-15/+77
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-22Fix INFO_FILES definitions to match the commands in bsd.pkg.mkagc1-2/+2
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-17Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.agc1-7/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc3-16/+6
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.
1998-02-18Don't hardcode the paths of tcl and tk libs/headers - access themagc1-6/+6
relative to ${PREFIX}.
1998-02-18Don't use an easily-guessed encrypted password for the postgres admin.agc1-1/+1
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