On 2019/04/18 20:33, Rafael Sadowski wrote: > On Thu Apr 18, 2019 at 02:58:22PM +0200, Tim van der Molen wrote: > > Here's an update to feh 3.1.3. OK? > > feh-3.1.3(graphics/feh): > Missing: png16.17 from png-1.6.35 (/usr/local/bin/feh) > Extra: png.17 > WANTLIB += png16
Please leave that as-is for now, it will only have to go back again if naddy commits his png diff :-) > Otherwise OK! There is a maintainer btw. > > > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/graphics/feh/Makefile,v > > retrieving revision 1.93 > > diff -p -u -r1.93 Makefile > > --- Makefile 10 Jul 2018 19:45:14 -0000 1.93 > > +++ Makefile 25 Mar 2019 19:26:07 -0000 > > @@ -2,7 +2,7 @@ > > > > COMMENT= lightweight image viewer > > > > -DISTNAME= feh-2.27 > > +DISTNAME= feh-3.1.3 > > EXTRACT_SUFX= .tar.bz2 > > CATEGORIES= graphics > > FIX_EXTRACT_PERMISSIONS=Yes > > Index: distinfo > > =================================================================== > > RCS file: /cvs/ports/graphics/feh/distinfo,v > > retrieving revision 1.58 > > diff -p -u -r1.58 distinfo > > --- distinfo 10 Jul 2018 19:45:14 -0000 1.58 > > +++ distinfo 25 Mar 2019 19:26:07 -0000 > > @@ -1,2 +1,2 @@ > > -SHA256 (feh-2.27.tar.bz2) = rzJoRe90g+y//eaX/a2zkpimgGnXlkTiScacmtRkxk4= > > -SIZE (feh-2.27.tar.bz2) = 2131975 > > +SHA256 (feh-3.1.3.tar.bz2) = n+hA+8bOZtzx6ZKWyQ62/ESkwvrZoQad/H4PrYjrVu8= > > +SIZE (feh-3.1.3.tar.bz2) = 2110285 > > Index: patches/patch-Makefile > > =================================================================== > > RCS file: /cvs/ports/graphics/feh/patches/patch-Makefile,v > > retrieving revision 1.8 > > diff -p -u -r1.8 patch-Makefile > > --- patches/patch-Makefile 6 May 2018 15:22:12 -0000 1.8 > > +++ patches/patch-Makefile 25 Mar 2019 19:26:07 -0000 > > @@ -2,7 +2,7 @@ $OpenBSD: patch-Makefile,v 1.8 2018/05/0 > > Index: Makefile > > --- Makefile.orig > > +++ Makefile > > -@@ -93,6 +93,7 @@ install-examples: > > +@@ -76,6 +76,7 @@ install-examples: > > @echo installing examples to ${example_dir} > > @mkdir -p ${example_dir} > > @cp examples/* ${example_dir} > > Index: patches/patch-config_mk > > =================================================================== > > RCS file: /cvs/ports/graphics/feh/patches/patch-config_mk,v > > retrieving revision 1.10 > > diff -p -u -r1.10 patch-config_mk > > --- patches/patch-config_mk 6 May 2018 15:22:12 -0000 1.10 > > +++ patches/patch-config_mk 25 Mar 2019 19:26:07 -0000 > > @@ -7,7 +7,7 @@ fix "filelist.c:253:45: error: use of un > > Index: config.mk > > --- config.mk.orig > > +++ config.mk > > -@@ -36,10 +36,6 @@ scalable_icon_dir = ${icon_dir}/scalable/apps > > +@@ -35,10 +35,6 @@ scalable_icon_dir = ${icon_dir}/scalable/apps > > > > # default CFLAGS > > CFLAGS ?= -g -O2 > > Index: patches/patch-examples_themes > > =================================================================== > > RCS file: /cvs/ports/graphics/feh/patches/patch-examples_themes,v > > retrieving revision 1.1 > > diff -p -u -r1.1 patch-examples_themes > > --- patches/patch-examples_themes 11 Oct 2011 07:49:07 -0000 1.1 > > +++ patches/patch-examples_themes 25 Mar 2019 19:26:07 -0000 > > @@ -1,6 +1,7 @@ > > $OpenBSD: patch-examples_themes,v 1.1 2011/10/11 07:49:07 dcoppa Exp $ > > ---- examples/themes.orig Tue Oct 11 09:33:25 2011 > > -+++ examples/themes Tue Oct 11 09:36:41 2011 > > +Index: examples/themes > > +--- examples/themes.orig > > ++++ examples/themes > > @@ -1,6 +1,6 @@ > > # Feh themes configuration file. > > # Lines starting with # are comments. Midline comments are not supported. > > @@ -9,20 +10,7 @@ $OpenBSD: patch-examples_themes,v 1.1 20 > > > > # Options are defined in theme_name/options pairs. > > # Separate themename and options by whitespace. > > -@@ -42,9 +42,9 @@ booth --full-screen --hide-pointer --slideshow-delay 2 > > - screensave --recursive --full-screen --randomize --slideshow-delay 10 > > --hide-pointer > > - > > - # Different menus > > --aqua --menu-bg /usr/share/feh/images/menubg_aqua.png > > --sky --menu-bg /usr/share/feh/images/menubg_sky.png > > --black --menu-bg /usr/share/feh/images/menubg_black.png > > -+aqua --menu-bg ${TRUEPREFIX}/share/feh/images/menubg_aqua.png > > -+sky --menu-bg ${TRUEPREFIX}/share/feh/images/menubg_sky.png > > -+black --menu-bg ${TRUEPREFIX}/share/feh/images/menubg_black.png > > - > > - # Some more examples, used by the feh developer > > - > > -@@ -53,11 +53,11 @@ fs --full-screen --hide-pointer --auto-zoom --sort fi > > +@@ -48,11 +48,11 @@ fs --full-screen --hide-pointer --auto-zoom --sort fi > > > > thumb_s --thumbnails --cache-thumbnails --thumb-width 128 --thumb-height > > 128 \ > > --limit-width 1024 --sort filename \ > > Index: patches/patch-man_feh_pre > > =================================================================== > > RCS file: /cvs/ports/graphics/feh/patches/patch-man_feh_pre,v > > retrieving revision 1.43 > > diff -p -u -r1.43 patch-man_feh_pre > > --- patches/patch-man_feh_pre 10 Jul 2018 19:45:14 -0000 1.43 > > +++ patches/patch-man_feh_pre 25 Mar 2019 19:26:07 -0000 > > @@ -2,7 +2,7 @@ $OpenBSD: patch-man_feh_pre,v 1.43 2018/ > > Index: man/feh.pre > > --- man/feh.pre.orig > > +++ man/feh.pre > > -@@ -1177,7 +1177,7 @@ which > > +@@ -1250,7 +1250,7 @@ which > > defaults to > > .Pa ~/.config/feh/ . > > If the files are not found in that directory, it will also try > > Index: pkg/PLIST > > =================================================================== > > RCS file: /cvs/ports/graphics/feh/pkg/PLIST,v > > retrieving revision 1.16 > > diff -p -u -r1.16 PLIST > > --- pkg/PLIST 29 Jun 2018 22:16:16 -0000 1.16 > > +++ pkg/PLIST 25 Mar 2019 19:26:07 -0000 > > @@ -25,12 +25,7 @@ share/feh/fonts/yudit.ttf > > share/feh/images/ > > share/feh/images/feh.png > > share/feh/images/feh.svg > > -share/feh/images/menubg_aluminium.png > > -share/feh/images/menubg_aqua.png > > -share/feh/images/menubg_black.png > > -share/feh/images/menubg_brushed.png > > share/feh/images/menubg_default.png > > -share/feh/images/menubg_sky.png > > share/icons/hicolor/48x48/apps/feh.png > > share/icons/hicolor/scalable/apps/feh.svg > > @tag gtk-update-icon-cache %D/share/icons/hicolor > > >