summaryrefslogtreecommitdiff
path: root/shells/44bsd-csh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shells/44bsd-csh: Chase b0d746aba6a1, remove USES=sbrkCy Schubert2025-02-181-1/+1
| | | | | | | USES=sbrk documents the ports that still need sbrk remediation. It also flags riscv and aarch64 as BROKEN. Noted by: brooks
* shells/44bsd-csh: Replace local functions with malloc functionsCy Schubert2025-02-183-1/+82
| | | | | | 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.
* */*: use USES=sbrkBrooks Davis2024-11-191-4/+1
| | | | | | | | | | | 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
* shells/44bsd-csh: move man pageCy Schubert2024-03-012-3/+3
|
* shells: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> * Martin Wilke <miwi@FreeBSD.org> * Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> * Oliver Eikemeier * Patrick Gardella <patrick@FreeBSD.org> * Pawel Pekala <pawel@FreeBSD.org> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Richard Rose <freebsd-security@rikrose.net> * Sean Chittenden <seanc@FreeBSD.org> * Sergey Matveychuk <sem@FreeBSD.org> * Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> * Shinsuke Matsui <smatsui@karashi.org> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Sylvio Cesar <sylvio@FreeBSD.org> * Thomas Gellekum <tg@FreeBSD.org> * UMENO Takashi <umeno@rr.iij4u.or.jp> * Vaida Bogdan * Will Andrews <andrews@technologist.com> * Ying-Chieh Liao <ijliao@FreeBSD.org> * conrads@cox.net * erich@rrnet.com * gebhart@secnetix.de * kirk@strauser.com * mcglk@artlogix.com * torstenb With hat: portmgr
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64Mark Linimon2021-01-011-2/+3
| | | | | | | | | | | where appropriate. While here, pet portlint (Makevar order; whitespace). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=559890
* Fix build after llvm 11 import into 13-current.Cy Schubert2020-08-201-0/+1
| | | | Notes: svn path=/head/; revision=545548
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Mark as broken on aarch64: fails to link with sbrk.Mark Linimon2016-11-101-0/+3
| | | | | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425823
* Ensure RCS is available for extract.Cy Schubert2016-09-221-2/+2
| | | | Notes: svn path=/head/; revision=422591
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-2/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* Correct typo... it's tar:bzip2, not tar:bz2.Adam Weinberger2014-06-201-1/+1
| | | | Notes: svn path=/head/; revision=358516
* Use the USES=tar:... variants.Adam Weinberger2014-06-201-2/+1
| | | | Notes: svn path=/head/; revision=358479
* Add an @shell keyword to handle adding and remove a shell path in /etc/shellBaptiste Daroussin2014-06-112-4/+2
| | | | | | | | | | | Bump port revision of all ports that were doing it wrong prior to the keyword CR: D208 Reviewed by: antoine With hat: portmgr Notes: svn path=/head/; revision=357511
* - Support stageBaptiste Daroussin2013-12-272-19/+8
| | | | | | | | | - 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. Notes: svn path=/head/; revision=337644
* Add 10.0 RCS dependency.Cy Schubert2013-10-101-1/+7
| | | | Notes: svn path=/head/; revision=330023
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | shells) Notes: svn path=/head/; revision=327770
* The file completion bugfix for 8.X and 9.X introduced a bug underCy Schubert2011-07-051-1/+1
| | | | | | | 7.X. This commit fixes this. Notes: svn path=/head/; revision=277114
* Previous commit introduced a file completion bug under FreeBSDCy Schubert2011-07-051-4/+6
| | | | | | | versions prior to 8.X (7.X and earlier). This commit fixes that. Notes: svn path=/head/; revision=277113
* Fix patch phase error.Cy Schubert2011-07-051-1/+1
| | | | Notes: svn path=/head/; revision=277088
* As with other shells, link this shell dynamically.Cy Schubert2011-07-052-1/+11
| | | | Notes: svn path=/head/; revision=277087
* Fix file completion bug.Cy Schubert2011-07-052-0/+41
| | | | | | | PR: 140557 Notes: svn path=/head/; revision=277086
* Bring back this port.Cy Schubert2011-06-285-0/+103
| | | | Notes: svn path=/head/; revision=276600
* Bye ByeMartin Wilke2011-06-255-106/+0
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=276353
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Deprecate unmaintained ports from shells where upstream disapear and/orBaptiste Daroussin2011-03-131-0/+3
| | | | | | | where no distfiles can be found and are not used by maintained ports Notes: svn path=/head/; revision=270787
* - Add SHA256Pav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149224
* - tar -> ${TAR} (since we have now a bsdtar ;)Clement Laforet2004-04-071-1/+1
| | | | Notes: svn path=/head/; revision=106396
* Use PORTDOCS macro.Clement Laforet2004-03-222-3/+1
| | | | Notes: svn path=/head/; revision=104948
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Use DOCSDIR macro.Sergey A. Osokin2003-12-301-2/+2
| | | | Notes: svn path=/head/; revision=96962
* KATO mega patchEdwin Groothuis2003-09-271-1/+1
| | | | | | | | | | | | | | - ECHO -> ECHO_MSG For some ports: - pre-fetch -> pre-everything - ECHO -> ECHO_CMD PR: ports/56820-56858 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89492
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Fix build on -current.Kris Kennaway2002-06-161-0/+50
| | | | | | | Submitted by: mike Notes: svn path=/head/; revision=61346
* Distfile has a home once again.Cy Schubert2002-05-161-1/+1
| | | | Notes: svn path=/head/; revision=59217
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | 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. Notes: svn path=/head/; revision=53959
* - PORTDOCS policePatrick Li2001-12-242-5/+4
| | | | | | | | - DOCSDIR support to some - Brush out some lint Notes: svn path=/head/; revision=52072
* "the the" -> "the"Chris Costello2001-06-231-1/+1
| | | | | | | | PR: docs/28376 Submitted by: tyler spivey <tspivey8@home.com> Notes: svn path=/head/; revision=44370
* I dropped maintainership or at least I tried to. Do it again.David E. O'Brien2001-03-111-1/+1
| | | | Notes: svn path=/head/; revision=39478
* Make sure to point this to my local distfile directory instead ofJeroen Ruigrok van der Werven2000-11-091-1/+1
| | | | | | | obrien's. Notes: svn path=/head/; revision=34949
* Update port to the 20001106 version, which fixes a temporaryJeroen Ruigrok van der Werven2000-11-062-4/+2
| | | | | | | | | file creation security problem. Approved by: obrien Notes: svn path=/head/; revision=34840
* Mark forbidden for now, due to tempfile creation issues.Jeroen Ruigrok van der Werven2000-11-051-0/+1
| | | | | | | | | Approved by: obrien [well, not really, but he knows I was working on fixing this and he urged me to reroll the distfile with the fix] Notes: svn path=/head/; revision=34823
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-291-1/+2
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* @dirrm share/doc/44bsd-cshSatoshi Asami2000-05-311-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=28999
* Comment clean-ups.Tim Vanderhoek2000-05-121-1/+1
| | | | Notes: svn path=/head/; revision=28421