Opened 11 years ago
Closed 10 years ago
#39863 closed update (fixed)
gnome-chemistry-utils @0.14.2 to 0.14.2_1
Reported by: | c.herbig@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | |
Port: | gnome-chemistry-utils |
Description
This patch fixes a problem with gchempaint not responding to the close button on the window border.
Attachments (2)
Change History (6)
Changed 11 years ago by c.herbig@…
Attachment: | Portfile-gnome-chemistry-utils.diff added |
---|
comment:1 Changed 11 years ago by c.herbig@…
Changed 11 years ago by c.herbig@…
Attachment: | Portfile-gnome-chemistry-utils.2.diff added |
---|
comment:2 Changed 11 years ago by neverpanic (Clemens Lang)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied in r109646 with the following changes:
- use
compiler.blacklist
instead of settingconfigure.compiler
explicitly. This ensures the port will continue to work on systems that don't havellvm-gcc-4.2
, such as Mavericks. - add
scrollkeeper-update
,gtk-update-icon-cache
andglib-compile-schemas
topost-deactivate
, too.
comment:3 Changed 10 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Blacklisting clang is not a long-term solution. Re-opening to track a proper fix.
comment:4 Changed 10 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
In fact, blacklisting clang results in build failures on Mavericks and later.
Fix committed in r134885 which updates the port to version 0.14.10, removing the clang blacklisting. Build is successful on all buildbots including Mavericks and Yosemite and the window close button now works correctly in gchempaint.
Note: See
TracTickets for help on using
tickets.
Actually, despite what the homepage says, the presence of GtkGlext doesn't seem to make any difference. I'm making a new patch to remove that part, but keep the compiler setting.