Port details |
- 44bsd-csh The traditional 4.4BSD /bin/csh C-shell
- 20001106_7 shells
=12 20001106_6Version of this port present on the latest quarterly branch. - Maintainer: cy@FreeBSD.org
 - Port Added: 2000-04-30 08:28:32
- Last Update: 2025-02-19 02:38:21
- Commit Hash: a7059cb
- People watching this port, also watch:: unzip, gettext, wget, libxml2, pdksh
- License: not specified in port
- Description:
- This is the traditional 4.4BSD /bin/csh C-shell, with additional
FreeBSD fixes and updates since 4.4BSD Lite was released.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 44bsd-csh>0:shells/44bsd-csh
- To install the port:
- cd /usr/ports/shells/44bsd-csh/ && make install clean
- To add the package, run one of these commands:
- pkg install shells/44bsd-csh
- pkg install 44bsd-csh
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: 44bsd-csh
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (44bsd-csh-20001106.tar.bz2) = 8dafbb6862ab39ac4530106e2a61a5691a8fa7563e8e8564194265bec1d55ff1
SIZE (44bsd-csh-20001106.tar.bz2) = 160312
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Patch dependencies:
-
- rcs : devel/rcs57
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for 44bsd-csh-20001106_7:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- shells_44bsd-csh
- USES:
- tar:bzip2
- 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 |
20001106_7 19 Feb 2025 02:38:21
    |
Cy Schubert (cy)  |
shells/44bsd-csh: Chase b0d746aba6a1, remove USES=sbrk
USES=sbrk documents the ports that still need sbrk remediation. It
also flags riscv and aarch64 as BROKEN.
Noted by: brooks |
20001106_7 19 Feb 2025 00:13:11
    |
Cy Schubert (cy)  |
shells/44bsd-csh: Replace local functions with malloc functions
Local functions called sbrk(2) directly. sbrk(2) will disappear at some
point. Removing it now reduces the sbrk footprint and allows other
architectures that do not support sbrk(2) to install this port. |
20001106_6 19 Nov 2024 17:30:56
    |
