svn commit: r456688 - in head/graphics/sxiv: . files
Yuri Victorovich
yuri at FreeBSD.org
Mon Dec 18 22:22:31 UTC 2017
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 <dg at syrec.org>
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
More information about the svn-ports-all
mailing list