Hi Ricardo --

On 2/19/2022 1:08 PM, Ricardo wrote:
> Hey ports@,
> 
> Attached is a straightforward update to graphics/feh (changes: 
> https://feh.finalrewind.org/archive/3.8).
> Tested on amd64 but more eyes would be appreciated.
> 
> OK?
> 
> Obrigado.
> Ricardo

Thanks for the diff. I think it's incomplete though: when I run `make
update-patches` some of the patches regenerate.

I usually like to have a big endian test before committing a feh update.
Here's a more complete diff.

OK?

~Brian
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/feh/Makefile,v
retrieving revision 1.108
diff -u -p -r1.108 Makefile
--- Makefile    3 Oct 2021 19:19:20 -0000       1.108
+++ Makefile    19 Feb 2022 18:14:45 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       lightweight image viewer
 
-DISTNAME=      feh-3.7.2
+DISTNAME=      feh-3.8
 EXTRACT_SUFX=  .tar.bz2
 CATEGORIES=    graphics
 FIX_EXTRACT_PERMISSIONS=Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/feh/distinfo,v
retrieving revision 1.70
diff -u -p -r1.70 distinfo
--- distinfo    3 Oct 2021 19:19:20 -0000       1.70
+++ distinfo    19 Feb 2022 18:14:45 -0000
@@ -1,2 +1,2 @@
-SHA256 (feh-3.7.2.tar.bz2) = hHGP0nIM9UDSRXaElP4OtOWY9Es54jJrrow2ioKcglg=
-SIZE (feh-3.7.2.tar.bz2) = 2121677
+SHA256 (feh-3.8.tar.bz2) = fzw0VSs5M21+vuLXxL9Wl6qqLGwQLDV/boLqJAvWK6k=
+SIZE (feh-3.8.tar.bz2) = 2122631
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/graphics/feh/patches/patch-Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 patch-Makefile
--- patches/patch-Makefile      20 Apr 2019 06:24:12 -0000      1.9
+++ patches/patch-Makefile      19 Feb 2022 18:14:45 -0000
@@ -9,4 +9,4 @@ Index: Makefile
 +      @rm -f ${example_dir}/*.{beforesubst,orig}
        @chmod 644 ${example_dir}/*
  
- install-applications:
+ install-applications: share/applications/feh.desktop
Index: patches/patch-config_mk
===================================================================
RCS file: /cvs/ports/graphics/feh/patches/patch-config_mk,v
retrieving revision 1.11
diff -u -p -r1.11 patch-config_mk
--- patches/patch-config_mk     20 Apr 2019 06:24:12 -0000      1.11
+++ patches/patch-config_mk     19 Feb 2022 18:14:45 -0000
@@ -7,7 +7,7 @@ fix "filelist.c:253:45: error: use of un
 Index: config.mk
 --- config.mk.orig
 +++ config.mk
-@@ -35,10 +35,6 @@ scalable_icon_dir = ${icon_dir}/scalable/apps
+@@ -36,10 +36,6 @@ scalable_icon_dir = ${icon_dir}/scalable/apps
  
  # default CFLAGS
  CFLAGS ?= -g -O2
Index: patches/patch-man_feh_pre
===================================================================
RCS file: /cvs/ports/graphics/feh/patches/patch-man_feh_pre,v
retrieving revision 1.52
diff -u -p -r1.52 patch-man_feh_pre
--- patches/patch-man_feh_pre   8 Jul 2021 13:55:37 -0000       1.52
+++ patches/patch-man_feh_pre   19 Feb 2022 18:14:45 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-man_feh_pre,v 1.52 2021/
 Index: man/feh.pre
 --- man/feh.pre.orig
 +++ man/feh.pre
-@@ -1376,7 +1376,7 @@ which
+@@ -1383,7 +1383,7 @@ which
  defaults to
  .Pa ~/.config/feh/ .
  If the files are not found in that directory, it will also try
Index: patches/patch-src_events_c
===================================================================
RCS file: /cvs/ports/graphics/feh/patches/patch-src_events_c,v
retrieving revision 1.11
diff -u -p -r1.11 patch-src_events_c
--- patches/patch-src_events_c  11 Feb 2018 19:23:49 -0000      1.11
+++ patches/patch-src_events_c  19 Feb 2022 18:14:45 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-src_events_c,v 1.11 2018
 Index: src/events.c
 --- src/events.c.orig
 +++ src/events.c
-@@ -124,7 +124,7 @@ void init_buttonbindings(void)
+@@ -133,7 +133,7 @@ void init_buttonbindings(void)
  
        free(confpath);
  

Reply via email to