FreeBSD Bugzilla – Attachment 106341 Details for
Bug 146912
[patch] irc/weechat-devel: libexecinfo dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
a.diff
a.diff (text/plain), 1.30 KB, created by
swell.k
on 2010-05-24 08:40:01 UTC
(
hide
)
Description:
a.diff
Filename:
MIME Type:
Creator:
swell.k
Created:
2010-05-24 08:40:01 UTC
Size:
1.30 KB
patch
obsolete
>Index: irc/weechat-devel/Makefile >=================================================================== >RCS file: /a/.cvsup/ports/irc/weechat-devel/Makefile,v >retrieving revision 1.50 >diff -u -p -r1.50 Makefile >--- irc/weechat-devel/Makefile 24 Apr 2010 11:48:40 -0000 1.50 >+++ irc/weechat-devel/Makefile 24 May 2010 07:18:37 -0000 >@@ -31,6 +31,7 @@ OPTIONS= RUBY "Ruby scripting support." > TCL "TCL scripting support." Off \ > LUA "Lua scripting support." Off \ > CHARSET "Charset support." On \ >+ BACKTRACE "Backtraces." Off \ > DEBUG "Debugging." On \ > ASPELL "Spell checking." Off \ > GNUTLS "GNU TLS." Off \ >@@ -125,6 +126,10 @@ CMAKE_ARGS+= -DDISABLE_DOC=yes > PLIST_SUB+= DOCUMENTATION="@comment " > .endif > >+.if defined(WITH_BACKTRACE) >+LIB_DEPENDS+= execinfo.1:${PORTSDIR}/devel/libexecinfo >+.endif >+ > MAN1= weechat-curses.1 > > post-extract: >@@ -133,6 +138,9 @@ post-extract: > post-patch: > @${REINPLACE_CMD} -e 's|$${LIBDIR}/../pkgconfig|$${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|' ${WRKSRC}/CMakeLists.txt > @${REINPLACE_CMD} -e 's|INSTALL|#INSTALL|' ${WRKSRC}/doc/CMakeLists.txt >+.if defined(WITHOUT_BACKTRACE) >+ @${REINPLACE_CMD} -e '/IF.*FreeBSD/,/ENDIF.*FreeBSD/d' ${WRKSRC}/src/core/CMakeLists.txt >+.endif > > post-install: > ${INSTALL_MAN} ${WRKSRC}/doc/weechat-curses.1 ${MANPREFIX}/man/man1
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 146912
: 106341