Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#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

Description

The attached patch fixes the build problem described in #16773. The issue is the same as described in #16715

Attachments (5)

patch-glade-gbwidgets-gbclist.c.diff (286 bytes) - added by dbevans (David B. Evans) 16 years ago.
Patchfile #1 for files directory
patch-glade-glade_keys_dialog.c.diff (327 bytes) - added by dbevans (David B. Evans) 16 years ago.
Patchfile #2 for files directory
patch-glade-glade_menu_editor.c.diff (351 bytes) - added by dbevans (David B. Evans) 16 years ago.
Patchfile #3 for files directory
patch-glade-glade_project_view.h.diff (303 bytes) - added by dbevans (David B. Evans) 16 years ago.
Patchfile #4 for files directory
patch-glade-Portfile.diff (2.6 KB) - added by dbevans (David B. Evans) 16 years ago.
Patch for Portfile

Download all attachments as: .zip

Change History (11)

Changed 16 years ago by dbevans (David B. Evans)

Patchfile #1 for files directory

Changed 16 years ago by dbevans (David B. Evans)

Patchfile #2 for files directory

Changed 16 years ago by dbevans (David B. Evans)

Patchfile #3 for files directory

Changed 16 years ago by dbevans (David B. Evans)

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 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:2 Changed 16 years ago by kschombu@…

Cc: kschombu@… added

Cc Me!

comment:3 in reply to:  1 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: newassigned

comment:5 Changed 16 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: assignedclosed

Changes committed in r40661

comment:6 Changed 15 years ago by (none)

Milestone: Port Enhancements

Milestone Port Enhancements deleted

Note: See TracTickets for help on using tickets.