aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-05-08 00:21:14 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-05-08 22:40:00 +0000
commite756c3c4f9989a10e6c37a604588013406ab3537 (patch)
tree6afcd54cf09f4f2597fa8f7a0ff4ecb86eb525ab /graphics
parent111936e441860d211e3ea20fe02d30fbd56cf3ba (diff)
downloadports-e756c3c4f9989a10e6c37a604588013406ab3537.tar.gz
ports-e756c3c4f9989a10e6c37a604588013406ab3537.zip
graphics/tumble: update to 0.38
- add 0.37 patch part that got lost on the way to the ports tree Changelog: https://github.com/brouhaha/tumble/compare/v0.37...v0.38 PR: 263651 Submitted by: fuz@fuz.su (cherry picked from commit 40abe7e22c6e7f7efc015c033eeb1383f2308dcb)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/tumble/Makefile2
-rw-r--r--graphics/tumble/distinfo6
-rw-r--r--graphics/tumble/files/patch-Makefile21
3 files changed, 25 insertions, 4 deletions
diff --git a/graphics/tumble/Makefile b/graphics/tumble/Makefile
index f316e09b7290..82dadd1a269d 100644
--- a/graphics/tumble/Makefile
+++ b/graphics/tumble/Makefile
@@ -2,7 +2,7 @@
PORTNAME= tumble
DISTVERSIONPREFIX= v
-DISTVERSION= 0.37
+DISTVERSION= 0.38
CATEGORIES= graphics print
MAINTAINER= fuz@fuz.su
diff --git a/graphics/tumble/distinfo b/graphics/tumble/distinfo
index 7d3b823223ca..e4f55479ec25 100644
--- a/graphics/tumble/distinfo
+++ b/graphics/tumble/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1651231098
-SHA256 (brouhaha-tumble-v0.37_GH0.tar.gz) = 647e269af72f43e67486f6426dbe2575614c212fc4b65b54c99e64ab9d1ce93c
-SIZE (brouhaha-tumble-v0.37_GH0.tar.gz) = 52451
+TIMESTAMP = 1651958412
+SHA256 (brouhaha-tumble-v0.38_GH0.tar.gz) = 20015cd9697b8e09b3ba3fbbdda510e50650b18b6de11cea912b8a7efdc2d5b9
+SIZE (brouhaha-tumble-v0.38_GH0.tar.gz) = 52989
diff --git a/graphics/tumble/files/patch-Makefile b/graphics/tumble/files/patch-Makefile
new file mode 100644
index 000000000000..9df066d0a801
--- /dev/null
+++ b/graphics/tumble/files/patch-Makefile
@@ -0,0 +1,21 @@
+--- Makefile.orig 2022-04-29 11:21:31 UTC
++++ Makefile
+@@ -33,15 +33,15 @@
+ CTL_LANG=1
+
+
+-CFLAGS = -Wall -Wno-unused-function -Wno-unused-but-set-variable -I/usr/include/netpbm
+-LDFLAGS =
++CFLAGS := $(CFLAGS)
++LDFLAGS := $(LDFLAGS)
+ LDLIBS = -ltiff -ljpeg -lnetpbm -lz -lm
+
+ ifdef DEBUG
+ CFLAGS := $(CFLAGS) -g
+ LDFLAGS := $(LDFLAGS) -g
+ else
+-CFLAGS := $(CFLAGS) -O3
++CFLAGS := $(CFLAGS)
+ endif
+
+ ifdef EFENCE