FreeBSD Bugzilla – Attachment 189355 Details for
Bug 224853
net/czmq4: update to 4.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch of port net/czmq4 diff from 4.0.2 to 4.1.0
czmq4-4.1.0.diff.txt (text/plain), 3.89 KB, created by
Kenji Rikitake
on 2018-01-03 04:49:34 UTC
(
hide
)
Description:
Patch of port net/czmq4 diff from 4.0.2 to 4.1.0
Filename:
MIME Type:
Creator:
Kenji Rikitake
Created:
2018-01-03 04:49:34 UTC
Size:
3.89 KB
patch
obsolete
>Index: net/czmq4/Makefile >=================================================================== >--- net/czmq4/Makefile (revision 457942) >+++ net/czmq4/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= czmq > DISTVERSIONPREFIX= v >-DISTVERSION= 4.0.2 >+DISTVERSION= 4.1.0 > CATEGORIES= net > PKGNAMESUFFIX= 4 > >Index: net/czmq4/distinfo >=================================================================== >--- net/czmq4/distinfo (revision 457942) >+++ net/czmq4/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1509166511 >-SHA256 (zeromq-czmq-v4.0.2_GH0.tar.gz) = 794f80af7392ec8d361ad69646fc20aaa284d23fef92951334009771a732c810 >-SIZE (zeromq-czmq-v4.0.2_GH0.tar.gz) = 883078 >+TIMESTAMP = 1514947580 >+SHA256 (zeromq-czmq-v4.1.0_GH0.tar.gz) = 2e87c19988d1168b70d7ec0fdce79aba4e92a6330959c3a2576c72b319acb478 >+SIZE (zeromq-czmq-v4.1.0_GH0.tar.gz) = 1068897 >Index: net/czmq4/files/patch-include_czmq__prelude.h >=================================================================== >--- net/czmq4/files/patch-include_czmq__prelude.h (nonexistent) >+++ net/czmq4/files/patch-include_czmq__prelude.h (working copy) >@@ -0,0 +1,12 @@ >+--- include/czmq_prelude.h.orig 2017-12-31 14:43:10 UTC >++++ include/czmq_prelude.h >+@@ -683,6 +683,9 @@ char *if_indextoname (unsigned int ifind >+ #if defined (__UTYPE_OSX) && !defined (HAVE_UUID) >+ # define HAVE_UUID 1 >+ #endif >++#if defined (__UTYPE_FREEBSD) && !defined (HAVE_UUID) >++# define HAVE_UUID 1 >++#endif >+ #if defined (HAVE_UUID) >+ # if defined (__UTYPE_FREEBSD) || defined (__UTYPE_NETBSD) || defined(__UTYPE_OPENBSD) >+ # include <uuid.h> > >Property changes on: net/czmq4/files/patch-include_czmq__prelude.h >___________________________________________________________________ >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/czmq4/files/patch-src_zuuid.c >=================================================================== >--- net/czmq4/files/patch-src_zuuid.c (nonexistent) >+++ net/czmq4/files/patch-src_zuuid.c (working copy) >@@ -0,0 +1,11 @@ >+--- src/zuuid.c.orig 2017-12-31 14:43:10 UTC >++++ src/zuuid.c >+@@ -47,7 +47,7 @@ zuuid_new (void) >+ assert (sizeof (uuid) == ZUUID_LEN); >+ UuidCreate (&uuid); >+ zuuid_set (self, (byte *) &uuid); >+-#elif defined (HAVE_UUID) >++#elif defined (HAVE_UUID) && !defined (__UTYPE_FREEBSD) >+ uuid_t uuid; >+ assert (sizeof (uuid) == ZUUID_LEN); >+ uuid_generate (uuid); > >Property changes on: net/czmq4/files/patch-src_zuuid.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/czmq4/pkg-plist >=================================================================== >--- net/czmq4/pkg-plist (revision 457942) >+++ net/czmq4/pkg-plist (working copy) >@@ -3,6 +3,7 @@ > include/czmq_prelude.h > include/czmq.h > include/zactor.h >+include/zargs.h > include/zarmour.h > include/zauth.h > include/zbeacon.h >@@ -38,10 +39,11 @@ > lib/libczmq.a > lib/libczmq.so > lib/libczmq.so.4 >-lib/libczmq.so.4.0.2 >+lib/libczmq.so.4.1.0 > libdata/pkgconfig/libczmq.pc > man/man1/zmakecert.1.gz > man/man3/zactor.3.gz >+man/man3/zargs.3.gz > man/man3/zarmour.3.gz > man/man3/zauth.3.gz > man/man3/zbeacon.3.gz >@@ -76,6 +78,7 @@ > man/man3/zuuid.3.gz > man/man7/czmq.7.gz > share/zproject/czmq/zactor.api >+share/zproject/czmq/zargs.api > share/zproject/czmq/zarmour.api > share/zproject/czmq/zcert.api > share/zproject/czmq/zcertstore.api >@@ -100,6 +103,7 @@ > share/zproject/czmq/zsock_option.api > share/zproject/czmq/zsock.api > share/zproject/czmq/zstr.api >+share/zproject/czmq/zsys.api > share/zproject/czmq/ztimerset.api > share/zproject/czmq/ztrie.api > share/zproject/czmq/zuuid.api
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:
kenji
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 224853
: 189355