#15193 closed update (fixed)
update gnucash to 2.2.5
Reported by: | mp@… | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
Here is a portfile patch to update gnucash to the latest stable version, 2.2.5 The patch also incorporates the changes in #14991
Attachments (1)
Change History (8)
comment:1 follow-up: 2 Changed 17 years ago by raimue (Rainer Müller)
comment:2 Changed 17 years ago by jmroot (Joshua Root)
Replying to raimue@macports.org:
Isn't
--disable-debug --disable-profiling
meant to avoid placing profiling output into gmon.out? Why did you remove it then?
The options do the opposite of what they should. See #14991 (which is committed now BTW).
comment:3 Changed 17 years ago by mp@…
Now that the debug and profiling change was made to 2.2.4, I'll attach a new Portfile patch to update gnucash to 2.2.5.
Changed 17 years ago by mp@…
Attachment: | patch-gnucash-Portfile.diff added |
---|
comment:4 Changed 17 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to jmr@… |
---|---|
Status: | new → assigned |
comment:5 Changed 17 years ago by jmroot (Joshua Root)
Cc: | jmr@… removed |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Summary: | update gnucash to 2.2.5 and change configure flags to avoid 'gmon.out' rubbish → update gnucash to 2.2.5 |
Thanks, updated in r36746.
comment:6 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → update |
---|
Note: See
TracTickets for help on using
tickets.
Isn't
--disable-debug --disable-profiling
meant to avoid placing profiling output into gmon.out? Why did you remove it then?