notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/ice/files/patch-cpp-include-Ice-IconvStringConverter.h
SVNWeb

Number of commits found: 4

Mon, 13 Jul 2015
[ 19:48 grembo search for other commits by this committer ] Original commit   Revision:391942 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
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>
Wed, 15 Apr 2015
[ 08:20 tijl search for other commits by this committer ] Original commit   Revision:384038 (Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 17 Jun 2013
[ 11:42 rm search for other commits by this committer ] Original commit   Revision:321096 (Only the first 10 of 109 ports in this commit are shown above. View all ports for this commit)
- 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>
Sat, 24 Mar 2012
[ 15:57 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
- Fix build with gcc 4.7
- Add support for clang

PR:             165702
Submitted by:   Michael Gmelin <freebsd@grem.de> (maintainer)
Feature safe:   yes

Number of commits found: 4