Skip to content

Commit

Permalink
misc/edfbrowser: Update 1.94 -> 1.95
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Aug 1, 2022
1 parent d98899d commit 6674975
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion misc/edfbrowser/Makefile
@@ -1,5 +1,5 @@
PORTNAME= edfbrowser
DISTVERSION= 1.94
DISTVERSION= 1.95
CATEGORIES= misc
MASTER_SITES= https://www.teuniz.net/${PORTNAME}/
DISTNAME= ${PORTNAME}_${DISTVERSION:S/.//}_source
Expand Down
6 changes: 3 additions & 3 deletions misc/edfbrowser/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1655707084
SHA256 (edfbrowser_194_source.tar.gz) = f2aea90a761b73532ee96cd433a97d78d9080d44a9c0b25d3a81c4fe41f8fbe7
SIZE (edfbrowser_194_source.tar.gz) = 677103
TIMESTAMP = 1659335259
SHA256 (edfbrowser_195_source.tar.gz) = b6077351f99f0b932d9326a4c2b9b8694b1337a32ee71bd8254aa91dfad0b240
SIZE (edfbrowser_195_source.tar.gz) = 683284
8 changes: 4 additions & 4 deletions misc/edfbrowser/files/patch-edflib.c
@@ -1,11 +1,11 @@
--- edflib.c.orig 2022-06-20 06:42:24 UTC
--- edflib.c.orig 2022-07-16 07:26:18 UTC
+++ edflib.c
@@ -38,7 +38,7 @@
#define EDFLIB_VERSION (121)
#define EDFLIB_VERSION (122)
#define EDFLIB_MAXFILES (64)

-#if defined(__APPLE__) || defined(__MACH__) || defined(__APPLE_CC__) || defined(__HAIKU__)
+#if defined(__APPLE__) || defined(__MACH__) || defined(__APPLE_CC__) || defined(__HAIKU__) || defined(__FreeBSD__)
-#if defined(__APPLE__) || defined(__MACH__) || defined(__APPLE_CC__) || defined(__HAIKU__) || defined(__ANDROID__)
+#if defined(__APPLE__) || defined(__MACH__) || defined(__APPLE_CC__) || defined(__HAIKU__) || defined(__ANDROID__) || defined(__FreeBSD__)

#define fopeno fopen

0 comments on commit 6674975

Please sign in to comment.