Return-Path: X-Original-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 55FAF7668 for ; Fri, 25 Nov 2011 10:12:09 +0000 (UTC) Received: (qmail 5061 invoked by uid 500); 25 Nov 2011 10:12:08 -0000 Delivered-To: apmail-incubator-ooo-issues-archive@incubator.apache.org Received: (qmail 4984 invoked by uid 500); 25 Nov 2011 10:12:06 -0000 Mailing-List: contact ooo-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-issues@incubator.apache.org Delivered-To: mailing list ooo-issues@incubator.apache.org Received: (qmail 4959 invoked by uid 99); 25 Nov 2011 10:12:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Nov 2011 10:12:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.123] (HELO sif.zones.apache.org) (140.211.11.123) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Nov 2011 10:12:02 +0000 Received: by sif.zones.apache.org (Postfix, from userid 80) id E90EA281E; Fri, 25 Nov 2011 10:11:41 +0000 (UTC) From: bugzilla@apache.org To: ooo-issues@incubator.apache.org Subject: DO NOT REPLY [Bug 118605] IP clearance, remove license incompatible epm Date: Fri, 25 Nov 2011 10:11:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: tools X-Bugzilla-Component: code X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: jsc@apache.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P5 X-Bugzilla-Assigned-To: jsc@apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/ooo/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/ooo/show_bug.cgi?id=118605 jsc@apache.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|STARTED |RESOLVED Resolution| |FIXED --- Comment #1 from jsc@apache.org 2011-11-25 10:11:39 UTC --- 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= where the path has to point to a patched version of epm 3.7 3. --with-epm-url= 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. -- Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.