To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109223


User rnagy changed the following:

                What    |Old value                 |New value
================================================================================
              Issue type|DEFECT                    |PATCH
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Fri Feb 12 23:20:07 +0000 
2010 -------
The following diff fixes this problem, but then it fails again because it says
there are multiple packages in that dir. I highy doubt that the new package pool
stuff has been tested with the protable PKGFORMAT.


--- solenv/bin/modules/installer/parameter.pm.orig.port Sat Feb 13 00:18:19 2010
+++ solenv/bin/modules/installer/parameter.pm   Fri Feb 12 23:50:10 2010
@@ -315,6 +315,10 @@
        
        if ( $installer::globals::compiler =~ /unxso[lg]i/ ) {
$installer::globals::issolarisx86build = 1; }
 
+        if ( $installer::globals::compiler =~ /unxobsd/ ) {
+               $installer::globals::epmoutpath = "openbsd";
+       }
+
        if ($ENV{OS} eq 'LINUX')
        {
                $installer::globals::islinuxbuild = 1;


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to