Issue 39950 - add osx format for EPM in package build process on Mac OSX SRC680 m67 build
Summary: add osx format for EPM in package build process on Mac OSX SRC680 m67 build
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: 680m67
Hardware: PowerPC (PPC) Mac OS X, all
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: ingo.schmidt-rosbiegal
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks: 42382
  Show dependency tree
 
Reported: 2005-01-05 12:12 UTC by eric.bachard
Modified: 2005-02-02 09:44 UTC (History)
2 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
added osx format for EPM on Mac OSX SRC680 m67 packaging (325 bytes, patch)
2005-01-05 12:15 UTC, eric.bachard
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description eric.bachard 2005-01-05 12:12:07 UTC
Concerned :  instsetoo_native 

Necessary / build stopper because Mac OS X native packages
cannot be build :-))

as explained in the doc, *osx* is the native EPM format on Mac OSX

BTW : asap, I'll try .deb (can probably work too with Fink )

No error message yet, because package build not possible
Comment 1 eric.bachard 2005-01-05 12:15:07 UTC
Created attachment 21093 [details]
added osx format for EPM on Mac OSX SRC680 m67 packaging
Comment 2 eric.bachard 2005-01-05 12:16:26 UTC
CC for Pavel Janik
Comment 3 pavel 2005-01-05 21:01:24 UTC
is: can you please add this?
Comment 4 pavel 2005-01-07 08:14:59 UTC
reassign
Comment 5 ingo.schmidt-rosbiegal 2005-01-11 11:16:25 UTC
accepted
Comment 6 ingo.schmidt-rosbiegal 2005-01-11 15:03:30 UTC
I introduced 

.IF "$(OS)"=="MACOSX"
FORMAT*=-format osx
.ENDIF

into the util/makefile.mk in cws nativefixer3
Comment 7 eric.bachard 2005-01-23 16:25:25 UTC
Hi, 

When Packagemaker.app is found, packaging process is successfull., no error at all !
Congratulations to the one how's implemented MacOSX packaging !! Great work !

The only problem I encountered (but a big) was Packagemaker.app was not found in
the good place because this place changed between Xcode 1.2 and Xcode 1.5 :

Xcode 1.2 :  Packagemaker was in /Developer/Applications
Xcode 1.5 : Packagemaker is now in /Developer/Applications/Utilities

Can this change appears in the process, in order to take care of the two
possibilities ?
-> I think, as suggested by Pavel, a test searching Packagemaker.app in
/Developer/Applications *or* in /Developer/Applications/Utilities will solve
simply this.

Last request : 12 .pkg'es are build, and for install all the stuff, we have to
- enter the admin password
- accept the license

It's quit long, and it will be a good idea to make only one package... IMHO


Regards,
eric bachard
Comment 8 ingo.schmidt-rosbiegal 2005-01-26 14:38:36 UTC
Verified.
Comment 9 ingo.schmidt-rosbiegal 2005-02-02 09:44:14 UTC
Looks good in m76. Closing issue.