FreeBSD Bugzilla – Attachment 196656 Details for
Bug 230977
net/nbd-server: severely outdated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update; Add GNUTLS option
nbd-server (text/plain), 3.39 KB, created by
Nathan
on 2018-08-28 22:35:40 UTC
(
hide
)
Description:
Update; Add GNUTLS option
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-08-28 22:35:40 UTC
Size:
3.39 KB
patch
obsolete
>net/nbd-server: >* Updated to latest version >* Added new GNUTLS option > >Index: net/nbd-server/Makefile >=================================================================== >--- net/nbd-server/Makefile (revision 478301) >+++ net/nbd-server/Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= nbd >-PORTVERSION= 3.5 >-PORTREVISION= 1 >+PORTVERSION= 3.18 > PORTEPOCH= 1 > CATEGORIES= net > MASTER_SITES= SF >@@ -13,17 +12,17 @@ > COMMENT= Server for the Linux network block device (nbd) > > LICENSE= GPLv2 >+LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= pkgconfig tar:bzip2 >+USES= pkgconfig > USE_GNOME= glib20 > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --enable-lfs --enable-syslog >+CONFIGURE_ARGS= --enable-lfs --enable-syslog > TEST_TARGET= check > >-PLIST_FILES= bin/nbd-server bin/nbd-trdump \ >- man/man1/nbd-server.1.gz \ >- man/man1/nbd-trdump.1.gz \ >- man/man5/nbd-server.5.gz \ >- man/man8/nbd-client.8.gz >+OPTIONS_DEFINE= GNUTLS >+GNUTLS_CONFIGURE_WITH= gnutls >+GNUTLS_BUILD_DEPENDS= gnutls>0:security/gnutls >+GNUTLS_RUN_DEPENDS= gnutls>0:security/gnutls > > .include <bsd.port.mk> >Index: net/nbd-server/distinfo >=================================================================== >--- net/nbd-server/distinfo (revision 478301) >+++ net/nbd-server/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (nbd-3.5.tar.bz2) = 1d3f049d525f50584d012551d138bf6d291f605a92df7d6bb56085ca5a5d363b >-SIZE (nbd-3.5.tar.bz2) = 523049 >+TIMESTAMP = 1535473751 >+SHA256 (nbd-3.18.tar.gz) = e5ba5544db396e8ade99586c441d01d08089cccdc4eb0d691916acb371b512d4 >+SIZE (nbd-3.18.tar.gz) = 1054268 >Index: net/nbd-server/files/patch-nbd-server.c >=================================================================== >--- net/nbd-server/files/patch-nbd-server.c (nonexistent) >+++ net/nbd-server/files/patch-nbd-server.c (working copy) >@@ -0,0 +1,20 @@ >+Fixes compile issue >+Supposedly DT_* is not defined, though header file >+exists. >+ >+--- nbd-server.c.orig 2018-08-28 16:46:42 UTC >++++ nbd-server.c >+@@ -678,13 +678,9 @@ SERVER* cmdline(int argc, char *argv[], struct generic >+ /* forward definition of parse_cfile */ >+ GArray* parse_cfile(gchar* f, struct generic_conf *genconf, bool expect_generic, GError** e); >+ >+-#ifdef HAVE_STRUCT_DIRENT_D_TYPE >+-#define NBD_D_TYPE de->d_type >+-#else >+ #define NBD_D_TYPE 0 >+ #define DT_UNKNOWN 0 >+ #define DT_REG 1 >+-#endif >+ >+ /** >+ * Parse config file snippets in a directory. Uses readdir() and friends > >Property changes on: net/nbd-server/files/patch-nbd-server.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: net/nbd-server/pkg-plist >=================================================================== >--- net/nbd-server/pkg-plist (nonexistent) >+++ net/nbd-server/pkg-plist (working copy) >@@ -0,0 +1,7 @@ >+bin/nbd-server >+bin/nbd-trdump >+man/man1/nbd-server.1.gz >+man/man1/nbd-trdump.1.gz >+man/man5/nbd-server.5.gz >+man/man8/nbd-client.8.gz >+man/man5/nbdtab.5.gz > >Property changes on: net/nbd-server/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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:
ndowens04
:
maintainer-approval?
(
bofh
)
Actions:
View
|
Diff
Attachments on
bug 230977
: 196656