Brooks Davis (brooks)  |
*/*: use USES=sbrk
Replace various BROKEN entries for missing sbrk on aarch64 and risc64
with USES=sbrk.
Fix a few missing entries (generally ports blocked by other
dependences).
Approved by: portmgr (mat in D47258 comment)
Differential Revision: https://reviews.freebsd.org/D47259 |
20001106_6 01 Mar 2024 21:11:22
    |
Cy Schubert (cy)  |
shells/44bsd-csh: move man page |
20001106_5 20 Jul 2022 14:22:59
    |
Tobias C. Berner (tcberner)  |
shells: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adamw@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Carlos Jacobo Puga Medina <cpm@FreeBSD.org>
* Cyrille.Lefevre@laposte.net
* Danijel Tasov <danielt@pilgerer.org>
* David O'Brien <obrien@NUXI.com>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Hajimu UMEMOTO <ume@FreeBSD.org>
* Igor Pokrovsky <ip@unixway.org>
* Jean-Yves Lefort <jylefort@brutele.be>
* Kai Wang <kaiw27@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
20001106_5 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20001106_5 01 Jan 2021 23:51:49
  |
linimon  |
Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64
where appropriate.
While here, pet portlint (Makevar order; whitespace).
Approved by: portmgr (tier-2 blanket) |
20001106_5 20 Aug 2020 18:53:58
  |
cy  |
Fix build after llvm 11 import into 13-current. |
20001106_5 10 Sep 2018 13:14:52
  |
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
20001106_5 10 Nov 2016 01:21:43
  |
linimon  |
Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket) |
20001106_5 22 Sep 2016 06:31:30
  |
cy  |
Ensure RCS is available for extract. |
20001106_4 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
20001106_4 22 May 2015 20:34:29
  |
mat  |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
20001106_4 14 May 2015 10:15:09
  |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
20001106_4 20 Jun 2014 07:23:40
  |
adamw  |
Correct typo... it's tar:bzip2, not tar:bz2. |
20001106_4 20 Jun 2014 00:09:20
  |
adamw  |
Use the USES=tar:... variants. |
20001106_4 11 Jun 2014 17:42:36
  |
bapt  |
Add an @shell keyword to handle adding and remove a shell path in /etc/shell
Bump port revision of all ports that were doing it wrong prior to the keyword
CR: D208
Reviewed by: antoine
With hat: portmgr |
20001106_3 27 Dec 2013 08:06:49
  |
bapt  |
- Support stage
- Remove condition around the rcs build depends:
What ever the version of FreeBSD is it will only pulls in rcs from ports
if and only if rcs is not in base. |
20001106_3 10 Oct 2013 17:53:33
  |
cy  |
Add 10.0 RCS dependency. |
20001106_3 20 Sep 2013 22:57:24
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
shells) |
20001106_3 05 Jul 2011 13:36:06
 |
cy  |
The file completion bugfix for 8.X and 9.X introduced a bug under
7.X. This commit fixes this. |
20001106_2 05 Jul 2011 13:34:43
 |
cy  |
Previous commit introduced a file completion bug under FreeBSD
versions prior to 8.X (7.X and earlier). This commit fixes that. |
20001106_2 05 Jul 2011 04:03:15
 |
cy  |
Fix patch phase error. |
20001106_2 05 Jul 2011 03:43:48
 |
cy  |
As with other shells, link this shell dynamically. |
20001106_1 05 Jul 2011 03:41:09
 |
cy  |
Fix file completion bug.
PR: 140557 |
20001106 28 Jun 2011 19:09:14
 |
cy  |
Bring back this port. |
20001106 25 Jun 2011 09:23:47
 |
miwi  |
Bye Bye
2011-05-01 irc/gdesklets-irc: Upstream disapear and distfile is no more
available
2011-06-24 net/libevnet: no longer necessary now that libevent2 has been
released
2011-05-01 shells/44bsd-csh: Upstream disapear and distfile is no more available
2011-05-01 www/mod_auth_ldap: apache 13/20 is sceduled for deletion, migrate to
2.2.x+ and mod_authnz_ldap now
2011-05-01 www/mod_auth_remote: will be unsupported by ASF when 2.4.0 is
release, migrate to 2.2.x+ now
2011-05-01 www/mod_authenticache: will be unsupported by ASF when 2.4.0 is
release, migrate to 2.2.x+ now
2011-05-01 www/mod_layout2: will be unsupported by ASF when 2.4.0 is release,
migrate to 2.2.x+ now
2011-05-01 www/mod_macro2: will be unsupported by ASF when 2.4.0 is release,
migrate to 2.2.x+ now
2011-05-01 www/mod_traf_thief: will be unsupported by ASF when 2.4.0 is release,
migrate to 2.2.x+ now
2011-05-01 www/mod_transform: will be unsupported by ASF when 2.4.0 is release,
migrate to 2.2.x+ now |
20001106 18 Mar 2011 17:59:51
 |
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
20001106 13 Mar 2011 12:54:43
 |
bapt  |
Deprecate unmaintained ports from shells where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports |
20001106 23 Nov 2005 23:49:20
 |
pav  |
- Add SHA256 |
20001106 07 Apr 2004 13:26:20
 |
clement  |
- tar -> ${TAR} (since we have now a bsdtar ;) |
20001106 22 Mar 2004 15:22:52
 |
clement  |
Use PORTDOCS macro. |
20001106 29 Jan 2004 16:13:06
 |
trevor  |
SIZEify. |
20001106 30 Dec 2003 17:13:28
 |
osa  |
Use DOCSDIR macro. |
20001106 27 Sep 2003 01:01:08
 |
edwin  |
KATO mega patch
- ECHO -> ECHO_MSG
For some ports:
- pre-fetch -> pre-everything
- ECHO -> ECHO_CMD
PR: ports/56820-56858
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
20001106 20 Feb 2003 18:59:50
 |
knu  |
De-pkg-comment. |
20001106 16 Jun 2002 08:58:07
 |
kris  |
Fix build on -current.
Submitted by: mike |
20001106 16 May 2002 00:32:52
 |
cy  |
Distfile has a home once again. |
29 Jan 2002 11:58:52
    |
knu  |
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
24 Dec 2001 02:17:17
    |
pat  |
- PORTDOCS police - DOCSDIR support to some - Brush out some lint |
23 Jun 2001 22:54:44
    |
chris  |
"the the" -> "the" |
11 Mar 2001 00:02:09
    |
obrien  |
I dropped maintainership or at least I tried to. Do it again. |
09 Nov 2000 20:22:10
    |
asmodai  |
Make sure to point this to my local distfile directory instead of obrien's.
|
06 Nov 2000 12:15:53
    |
asmodai  |
Update port to the 20001106 version, which fixes a temporary file creation
security problem. |
05 Nov 2000 21:46:45
    |
asmodai  |
Mark forbidden for now, due to tempfile creation issues. |
08 Oct 2000 07:07:58
    |
asami  |
Convert category shells to new layout. |
29 Jun 2000 08:03:02
    |
obrien  |
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site. |
31 May 2000 06:27:54
    |
asami  |
@dirrm share/doc/44bsd-csh |