pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/feh Update graphics/feh to 2.5.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5a9ca16ab0e6
branches: trunk
changeset: 603236:5a9ca16ab0e6
user: gls <gls%pkgsrc.org@localhost>
date: Tue May 01 14:58:46 2012 +0000
description:
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:
graphics/feh/Makefile | 6 ++----
graphics/feh/distinfo | 10 +++++-----
graphics/feh/patches/patch-config.mk | 8 +++++---
3 files changed, 12 insertions(+), 12 deletions(-)
diffs (56 lines):
diff -r 5d9191d3d06b -r 5a9ca16ab0e6 graphics/feh/Makefile
--- a/graphics/feh/Makefile Tue May 01 07:13:37 2012 +0000
+++ b/graphics/feh/Makefile Tue May 01 14:58:46 2012 +0000
@@ -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 @@
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 -r 5d9191d3d06b -r 5a9ca16ab0e6 graphics/feh/distinfo
--- a/graphics/feh/distinfo Tue May 01 07:13:37 2012 +0000
+++ b/graphics/feh/distinfo Tue May 01 14:58:46 2012 +0000
@@ -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 -r 5d9191d3d06b -r 5a9ca16ab0e6 graphics/feh/patches/patch-config.mk
--- a/graphics/feh/patches/patch-config.mk Tue May 01 07:13:37 2012 +0000
+++ b/graphics/feh/patches/patch-config.mk Tue May 01 14:58:46 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index