Archived

This forum has been archived. Please start a new discussion on GitHub.

Ice 3.6b: Build Ice, IcePy and IcePHP on FreeBSD

The attached patch allows building Ice 3.6b on FreeBSD.

To install Ice, IcePy and IcePHP do:
cd /usr/ports
patch -p1 <ice36b-freebsd-port.patch.txt

# install Ice for C++
cd /usr/ports/devel/ice-beta
make install clean

# install Ice for Python
cd /usr/ports/devel/py-ice-beta
make install clean

# install Ice for PHP
cd /usr/ports/devel/php5-ice-beta
make install clean


(includes https://www.zeroc.com/forums/patches/6379-ice-3-5-1-patch-fix-extremely-poor-icepy-stringify-performance.html).