[MacPorts] #26666: graphics/feh crashes after upgrading to xorg-libX11 @1.3.6_1

MacPorts noreply at macports.org
Wed Sep 29 10:09:55 PDT 2010


#26666: graphics/feh crashes after upgrading to xorg-libX11 @1.3.6_1
---------------------------------+------------------------------------------
 Reporter:  johnrosshunt@…       |       Owner:  tristan@…               
     Type:  defect               |      Status:  new                     
 Priority:  Normal               |   Milestone:                          
Component:  ports                |     Version:  1.9.1                   
 Keywords:                       |        Port:  feh                     
---------------------------------+------------------------------------------

Comment(by jeremyhu@…):

 Here is a dirty patch we can use until upstream gets their act together:

 {{{
 Index: Portfile
 ===================================================================
 --- Portfile    (revision 71711)
 +++ Portfile    (working copy)
 @@ -3,7 +3,7 @@
  PortSystem                     1.0
  name                           feh
  version                                1.3.4
 -revision            2
 +revision                       3
  categories                     graphics
  maintainers                    cs.dartmouth.edu:tristan
  description                    Fast lightweight image viewer
 @@ -20,7 +20,15 @@

  depends_lib                    port:giblib port:imlib2 port:jpeg
 port:libpng port:zlib

 -configure.args         --mandir=${prefix}/share/man
 +use_autoreconf yes
 +autoreconf.args -fvi

 +patch {
 +       reinplace "s:/usr/X11R6:${prefix}:g" ${worksrcpath}/configure.ac
 +       reinplace "s:/usr/X11R6:${prefix}:g" ${worksrcpath}/configure.in
 +       reinplace "s:/usr/X11R6:${prefix}:g" ${worksrcpath}/Makefile.am
 +       reinplace "s:/usr/X11R6:${prefix}:g"
 ${worksrcpath}/src/Makefile.am
 +}
 +
  destroot.args          docsdir=${prefix}/share/doc/${name}
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/26666#comment:4>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list