FreeBSD Bugzilla – Attachment 180243 Details for
Bug 217311
irc/bitlbee: add missing dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix up irc/bitlbee
patch (text/plain), 2.14 KB, created by
Matthew Rezny
on 2017-02-23 14:54:26 UTC
(
hide
)
Description:
fix up irc/bitlbee
Filename:
MIME Type:
Creator:
Matthew Rezny
Created:
2017-02-23 14:54:26 UTC
Size:
2.14 KB
patch
obsolete
>Index: irc/bitlbee/Makefile >=================================================================== >--- irc/bitlbee/Makefile (revision 434663) >+++ irc/bitlbee/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= bitlbee > PORTVERSION= 3.5 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= irc > MASTER_SITES= http://get.bitlbee.org/src/ \ > LOCAL/brix >@@ -21,7 +21,7 @@ > PORTEXAMPLES= bitlbee.conf motd.txt > > HAS_CONFIGURE= yes >-USES= gmake pkgconfig python:build >+USES= gettext-runtime gmake pkgconfig python:build > USE_RC_SUBR= bitlbee > USE_GNOME= glib20 > OPTIONS_SUB= yes >@@ -47,6 +47,7 @@ > YAHOO_DESC= Yahoo! Messenger support > GLIB_DESC= Use glib as event handler > LIBEVENT_DESC= Use libevent as event handler >+LIBEVENT_BROKEN= bitlbee w/ libevent fails to start as daemon or fork > > OPTIONS_DEFAULT= GLIB GNUTLS JABBER OSCAR OTR TWITTER YAHOO > >@@ -53,12 +54,15 @@ > CONFIGURE_ARGS= --config=/var/db/bitlbee \ > --pcdir=${PREFIX}/libdata/pkgconfig \ > --prefix=${PREFIX} \ >- --mandir=${MANPREFIX}/man >+ --mandir=${MANPREFIX}/man \ >+ --strip=1 > > DEBUG_CONFIGURE_ON= --debug=1 >+GLIB_CONFIGURE_ON= --events=glib > GNUTLS_CONFIGURE_ON= --ssl=gnutls > GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \ >- libgcrypt.so:security/libgcrypt >+ libgcrypt.so:security/libgcrypt \ >+ libgpg-error.so:security/libgpg-error > JABBER_CONFIGURE_OFF= --jabber=0 > LIBEVENT_CONFIGURE_ON= --events=libevent --libevent=${LOCALBASE} > LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent >@@ -66,11 +70,17 @@ > LIBPURPLE_LIB_DEPENDS= libpurple.so:net-im/libpurple > MSN_CONFIGURE_OFF= --msn=0 > NSS_CONFIGURE_ON= --ssl=nss >-NSS_LIB_DEPENDS= libnss3.so:security/nss >+NSS_LIB_DEPENDS= libnss3.so:security/nss \ >+ libnspr4.so:devel/nspr \ >+ libplc4.so:devel/nspr \ >+ libplds4.so:devel/nspr > OPENSSL_CONFIGURE_ON= --ssl=openssl >+OPENSSL_USES= ssl > OSCAR_CONFIGURE_OFF= --oscar=0 > OTR_CONFIGURE_ON= --otr=1 >-OTR_LIB_DEPENDS= libotr.so.5:security/libotr >+OTR_LIB_DEPENDS= libotr.so.5:security/libotr \ >+ libgcrypt.so:security/libgcrypt \ >+ libgpg-error.so:security/libgpg-error > SKYPE_CONFIGURE_ON= --skype=1 > SKYPE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Skype4Py>0:net-im/py-skype4py > SKYPE_USES= python
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 217311
: 180243