Archived

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

Ice 3.6.0: Build Ice, IcePy and IcePHP on FreeBSD

Apply the attached patch to a current ports tree:
cd /usr/ports
patch -p0 < /path/to/ice360-freebsd-port.patch.txt

and build/install using
# C++
cd /usr/ports/devel/ice
make install clean

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

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

Comments