Age | Commit message (Expand) | Author | Files | Lines |
2005-03-15 | Add a patch allowing compilation of bash on AIX 4.3.3. Tested not to | garbled | 2 | -1/+55 |
2005-03-10 | nb1: Use standard build and install processes via ${BSD_INSTALL_*}. | tv | 4 | -47/+34 |
2005-03-10 | Add Interix-specific system call bits. | tv | 4 | -13/+43 |
2005-03-08 | Changes 050219: | adam | 2 | -10/+9 |
2005-03-04 | Make this work on IRIX. | jschauma | 2 | -2/+9 |
2005-02-27 | Update to 3.0pl16, pulling in the first 16 official patches for bash. | wiz | 3 | -6/+61 |
2005-02-24 | Add RMD160 digests. | agc | 19 | -20/+46 |
2005-02-24 | agc agreed to maintain this package. | wiz | 1 | -1/+2 |
2005-02-21 | Changes 4.2.4: | adam | 5 | -20/+36 |
2005-02-20 | Kill some hardcoded UID, GID, and mode settings that were being passed to | snj | 2 | -9/+11 |
2005-01-28 | Add scponly. | snj | 1 | -1/+2 |
2005-01-28 | Initial import of scponly-4.0, a tiny shell that only permits scp and sftp. | snj | 5 | -0/+64 |
2005-01-25 | Add another Interix hack -- ut_xtime is the obsolescent name for utmpx.ut_tv. | tv | 1 | -2/+5 |
2005-01-25 | Pull in PLIST.${OPSYS} if existant. | tv | 1 | -3/+8 |
2005-01-25 | Pick up previously orphaned terminfo.so installed file. | tv | 1 | -0/+2 |
2005-01-25 | Extend other *BSD build fixes to Interix. | tv | 3 | -7/+7 |
2005-01-24 | Fix GETPGRP_VOID test for Interix in configure. | tv | 1 | -0/+13 |
2005-01-24 | Interix has no general sync() syscall. | tv | 2 | -1/+16 |
2005-01-21 | Partly Interix fix, but also readonly-root fix: Don't use "-w '/'" to | tv | 2 | -1/+15 |
2005-01-21 | Use nbcompat-based build on Interix, too (missing <sysexits.h>). | tv | 1 | -2/+2 |
2005-01-21 | Teach about Interix further. From Yoshifumi Hiramatsu. | uebayasi | 2 | -5/+13 |
2005-01-18 | Fix build on Interix. PR26847, from Hiramatsu Yoshifumi. | uebayasi | 3 | -11/+15 |
2005-01-16 | Set PKGNAME to static-${PKGNAME} instead of building it out of DISTNAME, | kristerw | 1 | -2/+2 |
2004-12-27 | Update to 041028, closing PR 27765. | wiz | 2 | -6/+6 |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 2 | -4/+4 |
2004-11-29 | PKGREVISION bump for previous (since a binpkg already exists for the | tv | 1 | -2/+2 |
2004-11-29 | Add glob workaround from <hiramatu@boreas.dti.ne.jp> in PR pkg/25908. | tv | 1 | -1/+3 |
2004-11-25 | Add TEXINF_REQD to 4.0 to work on NetBSD 1.5.3. | taca | 1 | -1/+2 |
2004-11-12 | Wrapper scripts break when passed an argument that contains a newline | jlam | 2 | -1/+17 |
2004-10-23 | Add multibyte option to allow to disable multibyte support explicitly. | minskim | 1 | -2/+12 |
2004-10-23 | Append options to PKG_DEFAULT_OPTIONS instead of ${PKG_OPTIONS_VER}, | minskim | 1 | -12/+6 |
2004-10-23 | Enable multibyte support in default. It will be disabled by configure | minskim | 7 | -10/+150 |
2004-10-22 | Convert to use bsd.options.mk and add a new option, multibyte, to | minskim | 1 | -4/+21 |
2004-10-22 | Make this work on NetBSD 1.6.2 (pkg/27330). Patch from Juan RP, minor | martti | 1 | -4/+9 |
2004-10-21 | Remove readline dependency, it's not needed really... because bash | xtraeme | 1 | -4/+1 |
2004-10-21 | Added bash-3.0. | xtraeme | 1 | -1/+2 |
2004-10-21 | Initial import of bash-3.0. It's imported as bash (not bash3) because | xtraeme | 4 | -0/+91 |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 |
2004-09-08 | Fix build with gcc2. | jmmv | 2 | -1/+24 |
2004-08-29 | update to posh-0.3.9 | recht | 2 | -5/+5 |
2004-08-27 | Look for libncurses also. | kim | 2 | -1/+15 |
2004-08-27 | Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, | jlam | 1 | -2/+2 |
2004-08-22 | Make this build and install under Linux and IRIX, using ideas from | jschauma | 2 | -2/+14 |
2004-08-22 | Change the way that legacy USE_* and FOO_USE_* options are converted | jlam | 1 | -8/+3 |
2004-08-20 | Set "BUILDLINK_PASSTHRU_RPATHDIRS" to stop buildlink3 from removing "/lib" | tron | 1 | -5/+8 |
2004-08-20 | Improve handling of "ZSH_STATIC" again: | tron | 1 | -2/+15 |
2004-08-20 | Don't create a statically linked "zsh" binary on NetBSD system which have | tron | 1 | -1/+4 |
2004-08-16 | update to zsh-4.2.1 | recht | 7 | -25/+32 |
2004-08-13 | This can be built on Linux. No longer restricted only for NetBSD. | uebayasi | 1 | -4/+1 |
2004-08-07 | Convert bash2 to use bsd.options.mk. | minskim | 1 | -3/+17 |