FreeBSD Bugzilla – Attachment 175313 Details for
Bug 210545
[NEW PORT] devel/riemann-c-client: C client library for the Riemann monitoring system
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
devel_riemann-c-client.shar
devel_riemann-c-client_shar.txt (text/plain), 5.83 KB, created by
Krzysztof
on 2016-09-30 16:55:56 UTC
(
hide
)
Description:
devel_riemann-c-client.shar
Filename:
MIME Type:
Creator:
Krzysztof
Created:
2016-09-30 16:55:56 UTC
Size:
5.83 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># devel/riemann-c-client/ ># devel/riemann-c-client/Makefile ># devel/riemann-c-client/distinfo ># devel/riemann-c-client/files ># devel/riemann-c-client/files/patch-Makefile.am ># devel/riemann-c-client/files/patch-lib_riemann_client.c ># devel/riemann-c-client/files/patch-lib_riemann_client_tls.c ># devel/riemann-c-client/files/patch-lib_riemann_simple.c ># devel/riemann-c-client/pkg-descr ># devel/riemann-c-client/pkg-plist ># >echo c - devel/riemann-c-client/ >mkdir -p devel/riemann-c-client/ > /dev/null 2>&1 >echo x - devel/riemann-c-client/Makefile >sed 's/^X//' >devel/riemann-c-client/Makefile << '200ec5a39b4a2c16757810204c210299' >X# Created by: ports@bsdserwis.com >X# $FreeBSD$ >X >XPORTNAME= riemann-c-client >XPORTVERSION= 1.9.0 >XCATEGORIES= devel >XMASTER_SITES= https://github.com/algernon/${PORTNAME}/archive/ >X >XMAINTAINER= ports@bsdserwis.com >XCOMMENT= C client library for the Riemann monitoring system >X >XLICENSE= LGPL3+ >X >XLIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c >X >XUSES= autoreconf gmake libtool pkgconfig >XGNU_CONFIGURE= yes >XUSE_LDCONFIG= yes >X >XCPPFLAGS+= -I${LOCALBASE}/include >XLDFLAGS+= -L${LOCALBASE}/lib >X >XCONFIGURE_ARGS+= --oldincludedir=/usr/include >X >XPORTDOCS= README.md NEWS.md API.md >XINSTALL_TARGET= install-strip >X >XOPTIONS_DEFINE= DOCS JSON TLS >X >XJSON_DESC= JSON support with json-c library >XTLS_DESC= TLS support with gnutls >X >XJSON_LIB_DEPENDS= libjson-c.so:devel/json-c >XJSON_C_CFLAGS= -I${LOCALBASE}/include >X >XTLS_LIB_DEPENDS= libgnutls.so:security/gnutls >XTLS_CONFIGURE_ENABLE= tls >X >XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION} >X >X.include <bsd.port.options.mk> >X >Xpost-install: >X.if ${PORT_OPTIONS:MDOCS} >X @${CP} -R ${WRKSRC}/docs/* ${WRKSRC}/ >X @${MKDIR} ${STAGEDIR}${DOCSDIR} >X ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} >X.endif >X >X.include <bsd.port.mk> >200ec5a39b4a2c16757810204c210299 >echo x - devel/riemann-c-client/distinfo >sed 's/^X//' >devel/riemann-c-client/distinfo << '1bc6faa4d779d5b7063e975cc35600eb' >XTIMESTAMP = 1475177538 >XSHA256 (riemann-c-client-1.9.0.tar.gz) = 9584e8f1f442684a0f9607059874cfe1a1632c3fa5de2997b303ab8859048a3b >XSIZE (riemann-c-client-1.9.0.tar.gz) = 74777 >1bc6faa4d779d5b7063e975cc35600eb >echo c - devel/riemann-c-client/files >mkdir -p devel/riemann-c-client/files > /dev/null 2>&1 >echo x - devel/riemann-c-client/files/patch-Makefile.am >sed 's/^X//' >devel/riemann-c-client/files/patch-Makefile.am << '892bfc981e1797f1899d5580d6d805ad' >X--- Makefile.am.orig 2016-04-25 17:04:30 UTC >X+++ Makefile.am >X@@ -68,7 +68,7 @@ lib_libriemann_client_la_LDFLAGS += \ >X lib_libriemann_client_la_DEPENDENCIES = ${top_srcdir}/lib/riemann/libriemann.ver >X endif >X >X-pkgconfigdir = $(libdir)/pkgconfig >X+pkgconfigdir = $(libdir)data/pkgconfig >X pkgconfig_DATA = lib/riemann/riemann-client.pc >X >X # -- Testcases -- >892bfc981e1797f1899d5580d6d805ad >echo x - devel/riemann-c-client/files/patch-lib_riemann_client.c >sed 's/^X//' >devel/riemann-c-client/files/patch-lib_riemann_client.c << '7e4d94f8469fa2674083c9299d12a4f5' >X--- lib/riemann/client.c.orig 2016-04-25 17:04:30 UTC >X+++ lib/riemann/client.c >X@@ -224,10 +224,6 @@ riemann_client_connect_1_0 (riemann_clie >X return riemann_client_connect (client, type, hostname, port); >X } >X >X-#ifdef HAVE_VERSIONING >X-__asm__(".symver riemann_client_connect_1_0,riemann_client_connect@RIEMANN_C_1.0"); >X-#endif >X- >X riemann_client_t * >X riemann_client_create (riemann_client_type_t type, >X const char *hostname, int port, ...) >X@@ -259,10 +255,6 @@ riemann_client_create_1_0 (riemann_clien >X return riemann_client_create (type, hostname, port); >X } >X >X-#ifdef HAVE_VERSIONING >X-__asm__(".symver riemann_client_create_1_0,riemann_client_create@RIEMANN_C_1.0"); >X-#endif >X- >X int >X riemann_client_send_message (riemann_client_t *client, >X riemann_message_t *message) >7e4d94f8469fa2674083c9299d12a4f5 >echo x - devel/riemann-c-client/files/patch-lib_riemann_client_tls.c >sed 's/^X//' >devel/riemann-c-client/files/patch-lib_riemann_client_tls.c << '93993c545728978f1dedebfb35a227fe' >X--- lib/riemann/client/tls.c.orig 2016-04-25 17:04:30 UTC >X+++ lib/riemann/client/tls.c >X@@ -16,6 +16,7 @@ >X */ >X >X #include <stdlib.h> >X+#include <sys/socket.h> >X >X #include "riemann/_private.h" >X #include "riemann/platform.h" >93993c545728978f1dedebfb35a227fe >echo x - devel/riemann-c-client/files/patch-lib_riemann_simple.c >sed 's/^X//' >devel/riemann-c-client/files/patch-lib_riemann_simple.c << '013de56e29c4a7a9e5324162f63eac5c' >X--- lib/riemann/simple.c.orig 2016-04-25 17:04:30 UTC >X+++ lib/riemann/simple.c >X@@ -17,6 +17,7 @@ >X >X #include <netdb.h> >X #include <stdarg.h> >X+#include <sys/socket.h> >X >X #include "riemann/_private.h" >X #include <riemann/simple.h> >013de56e29c4a7a9e5324162f63eac5c >echo x - devel/riemann-c-client/pkg-descr >sed 's/^X//' >devel/riemann-c-client/pkg-descr << '20459a3d9ae17e65c27b179ba1869d8d' >XA C client library for the Riemann monitoring system, >Xproviding a convenient and simple API >X >XWWW: https://github.com/algernon/riemann-c-client/ >20459a3d9ae17e65c27b179ba1869d8d >echo x - devel/riemann-c-client/pkg-plist >sed 's/^X//' >devel/riemann-c-client/pkg-plist << 'bcfa0e028f0b36b8ded49cde2e4378eb' >Xbin/riemann-client >Xinclude/riemann/attribute.h >Xinclude/riemann/client.h >Xinclude/riemann/event.h >Xinclude/riemann/message.h >Xinclude/riemann/proto/riemann.pb-c.h >Xinclude/riemann/query.h >Xinclude/riemann/riemann-client.h >Xinclude/riemann/simple.h >Xlib/libriemann-client.a >Xlib/libriemann-client.so >Xlib/libriemann-client.so.0 >Xlib/libriemann-client.so.0.9.0 >Xlibdata/pkgconfig/riemann-client.pc >Xman/man1/riemann-client.1.gz >bcfa0e028f0b36b8ded49cde2e4378eb >exit >
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 Raw
Flags:
ports
:
maintainer-approval?
Actions:
View
Attachments on
bug 210545
:
171768
| 175313 |
175322
|
175340
|
175343