| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 1999-09-06 | Add dependency on ncurses, and create ${PREFIX}/${PGUSER} before | hubertf | 1 | -2/+4 | |
| "make install". Makes this package compile on 1.4.1. | |||||
| 1999-09-06 | regen after last commit | hubertf | 1 | -2/+2 | |
| 1999-09-06 | Use "PLIST_SUBST=PGUSER=${PGUSER}". | sakamoto | 3 | -236/+235 | |
| Add NetBSD Id to patch-ae. s|/usr/sbin/chown|${CHOWN}| s|/bin/chmod|${CHMOD}| | |||||
| 1999-08-24 | Make sure that "bison" binary from package sources is used. | tron | 1 | -2/+2 | |
| 1999-08-18 | Record build options in the BuildInfo file via BUILD_DEFS. These can be | agc | 1 | -2/+4 | |
| displayed using the -B option to pkg_info(1). | |||||
| 1999-07-13 | Must list tcl and tk includes in --with-includes. Noticed by | bad | 1 | -4/+3 | |
| Bjoern Labitzke. Also, libs and includes are found in LOCALBASE. | |||||
| 1999-07-11 | Split out second part of patch-af and make it apply and work correctly. | bad | 3 | -20/+23 | |
| Fixes PR pkg/7959. | |||||
| 1999-07-09 | Add package patch-sum files | agc | 1 | -0/+8 | |
| 1999-06-06 | ${...:M...} is not fully glob() compliant. Don't use {,} constructs. | tv | 1 | -2/+2 | |
| 1999-06-04 | NOT_FOR_PLATFORM= *-*-{alpha,mips} doesn't work. | drochner | 1 | -2/+2 | |
| Worse - it matches (almost?) everything. | |||||
| 1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -29/+29 | |
| pattern match format. Minor pkglint along the way. | |||||
| 1999-05-18 | Provide test-and-set primitive on arm32. | bad | 1 | -0/+46 | |
| From Andrew McMurry <a.mcmurry1@physics.oxford.ac.uk>. | |||||
| 1999-04-13 | Remove NOPORTDOCS definition - it was useless anyway, as any attempt to | agc | 1 | -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-01 | Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fix | agc | 1 | -3/+3 | |
| release. | |||||
| 1999-03-28 | Make it possible to build a binary package by moving the "account | hubertf | 2 | -7/+49 | |
| management" into a REQ script. | |||||
| 1999-03-05 | Remove bogus path prefixes from filenames. | mellon | 1 | -9/+9 | |
| 1999-03-05 | Patch to fix some arm32 configure problems. | mellon | 1 | -0/+61 | |
| 1999-02-19 | Chane versioned DEPENDS on bison to BUILD_DEPENDS. This should have been | frueauf | 1 | -4/+3 | |
| done with the bison update. | |||||
| 1999-02-06 | Don't build the directory, as addnerd does this for us and will fail | hwr | 1 | -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-17 | Whoops, I wanted to adjust the comment. | frueauf | 1 | -2/+2 | |
| 1999-01-17 | Add mips to NOT_FOR_ARCHS list. There is no TAS implementation. | frueauf | 1 | -2/+3 | |
| Someone with mips assemply knowledge needed :) | |||||
| 1999-01-09 | Get rid of obsolete chown(8) operand usage. | kleink | 1 | -2/+2 | |
| 1999-01-08 | Add some cosmetics pointed out in pr 6758 by Greg A. Woods: | frueauf | 2 | -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-04 | Forgot to commit this: s/pgsql/!!PGUSER!!/ cause we don't hardcode | frueauf | 1 | -6/+6 | |
| that into our package. This will get substituted at build time. | |||||
| 1999-01-04 | Update postgresql to 6.4.2. Among bugfixes and new features, this also | frueauf | 8 | -245/+487 | |
| adds patches for m68k support, provided in pr 6664 by MOCHIDA Shuji. | |||||
| 1999-01-03 | Reflect that addnerd has version 1.6 now, as noted in pr 6721. | frueauf | 1 | -2/+2 | |
| 1998-11-16 | Use ${OPSYS}, rather than calling `uname -s` again. | agc | 1 | -2/+2 | |
| 1998-11-12 | Group the NOT_FOR_ARCHS definitions together, for consistency, and make | agc | 1 | -4/+3 | |
| the second definition "+=", rather than "=". | |||||
| 1998-09-22 | add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail | garbled | 1 | -1/+3 | |
| on alpha. There may be more, but I haven't seen them yet. | |||||
| 1998-09-10 | Set NOT_FOR_ARCHS=m68k since postgres does not work on this architecture yet. | frueauf | 1 | -1/+3 | |
| 1998-08-26 | Automatically append HOMEPAge to DESCR files, and remove homepage URLs | tsarna | 1 | -2/+0 | |
| from individual DESCR files that had them. | |||||
| 1998-08-20 | The Grand Homepagification: | tsarna | 1 | -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-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
| 1998-08-07 | Add NetBSD RCS Ids. | agc | 2 | -0/+3 | |
| 1998-07-15 | Use automatic shared object handling | agc | 2 | -4/+10 | |
| 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 | 1 | -23/+1 | |
| 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-03 | Include bsd.prefs.mk, so that /etc/mk.conf is read properly | agc | 1 | -1/+3 | |
| 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-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-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -2/+2 | |
| 1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
| 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. | |||||
