FreeBSD Bugzilla – Attachment 202232 Details for
Bug 235916
graphics/sxiv: update to 25
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
sxiv_25.diff (text/plain), 1.85 KB, created by
Oleh Hushchenkov
on 2019-02-21 13:20:03 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Oleh Hushchenkov
Created:
2019-02-21 13:20:03 UTC
Size:
1.85 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 493499) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= sxiv >-PORTVERSION= 24 >+PORTVERSION= 25 > DISTVERSIONPREFIX= v > CATEGORIES= graphics > >Index: distinfo >=================================================================== >--- distinfo (revision 493499) >+++ distinfo (working copy) >@@ -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 >Index: files/patch-Makefile >=================================================================== >--- files/patch-Makefile (revision 493499) >+++ files/patch-Makefile (working copy) >@@ -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,11 +9,6 @@ > +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 >@@ -20,3 +15,12 @@ > > # 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
swills
:
maintainer-approval?
(
solene
)
Actions:
View
|
Diff
Attachments on
bug 235916
: 202232