aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2018-02-10 21:07:16 +0800
committerzeising <zeising@FreeBSD.org>2018-02-10 21:07:16 +0800
commitc0b9198fef7820c14d213745fcb58ee0381257ba (patch)
tree99c88bf911554379a0791849fd7a2b7cc4044df8 /graphics
parent2b9af494f7f59d0c0f8a5e15d48022ed1ae399ec (diff)
downloadfreebsd-ports-gnome-c0b9198fef7820c14d213745fcb58ee0381257ba.tar.gz
freebsd-ports-gnome-c0b9198fef7820c14d213745fcb58ee0381257ba.tar.zst
freebsd-ports-gnome-c0b9198fef7820c14d213745fcb58ee0381257ba.zip
Update grapics/feh to 2.23.1
ChangeLog: https://feh.finalrewind.org/archive/2.23.1/
Diffstat (limited to 'graphics')
-rw-r--r--graphics/feh/Makefile4
-rw-r--r--graphics/feh/distinfo6
-rw-r--r--graphics/feh/files/patch-config.mk11
3 files changed, 6 insertions, 15 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile
index e100ee663d92..e251571a9a02 100644
--- a/graphics/feh/Makefile
+++ b/graphics/feh/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= feh
-PORTVERSION= 2.23
+PORTVERSION= 2.23.1
CATEGORIES= graphics
MASTER_SITES= http://feh.finalrewind.org/ \
LOCAL/uqs
@@ -22,7 +22,7 @@ USES= cpe desktop-file-utils gmake perl5 shebangfix tar:bzip2
CPE_VENDOR= daniel_friesel
USE_PERL5= run
-CPPFLAGS+= -I${LOCALBASE}/include
+CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV+= LDFLAGS="${LDFLAGS}"
diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo
index 2990dbfc38d2..7e3eb5edc430 100644
--- a/graphics/feh/distinfo
+++ b/graphics/feh/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1514713644
-SHA256 (feh-2.23.tar.bz2) = 16df3cb813526a549e854aa82f80bcb299b9e83dd687ab4216a84e86f61722a1
-SIZE (feh-2.23.tar.bz2) = 2130344
+TIMESTAMP = 1518263586
+SHA256 (feh-2.23.1.tar.bz2) = 9bc164d0863d41201bd253a2652dcee5806a9c6a8b5918bb8ba09fcee6d7e9be
+SIZE (feh-2.23.1.tar.bz2) = 2130373
diff --git a/graphics/feh/files/patch-config.mk b/graphics/feh/files/patch-config.mk
index 0e31e21c63f0..537cdab4557c 100644
--- a/graphics/feh/files/patch-config.mk
+++ b/graphics/feh/files/patch-config.mk
@@ -1,4 +1,4 @@
---- config.mk.orig 2017-12-28 18:28:35 UTC
+s--- config.mk.orig 2017-12-28 18:28:35 UT2
+++ config.mk
@@ -22,12 +22,12 @@ endif
@@ -15,12 +15,3 @@
desktop_dir = ${main_dir}/share/applications
icon_dir = ${ICON_PREFIX}/hicolor
48_icon_dir = ${icon_dir}/48x48/apps
-@@ -38,7 +38,7 @@ CFLAGS ?= -g -O2
- CFLAGS += -Wall -Wextra -pedantic
-
- # Settings for glibc >= 2.19 - may need to be adjusted for other systems
--CFLAGS += -std=c11 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500
-+CFLAGS += -std=c11
-
- ifeq (${curl},1)
- CFLAGS += -DHAVE_LIBCURL