aboutsummaryrefslogtreecommitdiff
path: root/shells/ksh93
Commit message (Collapse)AuthorAgeFilesLines
* shells/ksh93: Fix build with LLVM15Cy Schubert2023-02-101-1/+1
|
* devel/ksh93: remove sbrk() useBrooks Davis2022-11-092-4/+26
| | | | | | | | | ksh supports multiple sources of heap memory. Completely disable the use of sbrk() as a memory source in favor of mmap(). This allows compilation on aarch64 (and presumably riscv64). Approved by: cy Differential Revision: https://reviews.freebsd.org/D37312
* 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/ksh*: Allow the ksh ports to coexistCy Schubert2022-08-282-7/+12
| | | | | | | | | | | | | Add an option to allow the ksh ports to avoid conflicting with each other and to coexist. This allows people who wish to punish themselves by tracking developent to still be able to fall back should upstream cause regressions. This also allows legacy ksh93 to coexist with the recently added ksh93/ksh, which is not entirely compatible with legacy ksh. Applications which require a legacy ksh compatible package should use the ksh93 port installed using one of its options. This allows new and old to exist on the same system.
* */*: Remove redundant '-*' from CONFLICTS definitionsStefan Eßer2021-11-251-2/+2
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* *: fix tab vs. space issues, and comments according to the guide.Jimmy Olgeni2021-10-161-1/+1
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark as BROKEN on riscv64 the same way as on aarch64.Mark Linimon2020-11-271-0/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=556452
* Fix i386 build.Cy Schubert2020-02-231-0/+38
| | | | Notes: svn path=/head/; revision=526874
* AT&T AST (att/ast) on github has rewound their repo back to ksh93u+. SeeCy Schubert2020-02-2216-131/+319
| | | | | | | | | | | | | | | https://github.com/att/ast/issues/1464 and https://github.com/att/ast/issues/1466. The reason for the rewind back to 93u+ instead of 93v- was that it was an abandoned unstable buggy unfinished beta. A full explanation of this can be found here, https://github.com/att/ast/issues/1466#issuecomment-589942449. The version number is reverted back to 93u and an EPOCH bump, though not needed, documents this siesmic shift. Notes: svn path=/head/; revision=526859
* Update MAINTAINER: use @FreeBSD.orgSunpoet Po-Chuan Hsieh2020-02-131-1/+1
| | | | Notes: svn path=/head/; revision=526019
* Add patch missed from r525497.Cy Schubert2020-02-071-0/+78
| | | | Notes: svn path=/head/; revision=525502
* Fix CVE-2019-14868: certain environment variables interpreted asCy Schubert2020-02-071-0/+1
| | | | | | | | | | | | | | arithmetic expressions on startup, leading to code injection. Submitted by: Siteshwar Vashisht <svashisht@redhat.com> Reported by: Marian Rehak MFH: 2020Q1 Security: CVE-2019-14868 https://bugzilla.redhat.com/show_bug.cgi?id=1757324 https://access.redhat.com/security/cve/CVE-2019-14868 Notes: svn path=/head/; revision=525497
* Update 2020.0.0 --> 2020.0.1Cy Schubert2020-01-102-4/+4
| | | | Notes: svn path=/head/; revision=522547
* Update ksh-2020.0.0-beta1 --> ksh-2020.0.0.Cy Schubert2019-10-102-4/+4
| | | | Notes: svn path=/head/; revision=514248
* Update 2020.0.0-alpha1 --> 2020.0.0-beta1Cy Schubert2019-08-3014-4032/+22
| | | | | | | | | 2020.0.0-beta1 resolves gcc9 build issues in PR/239644. PR: 239644 Notes: svn path=/head/; revision=510287
* Remove redundant GH_TAGNAME assignment.Cy Schubert2019-08-301-1/+0
| | | | Notes: svn path=/head/; revision=510286
* shells/ksh93: Attempt to fix r508705 and unbreak indexTobias Kortkamp2019-08-121-6/+6
| | | | | | | | | | | | | | It fails basic sanity checks: make: "/usr/ports/shells/ksh93/Makefile" line 16: Malformed conditional (${USE_GCC} == "9") make: Fatal errors encountered -- cannot continue make: stopped in /usr/ports/shells/ksh93 PR: 239644 Pointy hat: cy Notes: svn path=/head/; revision=508709
* Mark broken when USE_GCC=9. Upstream git commitCy Schubert2019-08-121-0/+4
| | | | | | | | | | | | | | | 63e9edcb6084d4b164439065e2d71f3e900ec3c7 resolves this issue. Unfortunately it does not apply, requiring this port to be upated to ksh93 well into ksh93-devel. Bringing ksh93 up to the ksh93-devel or shy of it would negate the justification for ksh93's existence. It is therefore recommended that people use ksh93-devel on architectures that use GCC 9 or use GCC 8. PR: 239644 Reported by: pkubaj@ Notes: svn path=/head/; revision=508705
* Whitespace adjustment.Cy Schubert2019-08-121-1/+1
| | | | Notes: svn path=/head/; revision=508704
* Fix:Cy Schubert2019-08-072-1/+12
| | | | | | | | | | | | | | | | | | $ ksh93 $ time ../src/cmd/ksh93/sh/xec.c:2171: failed assertion 'tb.tv_sec' Abort trap (core dumped) $ ksh93 $ times ../src/cmd/ksh93/sh/xec.c:2171: failed assertion 'tb.tv_sec' Abort trap (core dumped) PR: 239701 Suggested by: w.schwarzenfeld@utanet.at MFH: 2019Q3 Notes: svn path=/head/; revision=508344
* Fix build with GCC-based architectures.Cy Schubert2019-08-0410-1/+4009
| | | | | | | | | PR: 239644 Submitted by: pkubaj@ MFH: 2019Q3 Notes: svn path=/head/; revision=508117
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* devel/meson: Update to 0.51.0Tobias Kortkamp2019-06-241-2/+0
| | | | | | | | | | Changes: https://mesonbuild.com/Release-notes-for-0-51-0.html PR: 238726 Submitted by: greg@unrelenting.technology (update to 0.50.1) Exp-run by: antoine Notes: svn path=/head/; revision=505003
* shells/ksh93*: Do not set KSH93_DESC twiceTobias Kortkamp2019-06-241-1/+0
| | | | Notes: svn path=/head/; revision=505001
* Add missing wildcard to ksh93-devel conflict.Cy Schubert2019-06-011-1/+1
| | | | Notes: svn path=/head/; revision=503251
* Register conflicts with the new shells/ast-ksh port.Cy Schubert2019-06-011-1/+1
| | | | Notes: svn path=/head/; revision=503250
* Fix version going backward due to update to 2020.0.0.a1 (pointy hat toCy Schubert2019-06-011-1/+2
| | | | | | | | | | | | | | | | | yours truly). The maintainer no longer wants to maintain ksh93 as his desire is to maintain a backlevel port of ksh93 in order to build and support a shared library for use by legacy applications, which is inconsistent with the direction of the att/ast team on github. I will maintain the port. PR: 237332 PR: 238266 Approved by: maintiner (saper@saper.info) Notes: svn path=/head/; revision=503249
* This is the second part of a two part commit Updating shells/ksh93 toCy Schubert2019-05-285-0/+94
| | | | | | | | | | | | | | | | | | | 2020.0.0-alpha1. This commit: 1. Deletes shells/ksh93, completed by r502844. 2. svn copies shells/ksh93-devel to shells/ksh93 -- this commit. 3. Replaces the git tag with DISTVERSION 2020.0.0-alpha1 -- this commit. PR: 237332 Reviewed by: crees@ Approved by: maintainer timeout Reminded by: Siteshwar Vashisht <svashisht@redhat.com> (ksh93 upstream maintainer) Notes: svn path=/head/; revision=502845
* This is the first part of a two part commit to update shells/ksh93 toCy Schubert2019-05-2836-1313/+0
| | | | | | | | | | | | | 2020.0.0-alpha1. Following this commit will be an svn copy shells/ksh93-devel to shells/ksh93, replacing the git tag with DISTVERSION 2020.0.0-alpha1. PR: 237332 Approved by: maintainer timeout Notes: svn path=/head/; revision=502844
* shells/ksh93: Update to 93v 2014-12-24Cy Schubert2019-04-2138-83/+1248
| | | | | | | | | | | | PR: 208098 (fixed) Submitted by: saper@saper.info (maintainer) Reported by: fuz@fuz.su Reviewed by: cy@, pkubaj@ Approved by: maintainer (implicit, submitter) Differential Revision: https://reviews.freebsd.org/D19343 Notes: svn path=/head/; revision=499547
* Pet portlint.Cy Schubert2019-03-121-2/+2
| | | | | | | | | Submitted by: linimon@ Reported by: linimon@ Approved by: maintainer: Marcin Cieslak <saper@saper.info> Notes: svn path=/head/; revision=495520
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-5/+1
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* Register a conflict with the new ksh93-devel port.Cy Schubert2018-09-211-0/+2
| | | | Notes: svn path=/head/; revision=480233
* shells/ksh93: Update reason for aarch64 broken messageEmmanuel Vadot2018-09-181-1/+1
| | | | | | | | Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17204 Notes: svn path=/head/; revision=480007
* - Always accompany OSVERSION check with OPSYS checkDmitry Marakasov2017-04-071-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=437933
* shells/ksh93: Fix build with gcc5John Marino2017-02-091-0/+20
| | | | | | | | | | | | The ksh93 build process requires the pre-GCC5 CPP newline behavior, which the -P argument provides by disabling line markers. This enables ksh93 to be built by gcc5 and later. Approved by: GCC blanket PR: 216707 (related) Notes: svn path=/head/; revision=433771
* - Pass maintainership to submitterSunpoet Po-Chuan Hsieh2016-11-231-1/+1
| | | | | | | | PR: 211164 Submitted by: Marcin Cieslak <saper@saper.info> Notes: svn path=/head/; revision=426954
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-161-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426201
* - Fix build on armv6Sunpoet Po-Chuan Hsieh2016-10-283-31/+29
| | | | | | | | | | | | - While I'm here, fix diff header of patch file PR: 209457 Submitted by: <mikael.urankar@gmail.com> Obtained from: https://github.com/att/ast/blob/beta/src/lib/libast/hash/hashalloc.c https://github.com/att/ast/blob/beta/src/lib/libast/string/tokscan.c Notes: svn path=/head/; revision=424858
* Remove unnecessary evals that do-fetch was using.Mathieu Arnold2016-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | Turns out that env(1) knows how to parse a properly quoted string using -S "string", it makes the double eval used for the fetch command to be unnecessary. This is because running: eval "foo $(escape $bar)" is silly when this works: foo $bar So remove escaping and quoting, and sillyness. PR: 210198 Submitted by: mat Exp-run by: antoine Sponsored by: The FreeBSD Foundation, Absolight Differential Revision: https://reviews.freebsd.org/D6779 Notes: svn path=/head/; revision=417110
* - Fix build on 11-CURRENTSunpoet Po-Chuan Hsieh2016-03-211-1/+8
| | | | Notes: svn path=/head/; revision=411582
* - Add my LOCAL to MASTER_SITES as backupSunpoet Po-Chuan Hsieh2016-03-131-4/+4
| | | | | | | - Use do-test: Notes: svn path=/head/; revision=410980
* - Cleanup -lpthread/-pthread manipulationSunpoet Po-Chuan Hsieh2015-03-251-4/+0
| | | | Notes: svn path=/head/; revision=382225
* Cleanup plistAntoine Brodin2014-11-121-1/+0
| | | | Notes: svn path=/head/; revision=372496
* - Update MASTER_SITESSunpoet Po-Chuan Hsieh2014-06-131-1/+1
| | | | | | | | PR: ports/190692 Submitted by: Mat <mathieu.sim@gmail.com> Notes: svn path=/head/; revision=357687
* Add an @shell keyword to handle adding and remove a shell path in /etc/shellBaptiste Daroussin2014-06-111-3/+1
| | | | | | | | | | | 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
* - Convert to new options helperSunpoet Po-Chuan Hsieh2014-03-012-7/+3
| | | | | | | | | | - Fix PLIST [1] - Bump PORTREVISION for package change Submitted by: olgeni [1] Notes: svn path=/head/; revision=346594