graphics/ssocr: Update to 2.22.0

This commit is contained in:
Emanuel Haupt
2021-11-23 20:27:55 +01:00
parent e46a65a76f
commit 4eaf7ff61e
3 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= ssocr
PORTVERSION= 2.21.0
PORTVERSION= 2.22.0
CATEGORIES= graphics
MASTER_SITES= http://www.unix-ag.uni-kl.de/~auerswal/ssocr/ \
LOCAL/ehaupt

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1619506701
SHA256 (ssocr-2.21.0.tar.bz2) = cf00d7ae33102df4d5a6b04de42da45c1dfa35b0b8aa4d05baf38234debfb225
SIZE (ssocr-2.21.0.tar.bz2) = 38345
TIMESTAMP = 1637695069
SHA256 (ssocr-2.22.0.tar.bz2) = 007e65b4a087dbead0cb2f49502be4adb9195ca5372b9a547f01812a99b6bd90
SIZE (ssocr-2.22.0.tar.bz2) = 39528

View File

@@ -1,11 +1,11 @@
--- Makefile.orig 2021-04-19 17:36:31 UTC
--- Makefile.orig 2021-11-07 11:31:27 UTC
+++ Makefile
@@ -1,7 +1,7 @@
# minimal CFLAGS definition (try if compilation fails with default CFLAGS)
#CFLAGS := $(shell imlib2-config --cflags)
# default CFLAGS definition
-CFLAGS := -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -pedantic -Werror -pedantic-errors -fstack-protector-all $(shell imlib2-config --cflags) -O3
+CFLAGS := -D_FORTIFY_SOURCE=2 $(shell imlib2-config --cflags)
-CFLAGS := -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -pedantic -fstack-protector-all $(shell imlib2-config --cflags) -O3
+CFLAGS := $(CFLAGS) -D_FORTIFY_SOURCE=2 $(shell imlib2-config --cflags)
LDLIBS := -lm $(shell imlib2-config --libs)
PREFIX := /usr/local
BINDIR := $(PREFIX)/bin