aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.085.0Jose Alonso Cardenas Marquez2019-03-072-4/+4
| | | | Notes: svn path=/head/; revision=494893
* - Update to 1.14.0Jose Alonso Cardenas Marquez2019-03-0713-62/+277
| | | | | | | | | | | - Fix build on FreeBSD 12+ (lot of extra patch files) - Remove obsolete patch file - Update LLVM dependency to 7.0 Changelog at: https://github.com/ldc-developers/ldc/releases/tag/v1.14.0 Notes: svn path=/head/; revision=494891
* Disable sse on non-x86 architectures to fix build.Mark Linimon2019-03-062-1/+18
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=494830
* - Update to 2.82.0Wen Heping2019-03-062-7/+11
| | | | Notes: svn path=/head/; revision=494802
* Update to the 20180303 snapshot of GCC 9.0.1.Gerald Pfeifer2019-03-063-9/+9
| | | | | | | | | | | | | Simplify the creation of the multilib-related sub-directory tree on powerpc64 and avoid leaving an empty directory behind on the way. [1] Sync pkg-descr with lang/gcc7-devel, in particular after r442530 there. PR: 235964, 231804 [1] Discussed with: Piotr Kubaj <pkubaj@anongoth.pl> [1] Notes: svn path=/head/; revision=494789
* Update devel/doxygen to 1.8.15Antoine Brodin2019-03-053-0/+3
| | | | | | | PR: 236110 Notes: svn path=/head/; revision=494744
* Update to 0.5.5 release.Alex Dupre2019-03-052-4/+4
| | | | Notes: svn path=/head/; revision=494709
* lang/harbour: mark broken with openssl111 and on 12.xSteve Wills2019-03-053-11/+22
| | | | | | | | | | While here, clean up a bit PR: 236224 Submitted by: m.tsatsenko@gmail.com (maintainer) Notes: svn path=/head/; revision=494667
* lang/rust-nightly: update to 1.35.0.20190305Jan Beich2019-03-052-18/+18
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/0ea22717a1e0...a9da8fc9c267 Notes: svn path=/head/; revision=494664
* Update to v5.29.8-21-gde59f38ed9.Mathieu Arnold2019-03-042-4/+4
| | | | Notes: svn path=/head/; revision=494592
* graphics/mesa-dri: back out r494579Jan Beich2019-03-042-13/+14
| | | | | | | | | Landed by mistake. x11@ is immune to maintainer timeout nowadays. PR: 230789 Notes: svn path=/head/; revision=494583
* graphics/mesa-dri: switch to llvm70Jan Beich2019-03-042-13/+13
| | | | | | | | PR: 230789 Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=494579
* Update `lang/gawk' to version 4.2.1.Alexey Dokuchaev2019-03-043-9/+11
| | | | | | | | | PR: 225910 Submitted by: johans (initial version) Exp-run by: antoine Notes: svn path=/head/; revision=494572
* lang/ghc: Port to powerpc64 architecture.Gleb Popov2019-03-045-3/+847
| | | | | | | | | | Submitted by: Mikael Urankar <mikael.urankar_gmail.com> Reviewed by: arrowd, tcberner, mat Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D18886 Notes: svn path=/head/; revision=494562
* Update to the 20180301 snapshot of GCC 8.3.1.Gerald Pfeifer2019-03-042-6/+6
| | | | | | | | | | | | | Simplify the creation of the multilib-related sub-directory tree on powerpc64 and avoid leaving an empty directory behind on the way. [1] Sync pkg-descr with lang/gcc7-devel, in particular after r442530 there. PR: 235964, 231804 [1] Discussed with: Piotr Kubaj <pkubaj@anongoth.pl> [1] Notes: svn path=/head/; revision=494541
* Provide more elaborate COMMENT text.Alexey Dokuchaev2019-03-031-1/+1
| | | | Notes: svn path=/head/; revision=494508
* lang/rust-nightly: update to 1.34.0.20190303Jan Beich2019-03-032-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/c1d2d83ca3b5...0ea22717a1e0 Notes: svn path=/head/; revision=494472
* Fix shebang and simplify shebangfixJulien Laffaye2019-03-021-9/+5
| | | | | | | | PR: 236159 Submitted by: sunpoet Notes: svn path=/head/; revision=494450
* Update to the 20190228 snapshot of GCC 7.4.1.Gerald Pfeifer2019-03-022-6/+6
| | | | | | | | | | | Simplify the creation of the multilib-related tree on powerpc64 and avoid leaving an empty directory behind on the way. [1] PR: 235964, 231804 [1] Discussed with: Piotr Kubaj <pkubaj@anongoth.pl> [1] Notes: svn path=/head/; revision=494448
* Mark BROKEN on FreeBSD 12+ with base OpenSSL (1.1.1+)Sunpoet Po-Chuan Hsieh2019-03-021-0/+4
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=494442
* lang/rust-nightly: update to 1.34.0.20190302Jan Beich2019-03-022-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/7e001e5c6c7c...c1d2d83ca3b5 Notes: svn path=/head/; revision=494356
* Backport r488673 | andreast | 2018-12-29 from lang/gcc7:Gerald Pfeifer2019-03-011-4/+9
| | | | | | | | | | | | | | | | | | Fix build of GCC on powerpc64. While building GCC itself we have to use the built GCC libraries to configure additional parts of GCC and not the libraires from the host. Install the built 32-bit libraries. This was not done up to now. And no longer required GCC 5 to build on powerpc64, making this port a natural choice of a "base" for newer members of the lang/gcc* family. PR: 235964, 231804 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=494220
* lang/rust: update to 1.33.0Jan Beich2019-02-2817-271/+53
| | | | | | | | | | | | | | - www/firefox temporarily loses SIMD in charset conversion, see https://bugzilla.mozilla.org/show_bug.cgi?id=1521249 - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html Tested by: Mikaël Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj (powerpc64) Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D19354 Notes: svn path=/head/; revision=494176
* lang/coffeescript: set NO_ARCHVinícius Zavam2019-02-281-0/+1
| | | | | | | | | | | - PORTREVISION was not bumped. PR: 235981 Submitted by: Samy Mahmoudi <samy.mahmoudi % gmail.com> Approved by: rene (mentor) Notes: svn path=/head/; revision=494137
* Update to the 20190224 snapshot of GCC 9.0.1.Gerald Pfeifer2019-02-282-4/+4
| | | | Notes: svn path=/head/; revision=494128
* lang/rust-nightly: update to 1.34.0.20190228Jan Beich2019-02-282-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/00aae71f503b...7e001e5c6c7c Notes: svn path=/head/; revision=494118
* Update to the 20190221 snapshot of GCC 7.4.1.Gerald Pfeifer2019-02-272-4/+4
| | | | Notes: svn path=/head/; revision=494032
* Update to 1.12Julien Laffaye2019-02-263-324/+808
| | | | Notes: svn path=/head/; revision=493967
* lang/gcc49: fix EXPIRATION_DATERene Ladan2019-02-261-1/+1
| | | | Notes: svn path=/head/; revision=493943
* After five months of deprecation, mark this port for expiration in twoGerald Pfeifer2019-02-261-5/+6
| | | | | | | | | | | | | | | | months (end of April 2019). GCC 4.9 went end-of-life upstream in summer of 2016, so more than two-and-a-half years ago, nothing depends on it any longer (and has not for a while), and the default version of GCC in the ports tree is now GCC 8, four major releases later. While here stll create a proper USES block in the Makefile. [1] Reported by: portlint [1] Notes: svn path=/head/; revision=493940
* lang/rust-nightly: update to 1.34.0.20190226Jan Beich2019-02-262-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/e1c6d0057449...00aae71f503b Notes: svn path=/head/; revision=493924
* lang/rust: Attempt to fix build on powerpc64Tobias Kortkamp2019-02-251-0/+7
| | | | | | | | | Add change forgotten in r493268. Pointy hat: tobik Notes: svn path=/head/; revision=493904
* php7(2|3)-extensions/pkg-descr: Fix typo in pkg-descrTorsten Zuehlsdorff2019-02-252-2/+2
| | | | | | | | | | pkg-descr states falsely that its the meta-port for PHP 7.1, even for PHP 7.2 and 7.3. This commit fixes the typo for each version. Reported by: leres@freebsd.org Notes: svn path=/head/; revision=493849
* Update to v5.29.8-18-g6096c8b5a8.Mathieu Arnold2019-02-254-5/+7
| | | | Notes: svn path=/head/; revision=493845
* Update to the 20180222 snapshot of GCC 8.3.1, the first after the releaseGerald Pfeifer2019-02-252-4/+4
| | | | | | | of GCC 8.3 (hence the increased version number). Notes: svn path=/head/; revision=493844
* Drop maintainershipRoman Bogorodskiy2019-02-241-1/+1
| | | | | | | Return back to the pool ports I no longer use. Notes: svn path=/head/; revision=493757
* Update to the GCC 8.3 release which fixes more than 153 bugs compared toGerald Pfeifer2019-02-243-5/+5
| | | | | | | | | the previous release, with a focus on regressions. Pet portlint as it comes to the patch format of files/patch-fuse-ld=lld . Notes: svn path=/head/; revision=493748
* lang/mujs: Update 1.0.5 -> 1.0.5-10Yuri Victorovich2019-02-243-62/+10
| | | | Notes: svn path=/head/; revision=493738
* Update MAINTAINER to new addressTobias Kortkamp2019-02-232-2/+2
| | | | | | | | PR: 235861 Submitted by: Jens Grassel <jan0sch@mykolab.com> (maintainer) Notes: svn path=/head/; revision=493675
* lang/rust-nightly: update to 1.34.0.20190223Jan Beich2019-02-232-17/+17
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/f66e4697ae28...e1c6d0057449 Notes: svn path=/head/; revision=493627
* lang/rust: Ignore with qemu-user-static and on aarch64 without fixed ld-elf.so.1Tobias Kortkamp2019-02-211-0/+10
| | | | | | | | | | | - Rust will not run without a fixed ld-elf.so.1 on aarch64 - Builds with qemu-user-static currently hang after a while PR: 221185 Submitted by: Mikaël Urankar <mikael.urankar@gmail.com> Notes: svn path=/head/; revision=493523
* lang/rust-nightly: update to 1.34.0.20190221Jan Beich2019-02-212-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/146aa60f3484...f66e4697ae28 Notes: svn path=/head/; revision=493484
* Update to the 20190217 snapshot of GCC 9.0.1.Gerald Pfeifer2019-02-202-4/+4
| | | | Notes: svn path=/head/; revision=493465
* Fix an incorrect sed regular expression used in libjava by adding a localGerald Pfeifer2019-02-192-4/+16
| | | | | | | | | | | | | | | patch files/patch-libjava-classpath-scripts-check_jni_methods.sh.in. Escapes of ordinary characters will be disallowed by regex(3) in the future. [1] While here already, factor out a proper USES block in the Makefile. [2] PR: 233443 [1] Submitted by: kevans [1] Reported by: portlint [2] Notes: svn path=/head/; revision=493396
* bsd.hackage.mk: Remove entries for ports that are already deleted.Gleb Popov2019-02-191-9/+0
| | | | | | | Approved by: tcberner (mentor) Notes: svn path=/head/; revision=493357
* lang/tcl8[567], x11-toolkits/tk8[56]: install manpages and TZ data by defaultPietro Cerutti2019-02-193-5/+6
| | | | | | | Reported by: https://lists.freebsd.org/pipermail/freebsd-tcltk/2019-February/000635.html Notes: svn path=/head/; revision=493355
* lang/rust-nightly: update to 1.34.0.20190219Jan Beich2019-02-192-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/a9410cd1af7c...146aa60f3484 Notes: svn path=/head/; revision=493342
* lang/fasm: update to 1.73.09Fernando Apesteguía2019-02-182-4/+4
| | | | | | | | | | | This is a bugfix release. Fixed a bug in AVX-512 instruction encoding with "{sae}" modifier. Reported by: portscout Notes: svn path=/head/; revision=493308
* lang/rust: Add aarch64, armv{6,7}, and powerpc64 bootstrapsTobias Kortkamp2019-02-1828-51/+556
| | | | | | | | | PR: 216143, 228892 Submitted by: Mikaël Urankar <mikael.urankar@gmail.com> Differential Revision: https://reviews.freebsd.org/D18367 Notes: svn path=/head/; revision=493268
* Update to v5.29.7-141-gda52146800.Mathieu Arnold2019-02-183-6/+6
| | | | Notes: svn path=/head/; revision=493261