FreeBSD Bugzilla – Attachment 191772 Details for
Bug 226889
net/czmq4: update to 4.1.1
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.1.0 to 4.1.1
czmq4-4.1.1.diff.txt (text/plain), 3.43 KB, created by
Kenji Rikitake
on 2018-03-24 05:57:36 UTC
(
hide
)
Description:
Patch of port net/czmq4 diff from 4.1.0 to 4.1.1
Filename:
MIME Type:
Creator:
Kenji Rikitake
Created:
2018-03-24 05:57:36 UTC
Size:
3.43 KB
patch
obsolete
>Index: net/czmq4/Makefile >=================================================================== >--- net/czmq4/Makefile (revision 465356) >+++ net/czmq4/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= czmq > DISTVERSIONPREFIX= v >-DISTVERSION= 4.1.0 >+DISTVERSION= 4.1.1 > CATEGORIES= net > PKGNAMESUFFIX= 4 > >Index: net/czmq4/distinfo >=================================================================== >--- net/czmq4/distinfo (revision 465356) >+++ net/czmq4/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1514947580 >-SHA256 (zeromq-czmq-v4.1.0_GH0.tar.gz) = 2e87c19988d1168b70d7ec0fdce79aba4e92a6330959c3a2576c72b319acb478 >-SIZE (zeromq-czmq-v4.1.0_GH0.tar.gz) = 1068897 >+TIMESTAMP = 1521866607 >+SHA256 (zeromq-czmq-v4.1.1_GH0.tar.gz) = b7623433547aa4b6e79722796c27ebc7c0470fea4204e920fd05e717c648f889 >+SIZE (zeromq-czmq-v4.1.1_GH0.tar.gz) = 1094718 >Index: net/czmq4/files/patch-include_czmq__prelude.h >=================================================================== >--- net/czmq4/files/patch-include_czmq__prelude.h (revision 465425) >+++ net/czmq4/files/patch-include_czmq__prelude.h (nonexistent) >@@ -1,12 +0,0 @@ >---- 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 >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net/czmq4/files/patch-src_zuuid.c >=================================================================== >--- net/czmq4/files/patch-src_zuuid.c (revision 465425) >+++ net/czmq4/files/patch-src_zuuid.c (nonexistent) >@@ -1,11 +0,0 @@ >---- 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 >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net/czmq4/pkg-plist >=================================================================== >--- net/czmq4/pkg-plist (revision 465356) >+++ net/czmq4/pkg-plist (working copy) >@@ -39,7 +39,7 @@ > lib/libczmq.a > lib/libczmq.so > lib/libczmq.so.4 >-lib/libczmq.so.4.1.0 >+lib/libczmq.so.4.1.1 > libdata/pkgconfig/libczmq.pc > man/man1/zmakecert.1.gz > man/man3/zactor.3.gz >@@ -77,6 +77,7 @@ > man/man3/ztrie.3.gz > man/man3/zuuid.3.gz > man/man7/czmq.7.gz >+share/zproject/czmq/python_cffi.slurp > share/zproject/czmq/zactor.api > share/zproject/czmq/zargs.api > share/zproject/czmq/zarmour.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 226889
: 191772