summaryrefslogtreecommitdiff
path: root/graphics/feh
diff options
context:
space:
mode:
authorgls <gls>2012-05-01 14:58:46 +0000
committergls <gls>2012-05-01 14:58:46 +0000
commit4171a9df7686fa25096953b4526476ade790a33c (patch)
tree39e7800945f8ad58f733b0aa70c141c676f41bfb /graphics/feh
parentaa73e091587471e704a7fc2d34aee6a03d00c1f2 (diff)
downloadpkgsrc-4171a9df7686fa25096953b4526476ade790a33c.tar.gz
Update graphics/feh to 2.5.
pkgsrc changes -------------- Don't mess with CFLAGS. I can't remember why that was even necessary, and it breaks the Linux build. Should fix PR pkg/46390. upstream changes ---------------- * Add R, * and / bindings for keypad begin, keypad * and keypad / * Try to convert unloadable files with imagemagick for up to 5 seconds * Add --magick-timeout option to set imagemagick conversion timeout or disable it altogether * Clean up temporary / to-delete files when receiving SIG{INT,TERM,QUIT} * Do not scroll past image borders when using key bindings * --loadable / --unloadable: indicate result in exit status
Diffstat (limited to 'graphics/feh')
-rw-r--r--graphics/feh/Makefile6
-rw-r--r--graphics/feh/distinfo10
-rw-r--r--graphics/feh/patches/patch-config.mk8
3 files changed, 12 insertions, 12 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile
index 29f245397ce..5ca950ad254 100644
--- a/graphics/feh/Makefile
+++ b/graphics/feh/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2012/03/21 18:16:18 drochner Exp $
+# $NetBSD: Makefile,v 1.48 2012/05/01 14:58:46 gls Exp $
#
-DISTNAME= feh-2.4
+DISTNAME= feh-2.5
CATEGORIES= graphics
MASTER_SITES= http://feh.finalrewind.org/
EXTRACT_SUFX= .tar.bz2
@@ -21,8 +21,6 @@ USE_TOOLS+= bash:run perl:run gmake
REPLACE_BASH= cam/gen-cam-menu
REPLACE_PERL= scripts/*.pl cam/feh-cam
-CFLAGS+= -std=c99
-
LDFLAGS.SunOS+= -lnsl -lsocket
BUILDLINK_API_DEPENDS.giblib+= giblib>=1.2.4
diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo
index 3b9e8e679df..9e94fe0983f 100644
--- a/graphics/feh/distinfo
+++ b/graphics/feh/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.22 2012/03/21 18:16:18 drochner Exp $
+$NetBSD: distinfo,v 1.23 2012/05/01 14:58:46 gls Exp $
-SHA1 (feh-2.4.tar.bz2) = 1798186105da2dacebd49210d7f0bd78687922a5
-RMD160 (feh-2.4.tar.bz2) = fa5bd5e06461cf6836058d7b9c10f7adf6e6f641
-Size (feh-2.4.tar.bz2) = 2227350 bytes
-SHA1 (patch-config.mk) = e2af53c04595f7e55645ba9da816eff5da70e3de
+SHA1 (feh-2.5.tar.bz2) = d1bf7fa8ec6b5d1ce16c291edf38d45de01f252d
+RMD160 (feh-2.5.tar.bz2) = 18c643fba46e585d500d4133b9f20e403c87982b
+Size (feh-2.5.tar.bz2) = 2227722 bytes
+SHA1 (patch-config.mk) = 7f99ff19820a62c8a7a9d3b0fb9c7f1a8151f6c5
SHA1 (patch-src_getopt.c) = 337fd15564c1d5b5596fe7d0d2f9bd6b0ca44ca7
diff --git a/graphics/feh/patches/patch-config.mk b/graphics/feh/patches/patch-config.mk
index ad9a851102a..87c8fbdd019 100644
--- a/graphics/feh/patches/patch-config.mk
+++ b/graphics/feh/patches/patch-config.mk
@@ -1,9 +1,11 @@
-$NetBSD: patch-config.mk,v 1.1 2011/05/25 19:44:27 gls Exp $
+$NetBSD: patch-config.mk,v 1.2 2012/05/01 14:58:47 gls Exp $
---- config.mk.orig 2011-05-19 20:36:13.000000000 +0000
+Fix man pages installation path
+
+--- config.mk.orig 2012-03-25 11:16:59.000000000 +0000
+++ config.mk
@@ -6,7 +6,7 @@ PREFIX ?= /usr/local
-
+
# Directories for manuals, executables, docs, data, etc.
main_dir = ${DESTDIR}${PREFIX}
-man_dir = ${main_dir}/share/man