aboutsummaryrefslogtreecommitdiff
path: root/shells/44bsd-csh
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix MASTER_SITEKris Kennaway2000-04-171-1/+1
| | | | | | | | PR: 18037 Submitted by: howardjp@wam.umd.edu Notes: svn path=/head/; revision=27681
* Fix a typo.David E. O'Brien2000-04-151-2/+2
| | | | | | | Submitted by: R. Imura <imura@af.airnet.ne.jp> Notes: svn path=/head/; revision=27587
* This is the the traditional 4.4BSD /bin/csh C-shell, with additionalDavid E. O'Brien2000-04-155-0/+54
FreeBSD fixes and updates since 4.4BSD Lite was released. Notes: svn path=/head/; revision=27577