aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* lang/rust-nightly: update to 1.33.0.20181223Jan Beich2018-12-232-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/790f4c566d98...2d3e909e4e68 Notes: svn path=/head/; revision=488159
* Allow building on all versions of powerpc.Mark Linimon2018-12-221-2/+2
| | | | | | | | | | While here, pet portlint. Reported by: jhibbits Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=488068
* Allow building on powerpcspe.Mark Linimon2018-12-221-1/+1
| | | | | | | | Reported by: jhibbits Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=488067
* Update to the 20181220 snapshot of GCC 7.4.1.Gerald Pfeifer2018-12-212-4/+4
| | | | Notes: svn path=/head/; revision=488031
* Remove expired ports:Rene Ladan2018-12-214-126/+0
| | | | | | | | | | | | 2018-12-20 lang/php_doc: unmaintained and documents obsolete PHP < 5.6 2018-12-20 german/php_doc: unmaintained and documents obsolete PHP < 5.6 2018-12-20 polish/php_doc: unmaintained and documents obsolete PHP < 5.6 2018-12-20 portuguese/php_doc-br: unmaintained and documents obsolete PHP < 5.6 2018-12-20 french/php_doc: unmaintained and documents obsolete PHP < 5.6 2018-12-20 japanese/php_doc: unmaintained and documents obsolete PHP < 5.6 Notes: svn path=/head/; revision=487994
* lang/rust-nightly: Unbreak after r487977Tobias Kortkamp2018-12-211-20/+2
| | | | Notes: svn path=/head/; revision=487978
* lang/rust: Update to 1.31.1Tobias Kortkamp2018-12-214-71/+28
| | | | | | | | | | | | | | | | | | - Simplify .cargo-checksum.json handling [1]. Similar to USES=cargo we disable vendor checksum checking by clearing the list of files in all .cargo-checksum.json, so that cargo does not complain when we patch something. The overall distfile is already checked by us which should be enough. - Add an overridable CARGO_VENDOR_DIR variable to set the crate vendor directory which has moved location in nightly - Add upstream openssl-sys patch to fix build with LibreSSL 2.9.0 [2] Changes: https://blog.rust-lang.org/2018/12/20/Rust-1.31.1.html Submitted by: mikael.urankar@gmail.com [1], ml@vishwin.info [2] Differential Revision: https://reviews.freebsd.org/D18610 Notes: svn path=/head/; revision=487977
* databases/couchdb2: bump PORTREVISION after lang/erlang-runtime21 was updatedDave Cottlehuber2018-12-201-0/+1
| | | | | | | | | | | | | | As lang/erlang-runtime21 is a dependency, it requires a PORTREVISION bump to ensure BEAM bytecode in CouchDB is updated accordingly. Byte code is versioned so the module version changes in Erlang break those in CouchDB. Approved by: jrm (mentor) MFH: 2018Q4 Differential Revision: https://reviews.freebsd.org/D18597 Notes: svn path=/head/; revision=487873
* lang/rust-nightly: update to 1.33.0.20181220Jan Beich2018-12-202-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/adbfec229ce0...790f4c566d98 Notes: svn path=/head/; revision=487819
* Unbreak by providing handling for readline from base as well as from port.Mikhail Teterin2018-12-191-4/+12
| | | | | | | PR: 232936 Notes: svn path=/head/; revision=487812
* Update to 2.12.8Jochen Neumeister2018-12-182-5/+5
| | | | | | | | | | | | | Changelog: https://github.com/scala/scala/releases/tag/v2.12.8 scala changes the license from BSD to Apache: https://www.scala-lang.org/news/license-change.html PR: 233973 Submitted by: j-keck <jhyphenkeck@gmail.com> (maintainer) Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=487762
* Remove expired port:Rene Ladan2018-12-1817-5523/+0
| | | | | | | 2018-12-17 lang/python34: Fails to build with recent OpenSSL Notes: svn path=/head/; revision=487742
* Update to the 20181216 snapshot of GCC 9.Gerald Pfeifer2018-12-182-4/+4
| | | | Notes: svn path=/head/; revision=487725
* lang/rust-nightly: update to 1.33.0.20181218Jan Beich2018-12-182-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/93c2f055ba44...adbfec229ce0 Notes: svn path=/head/; revision=487720
* Update to v5.29.5-127-g1ab3a811e9.Mathieu Arnold2018-12-173-34/+4
| | | | Notes: svn path=/head/; revision=487687
* Forgot to uncomment this after switching the default to Perl 5.28.Mathieu Arnold2018-12-171-2/+2
| | | | Notes: svn path=/head/; revision=487686
* lang/rust: drop unused conflicts after r446815Jan Beich2018-12-171-29/+0
| | | | Notes: svn path=/head/; revision=487676
* GHC ports: use proper sorting for Makefile variables. Add ↵Gleb Popov2018-12-174-5/+22
| | | | | | | | | | `create-stack-bindist` target in bsd.ghc.mk. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D18540 Notes: svn path=/head/; revision=487653
* Update PyQt5 to 5.11.3Tobias C. Berner2018-12-161-0/+3
| | | | | | | | | | | | | | - sip upgrade to 4.19.13 - qscintilla2 upgrade to 2.10.8 - PyQt5 upgrade to 5.11.3 This has been worked on by arrowd and myself. PR: 233954 Exp-run by: antoine Notes: svn path=/head/; revision=487597
* Update KDE Frameworks to 5.53.0Tobias C. Berner2018-12-162-4/+3
| | | | | | | | | | https://www.kde.org/announcements/kde-frameworks-5.53.0.php PR: 233885 Exp-run by: antoine Notes: svn path=/head/; revision=487595
* lang/rust-nightly: update to 1.33.0.20181216Jan Beich2018-12-162-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/96d1334e5672...93c2f055ba44 Notes: svn path=/head/; revision=487553
* lang/rust-nightly: update to 1.33.0.20181215Jan Beich2018-12-152-5/+5
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/f4a421ee3cf1...96d1334e5672 Notes: svn path=/head/; revision=487542
* Update to the 20181214 snapshot of GCC 8.2.1.Gerald Pfeifer2018-12-152-5/+4
| | | | Notes: svn path=/head/; revision=487534
* Fix dependency loop on powerpc64Antoine Brodin2018-12-151-1/+3
| | | | Notes: svn path=/head/; revision=487531
* Update to 1.11.4Julien Laffaye2018-12-153-4/+15
| | | | Notes: svn path=/head/; revision=487509
* Mark BROKEN: fails to buildAntoine Brodin2018-12-151-0/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=487501
* Update to the 20181213 snapshot of GCC 7.4.1.Gerald Pfeifer2018-12-152-5/+4
| | | | Notes: svn path=/head/; revision=487480
* lang/rust-nightly: update to 1.32.0.20181214Jan Beich2018-12-146-27/+77
| | | | Notes: svn path=/head/; revision=487456
* lang/gravity: Update 0.6.0-2 -> 0.6.1Yuri Victorovich2018-12-142-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=487443
* Update to 1.11.3Julien Laffaye2018-12-143-4/+12
| | | | Notes: svn path=/head/; revision=487441
* Update KDE Applications to 18.12.0Tobias C. Berner2018-12-144-8/+6
| | | | | | | https://www.kde.org/announcements/announce-applications-18.12.0.php Notes: svn path=/head/; revision=487405
* Update to the 20181209 snapshot of GCC 9.Gerald Pfeifer2018-12-132-5/+4
| | | | Notes: svn path=/head/; revision=487338
* lang/gravity: Update 0.5.9 -> 0.6.0-2Yuri Victorovich2018-12-122-7/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=487313
* - Update to 2.7.1Li-Wen Hsu2018-12-1221-248/+61
| | | | | | | | | | | | | | - Add CVC4 support option and enabled by default - Unbreak on aarch64, sbrk is not used anymore - Remove build date to make the build reproducible - Pass maintainership to submitter - Pet `portlint -abct` PR: 231443 Submitted by: Greg V <greg@unrelenting.technology> Notes: svn path=/head/; revision=487278
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-1257-39/+57
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. 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, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* devel/boost-*: update to 1.69.0Jan Beich2018-12-122-1/+2
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645 Notes: svn path=/head/; revision=487266
* Update lang/erlang-runtime21 to version 21.2.Jimmy Olgeni2018-12-112-10/+8
| | | | Notes: svn path=/head/; revision=487252
* lang/ghc843: Use PLIST definition from bsd.ghc.mk.Gleb Popov2018-12-102-2/+1
| | | | | | | Approved by: tcberner (mentor) Notes: svn path=/head/; revision=487190
* Update to 2.12.8 release.Alex Dupre2018-12-102-4/+4
| | | | Notes: svn path=/head/; revision=487171
* Update to 5.6.39 release [1].Alex Dupre2018-12-103-6/+7
| | | | | | | | | | | | | - clean up CONFLICTS [2] - don't link with libpkg [3] - fix recode ordering issue [4] PR: 233847 [1], 226534 [2], 230980 [3], 211794 [4] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> [1], brnrd [2], amdmi3 [3], jaretbartsch@yahoo.ca [4] Notes: svn path=/head/; revision=487169
* Update to v5.29.5-98-g2a0bbd31bb.Mathieu Arnold2018-12-103-6/+5
| | | | Notes: svn path=/head/; revision=487162
* lang/ghc862: Remove extraneous PLIST var. It is set in bsd.ghc.mk.Gleb Popov2018-12-101-2/+0
| | | | | | | Approved by: tcberner (mentor) Notes: svn path=/head/; revision=487139
* lang/jruby: update to 9.2.5.0Steve Wills2018-12-093-130/+130
| | | | | | | | PR: 233898 Submitted by: pfg Notes: svn path=/head/; revision=487097
* New port: lang/gravity: Embeddable programming languageYuri Victorovich2018-12-094-0/+34
| | | | Notes: svn path=/head/; revision=487096
* lang/jruby: update to version 9.2.4.0Steve Wills2018-12-093-207/+369
| | | | | | | | | PR: 229163 Submitted by: pfg Reported by: Ed Gomolka <edg@borderlandtech.com> Notes: svn path=/head/; revision=487073
* Update to the 20181207 snapshot of GCC 8.2.1.Gerald Pfeifer2018-12-092-4/+4
| | | | Notes: svn path=/head/; revision=487059
* Put back the mail header patch.Mathieu Arnold2018-12-091-0/+2
| | | | | | | Pointy hat: tz Notes: svn path=/head/; revision=487035
* lang/swift: drop maintainershipSteve Wills2018-12-081-1/+1
| | | | Notes: svn path=/head/; revision=486995
* gnu qsort check goes into an infinite loop on aarch64. Disable it.Mark Linimon2018-12-081-0/+55
| | | | | | | | | PR: 233033 Submitted by: Greg V <greg at unrelenting dot technology> Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=486989
* gnu qsort check goes into an infinite loop on aarch64. Disable it.Mark Linimon2018-12-081-4/+8
| | | | | | | | | PR: 233033 Submitted by: Greg V <greg at unrelenting dot technology> Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=486988