From owner-svn-ports-head@freebsd.org Mon Dec 18 22:22:31 2017 Return-Path: Delivered-To: svn-ports-head@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 B82C7E8D851; Mon, 18 Dec 2017 22:22:31 +0000 (UTC) (envelope-from yuri@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 8E8E073D65; Mon, 18 Dec 2017 22:22:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBIMMUpR041464; Mon, 18 Dec 2017 22:22:30 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBIMMU0n041461; Mon, 18 Dec 2017 22:22:30 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201712182222.vBIMMU0n041461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 18 Dec 2017 22:22:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456688 - in head/graphics/sxiv: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/graphics/sxiv: . files X-SVN-Commit-Revision: 456688 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2017 22:22:31 -0000 Author: yuri Date: Mon Dec 18 22:22:30 2017 New Revision: 456688 URL: https://svnweb.freebsd.org/changeset/ports/456688 Log: graphics/sxiv: Update to 24 PR: 224273 Submitted by: Dmitri Goutnik Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13513 Modified: head/graphics/sxiv/Makefile head/graphics/sxiv/distinfo head/graphics/sxiv/files/patch-Makefile Modified: head/graphics/sxiv/Makefile ============================================================================== --- head/graphics/sxiv/Makefile Mon Dec 18 22:22:07 2017 (r456687) +++ head/graphics/sxiv/Makefile Mon Dec 18 22:22:30 2017 (r456688) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sxiv -PORTVERSION= 1.3.2 +PORTVERSION= 24 DISTVERSIONPREFIX= v CATEGORIES= graphics @@ -11,13 +11,14 @@ COMMENT= Lightweight image viewer LICENSE= GPLv2 -LIB_DEPENDS= libImlib2.so:graphics/imlib2 \ - libexif.so:graphics/libexif +LIB_DEPENDS= libexif.so:graphics/libexif \ + libgif.so:graphics/giflib \ + libImlib2.so:graphics/imlib2 +USES= gmake localbase:ldflags pkgconfig USE_GITHUB= yes GH_ACCOUNT= muennich -USES= pkgconfig gmake -USE_XORG= x11 +USE_XORG= x11 xft PLIST_FILES= bin/sxiv \ man/man1/sxiv.1.gz \ Modified: head/graphics/sxiv/distinfo ============================================================================== --- head/graphics/sxiv/distinfo Mon Dec 18 22:22:07 2017 (r456687) +++ head/graphics/sxiv/distinfo Mon Dec 18 22:22:30 2017 (r456688) @@ -1,2 +1,3 @@ -SHA256 (muennich-sxiv-v1.3.2_GH0.tar.gz) = 9f5368de8f0f57e78ebe02cb531a31107a993f2769cec51bcc8d70f5c668b653 -SIZE (muennich-sxiv-v1.3.2_GH0.tar.gz) = 46560 +TIMESTAMP = 1513085280 +SHA256 (muennich-sxiv-v24_GH0.tar.gz) = 511dc45d12962af9c31c3068ce6bca4b832a6263946b27befea49a48cf019110 +SIZE (muennich-sxiv-v24_GH0.tar.gz) = 47148 Modified: head/graphics/sxiv/files/patch-Makefile ============================================================================== --- head/graphics/sxiv/files/patch-Makefile Mon Dec 18 22:22:07 2017 (r456687) +++ head/graphics/sxiv/files/patch-Makefile Mon Dec 18 22:22:30 2017 (r456688) @@ -1,13 +1,22 @@ ---- Makefile.orig 2015-01-05 15:14:09.374220605 +0100 -+++ Makefile 2015-01-05 15:15:17.854285530 +0100 -@@ -1,9 +1,8 @@ - VERSION := 1.3.1 +--- Makefile.orig 2017-10-27 15:25:56 UTC ++++ Makefile +@@ -3,15 +3,14 @@ VERSION = 24 + srcdir = . + VPATH = $(srcdir) - PREFIX := /usr/local --MANPREFIX := $(PREFIX)/share/man -+MANPREFIX := $(PREFIX)/man +-PREFIX = /usr/local +-MANPREFIX = $(PREFIX)/share/man ++PREFIX ?= /usr/local ++MANPREFIX = $(PREFIX)/man --CC ?= gcc - CFLAGS += -std=c99 -Wall -pedantic - CPPFLAGS += -I$(PREFIX)/include -D_XOPEN_SOURCE=500 -DHAVE_LIBEXIF -DHAVE_GIFLIB - LDFLAGS += -L$(PREFIX)/lib +-CC = cc +-DEF_CFLAGS = -std=c99 -Wall -pedantic ++DEF_CFLAGS = -std=c99 -Wall -pedantic $$(pkg-config --cflags xft) + DEF_CPPFLAGS = -I/usr/include/freetype2 + + # autoreload backend: inotify/nop +-AUTORELOAD = inotify ++AUTORELOAD = nop + + # enable features requiring giflib (-lgif) + HAVE_GIFLIB = 1