Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jan 2012 11:34:22 +0100 (CET)
From:      Niclas Zeising <zeising@daemonic.se>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/163983: [PATCH] update of graphics/feh to latest version
Message-ID:  <201201101034.q0AAYMf2086230@vincent.daemonic.se>
Resent-Message-ID: <201201101040.q0AAeAgY078435@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         163983
>Category:       ports
>Synopsis:       [PATCH] update of graphics/feh to latest version
>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:   Tue Jan 10 10:40:10 UTC 2012
>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:
	Attached patch updates graphics/feh to the latest version.
>How-To-Repeat:
	
>Fix:

	

--- graphics.feh.update.diff begins here ---
Index: graphics/feh/Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/feh/Makefile,v
retrieving revision 1.47
diff -u -d -r1.47 Makefile
--- graphics/feh/Makefile	2 Jan 2012 13:40:52 -0000	1.47
+++ graphics/feh/Makefile	10 Jan 2012 10:32:10 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	feh
-PORTVERSION=	2.1
+PORTVERSION=	2.2
 CATEGORIES=	graphics
 MASTER_SITES=	http://feh.finalrewind.org/ \
 		${MASTER_SITE_LOCAL}
Index: graphics/feh/distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/feh/distinfo,v
retrieving revision 1.24
diff -u -d -r1.24 distinfo
--- graphics/feh/distinfo	2 Jan 2012 13:40:52 -0000	1.24
+++ graphics/feh/distinfo	10 Jan 2012 10:32:10 -0000
@@ -1,2 +1,2 @@
-SHA256 (feh-2.1.tar.bz2) = 8d74a5f8a3aa889c7db5fcbf8ce8a3124782f5889f9f4afe21935a11756a4bbc
-SIZE (feh-2.1.tar.bz2) = 2240132
+SHA256 (feh-2.2.tar.bz2) = 9b9a9a40743c878a32d152a947c021e5bae5604f28f501a1dd81676560acc165
+SIZE (feh-2.2.tar.bz2) = 2220912
Index: graphics/feh/files/patch-src-Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/feh/files/patch-src-Makefile,v
retrieving revision 1.1
diff -u -d -r1.1 patch-src-Makefile
--- graphics/feh/files/patch-src-Makefile	28 Jun 2011 18:43:32 -0000	1.1
+++ graphics/feh/files/patch-src-Makefile	10 Jan 2012 10:32:10 -0000
@@ -1,11 +1,11 @@
---- src/Makefile.orig	2011-06-23 11:12:22.000000000 +0200
-+++ src/Makefile	2011-06-23 11:12:36.000000000 +0200
+--- src/Makefile.orig	2012-01-10 11:01:01.000000000 +0100
++++ src/Makefile	2012-01-10 11:01:22.000000000 +0100
 @@ -19,7 +19,7 @@
  
  
  deps.mk: ${TARGETS} ${I_DSTS}
--	${CC} -MM ${TARGETS} > $@
-+	${CC} -MM ${CFLAGS} ${TARGETS} > $@
+-	${CC} ${CPPFLAGS} -MM ${TARGETS} > $@
++	${CC} ${CFLAGS} ${CPPFLAGS} -MM ${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?201201101034.q0AAYMf2086230>