FreeBSD Bugzilla – Attachment 233249 Details for
Bug 258376
net/libnfs: including libnfs.h can cause compile error (missing struct timeval)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 5.0.1
libnfs.diff (text/plain), 2.33 KB, created by
Vladimir Druzenko
on 2022-04-16 12:38:15 UTC
(
hide
)
Description:
Update to 5.0.1
Filename:
MIME Type:
Creator:
Vladimir Druzenko
Created:
2022-04-16 12:38:15 UTC
Size:
2.33 KB
patch
obsolete
>diff -urN net/libnfs.orig/Makefile net/libnfs/Makefile >--- net/libnfs.orig/Makefile >+++ net/libnfs/Makefile >@@ -1,9 +1,8 @@ > # Created by: Manuel Creach <manuel.creach@icloud.com> > > PORTNAME= libnfs >-PORTVERSION= 4.0.0 >-PORTREVISION= 1 > DISTVERSIONPREFIX= ${PORTNAME}- >+DISTVERSION= 5.0.1 > CATEGORIES= net > > MAINTAINER= snoe925@gmail.com >@@ -14,10 +13,10 @@ > LICENSE_FILE= ${WRKSRC}/COPYING > > PLIST_SUB= SHLIB=${SHLIB} >-SHLIB= 13 >+SHLIB= 14 > >-GNU_CONFIGURE= yes > USES= autoreconf gmake libtool pkgconfig >+GNU_CONFIGURE= yes > USE_LDCONFIG= yes > USE_GITHUB= yes > GH_ACCOUNT= sahlberg >diff -urN net/libnfs.orig/distinfo net/libnfs/distinfo >--- net/libnfs.orig/distinfo >+++ net/libnfs/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1550007484 >-SHA256 (sahlberg-libnfs-libnfs-4.0.0_GH0.tar.gz) = 6ee77e9fe220e2d3e3b1f53cfea04fb319828cc7dbb97dd9df09e46e901d797d >-SIZE (sahlberg-libnfs-libnfs-4.0.0_GH0.tar.gz) = 251662 >+TIMESTAMP = 1650110743 >+SHA256 (sahlberg-libnfs-libnfs-5.0.1_GH0.tar.gz) = 7ef445410b42f36b9bad426608b53ccb9ccca4101e545c383f564c11db672ca8 >+SIZE (sahlberg-libnfs-libnfs-5.0.1_GH0.tar.gz) = 279550 >diff -urN net/libnfs.orig/files/patch-include_nfsc_libnfs-zdr.h net/libnfs/files/patch-include_nfsc_libnfs-zdr.h >--- net/libnfs.orig/files/patch-include_nfsc_libnfs-zdr.h >+++ net/libnfs/files/patch-include_nfsc_libnfs-zdr.h >@@ -1,10 +0,0 @@ >---- include/nfsc/libnfs-zdr.h.orig 2020-07-26 21:16:08 UTC >-+++ include/nfsc/libnfs-zdr.h >-@@ -92,7 +92,6 @@ struct ZDR { >- typedef struct ZDR ZDR; >- >- >--typedef uint32_t u_int; >- typedef uint32_t enum_t; >- typedef uint32_t bool_t; >- >diff -urN net/libnfs.orig/files/patch-include_nfsc_libnfs.h net/libnfs/files/patch-include_nfsc_libnfs.h >--- net/libnfs.orig/files/patch-include_nfsc_libnfs.h >+++ net/libnfs/files/patch-include_nfsc_libnfs.h >@@ -0,0 +1,11 @@ >+--- 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> >diff -urN net/libnfs.orig/pkg-plist net/libnfs/pkg-plist >--- net/libnfs.orig/pkg-plist >+++ net/libnfs/pkg-plist >@@ -1,6 +1,7 @@ > bin/nfs-cat > bin/nfs-cp > bin/nfs-ls >+bin/nfs-stat > lib/libnfs.a > lib/libnfs.so > lib/libnfs.so.%%SHLIB%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
vvd
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 258376
:
227772
| 233249