Date: Fri, 16 Dec 2011 19:25:00 +0100 (CET) From: Niclas Zeising <zeising@daemonic.se> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/163340: [PATCH] update to graphics/feh Message-ID: <201112161825.pBGIP0nS062677@vincent.daemonic.se> Resent-Message-ID: <201112161830.pBGIUBDH012922@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 163340 >Category: ports >Synopsis: [PATCH] update to graphics/feh >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Dec 16 18:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Niclas Zeising >Release: FreeBSD 9.0-BETA2 amd64 >Organization: >Environment: System: FreeBSD vincent.daemonic.se 9.0-BETA2 FreeBSD 9.0-BETA2 #0 r225368: Sat Sep 3 22:13:26 CEST 2011 root@vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64 >Description: graphics/feh is out of date. >How-To-Repeat: >Fix: Attached patch updates graphics/feh to the latest version, which fixes http image load for long filenames and introduces experimental --scale-down and --auto-zoom. --- graphics.feh.update.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/feh/Makefile,v retrieving revision 1.42 diff -u -d -r1.42 Makefile --- Makefile 2 Apr 2011 08:53:39 -0000 1.42 +++ Makefile 23 Jun 2011 09:20:44 -0000 @@ -6,9 +6,10 @@ # PORTNAME= feh -PORTVERSION= 1.12 +PORTVERSION= 1.14.1 CATEGORIES= graphics MASTER_SITES= http://www.chaosdorf.de/~derf/feh/ \ + http://feh.finalrewind.org/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= uqs @@ -25,8 +26,8 @@ MAN1= feh.1 feh-cam.1 gen-cam-menu.1 -CFLAGS= -I${LOCALBASE}/include -std=c99 -LDFLAGS= -L${LOCALBASE}/lib +CFLAGS+= -I${LOCALBASE}/include -std=c99 +LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV+= LDFLAGS="${LDFLAGS}" post-patch: Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/feh/distinfo,v retrieving revision 1.20 diff -u -d -r1.20 distinfo --- distinfo 2 Apr 2011 08:53:39 -0000 1.20 +++ distinfo 23 Jun 2011 09:20:44 -0000 @@ -1,2 +1,2 @@ -SHA256 (feh-1.12.tar.bz2) = 603111be4c3bb2ef6abb9236aaa8f46b5be71f9d4a5817c505f0fee836d84365 -SIZE (feh-1.12.tar.bz2) = 2290216 +SHA256 (feh-1.14.1.tar.bz2) = 61e21b36fa1d03cd1a321b4d5a6e8f541512c806d1474efb965ef853af985ab5 +SIZE (feh-1.14.1.tar.bz2) = 2229518 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/feh/pkg-plist,v retrieving revision 1.10 diff -u -d -r1.10 pkg-plist --- pkg-plist 30 Jan 2011 11:42:21 -0000 1.10 +++ pkg-plist 23 Jun 2011 09:20:44 -0000 @@ -10,7 +10,6 @@ %%DATADIR%%/fonts/black.style %%DATADIR%%/fonts/menu.style %%DATADIR%%/fonts/yudit.ttf -%%DATADIR%%/images/about.png %%DATADIR%%/images/logo.svg %%DATADIR%%/images/menubg_aluminium.png %%DATADIR%%/images/menubg_aqua.png Index: files/patch-src-Makefile =================================================================== RCS file: files/patch-src-Makefile diff -N files/patch-src-Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src-Makefile 23 Jun 2011 09:20:44 -0000 @@ -0,0 +1,11 @@ +--- src/Makefile.orig 2011-06-23 11:12:22.000000000 +0200 ++++ src/Makefile 2011-06-23 11:12:36.000000000 +0200 +@@ -19,7 +19,7 @@ + + + deps.mk: ${TARGETS} ${I_DSTS} +- ${CC} -MM ${TARGETS} > $@ ++ ${CC} -MM ${CFLAGS} ${TARGETS} > $@ + + clean: + rm -f feh *.o *.inc --- graphics.feh.update.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112161825.pBGIP0nS062677>