FreeBSD Bugzilla – Attachment 75214 Details for
Bug 108689
[patch] irc/bitlbee: bitlbee on 6.2-RELEASE with NO_INET6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.12 KB, created by
Bernard Spil
on 2007-02-02 14:40:22 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2007-02-02 14:40:22 UTC
Size:
1.12 KB
patch
obsolete
>--- Makefile.orig Tue Jan 2 09:54:08 2007 >+++ Makefile Fri Feb 2 14:07:16 2007 >@@ -28,7 +28,10 @@ > > OPTIONS= MSN "Enable MSN protocol support" On \ > LDAP "Enable LDAP authentication support" Off \ >- RECODE "Enable oscar_recode_charset" Off >+ RECODE "Enable oscar_recode_charset" Off \ >+ DEBUG "Create debuggable binary" Off \ >+ OPENSSL "Use openssl rather than gnutls" Off \ >+ IPV6 "Compile IPV6 support" On > > CONFIGURE_ARGS= --mandir=${PREFIX}/man --config=${PREFIX}/etc/bitlbee > >@@ -39,12 +42,17 @@ > .endif > > .if !defined(WITHOUT_MSN) >-LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls > CONFIGURE_ARGS+=--msn=1 > .else > CONFIGURE_ARGS+=--msn=0 --ssl=bogus > .endif > >+.if defined(WITH_OPENSSL) >+CONFIGURE_ARGS+=--ssl=openssl >+.else >+LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls >+.endif >+ > .if defined(WITH_LDAP) > USE_OPENLDAP= yes > CONFIGURE_ARGS+=--ldap=${LOCALBASE} >@@ -54,6 +62,14 @@ > post-patch:: > @cd ${WRKDIR} && \ > ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/oscar-recode-patch >+.endif >+ >+.if defined(WITH_DEBUG) >+CONFIGURE_ARGS+=--debug=1 >+.endif >+ >+.if defined(WITHOUT_IPV6) >+CONFIGURE_ARGS+=--ipv6=0 > .endif > > pre-install:
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 108689
: 75214