1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-08 02:15:08 +00:00
Commit Graph

13538 Commits

Author SHA1 Message Date
Adam Weinberger
6408a8c80d Update to 0.17023.
Changes: https://metacpan.org/changes/distribution/Error
2015-02-14 17:36:05 +00:00
Mark Linimon
de47900417 Give this an expiration date. The latest release is 0.64 from 20141030 and
may fix the compile problems.
2015-02-14 14:24:22 +00:00
Koop Mast
192fe3d122 Fix the build with clang 3.5 by using the suggested function.
PR:		196124
Submitted by:	dim@
Approved by:	maintainer
2015-02-14 13:58:06 +00:00
Jimmy Olgeni
01aacc513b Check if dtraceall is actually loaded when DTRACE is enabled. 2015-02-13 15:11:50 +00:00
Sean Bruno
ab55e8738f Only enable dtrace support for amd64/i386 for now.
More testing needs to be done on arm to see if our dtrace support is
compatible with what ruby needs.  PowerPC may work as well, but needs
more testing.

Reviewed by:	swills
2015-02-12 19:50:52 +00:00
Kubilay Kocak
1d929848ed lang/python34: BROKEN on i386 without LIBFFI
As per lang/python27 (r377581):

- 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
- Reduce diffs between lang/python* ports
2015-02-11 08:23:13 +00:00
Kubilay Kocak
df8bd0d006 lang/python33: BROKEN on i386 without LIBFFI
As per lang/python27 (r377581):

- 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
- Reduce diffs between lang/python* ports
2015-02-11 08:22:29 +00:00
Jan Beich
876a210974 - devel/skalibs: update to 2.2.1.0 [1]
- lang/execline: update to 2.0.2.0 [2]
- Pass maintainership to the submitter [1][2]
- Mark sysutils/runwhen as BROKEN

PR:		197233 [1]
PR:		197234 [2]
Differential Revision:	https://reviews.freebsd.org/D1818
Submitted by:	Colin Booth <colin@heliocat.net>
Approved by:	portmgr (bapt) [1]
Approved by:	bapt (mentor)
2015-02-10 20:33:51 +00:00
David Naylor
ac36df2908 pypy-devel: update to 2.5
Changes:
 * Improved warmup time.
 * Improved hitted code performance (+10% compared to v2.4).
 * Passing objects between C and PyPy has been improved.
 * Integrated numpy support gains GenericUfunc API.
 * Dictionaries are ordered by default.
 * More careful handling of errno.
2015-02-10 18:50:52 +00:00
Gerald Pfeifer
bf2d09da2e Update to the 20150208 snapshot of GCC 5.0. 2015-02-10 18:03:14 +00:00
Lars Thegler
5be0bf370b - Update to 0.404 2015-02-09 17:41:01 +00:00
Ashish SHUKLA
88e9a93206 - Update to 2.5.2
- Switch to LLVM 3.5
- Strip "rbx" binary
2015-02-08 21:26:13 +00:00
Gerald Pfeifer
04a1e18e84 Update to the 20150204 snapshot of GCC 4.9.3. 2015-02-07 14:09:52 +00:00
Pawel Pekala
6d6c1662e0 - Update to version 2.11.5 [1]
- Convert to USES=tar:tgz
- Unmute install commands

PR:		196761 [1]
Submitted by:	j-keck <jhyphenkeck@gmail.com> [1]
Approved by:	maintainer timeout
2015-02-06 15:06:35 +00:00
Brooks Davis
d6d9423cb0 Update to RC2. 2015-02-05 17:25:20 +00:00
Gerald Pfeifer
cac544398e Update to the 20150201 snapshot of GCC 5.0.
This now successfully builds libffi again, so we can enable JAVA by
default on i386 and amd64.

PR:		197171
2015-02-02 00:46:28 +00:00
Baptiste Daroussin
167f82f839 Change the EDIT option of ruby to use libedit by default now that libedit
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)
2015-02-01 23:19:51 +00:00
Jimmy Olgeni
0ad964e951 Do not disable the hipe application entirely, even if the HIPE
option is disabled. Dialyzer seems to need at least some beam files
from hipe to perform its job.
2015-02-01 21:40:58 +00:00
Gerald Pfeifer
e5c5cee495 Update to the 20150129 snapshot of GCC 4.8.5. 2015-01-31 21:26:32 +00:00
Jimmy Olgeni
817b9f479c Sort OPTIONS_DEFINE and OPTIONS_DEFAULT.
Create SKIP files for applications disabled by port options.
Remove disabled applications from ${STAGEDIR}.
2015-01-31 18:46:25 +00:00
Gerald Pfeifer
ecb2738b39 Update to the 20150128 snapshot of GCC 4.9.3. 2015-01-30 22:48:13 +00:00
Koop Mast
9d55d2cac8 Add DTRACE option
PR:		192614
Submitted by:	jbeich@
2015-01-30 10:04:27 +00:00
Koop Mast
8ba21f0052 Fix the build on ARM [1]
Add DTRACE option (default off) [2]

