On Sun, Jan 21, 2018 at 01:22:13PM +0000, Lari Rasku wrote: > Bump. Also cc'ing ajacoutot@ since his patch was the one that > commented these out [1]. Was it by mistake?
I intended to comment the static archives and libtool files, *not* the backends. So yeah, my mistake. > [1]: > https://github.com/openbsd/ports/commit/b41f11ac6fae14b2670123a8387c8871c7b174c1#diff-b2b85cfae4cfe317d5b08ffe41b9bc42R84 > > On 01/07/18 00:58, Lari Rasku wrote: > > Tried to ask the maintainer about this first, but he hasn't > > responded in a few weeks, so falling back to ports@. > > > > Is there a reason {pdf,ps}document.atril-backend have been > > commented out in PLIST? Without the two, atril doesn't > > recognize PDF and PS documents. With the below patch, > > both work fine on my machine. > > > > diff --git x11/mate/atril/Makefile x11/mate/atril/Makefile > > index b26be3929..f051a70ae 100644 > > --- x11/mate/atril/Makefile > > +++ x11/mate/atril/Makefile > > @@ -10,7 +10,7 @@ SHARED_LIBS += atrildocument 3.0 # 3.0 > > SHARED_LIBS += atrilview 3.0 # 3.0 > > > > MATE_PROJECT= atril > > -REVISION= 7 > > +REVISION= 8 > > > > # GPLv2 > > PERMIT_PACKAGE_CDROM= Yes > > diff --git x11/mate/atril/pkg/PLIST x11/mate/atril/pkg/PLIST > > index 6761508ee..c96547d66 100644 > > --- x11/mate/atril/pkg/PLIST > > +++ x11/mate/atril/pkg/PLIST > > @@ -81,8 +81,8 @@ lib/atril/3/backends/libtiffdocument.so > > @comment lib/atril/3/backends/libxpsdocument.a > > @comment lib/atril/3/backends/libxpsdocument.la > > lib/atril/3/backends/libxpsdocument.so > > -@comment lib/atril/3/backends/pdfdocument.atril-backend > > -@comment lib/atril/3/backends/psdocument.atril-backend > > +lib/atril/3/backends/pdfdocument.atril-backend > > +lib/atril/3/backends/psdocument.atril-backend > > lib/atril/3/backends/tiffdocument.atril-backend > > lib/atril/3/backends/xpsdocument.atril-backend > > lib/caja/ > > -- Antoine