#16783 closed enhancement (fixed)
UPGRADE glade 2.12.2: fix build problem
Reported by: | dbevans (David B. Evans) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | gtk2 | Cc: | kschombu@… |
Port: | glade |
Attachments (5)
Change History (11)
Changed 16 years ago by dbevans (David B. Evans)
Attachment: | patch-glade-gbwidgets-gbclist.c.diff added |
---|
Changed 16 years ago by dbevans (David B. Evans)
Attachment: | patch-glade-glade_keys_dialog.c.diff added |
---|
Patchfile #2 for files directory
Changed 16 years ago by dbevans (David B. Evans)
Attachment: | patch-glade-glade_menu_editor.c.diff added |
---|
Patchfile #3 for files directory
Changed 16 years ago by dbevans (David B. Evans)
Attachment: | patch-glade-glade_project_view.h.diff added |
---|
Patchfile #4 for files directory
Changed 16 years ago by dbevans (David B. Evans)
Attachment: | patch-glade-Portfile.diff added |
---|
Patch for Portfile
comment:1 follow-up: 3 Changed 16 years ago by kschombu@…
I attempted to patch the Portfile and got the following:
sudo patch -i patch-glade-Portfile.diff patching file Portfile Hunk #3 FAILED at 51. 1 out of 3 hunks FAILED -- saving rejects to file Portfile.rej
Here is the contents of the generated Portfile.rej:
*************** *** 42,47 **** variant gnomedb description {Enable GNOME DB support} { configure.args-delete --disable-gnome-db - depends_lib-append lib:libgnomedb:libgnomedb } --- 51,59 ---- variant gnomedb description {Enable GNOME DB support} { configure.args-delete --disable-gnome-db + depends_lib-append port:libgnomedb } + livecheck.check regex + livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ + livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
comment:3 Changed 16 years ago by dbevans (David B. Evans)
Replying to kschombu@…:
I attempted to patch the Portfile and got the following:
sudo patch -i patch-glade-Portfile.diff patching file Portfile Hunk #3 FAILED at 51. 1 out of 3 hunks FAILED -- saving rejects to file Portfile.rej
Works for me using
patch -p0 < patch-glade-Portfile.diff
comment:4 Changed 16 years ago by dbevans (David B. Evans)
Owner: | changed from macports-tickets@… to devans@… |
---|---|
Status: | new → assigned |
comment:5 Changed 16 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Changes committed in r40661
comment:6 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
Patchfile #1 for files directory