Port details |
- bash-devel The GNU Project's Bourne Again SHell
- 4.3. shells
=1 4.3.Version of this port present on the latest quarterly branch.
- Maintainer: ehaupt@FreeBSD.org
- Port Added: 2013-01-14 11:47:53
- Last Update: 2014-03-03 08:55:45
- SVN Revision: 346866
- People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
- License: GPLv3
- WWW:
- http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
- Description:
- This is GNU Bash. Bash is the GNU Project's Bourne Again SHell,
a complete implementation of the POSIX.2 shell spec, but also
with interactive command line editing, job control on architectures
that support it, csh-like features such as history substitution and
brace expansion, and a slew of other features.
WWW: http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- bash-devel>0:shells/bash-devel
- No installation instructions:
- This port has been deleted.
- PKGNAME: bash-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bison : devel/bison
- Library dependencies:
-
- libintl.so : devel/gettext
- libiconv.so.3 : converters/libiconv
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for bash-devel-4.3.:
COLONBREAKSWORDS=on: Colons break words
DOCS=on: Build and/or install documentation
HELP=on: Enable builtin help
IMPLICITCD=on: Use directory name alone to cd into it
NLS=on: Native Language Support
STATIC=off: Build static executables and/or libraries
SYSLOG=off: Syslog support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.3. 03 Mar 2014 08:55:45 |
ehaupt |
- Reset maintainer of shells/bash, shells/bash-static
- Takeover maintainership
- Merge changes from shells/bash-devel this updates the port to 4.3
- Remove the now useless -devel ports
- Document change in ports/MOVED
Approved by: portmgr (bapt) |
4.3. 03 Mar 2014 07:31:45 |
ehaupt |
Be more consistent with spacing/line wrapping. |
4.3. 03 Mar 2014 07:26:37 |
ehaupt |
Update to 4.3 and also do a major Makefile cleanup by using new OPTIONS helper.
PR: 187206
Submitted by: adamw |
4.2.45_2 12 Feb 2014 19:25:21 |
ehaupt |
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target. |
4.2.45_2 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
4.2.45_2 25 Dec 2013 17:42:54 |
bapt |
Fix inconsistency in building bash
Ensure the configure script always activate the same features wether or not
fdescfs is mounted: Always consider /dev/fd as absent
Bump portrevision as packages on the cluster are built with fdescfs mounted.
With hat: portmgr
Reported: Derek Schrock (skered- via #poudriere) |
4.2.45_1 01 Nov 2013 10:29:18 |
ehaupt |
Support staging. |
4.2.45_1 20 Sep 2013 22:57:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
shells) |
4.2.45_1 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
4.2.45_1 23 Apr 2013 10:26:09 |
ehaupt |
Convert to USES=gettext |
4.2.45_1 04 Apr 2013 13:35:15 |
bapt |
Fix typo in options checking
Reported by: bdrewery
Approved by: portmgr (implicit)
With hat: portmgr |
4.2.45_1 18 Mar 2013 08:47:08 |
ehaupt |
Move USES prior to bsd.port.pre.mk otherwise the port won't build. |
4.2.45_1 11 Mar 2013 13:45:08 |
ehaupt |
Update to 4.2.45 |
4.2.42_1 08 Mar 2013 11:32:12 |
bapt |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
4.2.42_1 15 Jan 2013 20:13:18 |
ehaupt |
Add LICENSE |
4.2.42_1 15 Jan 2013 11:51:57 |
ehaupt |
Remove two unused comments (forgotten in previous commit). |
4.2.42_1 15 Jan 2013 11:49:31 |
ehaupt |
- Always use bundled FAQ file, it's the same as the one externally fetched
- therefore get rid of discouraged IGNOREFILES
- Use default SYSLOG definition
- Remove unused WITHOUT_NLS variable assignment
- Indentation
- Adjust options description
- Do not install help files, those are meant for translation. Change HELP
option to either einable or disable builtin help where default is enabled [1]
- Bump PORTREVISION
Reviewed by: ak [1] |
4.2.42 14 Jan 2013 14:59:07 |
ehaupt |
Use pre-defined knob for the static build option (STATIC_BASH -> STATIC). |
4.2.42 14 Jan 2013 11:47:18 |
ehaupt |
Add shells/bash-devel. The goal of this port is to have a more up to date
version of shells/bash.
This port has also been converted to use OPTIONSng. |