Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2023 17:22:18 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5db3c2dcec28 - main - graphics/fotoxx: update the port to version 23.82
Message-ID:  <202312191722.3BJHMI3H013065@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5db3c2dcec28af2b0a68035162846e5c63fc7467

commit 5db3c2dcec28af2b0a68035162846e5c63fc7467
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2023-12-19 17:21:40 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2023-12-19 17:21:40 +0000

    graphics/fotoxx: update the port to version 23.82
    
    Reported by:    portscout
---
 graphics/fotoxx/Makefile              | 2 +-
 graphics/fotoxx/distinfo              | 6 +++---
 graphics/fotoxx/files/patch-zfuncs.cc | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/graphics/fotoxx/Makefile b/graphics/fotoxx/Makefile
index 23d5fd77d45c..508077d34434 100644
--- a/graphics/fotoxx/Makefile
+++ b/graphics/fotoxx/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	fotoxx
-PORTVERSION=	23.80
+PORTVERSION=	23.82
 CATEGORIES=	graphics
 MASTER_SITES=	https://kornelix.net/downloads/downloads/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-source
diff --git a/graphics/fotoxx/distinfo b/graphics/fotoxx/distinfo
index e4f40cdfb41e..98715c3b8ba0 100644
--- a/graphics/fotoxx/distinfo
+++ b/graphics/fotoxx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1701557310
-SHA256 (fotoxx-23.80-source.tar.gz) = 0ed4b7e91d3eb87a62dbff57d6e919facf3ad444924c5af3ef67ab4a31373073
-SIZE (fotoxx-23.80-source.tar.gz) = 16259363
+TIMESTAMP = 1702722295
+SHA256 (fotoxx-23.82-source.tar.gz) = 323c34903fa4fd96b38a3f5997af970e4ed4f33200b579fdb36165f248d31eb3
+SIZE (fotoxx-23.82-source.tar.gz) = 16257916
diff --git a/graphics/fotoxx/files/patch-zfuncs.cc b/graphics/fotoxx/files/patch-zfuncs.cc
index ce218c6ee7bf..8af1fb535815 100644
--- a/graphics/fotoxx/files/patch-zfuncs.cc
+++ b/graphics/fotoxx/files/patch-zfuncs.cc
@@ -78,7 +78,7 @@
 @@ -1060,7 +1096,7 @@ double get_seconds()
     timespec    time1;
     double      secs;
-    
+ 
 -   clock_gettime(CLOCK_MONOTONIC_RAW,&time1);
 +   clock_gettime(CLOCK_MONOTONIC,&time1);
     secs = time1.tv_sec;
@@ -164,7 +164,7 @@
 @@ -6109,9 +6154,16 @@ int zinitapp(ch *appvers, int argc, ch *argv[])       
     if (argc > 1 && strmatchV(argv[1],"-ver","-v",0)) exit(0);                    //  exit if nothing else wanted
  
-    progexe = 0;   
+    progexe = 0;
 +#if defined(__linux__)
     cc = readlink("/proc/self/exe",buff,300);                                     //  get my executable program path
     if (cc <= 0) zexit(1,"readlink() /proc/self/exe) failed");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312191722.3BJHMI3H013065>