Skip to content

Commit

Permalink
graphics/fotoxx: update the port to version 22.31
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Sep 5, 2022
1 parent b6b86b7 commit b1cdfe2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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= 22.30
PORTVERSION= 22.31
CATEGORIES= graphics
MASTER_SITES= https://kornelix.net/downloads/downloads/

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 = 1659358768
SHA256 (fotoxx-22.30.tar.gz) = 418e56bdb4fab90681495859a2c601ddf093a5b194f16e56fc697e256a722788
SIZE (fotoxx-22.30.tar.gz) = 8692758
TIMESTAMP = 1662025429
SHA256 (fotoxx-22.31.tar.gz) = e378a495d346dfe764bb5c56325cec13ea4997b54b996ef13889f5735a60893f
SIZE (fotoxx-22.31.tar.gz) = 8647063
2 changes: 1 addition & 1 deletion graphics/fotoxx/files/patch-zfuncs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
- err = sched_setaffinity(0,sizeof(cpuset),&cpuset);
+ err = cpuset_setaffinity(CPU_LEVEL_WHICH,CPU_WHICH_PID,0,
+ sizeof(cpuset),&cpuset);
if (err) Plog(1,"set_cpu_affinity() %s \n",strerror(errno));
if (err) Plog(2,"set_cpu_affinity() %s \n",strerror(errno));
return;
}
@@ -2234,7 +2275,7 @@ int diskspace(cchar *file)
Expand Down

0 comments on commit b1cdfe2

Please sign in to comment.