View | Details | Raw Unified | Return to bug 258376 | Differences between
and this patch

Collapse All | Expand All

(-)net/libnfs/Makefile (-4 / +3 lines)
Lines 1-9 Link Here
1
# Created by: Manuel Creach <manuel.creach@icloud.com>
1
# Created by: Manuel Creach <manuel.creach@icloud.com>
2
2
3
PORTNAME=	libnfs
3
PORTNAME=	libnfs
4
PORTVERSION=	4.0.0
5
PORTREVISION=	1
6
DISTVERSIONPREFIX=	${PORTNAME}-
4
DISTVERSIONPREFIX=	${PORTNAME}-
5
DISTVERSION=	5.0.1
7
CATEGORIES=	net
6
CATEGORIES=	net
8
7
9
MAINTAINER=	snoe925@gmail.com
8
MAINTAINER=	snoe925@gmail.com
Lines 14-23 Link Here
14
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
15
14
16
PLIST_SUB=	SHLIB=${SHLIB}
15
PLIST_SUB=	SHLIB=${SHLIB}
17
SHLIB=		13
16
SHLIB=		14
18
17
19
GNU_CONFIGURE=	yes
20
USES=		autoreconf gmake libtool pkgconfig
18
USES=		autoreconf gmake libtool pkgconfig
19
GNU_CONFIGURE=	yes
21
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
22
USE_GITHUB=	yes
21
USE_GITHUB=	yes
23
GH_ACCOUNT=	sahlberg
22
GH_ACCOUNT=	sahlberg
(-)net/libnfs/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1550007484
1
TIMESTAMP = 1650110743
2
SHA256 (sahlberg-libnfs-libnfs-4.0.0_GH0.tar.gz) = 6ee77e9fe220e2d3e3b1f53cfea04fb319828cc7dbb97dd9df09e46e901d797d
2
SHA256 (sahlberg-libnfs-libnfs-5.0.1_GH0.tar.gz) = 7ef445410b42f36b9bad426608b53ccb9ccca4101e545c383f564c11db672ca8
3
SIZE (sahlberg-libnfs-libnfs-4.0.0_GH0.tar.gz) = 251662
3
SIZE (sahlberg-libnfs-libnfs-5.0.1_GH0.tar.gz) = 279550
(-)net/libnfs/files/patch-include_nfsc_libnfs-zdr.h (-10 lines)
Lines 1-10 Link Here
1
--- include/nfsc/libnfs-zdr.h.orig	2020-07-26 21:16:08 UTC
2
+++ include/nfsc/libnfs-zdr.h
3
@@ -92,7 +92,6 @@ struct ZDR {
4
 typedef struct ZDR ZDR;
5
 
6
 
7
-typedef uint32_t u_int;
8
 typedef uint32_t enum_t;
9
 typedef uint32_t bool_t;
10
 
(-)net/libnfs/files/patch-include_nfsc_libnfs.h (+11 lines)
Line 0 Link Here
1
--- include/nfsc/libnfs.h
2
+++ include/nfsc/libnfs.h
3
@@ -29,7 +29,7 @@
4
 
5
 #include <stdint.h>
6
 #if defined(__ANDROID__) || defined(AROS) || defined(__PPU__) \
7
- || ( defined(__APPLE__) && defined(__MACH__) )
8
+ || ( defined(__APPLE__) && defined(__MACH__) ) || defined(__FreeBSD__)
9
 #include <sys/time.h>
10
 #else
11
 #include <time.h>
(-)net/libnfs/pkg-plist (+1 lines)
Lines 1-6 Link Here
1
bin/nfs-cat
1
bin/nfs-cat
2
bin/nfs-cp
2
bin/nfs-cp
3
bin/nfs-ls
3
bin/nfs-ls
4
bin/nfs-stat
4
lib/libnfs.a
5
lib/libnfs.a
5
lib/libnfs.so
6
lib/libnfs.so
6
lib/libnfs.so.%%SHLIB%%
7
lib/libnfs.so.%%SHLIB%%

Return to bug 258376