ports/137959: [PATCH] irc/bitlbee-otr is not doing SRV lookups for XMPP protocol

Ashish SHUKLA wahjava at gmail.com
Fri Aug 21 05:40:09 UTC 2009


The following reply was made to PR ports/137959; it has been noted by GNATS.

From: wahjava at gmail.com (Ashish SHUKLA)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/137959: [PATCH] irc/bitlbee-otr is not doing SRV lookups for XMPP protocol
Date: Fri, 21 Aug 2009 10:59:48 +0530

 --=-=-=
 Content-Type: multipart/signed; boundary="==-=-=";
 	micalg=pgp-sha1; protocol="application/pgp-signature"
 
 --==-=-=
 Content-Transfer-Encoding: quoted-printable
 
 Please discard the old diff file. The attached diff file has
 MASTERS_SITE set to MASTER_SITE_FREEBSD as the distfile is already
 uploaded to the FreeBSD FTP servers.
 
 Thanks
 =2D-=20
 Ashish SHUKLA
 
 --==-=-=
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.12 (FreeBSD)
 
 iEYEARECAAYFAkqOMNAACgkQHy+EEHYuXnRjbACggnbNnKWEUbUXhIKTW/8N7tdR
 y7YAoIHcWDnI2jDRShULDIJbNIg0YDqp
 =xugt
 -----END PGP SIGNATURE-----
 --==-=-=--
 
 --=-=-=
 Content-Type: text/x-diff
 Content-Disposition: attachment; filename=bitlbee-otr.diff
 Content-Description: bitlbee-otr diff file
 
 diff -urN /usr/ports/irc/bitlbee-otr/Makefile bitlbee-otr/Makefile
 --- /usr/ports/irc/bitlbee-otr/Makefile	2009-08-18 05:35:25.000000000 +0530
 +++ bitlbee-otr/Makefile	2009-08-19 23:11:59.000000000 +0530
 @@ -7,9 +7,9 @@
  
  PORTNAME=	bitlbee-otr
  PORTVERSION=	1.2.3
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	irc
 -MASTER_SITES=	http://wahjava.googlepages.com/
 +MASTER_SITES=	${MASTER_SITE_FREEBSD}
  
  MAINTAINER=	wahjava at gmail.com
  COMMENT=	An IRC to other chat networks gateway with support for OTR
 diff -urN /usr/ports/irc/bitlbee-otr/files/patch-configure bitlbee-otr/files/patch-configure
 --- /usr/ports/irc/bitlbee-otr/files/patch-configure	1970-01-01 05:30:00.000000000 +0530
 +++ bitlbee-otr/files/patch-configure	2009-08-19 14:59:56.000000000 +0530
 @@ -0,0 +1,22 @@
 +
 +$FreeBSD$
 +
 +--- configure.orig
 ++++ configure
 +@@ -350,13 +350,11 @@
 + 
 + echo 'SSL_CLIENT=ssl_'$ssl'.o' >> Makefile.settings
 + 
 +-for i in $systemlibdirs; do
 +-	if [ -f $i/libresolv.a ]; then
 ++if [ "$arch" = FreeBSD ]; then
 ++	if [ `strings /lib/libc.so.* |grep res_query |wc -l` -gt 0 ]; then
 + 		echo '#define HAVE_RESOLV_A' >> config.h
 +-		echo 'EFLAGS+='$i'/libresolv.a' >> Makefile.settings
 +-		break
 + 	fi
 +-done
 ++fi
 + 
 + STORAGES="text xml"
 + 
 
 --=-=-=--



More information about the freebsd-ports-bugs mailing list