Skip to content

Commit

Permalink
graphics/fotoxx: update the port to version 23.82
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Dec 19, 2023
1 parent a8e5bf8 commit 5db3c2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion graphics/fotoxx/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions graphics/fotoxx/distinfo
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions graphics/fotoxx/files/patch-zfuncs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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");
Expand Down

0 comments on commit 5db3c2d

Please sign in to comment.