Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2019 16:47:41 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498728 - in head/graphics/sxiv: . files
Message-ID:  <201904121647.x3CGlfwu059569@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Apr 12 16:47:41 2019
New Revision: 498728
URL: https://svnweb.freebsd.org/changeset/ports/498728

Log:
  graphics/sxiv: update to 25
  
  PR:		235916
  Submitted by:	Oleh Hushchenkov <o.hushchenkov@gmail.com>
  Approved by:	maintainer timeout (solene@bsd.zplay.eu, >7 weeks)

Modified:
  head/graphics/sxiv/Makefile   (contents, props changed)
  head/graphics/sxiv/distinfo   (contents, props changed)
  head/graphics/sxiv/files/patch-Makefile   (contents, props changed)

Modified: head/graphics/sxiv/Makefile
==============================================================================
--- head/graphics/sxiv/Makefile	Fri Apr 12 16:37:50 2019	(r498727)
+++ head/graphics/sxiv/Makefile	Fri Apr 12 16:47:41 2019	(r498728)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sxiv
-PORTVERSION=	24
+PORTVERSION=	25
 DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics
 

Modified: head/graphics/sxiv/distinfo
==============================================================================
--- head/graphics/sxiv/distinfo	Fri Apr 12 16:37:50 2019	(r498727)
+++ head/graphics/sxiv/distinfo	Fri Apr 12 16:47:41 2019	(r498728)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513085280
-SHA256 (muennich-sxiv-v24_GH0.tar.gz) = 511dc45d12962af9c31c3068ce6bca4b832a6263946b27befea49a48cf019110
-SIZE (muennich-sxiv-v24_GH0.tar.gz) = 47148
+TIMESTAMP = 1550750972
+SHA256 (muennich-sxiv-v25_GH0.tar.gz) = 16d1aca1a179e1c0875844efe2e51cfa396a4403467c389f7e9221a733ae5e26
+SIZE (muennich-sxiv-v25_GH0.tar.gz) = 48814

Modified: head/graphics/sxiv/files/patch-Makefile
==============================================================================
--- head/graphics/sxiv/files/patch-Makefile	Fri Apr 12 16:37:50 2019	(r498727)
+++ head/graphics/sxiv/files/patch-Makefile	Fri Apr 12 16:47:41 2019	(r498728)
@@ -1,6 +1,6 @@
---- Makefile.orig	2017-10-27 15:25:56 UTC
+--- Makefile.orig	2019-01-26 13:54:40 UTC
 +++ Makefile
-@@ -3,15 +3,14 @@ VERSION = 24
+@@ -3,11 +3,11 @@ version = 25
  srcdir = .
  VPATH = $(srcdir)
  
@@ -9,14 +9,18 @@
 +PREFIX ?= /usr/local
 +MANPREFIX = $(PREFIX)/man
  
--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
+@@ -17,7 +17,7 @@ HAVE_LIBEXIF = 1
+ 
+ cflags = -std=c99 -Wall -pedantic $(CFLAGS)
+ cppflags = -I. $(CPPFLAGS) -D_XOPEN_SOURCE=700 -DHAVE_GIFLIB=$(HAVE_GIFLIB) \
+-  -DHAVE_LIBEXIF=$(HAVE_LIBEXIF) -I/usr/include/freetype2
++  -DHAVE_LIBEXIF=$(HAVE_LIBEXIF) $$(pkg-config --cflags xft)
+ 
+ lib_exif_0 =
+ lib_exif_1 = -lexif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904121647.x3CGlfwu059569>