ports/158196: [PATCH] update of graphics/feh to latest version
Niclas Zeising
niclas.zeising at gmail.com
Thu Jun 23 09:30:12 UTC 2011
>Number: 158196
>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: Thu Jun 23 09:30:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Niclas Zeising
>Release: FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD vincent.daemonic.se 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Wed Apr 20 17:22:47 CEST 2011 root at 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 from vendor, as well as adds another distfiles site.
--- 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:
More information about the freebsd-ports-bugs
mailing list