summaryrefslogtreecommitdiff
path: root/shells/v7sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shells/v7sh: Move man pages to share/manChristian Weisgerber2024-03-193-3/+3
| | | | Approved by: portmgr (blanket)
* */*: Remove BROKEN in all ports that uses bsdforge.com for MASTER_SITESDaniel Engberg2024-01-141-3/+2
| | | | | | | Site is now back up Reported by: Jamie Landeg-Jones <jamie@catflap.org>, Chris <portmaster@bsdforge.com> Approved by: portmgr (blanket)
* */*: Mark all ports that uses bsdforge.com in MASTER_SITES brokenDaniel Engberg2024-01-041-2/+3
| | | | | | | | | The domain bsdforge.com has expired, mark all ports that only uses bsdforge.com as broken (unfetchable). Additionally set ports that uses bsdforge.com as primary site and have broken mirrors as broken too as they're also unfetchable. Approved by: portmgr (blanket)
* */*: Sunset 12.4-RELEASE/12-STABLE from ports treeMuhammad Moinur Rahman2023-12-311-4/+0
| | | | | | | | | | | | | | | | | | | | | - Remove all references to defunct ARCH arm - Remove all references to defunct ARCH sparc64 - Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64 ARCH - Remove sysutils/afbinit requires defunct sparc64 ARCH - Remove all references to bktr driver - Remove all references to defunct FreeBSD_12 - Remove all references to OSVERSION/OSREL corresponding to 12 - Remove conditionals in Mk/Uses/cabal.mk - Remove sparc reference from Mk/Uses/qt-dist.mk - Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64 - Remove BROKEN_FreeBSD_12* from: - Remove OpenSSL patches from: - Remove conditional flags for OSVERSION >= 1300000 to fixed flags. Also move conditional flags for non sparc64/arm ARCH to fixed flags. Reviewed by: brooks, jbeich, rene, salvadore Differential Revision: https://reviews.freebsd.org/D42068
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* 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
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* shells/v7sh: pet pkg-falloutFernando Apesteguía2021-02-111-0/+4
| | | | | | | | | | | Unbreak build in FreeBSD < 13 PR: 253241 Submitted by: portmaster@bsdforge.com (maintainer) MFH: 2021Q1 (build fix) Notes: svn path=/head/; revision=564954
* Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64Mark Linimon2021-01-011-0/+1
| | | | | | | | | | | where appropriate. While here, pet portlint (Makevar order; whitespace). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=559890
* shells/v7sh: over to new volunteer with a new MASTER_SITESRene Ladan2019-11-021-14/+8
| | | | | | | | | PR: 241279 Submitted by: Chris Hutchinson MFH: 2019Q4 Notes: svn path=/head/; revision=516366
* Deprecate a few portsAntoine Brodin2019-09-151-0/+2
| | | | Notes: svn path=/head/; revision=512125
* Mark BROKEN: unfetchableAntoine Brodin2019-08-051-0/+1
| | | | Notes: svn path=/head/; revision=508138
* Mark as broken on aarch64: fails to link with sbrk.Mark Linimon2016-11-101-0/+2
| | | | | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425823
* Fix ports that confused the meaning of WRKDIR and WRKSRC.Mathieu Arnold2015-11-051-1/+1
| | | | | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735 Notes: svn path=/head/; revision=400848
* Remove trailing whitespace from Makefiles, M-X.Jimmy Olgeni2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398833
* Add an @shell keyword to handle adding and remove a shell path in /etc/shellBaptiste Daroussin2014-06-112-3/+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-23/+6
| | | | Notes: svn path=/head/; revision=337660
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | shells) Notes: svn path=/head/; revision=327770
* Convert to new options frameworkBaptiste Daroussin2012-07-201-8/+10
| | | | Notes: svn path=/head/; revision=301258
* - Get Rid MD5 supportMartin Wilke2011-03-181-30/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-064-115/+0
| | | | Notes: svn path=/head/; revision=225335
* - unbreak on gcc 4.1Alexander Botero-Lowry2006-10-072-12/+13
| | | | | | | | | PR: 103902 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Approved by: novel (mentor, implicit) Notes: svn path=/head/; revision=174714
* SHA256ifyEdwin Groothuis2006-01-241-4/+30
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154318
* Reset maintainer per his request. We hope to see him back soon.Mark Linimon2005-12-021-1/+1
| | | | Notes: svn path=/head/; revision=150183
* Unbreak on 5.X and -CURRENT.Alexey Dokuchaev2004-10-072-6/+1
| | | | | | | | Reported by: kris Approved by: portmgr (krion), fjoe (mentor, implicit) Notes: svn path=/head/; revision=118571
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-291-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118494
* Add v7sh, the original Steve R. Bourne shell from the 7th edition Unix includingPav Lucistnik2004-06-2238-0/+5605
System III, 4.3BSD-Reno, Ultrix 3.1 and `home made'' fixes and enhancements PR: ports/68127 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> Notes: svn path=/head/; revision=111975