PR:		197058 [1]
PR:		192614 [2]
Submitted by:	sbruno@ [1], jbeich@ [2]
2015-01-30 09:58:04 +00:00
Gerald Pfeifer
978f07dbce Also disable Java and libffi on amd64 until the next snapshot of
GCC 5.0.

PR:		197171
2015-01-30 00:18:46 +00:00
Raphael Kubo da Costa
48f147ecf1 Add upstream commit to fix a crash in devel/qtcreator.
PR:		197079
Submitted by:	Alex Richardson <arichardson.kde@gmail.com>
2015-01-29 02:11:00 +00:00
Tom Judge
260731b65c New port - 0.94
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.
2015-01-28 16:28:06 +00:00
Andreas Tobler
0e7b60b426 Allow to build gcc for armv6(hf).
Approved by:	gerald	(maintainer)
2015-01-28 05:37:26 +00:00
Sunpoet Po-Chuan Hsieh
6d8ebc8437 - Update to 7.0.1
Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
2015-01-27 11:27:05 +00:00
Mikhail Teterin
e8f2d860c0 Upgrade from 5f1 to 5f2.
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...
2015-01-27 08:40:34 +00:00
Brooks Davis
2c270b100c Upgrade to a new snapshot support an upcoming CheriBSD release. 2015-01-26 23:36:46 +00:00
Gerald Pfeifer
d33c10d634 Update to the 20150125 snapshot of GCC 5.0. Sadly libffi is still
broken thus Java remains disabled on i386.
2015-01-26 12:53:12 +00:00
Gerald Pfeifer
8ce8e4cf51 Update to the 20150118 snapshot of GCC 5.0.
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.
2015-01-25 23:42:16 +00:00
Johannes Jost Meixner
7b8f7ef5f5 Replace spaces with tab.
Spotted by:	koobs
Approved by:	koobs (mentor)
2015-01-25 12:42:27 +00:00
Johannes Jost Meixner
806b558bbb lang/lci: Add port.
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)
2015-01-25 11:27:06 +00:00
Muhammad Moinur Rahman
9c6ca436c3 lang/py-mx-base: Update version 3.2.7=>3.2.8
- 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)
2015-01-25 11:14:11 +00:00
Gerald Pfeifer
34bc3cb59a Update to the 20150122 snapshot of GCC 4.8.5. 2015-01-24 21:26:44 +00:00
Gerald Pfeifer
498b963956 Update to the 20150121 snapshot of GCC 4.9.3. 2015-01-24 20:34:32 +00:00
Johan van Selst
f40b99ab62 - Update to csnobol4 version 2.0; this is a major upgrade
http://www.snobol4.org/csnobol4/curr/CHANGES
- Added some patches to work around broken build dependencies
2015-01-24 16:43:54 +00:00
Antoine Brodin
728929b709 Switch ports depending on docbook* through a directory name to a package name,
as a directory name can't be attributed to a package
2015-01-23 22:50:49 +00:00
Antoine Brodin
4f4e8c52c6 Remove explicit dependency on javavmwrapper for ports that USE_JAVA 2015-01-23 16:03:57 +00:00
Alex Dupre
65309e3814 Update to 5.4.37 release. 2015-01-23 12:15:14 +00:00
Alex Dupre
4cd28d1fe9 Update to 5.5.21 release. 2015-01-23 12:14:58 +00:00
Alex Dupre
13f4df7c05 Update to 5.6.5 release. 2015-01-23 12:14:38 +00:00
Cy Schubert
a6cff58a2b Update 2.066.0 --> 2.066.1
Convert to @sample.
2015-01-23 03:03:20 +00:00
Steve Wills
50824f0da5 lang/ruby19: set expiration date 2015-01-23 02:29:02 +00:00
Sunpoet Po-Chuan Hsieh
b0b9134e7a - Update to 7.0.0
Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
2015-01-22 17:46:06 +00:00
Mathieu Arnold
6d96685fc5 Remove BSDPAN from here too.
Sponsored by:	Absolight
2015-01-22 17:27:05 +00:00
Brooks Davis
09ca3ee277 Add ports of llvm/clang 3.6.0rc1. 2015-01-21 23:47:28 +00:00
Brooks Davis
aef63d8457 Upgrade to llvm/clang 3.5.1 release. 2015-01-21 22:58:16 +00:00
Kubilay Kocak
5da5cfa9d3 lang/python32: Fix ABIFLAGS for PYMALLOC option
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
2015-01-21 12:34:50 +00:00