FreeBSD Bugzilla – Attachment 89303 Details for
Bug 126208
[REPOCOPY] irc/bitlbee -> irc/bitlbee-otr
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.35 KB, created by
Ashish Shukla
on 2008-08-03 14:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ashish Shukla
Created:
2008-08-03 14:10:01 UTC
Size:
2.35 KB
patch
obsolete
>diff -urN /usr/ports/irc/bitlbee/Makefile bitlbee/Makefile >--- /usr/ports/irc/bitlbee/Makefile 2008-06-29 03:02:48.000000000 +0530 >+++ bitlbee/Makefile 2008-08-03 18:31:10.000000000 +0530 >@@ -30,7 +30,11 @@ > OPTIONS= MSN "Enable MSN protocol support" On \ > DEBUG "Create debuggable binary" Off \ > OPENSSL "Use openssl rather than gnutls" Off \ >- IPV6 "Compile IPV6 support" On >+ IPV6 "Compile IPV6 support" On \ >+ OTR "Enable OTR support" Off \ >+ XMPP "Enable XMPP protocol support" On \ >+ OSCAR "Enable OSCAR (ICQ,AIM) protocol support" On \ >+ YAHOO "Enable Yahoo protocol support" On > > CONFIGURE_ARGS= --config=/var/db/bitlbee --strip=0 > >@@ -60,6 +64,24 @@ > CONFIGURE_ARGS+=--msn=0 --ssl=bogus > .endif > >+.if !defined(WITHOUT_XMPP) >+CONFIGURE_ARGS+=--jabber=1 >+.else >+CONFIGURE_ARGS+=--jabber=0 >+.endif >+ >+.if !defined(WITHOUT_OSCAR) >+CONFIGURE_ARGS+=--oscar=1 >+.else >+CONFIGURE_ARGS+=--oscar=0 >+.endif >+ >+.if !defined(WITHOUT_YAHOO) >+CONFIGURE_ARGS+=--yahoo=1 >+.else >+CONFIGURE_ARGS+=--yahoo=0 >+.endif >+ > .if defined(WITH_OPENSSL) > CONFIGURE_ARGS+=--ssl=openssl > .else >@@ -75,6 +97,25 @@ > CONFIGURE_ARGS+=--ipv6=0 > .endif > >+.if defined(WITH_OTR) >+PATCHFILES+= bitlbee-otr-1.2.1.diff >+PATCH_SITES= http://wahjava.googlepages.com/ >+PATCH_DIST_STRIP= -p1 >+PATCH= ${LOCALBASE}/bin/gpatch >+BUILD_DEPENDS+= ${LOCALBASE}/bin/gpatch:${PORTSDIR}/devel/patch >+LIB_DEPENDS+= otr.4:${PORTSDIR}/security/libotr >+CONFIGURE_ARGS+=--otr=1 >+.if !defined(NOPORTDOCS) >+BUILD_DEPENDS+= ${LOCALBASE}/bin/xmlto:${PORTSDIR}/textproc/xmlto \ >+ ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt >+post-build: >+ ${MKDIR} -p ${WRKSRC}/.bzr >+ ${GMAKE} -C ${WRKSRC}/doc/user-guide >+.endif >+.else >+PLIST_SUB+= OTR="@comment " >+.endif >+ > post-patch: > @${REINPLACE_CMD} \ > -e "s|^EFLAGS=|EFLAGS=${LDFLAGS}|" \ >diff -urN /usr/ports/irc/bitlbee/distinfo bitlbee/distinfo >--- /usr/ports/irc/bitlbee/distinfo 2008-06-29 03:02:48.000000000 +0530 >+++ bitlbee/distinfo 2008-08-03 16:50:51.000000000 +0530 >@@ -1,3 +1,6 @@ > MD5 (bitlbee-1.2.1.tar.gz) = ca00f65aea89903ba78321eac00f7849 > SHA256 (bitlbee-1.2.1.tar.gz) = 4654e8824eea2ba787b4751782ee3ca704b756d3c4f623cda409cde212198d06 > SIZE (bitlbee-1.2.1.tar.gz) = 471454 >+MD5 (bitlbee-otr-1.2.1.diff) = b4f235b6d3e9b474b76249ace88f9d36 >+SHA256 (bitlbee-otr-1.2.1.diff) = c162518d4e0b766142337ac282c6ddfece184f42628e03e68fe5d48aa846f835 >+SIZE (bitlbee-otr-1.2.1.diff) = 287308
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 126208
: 89303 |
89304