update to gif2png-2.5.12
This commit is contained in:
parent
905d4e26d6
commit
771b9c4eda
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.45 2016/04/27 18:06:59 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.46 2019/03/20 13:58:23 sthen Exp $
|
||||
|
||||
COMMENT= converts GIF images to the PNG format
|
||||
|
||||
DISTNAME= gif2png-2.5.11
|
||||
DISTNAME= gif2png-2.5.12
|
||||
CATEGORIES= graphics
|
||||
HOMEPAGE= http://www.catb.org/~esr/gif2png/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gif2png-2.5.11.tar.gz) = QEgxadLeBvYyraHeeAw29jMlhE7GKJKxZSGT93/FCPc=
|
||||
SIZE (gif2png-2.5.11.tar.gz) = 31507
|
||||
SHA256 (gif2png-2.5.12.tar.gz) = w2k0Ixx5Aovvd0gtKJToFV7eroq3g3EsRjhKkdQJJME=
|
||||
SIZE (gif2png-2.5.12.tar.gz) = 31613
|
||||
|
@ -1,16 +1,17 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1 2016/04/27 18:07:00 ajacoutot Exp $
|
||||
--- Makefile.orig Wed Jul 15 02:06:28 2015
|
||||
+++ Makefile Wed Apr 27 20:03:49 2016
|
||||
$OpenBSD: patch-Makefile,v 1.2 2019/03/20 13:58:23 sthen Exp $
|
||||
Index: Makefile
|
||||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
VERSION = 2.5.11
|
||||
VERSION = $(shell sed -n <NEWS '/::/s/^\([^:]*\).*/\1/p' | head -1)
|
||||
|
||||
-CFLAGS = -DVERSION=\"$(VERSION)\" -O2
|
||||
+CFLAGS += -DVERSION=\"$(VERSION)\"
|
||||
LDFLAGS = -s
|
||||
|
||||
SOURCES = 437_l1.c gif2png.c gifread.c memory.c version.c
|
||||
@@ -38,9 +38,9 @@ prefix?=/usr
|
||||
@@ -41,9 +41,9 @@ prefix?=/usr
|
||||
|
||||
install: gif2png gif2png.1 web2png.1
|
||||
mkdir -p $(prefix)/bin
|
||||
|
@ -1,9 +1,10 @@
|
||||
$OpenBSD: patch-web2png_1,v 1.2 2016/04/27 18:07:00 ajacoutot Exp $
|
||||
--- web2png.1.orig Tue Jul 14 06:00:57 2015
|
||||
+++ web2png.1 Wed Apr 27 19:51:20 2016
|
||||
$OpenBSD: patch-web2png_1,v 1.3 2019/03/20 13:58:23 sthen Exp $
|
||||
Index: web2png.1
|
||||
--- web2png.1.orig
|
||||
+++ web2png.1
|
||||
@@ -1,4 +1,4 @@
|
||||
-'\" t
|
||||
+.TH WEB2PNG 1 "6 October 1999"
|
||||
.\" Title: web2png
|
||||
.\" Author: [see the "AUTHORS" section]
|
||||
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
||||
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user