[MacPorts] #45309: gimp2 @2.8.14 on 10.9 - doesn't load plug-ins

MacPorts noreply at macports.org
Sat Nov 1 23:13:31 PDT 2014


#45309: gimp2 @2.8.14 on 10.9 - doesn't load plug-ins
---------------------------+----------------------
  Reporter:  and.damore@…  |      Owner:  devans@…
      Type:  defect        |     Status:  assigned
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:
Resolution:                |   Keywords:
      Port:  gimp2         |
---------------------------+----------------------

Comment (by macports@…):

 Finally in case someone else wants to try the patch-glib-and-debug thing,
 the approximate idea is:

 {{{
 sudo port extract glib2
 sudo port patch glib2
 cd $(port dir glib2)
 sudo vi Portfile
 # add: "revison 1"
 sudo port configure glib2

 cd $(port dir glib2)
 cd work/glib-*/glib
 # patch gspawn.c with gspawn.c-print-sleep.diff or otherwise edit

 sudo port build glib2
 sudo port destroot glib2
 sudo port -f -k install glib2
 # Expect to see --->  Installing glib2 @2.42.0_1
 }}}

 beware that MacPorts will do a clean for you if you bump revision and then
 do "port configure", so keep a copy of your hacky local changes to copy
 back.  Also beware that you need the (local) revision number to be higher
 than what is installed to get a new version installed; it'll be ignored
 otherwise.  (I just kept reactivating my upstream _0 and uninstalling my
 local _1, then rebuilding the _1 with local patch, and then reinstalling
 the local _1; probably the wrong approach, but I didn't want to run
 through a bunch of revisions and get out of sync with MacPorts, and it
 seems to just be a integer "local" revision -- ie MacPorts revision,
 rather than user revision.)

 Ewen

-- 
Ticket URL: <https://trac.macports.org/ticket/45309#comment:41>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list