aboutsummaryrefslogtreecommitdiff
path: root/lang/mosh
Commit message (Collapse)AuthorAgeFilesLines
* lang/mosh: Unbreak build on 12-CURRENTJochen Neumeister2018-07-102-1/+30
| | | | | | | | PR: 229540 Submitted by: mjt@cltn.org (maintainer) Notes: svn path=/head/; revision=474393
* devel/oniguruma: Update to 6.8.1Yuri Victorovich2018-03-191-1/+1
| | | | | | | Only changed the shared object version (forgotten on the previous release). Notes: svn path=/head/; revision=464983
* devel/oniguruma: Update to 6.8.0Yuri Victorovich2018-03-171-1/+1
| | | | | | | | | | | | | | Changelog: https://github.com/kkos/oniguruma/releases/tag/v6.8.0 Bumping 9 depending ports because oniguruma's interface actually changed in an incompatible way, see https://github.com/kkos/oniguruma/issues/79 , while the shared library lib/libonig.so.4.0.0 didn't change the revision number. This is a bug in the upstream release. Notes: svn path=/head/; revision=464845
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* Chase renaming of devel/oniguruma6 to devel/onigurumaThomas Zander2017-11-121-1/+1
| | | | | | | | PR: 222869 Reported by: m.bueker@berlin.de Notes: svn path=/head/; revision=454042
* lang/mosh: change dependency from devel/oniguruma5 to 6Kurt Jaeger2017-10-081-2/+2
| | | | | | | | PR: 221484 Approved by: mjt@cltn.org (maintainer timeout) Notes: svn path=/head/; revision=451554
* Fails to configure on aarch64.Mark Linimon2017-06-211-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=444087
* Mark some ports failing on armv6, for errors classified as "linker_error".Mark Linimon2017-05-271-0/+3
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441881
* - Unbreak port and Update MASTER_SITESMartin Wilke2017-04-242-6/+2
| | | | | | | | | PR: 218128 Submitted by: Anton Yuzhaninov Approved by: maintainer Notes: svn path=/head/; revision=439285
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Mark the remaining ports depending on Google Code as DEPRECATED, with anMathieu Arnold2017-03-031-0/+2
| | | | | | | | | | | | | | EXPIRATION_DATE at the end of April 2017. In the past six months, about a third of the ports marked BROKEN because they were hosted on Google Code have been fixed. The remaining must not be of use to anyone. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=435349
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-0/+2
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Remove useless hunk (debug leftover).Alexey Dokuchaev2015-09-091-9/+0
| | | | Notes: svn path=/head/; revision=396523
* - Unbreak the build on Tier-2 systems (PowerPC and SPARC)Alexey Dokuchaev2015-09-094-20/+154
| | | | | | | | | | | | - Define LICENSE and move PROJECTHOST where it logically belongs - Propagate available SIMD support down to the compiler (x86 only) - Do not enforce -O3; update/improve `x-generate-plist' target - Provide a better port description text while I am here Tested on: local Mac mini G4 (powerpc), flame (sparc64) Notes: svn path=/head/; revision=396521
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-1/+2
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* Cleanup plistBaptiste Daroussin2014-10-271-100/+0
| | | | Notes: svn path=/head/; revision=371587
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-051-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills) Notes: svn path=/head/; revision=360810
* - Stage supportMartin Wilke2014-02-022-2/+2
| | | | | | | - Convert to USES Notes: svn path=/head/; revision=342314
* Fix pkg name collisionBaptiste Daroussin2014-01-041-0/+1
| | | | Notes: svn path=/head/; revision=338618
* Build with any recent compilersBaptiste Daroussin2013-12-131-8/+3
| | | | | | | | | Convert to modern LIB_DEPENDS USE_GMAKE -> USES=gmake Remove unsupported bits Notes: svn path=/head/; revision=336355
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Mark as broken on powerpc and sparc64 (and, presumably, ia64).Mark Linimon2012-09-041-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=303640
* - Note CONFLICT between net/mosh and lang/mosh, as they both install bin/moshRyan Steinmetz2012-04-121-0/+3
| | | | | | | | | - Bump PORTREVISION Reported By: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=294722
* - Update to 0.2.7TAKATSU Tomonari2012-03-103-38/+412
| | | | | | | | | | | | | - Pass maintainership - Mark BROKEN on FreeBSD 7.x RP: ports/158968 (based on) Submitted by: OKUMURA Yuki <mjt_AT_cltn_DOT_org> Approved by: maintainer timeout (> 7 months) Feature safe: yes Notes: svn path=/head/; revision=293069
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* - Remove empty patch filesPav Lucistnik2009-07-091-0/+0
| | | | Notes: svn path=/head/; revision=237513
* - Set ONLY_FOR_ARCHS= i386 (amd64/sparc64 core dump)Martin Wilke2009-04-302-18/+3
| | | | | | | | PR: 133076 Submitted by: Katsuji ISHIKAWA <katsuji.ishikawa@gmail.com> (maintainer) Notes: svn path=/head/; revision=233012
* Mark as broken on sparc64.Mark Linimon2009-03-181-1/+7
| | | | Notes: svn path=/head/; revision=230344
* - Forgot to remove patchDmitry Marakasov2009-03-071-20/+0
| | | | Notes: svn path=/head/; revision=229637
* - Update to 0.0.7Dmitry Marakasov2009-03-074-13/+37
| | | | | | | | PR: 132177 Submitted by: Katsuji ISHIKAWA <katsuji dot ishikawa at gmail dot com> (maintainer) Notes: svn path=/head/; revision=229635
* - Update to version 0.0.6Dmitry Marakasov2008-09-074-7/+27
| | | | | | | | PR: 126958 Submitetd by: Katsuji ISHIKAWA <katsuji dot ishikawa at gmail dot com> (maintainer) Notes: svn path=/head/; revision=220150
* - Update to 0.0.5Rong-En Fan2008-08-243-5/+6
| | | | | | | | PR: ports/126743 Submitted by: Katsuji ISHIKAWA <katsuji.ishikawa at gmail.com> (maintainer) Notes: svn path=/head/; revision=219066
* Mosh is A Fast R6RS Scheme interpreter.Dmitry Marakasov2008-08-174-0/+47
WWW: http://code.google.com/p/mosh-scheme/ PR: ports/125375 Submitted by: <katsuji dot ishikawa at gmail dot com> Notes: svn path=/head/; revision=218727