Index: head/graphics/feh/Makefile =================================================================== --- head/graphics/feh/Makefile (revision 457682) +++ head/graphics/feh/Makefile (revision 457683) @@ -1,59 +1,59 @@ # Created by: Jeremy Norris # $FreeBSD$ PORTNAME= feh -PORTVERSION= 2.22.2 +PORTVERSION= 2.23 CATEGORIES= graphics MASTER_SITES= http://feh.finalrewind.org/ \ LOCAL/uqs MAINTAINER= zeising@FreeBSD.org COMMENT= Image viewer that utilizes Imlib2 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ libImlib2.so:graphics/imlib2 \ libpng.so:graphics/png USE_XORG= x11 xt xinerama USES= cpe desktop-file-utils gmake perl5 shebangfix tar:bzip2 CPE_VENDOR= daniel_friesel USE_PERL5= run -CPPFLAGS+= -I${LOCALBASE}/include -std=c99 +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV+= LDFLAGS="${LDFLAGS}" OPTIONS_DEFINE= CAM DOCS EXAMPLES EXIF CAM_DESC= Install feh-cam and related tools EXIF_DESC= Support EXIF tags OPTIONS_DEFAULT=CAM EXIF OPTIONS_SUB= yes EXIF_LIB_DEPENDS= libexif.so:graphics/libexif .include .if ${PORT_OPTIONS:MCAM} MAKE_ENV+= cam=1 SHEBANG_FILES= ${WRKSRC}/cam/feh-cam .endif .if ${PORT_OPTIONS:MEXIF} MAKE_ENV+= exif=1 .endif post-patch-DOCS-off: @${REINPLACE_CMD} -e 's|install-doc||' \ ${WRKSRC}/Makefile post-patch-EXAMPLES-off: @${REINPLACE_CMD} -e 's|install-examples||' \ ${WRKSRC}/Makefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/feh .include Index: head/graphics/feh/distinfo =================================================================== --- head/graphics/feh/distinfo (revision 457682) +++ head/graphics/feh/distinfo (revision 457683) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510336682 -SHA256 (feh-2.22.2.tar.bz2) = 05a81fbe0997f6274c7617efc351647be38e5244c2624bd203459025c9a68ecd -SIZE (feh-2.22.2.tar.bz2) = 2129840 +TIMESTAMP = 1514713644 +SHA256 (feh-2.23.tar.bz2) = 16df3cb813526a549e854aa82f80bcb299b9e83dd687ab4216a84e86f61722a1 +SIZE (feh-2.23.tar.bz2) = 2130344 Index: head/graphics/feh/files/patch-config.mk =================================================================== --- head/graphics/feh/files/patch-config.mk (revision 457682) +++ head/graphics/feh/files/patch-config.mk (revision 457683) @@ -1,17 +1,26 @@ ---- config.mk.orig 2015-05-24 09:46:21 UTC +--- config.mk.orig 2017-12-28 18:28:35 UTC +++ config.mk -@@ -6,12 +6,12 @@ PREFIX ?= /usr/local +@@ -22,12 +22,12 @@ endif # Directories for manuals, executables, docs, data, etc. main_dir = ${DESTDIR}${PREFIX} -man_dir = ${main_dir}/share/man +man_dir = ${main_dir}/man bin_dir = ${main_dir}/bin doc_dir = ${main_dir}/share/doc/feh image_dir = ${main_dir}/share/feh/images font_dir = ${main_dir}/share/feh/fonts -example_dir = ${main_dir}/share/doc/feh/examples +example_dir = ${main_dir}/share/examples/feh 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 - # default CFLAGS + # 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 Index: head/graphics/feh/files/patch-src_Makefile =================================================================== --- head/graphics/feh/files/patch-src_Makefile (nonexistent) +++ head/graphics/feh/files/patch-src_Makefile (revision 457683) @@ -0,0 +1,11 @@ +--- src/Makefile.orig 2017-12-28 18:28:35 UTC ++++ src/Makefile +@@ -5,8 +5,6 @@ TARGETS = \ + events.c \ + feh_png.c \ + filelist.c \ +- getopt.c \ +- getopt1.c \ + gib_hash.c \ + gib_imlib.c \ + gib_list.c \ Property changes on: head/graphics/feh/files/patch-src_Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property