Apache OpenOffice (AOO) Bugzilla – Issue 118605
IP clearance, remove license incompatible epm
Last modified: 2012-06-13 12:30:18 UTC
the used epm is under GPL and we can't host the sources anymore. It is used during the build process only and we will make it a prerequisite. This issue cover the removal of the epm sources
solved http://svn.apache.org/viewvc?rev=1206110&view=rev epm is now handled similar to dmake and can be seen as a prerequisite. 1. epm is searched on the path and has to be a patched version of epm 3.7 2. --with-epm=<path_to_epm> where the path has to point to a patched version of epm 3.7 3. --with-epm-url=<url_to_epm-3.7-sources> for example "http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz" The original source package is downloaded and build if explicitly triggered by using this configure switch. "configure --help" will provide the link to the original source. 4. --disable-epm, disables epm and on platforms where epm is required no packages are build.
Closing resolved issue.
getting rid of value "enhancement" for field "severity". For enhancement the field "issue type" shall be used.