Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move manpages to Makefile and use MAN* macros. | steve | 1998-10-04 | 2 | -3/+3 |
| | |||||
* | Mark BROKEN for ELF. | jseger | 1998-09-29 | 1 | -1/+3 |
| | |||||
* | Upgrade, 1.03g -> 1.03h. | max | 1998-09-03 | 5 | -11/+27 |
| | | | | | PR: 7808 Submitted by: maintainer | ||||
* | Update /etc/shells upon make install. | max | 1998-08-27 | 1 | -6/+11 |
| | | | | ln -> ${LN} | ||||
* | Update /etc/shells upon make install. | max | 1998-08-27 | 2 | -2/+12 |
| | |||||
* | Remove miscellaneous manpages. | hoek | 1998-08-18 | 1 | -1/+0 |
| | |||||
* | Removed manpages from pkg/PLIST | obrien | 1998-08-13 | 11 | -32/+5 |
| | |||||
* | Update to version 2.02.1. | steve | 1998-08-10 | 6 | -12/+12 |
| | | | | | Submitted by: studded@dal.net Hoping that Andrey doesn't mind: steve :) | ||||
* | Guard against a nonexistant /usr/share/info/dir. | steve | 1998-07-17 | 6 | -6/+15 |
| | | | | PR: 7297 | ||||
* | Yikes! I missed a 'ja-' in my cvs co. Undo the previous | steve | 1998-07-04 | 6 | -86/+120 |
| | | | | | | commit. Pointed out by: ache@FreeBSD.ORG | ||||
* | Update to version 6.07.06. | steve | 1998-07-03 | 6 | -120/+86 |
| | | | | | PR: 7112 Submitted by: maintainer | ||||
* | Rename "bash" to "bash1" (the actual port is already repository copied). | asami | 1998-06-25 | 1 | -2/+2 |
| | | | | Requested by: chet@ins.CWRU.Edu | ||||
* | Update to 0.9beta1. | cracauer | 1998-06-08 | 4 | -93/+42 |
| | | | | | | | | | | | | | | | | | | This version is now GNU configure driven. A word of warning for future committers so that you don't fall into the same trap as I did: The source has an printf-style funtion "print". This doesn't understand "%u", so the usual print-casting stuff for long long ints isn't printf("%u", (unsigned int)foo); but print("%d", (int)foo); which obviously looses in some cases, but I didn't take the effort to extend this function to take 64 bit value (just unsigned is limited as well). In this case, it isn't that bad, since it is used to print limits, but memory limits are internally stored as "mega" or "kilo" anyway. | ||||
* | put MASTER_SITE_GNU first | ache | 1998-05-16 | 3 | -9/+9 |
| | |||||
* | Link statically. | tg | 1998-04-29 | 1 | -1/+2 |
| | | | | Prompted by: latest discussion in freebsd-security | ||||
* | Upgrade to 2.02 | ache | 1998-04-28 | 6 | -45/+36 |
| | |||||
* | Move the man pages to ${PREFIX}/man/ja from ja_JP.EUC. | max | 1998-04-05 | 2 | -3/+3 |
| | | | | Forgotten by: whomever changed man/ja_JP.EUC -> man/ja in BSD.local.dist | ||||
* | Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn't | asami | 1998-04-04 | 1 | -1/+2 |
| | | | | | depend on ordering in the parent Makefiles for the links to be created correctly. | ||||
* | Upgrade, 1.03f -> 1.03g. | max | 1998-02-07 | 2 | -5/+5 |
| | | | | | PR: 5657 Submitted by: maintainer | ||||
* | Upgrade, 1.03e -> 1.03f. | max | 1997-12-19 | 2 | -5/+5 |
| | | | | | Submitted by: maintainer PR: 5341 | ||||
* | Files from old MASTER_SITE moved to a new site. | jseger | 1997-11-28 | 1 | -2/+2 |
| | |||||
* | Upgrade, 1.03a -> 1.03e | max | 1997-11-13 | 2 | -5/+5 |
| | | | | | Submitted by: maintainer PR: 5006 | ||||
* | Upgrade to 2.01.1 | ache | 1997-11-06 | 6 | -15/+15 |
| | |||||
* | Upgrade to 5.2.13. | tg | 1997-10-28 | 2 | -6/+6 |
| | |||||
* | Upgrade to 3.0.5 | torstenb | 1997-09-26 | 6 | -12/+12 |
| | |||||
* | Upgrade, 1.01h -> 1.03a. | max | 1997-09-19 | 4 | -36/+19 |
| | | | | | PR: 4581 Submitted by: maintainer | ||||
* | @exec/@unexec directives that use %[FD] should never be put at the | max | 1997-09-06 | 2 | -2/+2 |
| | | | | very beginning of the file. This has been causing pkg_add to fail. | ||||
* | Make Bash obey ${PREFIX} | obrien | 1997-08-21 | 1 | -0/+11 |
| | |||||
* | Forgot to disable NO_CDROM | cracauer | 1997-07-15 | 1 | -2/+1 |
| | |||||
* | Make this port almost portlint - clean (Description is still too long) | cracauer | 1997-07-15 | 2 | -50/+14 |
| | | | | Fix some typos. | ||||
* | New version. This version is allowed to be on the CDROM. | cracauer | 1997-07-15 | 2 | -5/+5 |
| | | | | | PR: ports/4096 Reviewed by: Thomas Gellekum <tg@ihf.rwth-aachen.de> | ||||
* | Install /etc/shells entry and info dir entry | ache | 1997-06-27 | 6 | -3/+90 |
| | | | | PR: 3971 | ||||
* | Get bash to not use GNU malloc. This solves the calloc() weirdness | jkh | 1997-06-27 | 1 | -0/+19 |
| | | | | in -current. Closes PR#3971 | ||||
* | Remove trailing dot from ${MAINTAINER} | fenner | 1997-06-26 | 1 | -2/+2 |
| | | | | Found by: distfile checker | ||||
* | Update from 3.0.2 to 3.0.4 | torstenb | 1997-06-25 | 6 | -22/+24 |
| | |||||
* | Use install-info to edit the dir file. | max | 1997-06-16 | 4 | -16/+20 |
| | |||||
* | Patch for zsh.texi to to add @direntry and @dircategory. | max | 1997-06-16 | 1 | -0/+13 |
| | |||||
* | Patch for Doc/Makefile.in to: | max | 1997-06-16 | 2 | -0/+42 |
| | | | | | - Add --no-split to the makeinfo command line. - Remove info files before makeinfo. | ||||
* | Use install-info to edit the dir file. | max | 1997-06-16 | 1 | -0/+3 |
| | |||||
* | Use install-info to edit the dir file. | max | 1997-06-16 | 1 | -2/+8 |
| | | | | | The (now old) master_site doesn&t have bash-1.14.7 anymore, but GNU sites do, so update it. | ||||
* | In documentation subdirectory, let ``make all'' build only the info | max | 1997-06-16 | 1 | -2/+19 |
| | | | | files. | ||||
* | Patch up the texinfo file and add @dircategory and @direntry. | max | 1997-06-16 | 1 | -0/+13 |
| | |||||
* | Upgrade to 2.01 | ache | 1997-06-06 | 9 | -111/+39 |
| | |||||
* | Reduce number of patches needed for fnmatch | ache | 1997-05-26 | 3 | -6/+6 |
| | |||||
* | Use different way to nuke local fnmatch.h to not touch dependances | ache | 1997-05-26 | 3 | -6/+6 |
| | |||||
* | FIx serious globbing error with \ due to wrong local fnmatch.h included | ache | 1997-05-26 | 3 | -3/+9 |
| | |||||
* | fix handling of builtin limit command. | erich | 1997-04-10 | 1 | -36/+54 |
| | | | | closes ports/3037 | ||||
* | ache writes: | obrien | 1997-02-17 | 1 | -1/+3 |
| | | | | | | > This port is obsoleted by bash2, so I don't want to be MAINTAINER I *hate* bash2. So I'll take it over. | ||||
* | Added the docs to the package. | obrien | 1997-02-16 | 9 | -18/+105 |
| | | | | Commited with permission of the maintainer. | ||||
* | This port is obsoleted by bash2, so I don't want to be MAINTAINER | ache | 1997-02-14 | 1 | -3/+1 |
| |