aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Update to RC2.Brooks Davis2015-02-052-6/+6
| | | | Notes: svn path=/head/; revision=378480
* Update to the 20150201 snapshot of GCC 5.0.Gerald Pfeifer2015-02-022-10/+5
| | | | | | | | | | This now successfully builds libffi again, so we can enable JAVA by default on i386 and amd64. PR: 197171 Notes: svn path=/head/; revision=378284
* Change the EDIT option of ruby to use libedit by default now that libeditBaptiste Daroussin2015-02-016-3/+36
| | | | | | | | | | | | | | | from ports is able to handle unicode. Make sure that ruby does not provides its own function to read the input but let libedit do it itself. This allows the binary package to by default not be "tainted" by the readline license. Differential Revision: https://reviews.freebsd.org/D1547 Reviewed by: swills Approved by: ruby (swills) Notes: svn path=/head/; revision=378283
* Do not disable the hipe application entirely, even if the HIPEJimmy Olgeni2015-02-013-12/+3
| | | | | | | | option is disabled. Dialyzer seems to need at least some beam files from hipe to perform its job. Notes: svn path=/head/; revision=378277
* Update to the 20150129 snapshot of GCC 4.8.5.Gerald Pfeifer2015-01-312-3/+3
| | | | Notes: svn path=/head/; revision=378227
* Sort OPTIONS_DEFINE and OPTIONS_DEFAULT.Jimmy Olgeni2015-01-313-8/+87
| | | | | | | | Create SKIP files for applications disabled by port options. Remove disabled applications from ${STAGEDIR}. Notes: svn path=/head/; revision=378225
* Update to the 20150128 snapshot of GCC 4.9.3.Gerald Pfeifer2015-01-302-3/+3
| | | | Notes: svn path=/head/; revision=378186
* Add DTRACE optionKoop Mast2015-01-305-2/+103
| | | | | | | | PR: 192614 Submitted by: jbeich@ Notes: svn path=/head/; revision=378145
* Fix the build on ARM [1]Koop Mast2015-01-308-2/+194
| | | | | | | | | | | Add DTRACE option (default off) [2] PR: 197058 [1] PR: 192614 [2] Submitted by: sbruno@ [1], jbeich@ [2] Notes: svn path=/head/; revision=378144
* Also disable Java and libffi on amd64 until the next snapshot ofGerald Pfeifer2015-01-301-3/+3
| | | | | | | | | GCC 5.0. PR: 197171 Notes: svn path=/head/; revision=378133
* Add upstream commit to fix a crash in devel/qtcreator.Raphael Kubo da Costa2015-01-292-0/+27
| | | | | | | | PR: 197079 Submitted by: Alex Richardson <arichardson.kde@gmail.com> Notes: svn path=/head/; revision=378099
* New port - 0.94Tom Judge2015-01-285-0/+55
| | | | | | | | | | This module is an implementation of the "Promise/A+" pattern for asynchronous programming. Promises are meant to be a way to better deal with the resulting callback spaghetti that can often result in asynchronous programs. Notes: svn path=/head/; revision=378069
* Allow to build gcc for armv6(hf).Andreas Tobler2015-01-282-1/+116
| | | | | | | Approved by: gerald (maintainer) Notes: svn path=/head/; revision=378044
* - Update to 7.0.1Sunpoet Po-Chuan Hsieh2015-01-272-3/+3
| | | | | | | Changes: https://github.com/parrot/parrot/blob/master/ChangeLog Notes: svn path=/head/; revision=377998
* Upgrade from 5f1 to 5f2.Mikhail Teterin2015-01-276-57/+6922
| | | | | | | | | | | | | | | | | | | | | | The bad news: 1. gcc is still required -- clang can build the binaries, but some self-tests will fail, unless all optimization was disabled. This is, probably, due to some suspect code in bytenumb.c -- would be good to investigate. 2. Building this port in parallel is still not possible -- the Makefile is too convoluted and same sources are recompiled multiple times with different #defines set. The good news: 1. Resolve a large number of warnings. 2. Fix build on ia64 and sparc64 (tested on pluto and flame respectively). Other platforms (alpha, powerpc?) have a better chance of working now... Notes: svn path=/head/; revision=377989
* Upgrade to a new snapshot support an upcoming CheriBSD release.Brooks Davis2015-01-265-604/+190
| | | | Notes: svn path=/head/; revision=377966
* Update to the 20150125 snapshot of GCC 5.0. Sadly libffi is stillGerald Pfeifer2015-01-262-3/+3
| | | | | | | broken thus Java remains disabled on i386. Notes: svn path=/head/; revision=377932
* Update to the 20150118 snapshot of GCC 5.0.Gerald Pfeifer2015-01-253-5/+10
| | | | | | | | | | | libgcj-5.0.pc is now properly called libgcj-5.pc; adjust pkg-plist. libffi is broken on FreeBSD i386 since 2015-01-11, cf. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64779, so disable it for the time being. Notes: svn path=/head/; revision=377908
* Replace spaces with tab.Johannes Jost Meixner2015-01-251-2/+2
| | | | | | | | Spotted by: koobs Approved by: koobs (mentor) Notes: svn path=/head/; revision=377888
* lang/lci: Add port.Johannes Jost Meixner2015-01-254-0/+27
| | | | | | | | | | | | | | This is the original LOLCODE interpreter. WWW: http://lolcode.org PR: 196785 Differential Revision: https://reviews.freebsd.org/D1632 Submitted by: Maxim Filimonov <che@bein.link> Approved by: koobs (mentor) Notes: svn path=/head/; revision=377881
* lang/py-mx-base: Update version 3.2.7=>3.2.8Muhammad Moinur Rahman2015-01-252-4/+20
| | | | | | | | | | | - Added LICENSE (EGENIX) - Changed MASTER_SITES from https to http to support downloading from behind proxy Differential Revision: https://reviews.freebsd.org/D1635 Approved by: bapt(mentor) Notes: svn path=/head/; revision=377879
* Update to the 20150122 snapshot of GCC 4.8.5.Gerald Pfeifer2015-01-242-3/+3
| | | | Notes: svn path=/head/; revision=377829
* Update to the 20150121 snapshot of GCC 4.9.3.Gerald Pfeifer2015-01-242-3/+3
| | | | Notes: svn path=/head/; revision=377821
* - Update to csnobol4 version 2.0; this is a major upgradeJohan van Selst2015-01-244-23/+94
| | | | | | | | http://www.snobol4.org/csnobol4/curr/CHANGES - Added some patches to work around broken build dependencies Notes: svn path=/head/; revision=377801
* Switch ports depending on docbook* through a directory name to a package name,Antoine Brodin2015-01-232-2/+2
| | | | | | | as a directory name can't be attributed to a package Notes: svn path=/head/; revision=377770
* Remove explicit dependency on javavmwrapper for ports that USE_JAVAAntoine Brodin2015-01-231-2/+0
| | | | Notes: svn path=/head/; revision=377747
* Update to 5.4.37 release.Alex Dupre2015-01-232-3/+3
| | | | Notes: svn path=/head/; revision=377732
* Update to 5.5.21 release.Alex Dupre2015-01-234-26/+3
| | | | Notes: svn path=/head/; revision=377731
* Update to 5.6.5 release.Alex Dupre2015-01-234-26/+3
| | | | Notes: svn path=/head/; revision=377730
* Update 2.066.0 --> 2.066.1Cy Schubert2015-01-233-8/+7
| | | | | | | Convert to @sample. Notes: svn path=/head/; revision=377710
* lang/ruby19: set expiration dateSteve Wills2015-01-231-0/+3
| | | | Notes: svn path=/head/; revision=377709
* - Update to 7.0.0Sunpoet Po-Chuan Hsieh2015-01-222-3/+3
| | | | | | | Changes: https://github.com/parrot/parrot/blob/master/ChangeLog Notes: svn path=/head/; revision=377687
* Remove BSDPAN from here too.Mathieu Arnold2015-01-223-6/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=377672
* Add ports of llvm/clang 3.6.0rc1.Brooks Davis2015-01-2116-0/+1026
| | | | Notes: svn path=/head/; revision=377636
* Upgrade to llvm/clang 3.5.1 release.Brooks Davis2015-01-213-51/+44
| | | | Notes: svn path=/head/; revision=377631
* lang/python32: Fix ABIFLAGS for PYMALLOC optionKubilay Kocak2015-01-212-12/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Investigating the comment regarding a 'configure script bug' lead me to a bug which manifested itself in 'm' not being added to ABIFLAGS when PYMALLOC was enabled, not the inability to set --without-pymalloc using PYMALLOC_CONFIGURE_WITH (options helpers). The incorrect ABIFLAGS caused packaging failures with default options, so I'm not sure how this wasn't picked up earlier: Error: Orphaned: include/python3.2u/<file> <snip> Error: Missing: include/python3.2mu/<file> - Backport an upstream commit [1] to correct the configure bug that never made it to the 3.2 branch. - Use options helpers for PYMALLOC accordingly While I'm here, clean up after the LIBFFI option addition: - Sort options variables: OPTIONS_* and *_DESC - Use OPTIONS helpers [1] https://hg.python.org/cpython/raw-rev/d158b0a78390 Approved by: python Notes: svn path=/head/; revision=377591
* lang/python27: Fix packaging for mips64Kubilay Kocak2015-01-211-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix packaging for mips64 (Reported by: sbruno) mips64 is also not a 32-bit ${ARCH}, so add it to the list of architectures for which imageop.so and dl.so aren't packaged: %%32BIT_ONLY%%lib/python2.7/lib-dynload/dl.so %%32BIT_ONLY%%lib/python2.7/lib-dynload/imageop.so Both dl and imageop have been removed in Python 3.x [1][2][3][4] Thanks jhibbits@ for his help testing. - Add BROKEN for i386 without LIBFFI option, and add upstream issue references. While I'm here, clean up after the LIBFFI option addition: - Sort options variables: OPTIONS_* and *_DESC - Use OPTIONS helpers References: [1] The :mod:`imageop` module has been removed in Python 3.0. [2] dl Added: https://hg.python.org/cpython/file/aac1ee966f56/setup.py [3] dl Removed: https://hg.python.org/cpython/file/859ff5c7c60a/setup.py [4] PEP-3108: https://www.python.org/dev/peps/pep-3108/ Approved by: python Notes: svn path=/head/; revision=377581
* This fails to properly build with GCC 4.9, so force GCC 4.8 for theGerald Pfeifer2015-01-201-1/+2
| | | | | | | | | | time being. PR: 196857 Approved by: pgj (maintainer) Notes: svn path=/head/; revision=377491
* Allow to link imap extension with newer panda-cclient library.Alex Dupre2015-01-193-15/+36
| | | | | | | | PR: 195973 Submitted by: thierry Notes: svn path=/head/; revision=377396
* lang/guile2 error: Fix LIB_DEPENDSMuhammad Moinur Rahman2015-01-181-4/+2
| | | | | | | | | | | | - Fixed wrong shared library PR: 196683 Differential Revision: https://reviews.freebsd.org/D1537 Submitted by: spastorino@gmail.com Approved by: marino(mentor) Notes: svn path=/head/; revision=377321
* Update to the 20150114 snapshot of GCC 4.9.3.Gerald Pfeifer2015-01-172-3/+3
| | | | Notes: svn path=/head/; revision=377221
* Fix build on headAntoine Brodin2015-01-172-2/+2
| | | | Notes: svn path=/head/; revision=377219
* Add lua 5.3.0Baptiste Daroussin2015-01-178-0/+195
| | | | | | | | | | | | | Highlights from this new version: Main new features are support for integers, bitwise operators, and a basic utf-8 library Complete list of changes: http://www.lua.org/manual/5.3/readme.html#changes List of incompatibilities with lua 5.2: http://www.lua.org/manual/5.3/manual.html#8 Notes: svn path=/head/; revision=377213
* Update to 1.1.0Baptiste Daroussin2015-01-173-7/+12
| | | | | | | Use libedit from ports instead of libreadline Notes: svn path=/head/; revision=377210
* Link on libedit instead of readlineBaptiste Daroussin2015-01-172-5/+9
| | | | | | | | Reduce overlinking on liblua Enforce libedit from ports Notes: svn path=/head/; revision=377209
* Add a forgot post-patch for libedit supportBaptiste Daroussin2015-01-171-1/+3
| | | | Notes: svn path=/head/; revision=377208
* Link on port version of libeditBaptiste Daroussin2015-01-171-3/+5
| | | | | | | Avoid overlinking on liblua Notes: svn path=/head/; revision=377207
* Update to r225991 (the 3.6 branch point).Brooks Davis2015-01-152-5/+4
| | | | Notes: svn path=/head/; revision=377138
* Update to 2.11.5 release.Alex Dupre2015-01-152-3/+3
| | | | | | | | PR: 196759 Submitted by: j-keck <jhyphenkeck@gmail.com> Notes: svn path=/head/; revision=377093
* Update vala to 0.26.2.Koop Mast2015-01-152-4/+3
| | | | | | | | | PR: 196695 Submitted by: olivierd@ Obtained from: gnome dev repo Notes: svn path=/head/; revision=377078