1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-22 13:10:31 -04:00
Commit graph

6 commits

Author SHA1 Message Date
Michael Gmelin
ca88d41854 Update ice ports to 3.6.3
A few critical patches got merged upstream, a few new were required
to maintain LibreSSL support and fix other new issues. Note that slice2py
moved from devel/py-ice to devel/ice.

Approved by:	mentors (implicit)
2016-10-12 17:23:57 +00:00
Michael Gmelin
ee955dc4f8 Update ice ports to 3.6.1 and switch to new unit test framework.
Approved by:    mentors (implicit)
2015-12-27 17:40:15 +00:00
Michael Gmelin
4aff7c172a Update devel/ice, devel/py-ice and devel/php5-ice to 3.6.0
PR:		201143
Differential Revision:	https://reviews.freebsd.org/D2930
Reviewed by:	bapt
Approved by:	bapt
Tested by:	Roger Leigh <rleigh@codelibre.net>
2015-07-13 19:48:31 +00:00
Michael Gmelin
de8b4e1915 Make sure that failed unit tests lead to failed builds.
Fix the unit test python script provided upstream [1] and
move running the unit test to the pre-install target.

[1] https://zeroc.com/forums/patches/6416-ice-3-5-1-small-patch-testutil-py.html

Approved by:	mentors (implicit)
2015-03-23 15:28:05 +00:00
Ruslan Makhmatkhanov
58e60f6909 - update to 3.5.0
- add license (GPLv2)
- switch to bdb 5
- mark broken on 10.x for the time being (as it was discussed on ports@ ML)
- remove patches, applied upstream

This version of Ice brings many new features, e.g.
- New encoding version
- Metrics facility
- Optional data members and parameters
- Compact encoding for classes and exceptions
- Compact type IDs
- Preserved slices
- Custom enumerator values
- C++11 lambda functions
- Remote Update of Server Properties
- IPv6 now enabled by default
- Python 3 support
- Use Berkley DB 5

See http://doc.zeroc.com/display/Ice/Release+Notes for details.

PR:		179233
Submitted by:	Michael Gmelin <freebsd@grem.de> (maintainer)
Tested by:  Jaret Bartsch <jaretbartsch@yahoo.ca>
2013-06-17 11:42:41 +00:00
Martin Wilke
ccecfeab22 - Fix build with gcc 4.7
- Add support for clang

PR:		165702
Submitted by:	Michael Gmelin <freebsd@grem.de> (maintainer)
Feature safe:	yes
2012-03-24 15:57:39 +00:00