FreeBSD Bugzilla – Attachment 179345 Details for
Bug 216520
net/librdkafka: update to 0.9.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
The updating patch
D-net-librdkafka.diff (text/plain), 1.93 KB, created by
luca.pizzamiglio
on 2017-01-27 09:21:15 UTC
(
hide
)
Description:
The updating patch
Filename:
MIME Type:
Creator:
luca.pizzamiglio
Created:
2017-01-27 09:21:15 UTC
Size:
1.93 KB
patch
obsolete
>diff --git net/librdkafka/Makefile net/librdkafka/Makefile >index f751f2984173..bff5fa8f0052 100644 >--- net/librdkafka/Makefile >+++ net/librdkafka/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= librdkafka >-PORTVERSION= 0.9.2 >+PORTVERSION= 0.9.3 > DISTVERSIONPREFIX= v > CATEGORIES= net > >@@ -13,6 +13,7 @@ LICENSE= BSD2CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > > BUILD_DEPENDS= bash:shells/bash >+LIB_DEPENDS= liblz4.so:archivers/liblz4 > > BROKEN_mips= Fails to build: undefined reference to __sync_add_and_fetch_4 > BROKEN_mips64= Fails to build: undefined reference to __sync_add_and_fetch_4 >@@ -29,6 +30,10 @@ CONFIGURE_ARGS+= --disable-sasl --enable-ssl > > USE_LDCONFIG= yes > >+post-patch: >+ ${REINPLACE_CMD} -e \ >+ 's|_ALIGN(|_RE_ALIGN(|g' ${WRKSRC}/src/rdkafka_buf.h >+ > post-install: > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.* > >diff --git net/librdkafka/distinfo net/librdkafka/distinfo >index 26500c902ff1..3230cf96f608 100644 >--- net/librdkafka/distinfo >+++ net/librdkafka/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1484069226 >-SHA256 (edenhill-librdkafka-v0.9.2_GH0.tar.gz) = c243b66956ebb196510ee0efda67825467e31b93639d5f24eb082b5d83f56824 >-SIZE (edenhill-librdkafka-v0.9.2_GH0.tar.gz) = 620799 >+TIMESTAMP = 1485249006 >+SHA256 (edenhill-librdkafka-v0.9.3_GH0.tar.gz) = 745ead036f0d5b732e1cd035a1f31fc23665f2982bf9d799742034e0a1bd0be9 >+SIZE (edenhill-librdkafka-v0.9.3_GH0.tar.gz) = 637066 >diff --git net/librdkafka/files/patch-src_rd.h net/librdkafka/files/patch-src_rd.h >new file mode 100644 >index 000000000000..7484d4711d47 >--- /dev/null >+++ net/librdkafka/files/patch-src_rd.h >@@ -0,0 +1,15 @@ >+--- src/rd.h.orig 2017-01-25 12:25:17 UTC >++++ src/rd.h >+@@ -38,6 +38,12 @@ >+ #ifndef _POSIX_C_SOURCE >+ #define _POSIX_C_SOURCE 200809L /* for timespec on solaris */ >+ #endif >++#ifndef __XSI_VISIBLE >++#define __XSI_VISIBLE 700 /* for gettimeofday() */ >++#endif >++#ifndef __BSD_VISIBLE >++#define __BSD_VISIBLE 1 /* for alloca() */ >++#endif >+ #endif >+ >+ #include <stdio.h>
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:
luca.pizzamiglio:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 216520
: 179345 |
179346
|
179347