FreeBSD Bugzilla – Attachment 155301 Details for
Bug 199261
[patch update] irc/bitlbee: Update to 3.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 3.4
bitlbee-3.4.diff (text/plain), 3.06 KB, created by
Renato Botelho
on 2015-04-07 11:04:03 UTC
(
hide
)
Description:
Update to 3.4
Filename:
MIME Type:
Creator:
Renato Botelho
Created:
2015-04-07 11:04:03 UTC
Size:
3.06 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 383493) >+++ Makefile (working copy) >@@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= bitlbee >-PORTVERSION= 3.2.2 >-PORTREVISION= 4 >+PORTVERSION= 3.4 > CATEGORIES= irc > MASTER_SITES= http://get.bitlbee.org/src/ \ > ${MASTER_SITE_LOCAL} >@@ -13,6 +12,9 @@ > > LICENSE= GPLv2 > >+BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto \ >+ xsltproc:${PORTSDIR}/textproc/libxslt >+ > SUB_FILES= pkg-message > PORTDOCS= AUTHORS CHANGES CREDITS FAQ README > PORTEXAMPLES= bitlbee.conf motd.txt >@@ -19,26 +21,28 @@ > > GNU_CONFIGURE= yes > USES= gmake pkgconfig >-USE_GNOME= glib20 > USE_RC_SUBR= bitlbee > PKGMESSAGE= ${WRKDIR}/pkg-message > >-OPTIONS_DEFINE= DEBUG DOCS EXAMPLES IPV6 OTR >+OPTIONS_DEFINE= DEBUG DOCS EXAMPLES OTR > >-OPTIONS_SINGLE= SSL >-OPTIONS_SINGLE_SSL= OPENSSL GNUTLS >+OPTIONS_SINGLE= EVENTS SSL >+OPTIONS_SINGLE_EVENTS= GLIB LIBEVENT >+OPTIONS_SINGLE_SSL= OPENSSL GNUTLS NSS > > OPTIONS_MULTI= PROTO > OPTIONS_MULTI_PROTO= JABBER LIBPURPLE MSN OSCAR TWITTER YAHOO > >-OTR_DESC= Off-the-Record Messaging support (Requires GnuTLS) >+OTR_DESC= Off-the-Record Messaging support > LIBPURPLE_DESC= Use libpurple for protocol support > MSN_DESC= Microsoft Messenger support > OSCAR_DESC= OSCAR (ICQ, AIM) support > TWITTER_DESC= Twitter support > YAHOO_DESC= Yahoo! Messenger support >+GLIB_DESC= Use glib as event handler >+LIBEVENT_DESC= Use libevent as event handler > >-OPTIONS_DEFAULT= GNUTLS JABBER MSN OSCAR TWITTER YAHOO >+OPTIONS_DEFAULT= GLIB GNUTLS JABBER OSCAR TWITTER YAHOO > > CONFIGURE_ARGS= --config=/var/db/bitlbee --strip=0 > >@@ -47,10 +51,6 @@ > > .include <bsd.port.options.mk> > >-.if ${PORT_OPTIONS:MOPENSSL} && ${PORT_OPTIONS:MOTR} >-IGNORE=Off-the-Record Messaging support requires GnuTLS support >-.endif >- > .if ${PORT_OPTIONS:MDEBUG} > CONFIGURE_ARGS+=--debug=1 > .else >@@ -57,14 +57,11 @@ > CONFIGURE_ARGS+=--debug=0 > .endif > >-.if ${PORT_OPTIONS:MIPV6} >-CONFIGURE_ARGS+=--ipv6=1 >-.else >-CONFIGURE_ARGS+=--ipv6=0 >-.endif >- > .if ${PORT_OPTIONS:MOPENSSL} > CONFIGURE_ARGS+=--ssl=openssl >+.elif ${PORT_OPTIONS:MNSS} >+CONFIGURE_ARGS+=--ssl=nss >+LIB_DEPENDS+= libnss3.so:${PORTSDIR}/security/nss > .elif ${PORT_OPTIONS:MGNUTLS} > CONFIGURE_ARGS+=--ssl=gnutls > LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls \ >@@ -71,6 +68,14 @@ > libgcrypt.so:${PORTSDIR}/security/libgcrypt > .endif > >+.if ${PORT_OPTIONS:MGLIB} >+CONFIGURE_ARGS+=--events=glib >+USE_GNOME= glib20 >+.elif ${PORT_OPTIONS:MLIBEVENT} >+CONFIGURE_ARGS+=--events=libevent >+LIB_DEPENDS+= libevent.so:${PORTSDIR}/devel/libevent2 >+.endif >+ > .if ${PORT_OPTIONS:MOTR} > CONFIGURE_ARGS+=--otr=1 > LIB_DEPENDS+= libotr.so:${PORTSDIR}/security/libotr >Index: distinfo >=================================================================== >--- distinfo (revision 383493) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (bitlbee-3.2.2.tar.gz) = ba38939281f23e8a0e71022c7be0cb68f6544248404362c5e20245fa7a67558e >-SIZE (bitlbee-3.2.2.tar.gz) = 661757 >+SHA256 (bitlbee-3.4.tar.gz) = cebad646bbfd17c80923743244039fd970e3ca27e8c1b7cf872622e773239d5e >+SIZE (bitlbee-3.4.tar.gz) = 761027
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 199261
: 155301