net/libnfs: Update to 5.0.2
ChangeLog: https://github.com/sahlberg/libnfs/releases/tag/libnfs-5.0.2 Mostly minor fixes for multithreading and compilation on *BSD. PR: 265822 Reported by: vvd@unislabs.com Approved by: snoe925@gmail.com (maintainer, timeout > 2 weeks)
This commit is contained in:
parent
544a2b36dc
commit
c09b00e031
3 changed files with 4 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= libnfs
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
DISTVERSION= 5.0.1
|
||||
DISTVERSION= 5.0.2
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= snoe925@gmail.com
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1650110743
|
||||
SHA256 (sahlberg-libnfs-libnfs-5.0.1_GH0.tar.gz) = 7ef445410b42f36b9bad426608b53ccb9ccca4101e545c383f564c11db672ca8
|
||||
SIZE (sahlberg-libnfs-libnfs-5.0.1_GH0.tar.gz) = 279550
|
||||
TIMESTAMP = 1660421109
|
||||
SHA256 (sahlberg-libnfs-libnfs-5.0.2_GH0.tar.gz) = 637e56643b19da9fba98f06847788c4dad308b723156a64748041035dcdf9bd3
|
||||
SIZE (sahlberg-libnfs-libnfs-5.0.2_GH0.tar.gz) = 281154
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- include/nfsc/libnfs.h
|
||||
+++ include/nfsc/libnfs.h
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#if defined(__ANDROID__) || defined(AROS) || defined(__PPU__) \
|
||||
- || ( defined(__APPLE__) && defined(__MACH__) )
|
||||
+ || ( defined(__APPLE__) && defined(__MACH__) ) || defined(__FreeBSD__)
|
||||
#include <sys/time.h>
|
||||
#else
|
||||
#include <time.h>
|
Loading…
Reference in a new issue