FreeBSD Bugzilla – Attachment 144056 Details for
Bug 191298
sysutils/clsync doesn't build if devel/libexecinfo is not installed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
clsync port patch: v0.4rc2 -> v0.4rc4
sysutils-clsync-execinfo.patch (text/plain), 1.82 KB, created by
xaionaro
on 2014-06-23 07:07:51 UTC
(
hide
)
Description:
clsync port patch: v0.4rc2 -> v0.4rc4
Filename:
MIME Type:
Creator:
xaionaro
Created:
2014-06-23 07:07:51 UTC
Size:
1.82 KB
patch
obsolete
>diff -rupN clsync-orig/Makefile clsync-new/Makefile >--- clsync-orig/Makefile 2014-06-09 23:38:24.000000000 +0400 >+++ clsync-new/Makefile 2014-06-23 10:31:54.000000000 +0400 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/sysutils/clsync/Makefile 357199 2014-06-09 19:38:24Z feld $ > > PORTNAME= clsync >-DISTVERSION= 0.4~rc2 >+DISTVERSION= 0.4~rc4 > CATEGORIES= sysutils > > MAINTAINER= dyokunev@ut.mephi.ru >@@ -23,17 +23,18 @@ SUB_FILES= pkg-message > USE_GITHUB= yes > GH_ACCOUNT= xaionaro > GH_PROJECT= clsync >-GH_COMMIT= 15501e4 >+GH_COMMIT= 57adda6 > GH_TAGNAME= ${GH_COMMIT} > > USE_AUTOTOOLS= autoconf aclocal automake libtoolize > >-OPTIONS_DEFINE= PARANOID VERYPARANOID SOCKET DEBUG LIBCLSYNC >+OPTIONS_DEFINE= PARANOID VERYPARANOID SOCKET DEBUG LIBCLSYNC BACKTRACE > > PARANOID_DESC= Enable paranoid secure routines > VERYPARANOID_DESC=Enable extra paranoid secure routines and disable some extra features > SOCKET_DESC= Enable control socket support > LIBCLSYNC_DESC= Build libclsync.so for control socket clients >+BACKTRACE_DESC= Use devel/libexecinfo for backtrace support on critical errors > > OPTIONS_DEFAULT=PARANOID > >@@ -60,6 +61,11 @@ CONFIGURE_ARGS+= --enable-debug > .if ${PORT_OPTIONS:MLIBCLSYNC} > CONFIGURE_ARGS+= --enable-libclsync > .endif >+.if ${PORT_OPTIONS:MBACKTRACE} >+LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo >+.endif >+ >+CPPFLAGS+= -I/usr/local/include > > .include <bsd.port.pre.mk> > >diff -rupN clsync-orig/distinfo clsync-new/distinfo >--- clsync-orig/distinfo 2014-06-09 23:31:27.000000000 +0400 >+++ clsync-new/distinfo 2014-06-21 16:20:18.000000000 +0400 >@@ -1,2 +1,2 @@ >-SHA256 (clsync-0.4~rc2.tar.gz) = 86adce37978d4e69525b729943b62a4a0e74196832fb812ad50cc8a58d35dccb >-SIZE (clsync-0.4~rc2.tar.gz) = 142026 >+SHA256 (clsync-0.4~rc4.tar.gz) = cb83ec40ca0b3ef323b71f19e91214219ead7e05fc53ea9c9cc34eff41b6ae12 >+SIZE (clsync-0.4~rc4.tar.gz) = 155205
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
Actions:
View
|
Diff
Attachments on
bug 191298
: 144056