aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Update to the 20170316 snapshot of GCC 6.Gerald Pfeifer2017-03-173-4/+5
| | | | | | | | This brings a new little utility program gcov-dump6 to dump code coverage data (unfortunately without a man page or documentation). Notes: svn path=/head/; revision=436336
* Update PHP 7.1 from 7.1.2 to 7.1.3Torsten Zuehlsdorff2017-03-172-4/+4
| | | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.1.3 PR: 217800 Submitted by: Jochen Neumeister <joneum@bsdproject.de> MFH: 2017Q1 Notes: svn path=/head/; revision=436329
* Update to the 20170314 snapshot of GCC 5.4.1.Gerald Pfeifer2017-03-172-4/+4
| | | | Notes: svn path=/head/; revision=436322
* Update KDE Frameworks to 5.32Tobias C. Berner2017-03-171-3/+3
| | | | | | | | | | | | | | * While here, set the MASTER_SITES for the portingAids separately. * Stop to couple kirigamis' distfiles with kf5 until it's actually a part of it. PR: 217709 Exp-Run by: antoine Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9959 Notes: svn path=/head/; revision=436317
* Switch build to llvm38 to clear the last dependency on llvm37Matthew Rezny2017-03-161-1/+2
| | | | | | | | | PR: 217462 Approved by: swills (mentor), maintainer (timeout) Differential Revision: https://reviews.freebsd.org/D10034 Notes: svn path=/head/; revision=436289
* Update PHP 7 from 7.0.16 to 7.0.17Torsten Zuehlsdorff2017-03-162-4/+4
| | | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.17 PR: 217800 Submitted by: Jochen Neumeister <joneum@bsdproject.de> MFH: 2017Q1 Notes: svn path=/head/; revision=436275
* Remove all _USE=openssl occurrences.Mathieu Arnold2017-03-152-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436248
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-159-25/+18
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Do not patch configure script to pass correct values of JAVA and JAVACAlexey Dokuchaev2017-03-151-7/+2
| | | | | | | | | | variables, do it via CONFIGURE_ENV. Configure script modification time now does not get changed, which in turn does not force the rebuild of `kawa.info', so dependency on `print/texinfo' can be dropped (generated file was essentially the same modulo numeric indices). Notes: svn path=/head/; revision=436240
* Clean up MakefileSunpoet Po-Chuan Hsieh2017-03-142-3/+2
| | | | | | | | | - Use PORTVERSION - Remove CPE_VERSION - Update WWW Notes: svn path=/head/; revision=436184
* - Update `lang/kawa' to version 2.3Alexey Dokuchaev2017-03-143-13/+44
| | | | | | | | | | - Instead sed(1)ing over every file set needed variables via MAKE_ARGS - Unbreak the tests (against JDK 1.8) and convert to test framework TIMESTAMP (kawa-2.3.tar.gz) = 1484583959 Notes: svn path=/head/; revision=436150
* Mark a few more ports BROKEN with openssl-devel.Mathieu Arnold2017-03-131-0/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436094
* New port: lang/myrddinTobias Kortkamp2017-03-135-0/+96
| | | | | | | | | | | | | | | | | | | | | | | | | Myrddin is a systems programming language that covers a similar niche as C including desktop, OS, and embedded development, but at the same time making it harder to shoot yourself in the foot. It is designed to be a simple language that runs close to the metal, giving the programmer predictable and transparent behavior and mental model. It also does strong type checking, generics, type inference, closures, and traits. Myrddin is not a language designed to explore the forefront of type theory or compiler technology. It is not a language that is focused on guaranteeing perfect safety. It is satisfied to be a practical, small, fairly well defined, and easy to understand language for code that needs to be close to the hardware. WWW: https://myrlang.org/ Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9989 Notes: svn path=/head/; revision=436084
* Update to v5.25.10-64-gb498628.Mathieu Arnold2017-03-132-4/+4
| | | | | | | | Changes: https://github.com/Perl/perl5/compare/v5.25.10-52-g39f2cbe...v5.25.10-64-gb498628 Sponsored by: Absolight Notes: svn path=/head/; revision=436079
* Set GH_PROJECT after r436029. The distfiles fetched correctly, but WRKSRCTijl Coosemans2017-03-132-3/+4
| | | | | | | | | was incorrect. Reported by: maintainer Notes: svn path=/head/; revision=436077
* Update to 0.5.1Tobias Kortkamp2017-03-136-24/+38
| | | | | | | | | | PR: 217704 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D9965 Notes: svn path=/head/; revision=436063
* Update to the 20170312 development snapshot of GCC 7.Gerald Pfeifer2017-03-132-4/+4
| | | | Notes: svn path=/head/; revision=436043
* - Rename to lower case opencoarrays.Tijl Coosemans2017-03-129-6/+6
| | | | | | | | | - Add parallel pseudo category. Requested by: danfe Notes: svn path=/head/; revision=436029
* Add lang/OpenCoarrays, an implementation of Fortran coarrays using MPI.Tijl Coosemans2017-03-128-0/+176
| | | | | | | | | | | | | | OpenCoarrays is an open-source software project that supports the coarray Fortran (CAF) parallel programming features of the Fortran 2008 standard and several features proposed for Fortran 2015. WWW: http://www.opencoarrays.org/ PR: 217283 Submitted by: Anton Shterenlikht <mexas@bris.ac.uk> Notes: svn path=/head/; revision=436025
* Update to the 20170309 snapshot of GCC 6.Gerald Pfeifer2017-03-102-4/+4
| | | | Notes: svn path=/head/; revision=435845
* Update to the 20170307 snapshot of GCC 5.4.1.Gerald Pfeifer2017-03-102-4/+4
| | | | Notes: svn path=/head/; revision=435844
* Update 2.073.1 --> 2.073.2Cy Schubert2017-03-103-10/+11
| | | | Notes: svn path=/head/; revision=435823
* - Update to 5.3.4Wen Heping2017-03-092-16/+4
| | | | | | | | PR: 217461 Submitted by: gmesalazar@gmail.com(maintainer) Notes: svn path=/head/; revision=435741
* Update to the 20170305 development snapshot of GCC 7.Gerald Pfeifer2017-03-062-4/+4
| | | | Notes: svn path=/head/; revision=435568
* lang/rust, lang/rust-nightly: Generate PLIST in post-installJean-Sébastien Pédron2017-03-065-483/+50
| | | | | | | | | | | | | | | | | | | | | | | | | Several libraries have their filename computed and based on the absolute path to source files. Therefore, we need to generate the PLIST. Rust installer already produces manifests listing files it installs. The port now uses those files to complete `${TMPPLIST}`. While the port built fine in Poudriere, it failed when built directly on the host (regular make or with portmaster(1)) or using a different tool such as Synth. This commit fixes the build for those methods. Handling of DOCS-specific files is also unified with normal files. This gets rid of code duplication. How to do reproducible builds will be studied later. PR: 217309 Reported by: Several people on freebsd-ports@ or Bugzilla Tested by: Almost everyone who reported the issue Approved by: antoine (mentor), riggs (maintainer of lang/rust) Differential Revision: https://reviews.freebsd.org/D9816 Notes: svn path=/head/; revision=435537
* Update to v5.25.10-52-g39f2cbe.Mathieu Arnold2017-03-062-4/+4
| | | | | | | | Changes: https://github.com/Perl/perl5/compare/v5.25.10-41-gaa9ac6c...v5.25.10-52-g39f2cbe Sponsored by: Absolight Notes: svn path=/head/; revision=435534
* lang/chicken: update 4.11.0 -> 4.12.0Jason Unovitch2017-03-052-4/+4
| | | | | | | | | | | | | | PR: 216661 Reported by: sevan Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer) Security: CVE-2016-6830 Security: CVE-2016-6831 Security: CVE-2016-9954 Security: https://vuxml.FreeBSD.org/freebsd/c6932dd4-eaff-11e6-9ac1-a4badb2f4699.html MFH: 2017Q1 Notes: svn path=/head/; revision=435483
* - Fix build on FreeBSD 11Jose Alonso Cardenas Marquez2017-03-051-8/+4
| | | | Notes: svn path=/head/; revision=435443
* Update to the 20170302 snapshot of GCC 6.Gerald Pfeifer2017-03-032-4/+4
| | | | Notes: svn path=/head/; revision=435370
* Mark the remaining ports depending on Google Code as DEPRECATED, with anMathieu Arnold2017-03-034-0/+8
| | | | | | | | | | | | | | 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
* Update x11-wm/hs-xmonad and x11-wm/hs-xmonad-contirb to 0.13Tobias C. Berner2017-03-021-0/+1
| | | | | | | | | | | | | | * Update xmonad to 0.13 * New required ports devel/hs-directory * Required update of x11/hs-X11 to 0.13 PR: 217012 Reviewed by: mat Approved by: maintainer timeout (2 weeks), rakcuo (mentor) Differential Revision: https://reviews.freebsd.org/D9548 Notes: svn path=/head/; revision=435289
* lang/rust*: Advise users to mount procfsAlan Somers2017-03-012-0/+14
| | | | | | | | | | | | | Add a pkg-message to these ports advising users to mount procfs to see backtraces. Reviewed by: dumbbell, riggs Approved by: dumbbell (ports) Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D9838 Notes: svn path=/head/; revision=435205
* Update to the 20170228 snapshot of GCC 5.4.1.Gerald Pfeifer2017-03-012-4/+4
| | | | Notes: svn path=/head/; revision=435178
* Update to 1.3.0Matthew Rezny2017-03-0120-70/+76
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9843 Notes: svn path=/head/; revision=435144
* Mark as broken on armv6. Although there is an assembler routine for arm,Mark Linimon2017-03-011-1/+3
| | | | | | | | | | | the label "0:" is rejected. Perhaps an update to 1.8.7 could help. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=435116
* New ports: lang/ldcJose Alonso Cardenas Marquez2017-02-285-0/+578
| | | | | | | | | | | | | | | | The LDC project aims to provide a portable D programming language compiler with modern optimization and code generation capabilities. The compiler uses the official DMD frontends to support the latest version of D2, and relies on the LLVM Core libraries for code generation. LDC is fully Open Source; the parts of the code not taken/adapted from other projects are BSD-licensed (see the LICENSE file for details). WWW: http://wiki.dlang.org/LDC Notes: svn path=/head/; revision=435057
* - Add NO_ARCHDmitry Marakasov2017-02-271-0/+1
| | | | Notes: svn path=/head/; revision=434980
* Update to v5.25.10-41-gaa9ac6c.Mathieu Arnold2017-02-274-5/+7
| | | | | | | | Changes: https://github.com/Perl/perl5/compare/v5.25.9-179-g2042c7f...v5.25.10-41-gaa9ac6c Sponsored by: Absolight Notes: svn path=/head/; revision=434960
* - Backport FreeBSD only patchesLi-Wen Hsu2017-02-276-1/+99
| | | | | | | | PR: 217320 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Notes: svn path=/head/; revision=434936
* Update to the 20170226 development snapshot of GCC 7.Gerald Pfeifer2017-02-272-4/+4
| | | | Notes: svn path=/head/; revision=434917
* Fix doxygen version requirementSunpoet Po-Chuan Hsieh2017-02-274-4/+4
| | | | | | | | PR: 217384 Submitted by: Yunchih Chen <yunchih@csie.ntu.edu.tw> Notes: svn path=/head/; revision=434915
* - Bump PORTREVISION. Freepascal was updatedJose Alonso Cardenas Marquez2017-02-261-1/+1
| | | | Notes: svn path=/head/; revision=434897
* - Freepascal update to 3.0.2Jose Alonso Cardenas Marquez2017-02-267-31/+38
| | | | | | | | - Lazarus BUMP PORTREVISION - Connect www/fpc-googleapi and devel/fpc-fcl-pdf Notes: svn path=/head/; revision=434894
* Mark a few more ports that create large logfiles broken on armv6.Mark Linimon2017-02-262-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=434890
* lang/guile2: Update version 2.0.11=>2.0.14 [1]Muhammad Moinur Rahman2017-02-259-88/+43
| | | | | | | | | | | - Remove upstream-ed diff[1] - fix missing dependency on makeinfo[2] PR: 216841[1] 214892[2] Submitted by: ashish[1] freebsd@skinc.ru[2] Notes: svn path=/head/; revision=434843
* Update to the 20170223 snapshot of GCC 6.Gerald Pfeifer2017-02-242-4/+4
| | | | Notes: svn path=/head/; revision=434747
* Update to the 20170221 snapshot of GCC 5.4.1.Gerald Pfeifer2017-02-242-4/+4
| | | | Notes: svn path=/head/; revision=434746
* Drop maintainership and return them back to the pool.Carlos J. Puga Medina2017-02-241-1/+1
| | | | Notes: svn path=/head/; revision=434692
* Update PHP 7.1 from 7.1.1 to 7.1.2Torsten Zuehlsdorff2017-02-233-4/+5
| | | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.1.2 PR: 217109 Submitted by: Jochen Neumeister <joneum@bsdproject.de> MFH: 2017Q1 Notes: svn path=/head/; revision=434667
* Update PHP 7 from 7.0.15 to 7.0.16Torsten Zuehlsdorff2017-02-233-4/+5
| | | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.16 PR: 217109 Submitted by: Jochen Neumeister <joneum@bsdproject.de> MFH: 2017Q1 Notes: svn path=/head/; revision=434665