update to iec16022-0.2.7 and take MAINTAINER

This commit is contained in:
sthen 2017-03-12 16:28:00 +00:00
parent 180172b6fd
commit 382ecbfdf9
3 changed files with 18 additions and 6 deletions

View File

@ -1,19 +1,20 @@
# $OpenBSD: Makefile,v 1.6 2016/03/11 19:59:14 naddy Exp $
# $OpenBSD: Makefile,v 1.7 2017/03/12 16:28:00 sthen Exp $
COMMENT= 2D barcodes / DataMatrix creation tool
V= 0.2.5
V= 0.2.7
GH_ACCOUNT= rdoeffinger
GH_PROJECT= iec16022
GH_TAGNAME= v$V
DISTNAME= iec16022-$V
SHARED_LIBS += iec16022 1.0 # unknown
SHARED_LIBS += iec16022 2.0 # unknown
CATEGORIES= graphics
HOMEPAGE= http://rdoeffinger.github.io/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,2 +1,2 @@
SHA256 (iec16022-0.2.5.tar.gz) = jNo7mTEJNNsTg4P6/iMnTS2TNyqu2azR9/xSEO7UW+A=
SIZE (iec16022-0.2.5.tar.gz) = 31752
SHA256 (iec16022-0.2.7.tar.gz) = NPANpfbIPdFLKAPl7Q9TEDEORSAj/picWfxUibeM0zo=
SIZE (iec16022-0.2.7.tar.gz) = 32970

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-Makefile_am,v 1.1 2017/03/12 16:28:00 sthen Exp $
--- Makefile.am.orig Fri Aug 19 19:18:50 2016
+++ Makefile.am Sun Mar 12 16:24:58 2017
@@ -1,6 +1,4 @@
-AM_CFLAGS = -Bsymbolic -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -Werror-implicit-function-declaration -std=c99 -D_POSIX_C_SOURCE=200112 -D_ISOC99_SOURCE -Wl,--as-needed -Wl,--no-undefined -fno-asynchronous-unwind-tables
-
-image.lo: AM_CFLAGS += -Wno-unused-result
+AM_CFLAGS = -Bsymbolic -std=c99 -D_POSIX_C_SOURCE=200112 -D_ISOC99_SOURCE -fno-asynchronous-unwind-tables
SUBDIRS = . test