git: 8fe7185d4a0b - main - graphics/fotoxx: the port had been updated to version 22.18
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Jun 2022 18:31:58 UTC
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8fe7185d4a0babf350ccef57331d05fa52640bf8
commit 8fe7185d4a0babf350ccef57331d05fa52640bf8
Author: Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-06-05 18:30:56 +0000
Commit: Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-06-05 18:30:56 +0000
graphics/fotoxx: the port had been updated to version 22.18
Do not omit `-lpthread' when linking the program, as it had
started to cause build failures on -CURRENT recently.
Reported by: pkg-fallout
---
graphics/fotoxx/Makefile | 2 +-
graphics/fotoxx/distinfo | 6 +++---
graphics/fotoxx/files/patch-Makefile | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/graphics/fotoxx/Makefile b/graphics/fotoxx/Makefile
index 0777cfd55e55..18224fcfac7a 100644
--- a/graphics/fotoxx/Makefile
+++ b/graphics/fotoxx/Makefile
@@ -1,7 +1,7 @@
# Created by: Rod Person <rodperson@rodperson.com>
PORTNAME= fotoxx
-PORTVERSION= 22.16
+PORTVERSION= 22.18
CATEGORIES= graphics
MASTER_SITES= https://kornelix.net/downloads/downloads/
diff --git a/graphics/fotoxx/distinfo b/graphics/fotoxx/distinfo
index 21d32d4d370a..91a8060f221b 100644
--- a/graphics/fotoxx/distinfo
+++ b/graphics/fotoxx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1651395361
-SHA256 (fotoxx-22.16.tar.gz) = 50dfc7dd3c2d85c3df2d77ac15d410a188fd06e69a248432b9ea7591c8d4503a
-SIZE (fotoxx-22.16.tar.gz) = 8984376
+TIMESTAMP = 1654073472
+SHA256 (fotoxx-22.18.tar.gz) = 413c078e7cac275e297e743b6e6f5266ad770ac17c8a438d3b7888d7b9e1d576
+SIZE (fotoxx-22.18.tar.gz) = 8917288
diff --git a/graphics/fotoxx/files/patch-Makefile b/graphics/fotoxx/files/patch-Makefile
index 3222b7d395b7..4019f6afe15e 100644
--- a/graphics/fotoxx/files/patch-Makefile
+++ b/graphics/fotoxx/files/patch-Makefile
@@ -38,7 +38,7 @@
LIBS = `$(PKG_CONFIG) --libs gtk+-3.0` \
- -lrt -lpthread -llcms2 -ltiff -lpng -ljpeg \
-+ -lrt -lexecinfo -llcms2 -ltiff -lpng -ljpeg \
++ -lrt -lpthread -llcms2 -ltiff -lpng -ljpeg -lexecinfo \
-lclutter-1.0 -lclutter-gtk-1.0 -lchamplain-0.12 -lchamplain-gtk-0.12
ALLFILES = fotoxx.o f.widgets.o f.file.o f.gallery.o f.albums.o f.area.o f.meta.o \