From owner-svn-ports-all@freebsd.org Sun Dec 31 11:08:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27E7FEB0504; Sun, 31 Dec 2017 11:08:27 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2BBF6E891; Sun, 31 Dec 2017 11:08:26 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBVB8PhQ089239; Sun, 31 Dec 2017 11:08:25 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBVB8P5f089235; Sun, 31 Dec 2017 11:08:25 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201712311108.vBVB8P5f089235@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Sun, 31 Dec 2017 11:08:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457683 - in head/graphics/feh: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/graphics/feh: . files X-SVN-Commit-Revision: 457683 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Dec 2017 11:08:27 -0000 Author: zeising Date: Sun Dec 31 11:08:25 2017 New Revision: 457683 URL: https://svnweb.freebsd.org/changeset/ports/457683 Log: Update to 2.23 Use our own getopt instead of bundled version. ChangeLog: https://feh.finalrewind.org/archive/2.23/ Added: head/graphics/feh/files/patch-src_Makefile (contents, props changed) Modified: head/graphics/feh/Makefile head/graphics/feh/distinfo head/graphics/feh/files/patch-config.mk Modified: head/graphics/feh/Makefile ============================================================================== --- head/graphics/feh/Makefile Sun Dec 31 10:24:45 2017 (r457682) +++ head/graphics/feh/Makefile Sun Dec 31 11:08:25 2017 (r457683) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= feh -PORTVERSION= 2.22.2 +PORTVERSION= 2.23 CATEGORIES= graphics MASTER_SITES= http://feh.finalrewind.org/ \ LOCAL/uqs @@ -22,7 +22,7 @@ USES= cpe desktop-file-utils gmake perl5 shebangfix t 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}" Modified: head/graphics/feh/distinfo ============================================================================== --- head/graphics/feh/distinfo Sun Dec 31 10:24:45 2017 (r457682) +++ head/graphics/feh/distinfo Sun Dec 31 11:08:25 2017 (r457683) @@ -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 Modified: head/graphics/feh/files/patch-config.mk ============================================================================== --- head/graphics/feh/files/patch-config.mk Sun Dec 31 10:24:45 2017 (r457682) +++ head/graphics/feh/files/patch-config.mk Sun Dec 31 11:08:25 2017 (r457683) @@ -1,6 +1,6 @@ ---- 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} @@ -13,5 +13,14 @@ -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 Added: head/graphics/feh/files/patch-src_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/feh/files/patch-src_Makefile Sun Dec 31 11:08:25 2017 (r457683) @@ -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 \