aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Add version specified ports of separated standard Python modules forLi-Wen Hsu2015-11-198-12/+45
| | | | | | | | | | | | | | | | | non-default Python versions: - Add pyXY-{sqlite3,gdbm,tkinter} ports for generating binary packages - Improve/add pkg-message to point users to install respective packages of separated Python standard modules - Add COMMENT to explicitly show the Python version that package should be used with - Simplify version-related PYTHON_* for lang/python35 Reviewed by: koobs Differential Revision: https://reviews.freebsd.org/D4170 Notes: svn path=/head/; revision=401909
* lang/ruby2*: mark BROKEN on ia64Michael Moll2015-11-163-0/+9
| | | | | | | PR: 194572 Notes: svn path=/head/; revision=401783
* Update to v5.23.4-119-g0632167.Mathieu Arnold2015-11-162-3/+3
| | | | | | | | Changes: https://github.com/Perl/perl5/compare/v5.23.4-84-g28aaeb3...v5.23.4-119-g0632167 Sponsored by: Absolight Notes: svn path=/head/; revision=401765
* Add GCC_DESC to Mk/bsd.options.desc.mk. Use this in a number of portsGerald Pfeifer2015-11-167-7/+0
| | | | | | | instead of their own respective settings. Notes: svn path=/head/; revision=401738
* - Give a choice to enable libjava for powerpc64.Andreas Tobler2015-11-151-3/+5
| | | | | | | Approved by: gerald (maintainer) Notes: svn path=/head/; revision=401728
* - Give a choice to enable libjava for powerpc64.Andreas Tobler2015-11-151-3/+6
| | | | | | | | | - The minimum prerequisite compiler to build gcc6 for powerpc64 is a gcc-4.9. Approved by: gerald (maintainer) Notes: svn path=/head/; revision=401727
* Backport support for Graphite loop optimizations via a new optionGerald Pfeifer2015-11-151-1/+7
| | | | | | | | | | GRAPHITE from gcc6-devel. This is off by default for the time being and pulls in devel/isl as an additional dependency. Notes: svn path=/head/; revision=401725
* Add support for Graphite loop optimizations via a new option GRAPHITE.Gerald Pfeifer2015-11-151-1/+7
| | | | | | | | This is off by default for the time being and pulls in devel/isl as an additional dependency. Notes: svn path=/head/; revision=401724
* lang/adacontrol: distfile was re-rolledJohn Marino2015-11-152-2/+4
| | | | | | | | | | | The upstream distfile was changed. Most of the changes were regenerated documentation, but a build file (gpr) was also updated. The changes are legitimate (but should have been provided r4) Introduce DIST_SUBDIR now that adacontrol joined the reroll club. Notes: svn path=/head/; revision=401702
* Self-host dmd bootstrap (dmd 2.067.1).Cy Schubert2015-11-154-4/+120
| | | | Notes: svn path=/head/; revision=401683
* Keep temporary build dirs within WRKDIR.Cy Schubert2015-11-142-62/+12
| | | | | | | | | Don't include the results of post-patch in the patch file. Suggested by: bdrewery Notes: svn path=/head/; revision=401591
* Also, clean up after ourselves.Cy Schubert2015-11-141-0/+3
| | | | Notes: svn path=/head/; revision=401580
* Previously failed builds will not remove this directory. Make sureCy Schubert2015-11-141-0/+1
| | | | | | | it is gone prior to a fresh new build. Notes: svn path=/head/; revision=401579
* Fix build.Cy Schubert2015-11-141-4/+61
| | | | Notes: svn path=/head/; revision=401578
* Chase PHP 5.4 expiration dateAntoine Brodin2015-11-131-0/+3
| | | | Notes: svn path=/head/; revision=401553
* Upgrade all Erlang 18 ports to version 18.1.4.Jimmy Olgeni2015-11-138-10/+22
| | | | Notes: svn path=/head/; revision=401498
* Update 2.067.0 --> 2.069.1Cy Schubert2015-11-134-15/+35
| | | | Notes: svn path=/head/; revision=401477
* lang/angelscript: Add USES=alias to fix malloc.h-less DFJohn Marino2015-11-121-1/+1
| | | | Notes: svn path=/head/; revision=401466
* Update to the 20151110 snapshot of GCC 5.Gerald Pfeifer2015-11-122-3/+3
| | | | Notes: svn path=/head/; revision=401463
* Update to the 20151111 snapshot of GCC 4.9.4.Gerald Pfeifer2015-11-123-76/+3
| | | | | | | | Thanks to andreast@ the patch for PIE support is now upstream, so drop files/patch-pie-support. Notes: svn path=/head/; revision=401325
* Update to the 20151108 development snapshot of GCC 6.Gerald Pfeifer2015-11-122-3/+3
| | | | | | | | This now features PIE (position-independent executable) support for powerpc64, courtesy of andreast@. Notes: svn path=/head/; revision=401320
* Add USES=libedit. [1]Brooks Davis2015-11-111-6/+1
| | | | | | | | | Avoid some duplicate work. Submitted by: amdmi3 [1] Notes: svn path=/head/; revision=401291
* lang/jruby: Don't redefine WRKDIRJohn Marino2015-11-111-4/+2
| | | | | | | | | | | | This port was establishing WRKDIR over bpm. The reason why wasn't good; There is a home-grown pattern replacement in the port. I replaced the custom sed command with REINPLACE_CMD as minimally as I could, and then removed the WRKDIR redefinition. Approved by: just fix it Notes: svn path=/head/; revision=401240
* lang/io: uses optios framework, fix couple of bugsJohn Marino2015-11-112-223/+40
| | | | | | | | | During the conversion to use option handlers, I found a couple of typos and obsolete code which caused errors. I also switched to USES+= readline libedit when their options were selected. Notes: svn path=/head/; revision=401234
* lang/onyz: Convert to USES=libeditJohn Marino2015-11-111-4/+3
| | | | | | | | | | | | The previous depends declaration for libedit was incorrect. It had a ".so" prefix instead of ".so.0" prefix meaning that the requirement would have been satisfied by system libedit. For this reason, converting to USES=libedit requires a bump. Approved by: infrastructure modernization Notes: svn path=/head/; revision=401230
* lang/go: fix build on 11i386Steve Wills2015-11-102-0/+27
| | | | | | | | Approved by: jlaffaye (maintainer) Obtained from: https://github.com/golang/go/commit/26263354a3d607e1cc6c06be67530dad57f43074 Notes: svn path=/head/; revision=401214
* Skip building binutils documentation because it isn't installed and itTijl Coosemans2015-11-091-1/+2
| | | | | | | requires makeinfo. Notes: svn path=/head/; revision=401098
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-098-0/+16
| | | | Notes: svn path=/head/; revision=401096
* Update to v5.23.4-84-g28aaeb3.Mathieu Arnold2015-11-094-16/+21
| | | | | | | | Changes: https://github.com/Perl/perl5/compare/v5.23.4-68-g0ad694a...v5.23.4-84-g28aaeb3 Sponsored by: Absolight Notes: svn path=/head/; revision=401093
* "Backport" the -fstack-protector-strong patchset from lang/gcc48 toGerald Pfeifer2015-11-094-0/+383
| | | | | | | | | | lang/gcc. PR: 203751, 186852 [1] Submitted by: software-freebsd@interfasys.ch [1] Notes: svn path=/head/; revision=401086
* Have the package name reflect the name of the port and include -develGerald Pfeifer2015-11-081-1/+1
| | | | | | | as part of PKGNAMESUFFIX to signal this is not a stable version. Notes: svn path=/head/; revision=401079
* Revert r401072.Julio Merino2015-11-084-37/+1
| | | | | | | | | | | I'm not sure what happened exactly but I think I committed the change from the wrong client. The applied change enabled the MULTILIB option for all architectures and not only powerpc64. Let's just revert the commit and do it properly from scratch; other things might be wrong so I wanna take a closer look, and it's best to just revert quickly. Notes: svn path=/head/; revision=401074
* Add a MULTILIB option to gcc{,48,49,5} for powerpc64Julio Merino2015-11-084-1/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change is the same as r400632, which updated gcc[56]-devel, but now for gcc{,48,49,5}. Waited a week to ensure the change caused nothing to go horribly wrong but this change is very low risk because it only affects powerpc64. This fixes the build of gcc{,48,49,5} under powerpc64 when the system is built without the lib32 libraries. More in detail: If the system is built with lib32 support (WITH_LIB32, which is the default), building gcc from ports results in a compiler that can target both 64-bit and 32-bit binaries on powerpc64. However, when lib32 support is disabled (WITHOUT_LIB32), gcc should only be built with 64-bit support or otherwise the build fails. To fix this, explicitly disable 32-bit support when /usr/lib32 is not present and add a MULTILIB option (which is only defined for powerpc64 when 32-bit support is possible and defaults to yes to preserve the current behavior) to allow the user to explicitly control this feature. Approved by: gerald (maintainer), bdrewery (mentor), andreast Differential Revision: https://reviews.freebsd.org/D3952 Notes: svn path=/head/; revision=401072
* - Take maintainershipThomas Zander2015-11-072-4/+20
| | | | | | | | | - Provide target for 'make test': Use bundled rust regression test suite - Use bundled LLVM for now: Built with it, rust passes more regression tests - Bump PORTREVISION Notes: svn path=/head/; revision=401025
* Update to the 20151103 snapshot of GCC 5.Gerald Pfeifer2015-11-072-4/+3
| | | | Notes: svn path=/head/; revision=401014
* Upgrade lang/ccl to version 1.11.Jimmy Olgeni2015-11-076-10/+32
| | | | | | | | | | - Add LICENSE - Do not mute install commands - Regenerate patch-lisp-kernel_memory.c to make portlint happy - Fix whitespace in pkg-message (portlint) Notes: svn path=/head/; revision=400996
* lang/adacontrol: Upgrade version 1.16r11 => 1.17r3John Marino2015-11-072-3/+3
| | | | Notes: svn path=/head/; revision=400980
* Update to the 20151101 development snapshot of GCC 6.Gerald Pfeifer2015-11-072-4/+3
| | | | Notes: svn path=/head/; revision=400977
* Update to version 3.5.5.2015.11.06Tijl Coosemans2015-11-062-4/+5
| | | | Notes: svn path=/head/; revision=400959
* Remove outdated comments.Mathieu Arnold2015-11-055-5/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=400851
* Fix ports that confused the meaning of WRKDIR and WRKSRC.Mathieu Arnold2015-11-055-33/+33
| | | | | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735 Notes: svn path=/head/; revision=400848
* lang/ruby2*: correct configure optionsMichael Moll2015-11-053-6/+6
| | | | | | | | | | | Fix readline & libedit configure options after a slight error slipped in with the patches done in r400142. PR: 203988 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> Notes: svn path=/head/; revision=400831
* Update to v5.23.4-68-g0ad694a.Mathieu Arnold2015-11-025-14/+11
| | | | | | | | Changes: https://github.com/Perl/perl5/compare/v5.23.4-27-geeb9a2f...v5.23.4-68-g0ad694a Sponsored by: Absolight Notes: svn path=/head/; revision=400651
* Add a MULTILIB option to gcc[56]-devel for powerpc64Julio Merino2015-11-022-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | This fixes the build of gcc[56]-devel under powerpc64 when the system is built without the lib32 libraries. More in detail: If the system is built with lib32 support (WITH_LIB32, which is the default), building gcc from ports results in a compiler that can target both 64-bit and 32-bit binaries on powerpc64. However, when lib32 support is disabled (WITHOUT_LIB32), gcc should only be built with 64-bit support or otherwise the build fails. To fix this, explicitly disable 32-bit support when /usr/lib32 is not present and add a MULTILIB option (which is only defined for powerpc64 when 32-bit support is possible and defaults to yes to preserve the current behavior) to allow the user to explicitly control this feature. Approved by: gerald (maintainer), bdrewery (mentor), andreast Differential Revision: https://reviews.freebsd.org/D3952 Notes: svn path=/head/; revision=400632
* Update to the 20151027 snapshot of GCC 5.Gerald Pfeifer2015-10-312-3/+3
| | | | Notes: svn path=/head/; revision=400589
* Update to the 20151028 snapshot of GCC 4.9.4.Gerald Pfeifer2015-10-312-3/+3
| | | | Notes: svn path=/head/; revision=400588
* Fix build with GCC 4.9.Brooks Davis2015-10-302-0/+29
| | | | | | | | PR: 196712 Submitted by: kwm Notes: svn path=/head/; revision=400548
* Update to upstream version 1.4.0Thomas Zander2015-10-304-12/+19
| | | | Notes: svn path=/head/; revision=400535
* Update to 0.11.2Mathieu Arnold2015-10-283-11/+16
| | | | | | | | | | PR: 203981 Submitted by: Torsten Zühlsdorff Approved by: maintainer Sponsored by: Absolight Notes: svn path=/head/; revision=400388
* Add missing USES=libedit.Brooks Davis2015-10-272-3/+4
| | | | | | | Submitted by: amdmi3 Notes: svn path=/head/; revision=400327