Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-05-31 | Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a | dillo | 1 | -8/+4 | |
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-15 | Add a patch allowing compilation of bash on AIX 4.3.3. Tested not to | garbled | 2 | -1/+55 | |
impact NetBSD/i386 build. Should also not impact aix5 builds. | |||||
2005-02-27 | Update to 3.0pl16, pulling in the first 16 official patches for bash. | wiz | 3 | -6/+61 | |
Various bugfixes. Some whitespace cleanup while here. | |||||
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-10-23 | Add multibyte option to allow to disable multibyte support explicitly. | minskim | 1 | -2/+12 | |
2004-10-23 | Enable multibyte support in default. It will be disabled by configure | minskim | 7 | -10/+150 | |
if wctype_t is not available. Bump PKGREVISION. | |||||
2004-10-22 | Make this work on NetBSD 1.6.2 (pkg/27330). Patch from Juan RP, minor | martti | 1 | -4/+9 | |
fixes by me. | |||||
2004-10-21 | Remove readline dependency, it's not needed really... because bash | xtraeme | 1 | -4/+1 | |
uses its own, and there isn't any test in the configure script. Pointed out by wiz@. | |||||
2004-10-21 | Initial import of bash-3.0. It's imported as bash (not bash3) because | xtraeme | 4 | -0/+91 | |
our existing bash package already is called bash2. If you want to see the new features, please take a look at the NEWS file. |