#16783: UPGRADE glade 2.12.2: fix build problem ---------------------------------+------------------------------------------ Reporter: db.evans@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.7.0 Resolution: | Keywords: gtk2 Port: glade | ---------------------------------+------------------------------------------ Comment(by kschombu@cisco.com): 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+)*)} }}} -- Ticket URL: <http://trac.macports.org/ticket/16783#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS