FreeBSD Bugzilla – Attachment 151354 Details for
Bug 196509
[PATCH] graphics/sxiv update 1.2 to 1.3.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Bump patch
file_196509.txt (text/plain), 2.04 KB, created by
Solène
on 2015-01-05 13:28:58 UTC
(
hide
)
Description:
Bump patch
Filename:
MIME Type:
Creator:
Solène
Created:
2015-01-05 13:28:58 UTC
Size:
2.04 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 376291) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= sxiv >-PORTVERSION= 1.2 >+PORTVERSION= 1.3.1 > PORTREVISION= 2 > CATEGORIES= graphics > MASTER_SITES= https://github.com/muennich/sxiv/archive/ >@@ -13,10 +13,11 @@ > > LICENSE= GPLv2 > >-LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 >+LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 \ >+ libexif.so:${PORTSDIR}/graphics/libexif > > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ >-USES= pkgconfig >+USES= pkgconfig gmake > USE_XORG= x11 > > PLIST_FILES= bin/sxiv \ >Index: distinfo >=================================================================== >--- distinfo (revision 376291) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (v1.2.tar.gz) = ac76b69e4889137f2ce531ec4dc5ce9c4916bc575a30d351ebc7b0a684ef8cf3 >-SIZE (v1.2.tar.gz) = 47775 >+SHA256 (v1.3.1.tar.gz) = 9a30a1b036e1c17212128554709da3f2d65d3beaef2e0a73097af5e35cf11d0e >+SIZE (v1.3.1.tar.gz) = 47171 >Index: files/patch-Makefile >=================================================================== >--- files/patch-Makefile (revision 376291) >+++ files/patch-Makefile (working copy) >@@ -1,13 +1,13 @@ >---- Makefile.orig 2014-08-08 12:09:29.000000000 +0200 >-+++ Makefile 2014-08-08 12:09:36.000000000 +0200 >+--- 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.2 >+ VERSION := 1.3.1 > >- PREFIX = /usr/local >--MANPREFIX = $(PREFIX)/share/man >-+MANPREFIX = $(PREFIX)/man >+ PREFIX := /usr/local >+-MANPREFIX := $(PREFIX)/share/man >++MANPREFIX := $(PREFIX)/man > >--CC = gcc >- CFLAGS = -std=c99 -Wall -pedantic -O2 >- CPPFLAGS = -I$(PREFIX)/include -D_XOPEN_SOURCE=500 -DHAVE_GIFLIB >- LDFLAGS = -L$(PREFIX)/lib >+-CC ?= gcc >+ CFLAGS += -std=c99 -Wall -pedantic >+ CPPFLAGS += -I$(PREFIX)/include -D_XOPEN_SOURCE=500 -DHAVE_LIBEXIF -DHAVE_GIFLIB >+ LDFLAGS += -L$(PREFIX)/lib
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 Raw
Actions:
View
Attachments on
bug 196509
: 151354