Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-09-19 | Make this work on more operating systems with less effort. | kim | 1 | -3/+2 | |
1999-08-17 | Be a bit more general when configuring this package on Solaris. | agc | 1 | -2/+3 | |
1999-08-17 | Remove obsolete patch, and regen checksum file. | agc | 3 | -21/+8 | |
On Solaris, work around a configure script bug - pass the Operating System version to configure. | |||||
1999-08-16 | Upgraded to tcsh 6.09.00 | kim | 4 | -13/+15 | |
1999-08-13 | Substitute for ${PKGNAME} when generating the PLIST files. | agc | 1 | -2/+2 | |
1999-08-03 | Regen. | agc | 1 | -2/+2 | |
1999-08-03 | Use strerror(3), rather than mucking about with sys_nerr and sys_errlist | agc | 2 | -8/+31 | |
specifically - makes this work on Solaris again. | |||||
1999-07-09 | Add package patch checksum files. | agc | 5 | -0/+30 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+3 | |
1999-07-08 | Solaris 2.6 redefines rlimit to rlimit64, to catch the rlimit() call | agc | 1 | -0/+18 | |
when function names are re-defined. Unfortunately, it also does that after defining "struct rlimit", and so we lose because it can't find the structure. So we get to redefine it ourselves before <sys/resource.h> is included. Thanks, guys. | |||||
1999-06-20 | sys_errlist gets defined in headers, don't redefine | kim | 1 | -0/+13 | |
1999-06-04 | Let this build again; for bonus points, teach it about SIGPWR. | sommerfeld | 3 | -0/+85 | |
1999-06-03 | Upgrade to version 1.6 release of rc, the Unix clone of the Plan 9 shell. | agc | 10 | -189/+10 | |
This version has GNU autoconf support, a new master site, and a home page. | |||||
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -12/+12 | |
pattern match format. Minor pkglint along the way. | |||||
1999-04-25 | Instead of always going to the "real" master site first, use one of the | tv | 1 | -3/+3 | |
GNU mirrors (possibly overridden by the user). | |||||
1999-04-14 | Remove unnecessary slash from master site list. | tron | 1 | -2/+2 | |
1999-04-13 | Remove NOPORTDOCS definition - it was useless anyway, as any attempt to | agc | 1 | -8/+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-03-22 | Catch up with MASTER_SITE_GNU reorganization. | bad | 1 | -2/+2 | |
1999-03-11 | Simplify the shell scripting here, so that this package works on Solaris. | agc | 1 | -6/+5 | |
1999-03-02 | Give a vendor to configure, thanks to Kim & Todd for the inputs! | hubertf | 1 | -2/+3 | |
1999-02-26 | Update MASTER_SITES and HOMEPAGE like suggested in pr 7032 by Geoff C. Wing. | frueauf | 1 | -7/+7 | |
1999-02-21 | update to 2.03 | hubertf | 4 | -21/+19 | |
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 1 | -3/+1 | |
1999-02-11 | Use install-info in $PATH, so that systems with it in base will work too. | tv | 2 | -6/+6 | |
1999-01-14 | Fix MASTER_SITES, as per PR 6808 by Jim Bernard <jbernard@ox.mines.edu> | hubertf | 1 | -2/+2 | |
1998-11-13 | Use WRKSRC definition to keep pkglint happy. | agc | 1 | -7/+9 | |
Simplify PLIST_SRC usage. | |||||
1998-11-13 | Put the NetBSD RCS Id back in a comment. | agc | 1 | -2/+2 | |
1998-10-25 | Enable "#define PROTECT_ENV", closes pr 6266 by Sean Doran. | frueauf | 1 | -0/+14 | |
1998-10-03 | Upgrade to tcsh-6.08.00 | kim | 10 | -186/+63 | |
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-13 | Revert turning off AUTOLOGOUT. It is not good to change known behaviour | kim | 1 | -10/+1 | |
when it does not break anything or cause security problems (i.e. if it is only a personal preference), especially when the change is configurable during run-time. It will just confuse people who run the program on multiple platforms. | |||||
1998-09-09 | It's not necessary to ${MKDIR} ${PREFIX}/share/nls/el_GR.ISO_8859-7, since | agc | 1 | -2/+1 | |
that will be done by mtree, using NetBSD.pkg.dist. | |||||
1998-09-09 | *** empty log message *** | agc | 1 | -2/+2 | |
1998-09-09 | Re-enable REMOTEHOST. Though "autologout" can be set via a `set' command, | tv | 1 | -10/+1 | |
you lose functionality by disabling REMOTEHOST at compile time. | |||||
1998-09-08 | Create a sane default path if environment variable "PATH" is not set, | tron | 2 | -0/+29 | |
patches supplied by Jim Bernard in PR pkg/6127. | |||||
1998-09-08 | Disable "AUTOLOGOUT" and "REMOTEHOST". | tron | 1 | -3/+21 | |
1998-08-23 | Fix compilation on alpha. Closes PR 5768 (Tim Rightnour) | garbled | 5 | -92/+120 | |
1998-08-20 | The Grand Homepagification: | tsarna | 4 | -4/+8 | |
- 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 | 6 | -0/+12 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 21 | -0/+42 | |
1998-08-05 | Update bash2 to 2.02.1, closes pr 5913 by John Darrow. | frueauf | 7 | -76/+55 | |
1998-08-04 | Use BSD_INSTALL_{PROGRAM,DATA} in the Makefile instead of "chown"ing after | tv | 8 | -316/+136 | |
install. Remove patches relevant to FreeBSD but not NetBSD. Split patches up into dsingle files and use kunified diff format. | |||||
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 5 | -11/+5 | |
1998-06-21 | Automanpage handling. | tv | 1 | -2/+1 | |
1998-06-03 | Include bsd.prefs.mk so that variables can be set in /etc/mk.conf | agc | 1 | -1/+4 | |
1998-05-09 | Mostly cosmetic changes to shut up portlint. Little bugfix for apache. | frueauf | 1 | -2/+1 | |
1998-05-09 | not needed | hubertf | 1 | -2/+1 | |
1998-04-22 | Fix INFO_FILES definitions to match the commands in bsd.pkg.mk | agc | 1 | -2/+2 | |
1998-04-21 | Update to V2.02 | hubertf | 2 | -11/+12 | |
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 6 | -12/+12 | |