Issue 13020 - OOO_STABLE_1_PORTS/X11+Aqua: codemaker+registry mktemp() fixes
Summary: OOO_STABLE_1_PORTS/X11+Aqua: codemaker+registry mktemp() fixes
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.0.1
Hardware: Mac Mac OS X, all
: P3 Trivial (vote)
Target Milestone: OOo 1.0.4
Assignee: fa
QA Contact: issues@porting
URL:
Keywords: merge_pending
Depends on:
Blocks:
 
Reported: 2003-04-04 02:58 UTC by fa
Modified: 2004-05-19 16:45 UTC (History)
2 users (show)

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


Attachments
cd to codemaker, patch -p0 < /path/to/patchfile Uses macxp_tempnam() instead of mktemp() which has problems on 10.1 (779 bytes, patch)
2003-04-04 02:59 UTC, fa
no flags Details | Diff
cd to registry, patch -p0 < /path/to/patchfile Uses macxp_tempnam() instead of mktemp() which has problems on 10.1 (text/plain) (798 bytes, patch)
2003-04-04 03:00 UTC, fa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description fa 2003-04-04 02:58:41 UTC
Since we can't use mktemp() and the previous code used mkstemp() for OS X and FreeBSD,
we need to switch to using macxp_tempnam() which was created for this purpose.
Comment 1 fa 2003-04-04 02:59:29 UTC
Created attachment 5454 [details]
cd to codemaker, patch -p0 < /path/to/patchfile   Uses macxp_tempnam() instead of mktemp() which has problems on 10.1
Comment 2 fa 2003-04-04 03:00:13 UTC
Created attachment 5455 [details]
cd to registry, patch -p0 < /path/to/patchfile   Uses macxp_tempnam() instead of mktemp() which has problems on 10.1 (text/plain)
Comment 3 fa 2003-04-04 03:02:30 UTC
Committed to PORTS.
Comment 4 Martin Hollmichel 2003-04-29 14:54:14 UTC
retarget
Comment 5 fa 2004-05-19 16:45:17 UTC
closing.  we don't support 10.1 any more, and the issues seem to be fixed with
the temp name functions.
Comment 6 fa 2004-05-19 16:45:29 UTC
.