Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-06-23 | "portlint" doesn't like short pathnames in "DEPENDS". | tron | 1 | -2/+2 | |
1998-06-23 | Use automatic manual page handling. | agc | 1 | -3/+1 | |
1998-06-22 | Add and enable "py-mysql", fixes PR pkg/5602. | tron | 1 | -1/+2 | |
1998-06-22 | New "py-mysql" package supplied by Ty Sarna in PR pkg/5602: | tron | 6 | -0/+50 | |
MySQLmodule 1.1.0 for Python 1.5(.x) | |||||
1998-06-22 | The postgresql subdir is user definable, reflect that here. | frueauf | 1 | -210/+210 | |
1998-06-22 | Add bison to DEPENDS; give addnerd the homedir path; be sure that .profile | frueauf | 1 | -24/+47 | |
gets installed to ${PGUSER}s home. Pointed out by Mathias Drochner. | |||||
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 2 | -25/+2 | |
1998-06-22 | Enable mysql. | frueauf | 1 | -2/+2 | |
1998-06-22 | Initial addition of MySQL, a free SQL database server. | frueauf | 12 | -0/+338 | |
Based on pr 5601 by Ty Sarna, enhancement and upgrade to 3.21.31 by me. | |||||
1998-06-10 | Upgrade to the latest and greatest version (6.3.2) of PostgreSQL. | agc | 13 | -396/+145 | |
They told me to say that. Use addnerd to create the user. | |||||
1998-06-10 | Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include it | agc | 1 | -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-03 | Include bsd.prefs.mk, so that /etc/mk.conf is read properly | agc | 1 | -1/+3 | |
1998-05-23 | Add and enable "py-gdbm", fixes PR pkg/5420. | tron | 1 | -1/+2 | |
1998-05-23 | Add "py-gdbm" package made by Jaromir Dolecek. | tron | 6 | -0/+42 | |
1998-05-09 | %D is needed on @unexec | hubertf | 1 | -5/+5 | |
1998-05-09 | Mostly cosmetic changes to shut up portlint. Little bugfix for apache. | frueauf | 1 | -2/+2 | |
1998-05-08 | use -l switch to chpass (eww, undocumented :-/), to work even when NIS is set up | hubertf | 1 | -1/+1 | |
1998-05-08 | Build and install gdbm shared library, based on pr 4924 and fixes it. | frueauf | 4 | -15/+77 | |
1998-04-22 | Remove the old deprecated DEPENDS definition from bsd.pkg.mk. | agc | 1 | -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-22 | Fix INFO_FILES definitions to match the commands in bsd.pkg.mk | agc | 1 | -2/+2 | |
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -2/+2 | |
1998-04-17 | Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. | agc | 1 | -7/+2 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 3 | -16/+6 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-16 | Fix last commit after feedback from Klaus. | hubertf | 1 | -3/+3 | |
1998-03-16 | don't expand PATH and MANPATH - fixes PR 5165 by Klaus Klein. | hubertf | 1 | -3/+3 | |
1998-02-18 | Add pgaccess. | agc | 1 | -1/+3 | |
1998-02-18 | Build the libpgtcl shared object properly. | agc | 1 | -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-18 | Don't hardcode the paths of tcl and tk libs/headers - access them | agc | 1 | -6/+6 | |
relative to ${PREFIX}. | |||||
1998-02-18 | Don't use an easily-guessed encrypted password for the postgres admin. | agc | 1 | -1/+1 | |
1998-02-18 | The .if defined(USE_TCL) part wouldn't work anyway, so don't bother | agc | 1 | -6/+5 | |
checking just now. The 'recursive' argument to cp(1) is -R, not -r. | |||||
1998-02-18 | portlint: add "|| ${TRUE}" after ldconfig. | frueauf | 1 | -2/+2 | |
1998-02-17 | Enable postgresql. | agc | 1 | -2/+2 | |
1998-02-17 | Add NetBSD RCS Id. | agc | 1 | -8/+9 | |
Correct names of two FAQ files. Only delete the tcl/tk-related files if they were installed. | |||||
1998-02-17 | The correct definition for the database directory is PGDATA, not PG_DATA. | agc | 1 | -1/+10 | |
1998-02-17 | Changes to the basic NetBSD template. Look for headers in | agc | 1 | -0/+15 | |
${PREFIX}/include, and libraries in ${PREFIX}/lib, rather than having them hardcoded. | |||||
1998-02-17 | If an argument is passed to this perl script, use that as the pgsql user name. | agc | 1 | -8/+16 | |
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 | Add NetBSD RCS Id. | agc | 1 | -0/+1 | |
1998-02-17 | Mention dependency on Perl5. | agc | 1 | -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-17 | Initial import of Postgresql 6.2.1, an Object Relational Database | agc | 17 | -0/+691 | |
Management System, into the NetBSD packages collection, from the FreeBSD port. | |||||
1998-01-24 | portlint: rm -> ${RM} | hubertf | 1 | -2/+3 | |
1997-11-20 | Run ranlib on the installed library. | agc | 1 | -0/+10 | |
1997-11-06 | Add a NetBSD RCS Id to all the PLIST files. | agc | 1 | -0/+1 | |
1997-10-27 | Only uncomment working/tested ports | hubertf | 1 | -13/+14 | |
1997-10-27 | Fix for NetBSD | hubertf | 4 | -1/+24 | |
1997-10-27 | Next one (IDs already fixed) | hubertf | 7 | -0/+51 | |