Archived

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

Patch for Ice 3.5.0 (FreeBSD): Build Ice, IcePy and IcePHP on FreeBSD

The attached patch allows building of Ice 3.5.0 - including IcePy and IcePHP - on FreeBSD through ports(7).

In addition to the patches required for smooth integration into the ports infrastructure, the following patches to Ice 3.5.0 have been incorporated:

To apply the source patch Attachment not found. to the FreeBSD ports tree:
cd /usr/ports/devel
patch -p0 < ice350-freebsd-ports-ice-icephp-icepy.patch.txt

Then install/upgrade the ports devel/ice, devel/py-ice and devel/php5-ice, e.g. using portmaster(8):
portmaster devel/ice devel/py-ice devel/php5-ice

Cheers,
Michael

p.s. - The patch has been tested on FreeBSD 9.1-RELEASE and 10-CURRENT using gcc 4.2.1 (C++98, libstdc++) and clang 3.1 (C++11, libc++).

Comments