View | Details | Raw Unified | Return to bug 144975
Collapse All | Expand All

(-)bitlbee-otr/Makefile (-2 / +2 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	bitlbee-otr
8
PORTNAME=	bitlbee-otr
9
PORTVERSION=	1.2.4
9
PORTVERSION=	1.2.5
10
CATEGORIES=	irc
10
CATEGORIES=	irc
11
MASTER_SITES=	http://freebsd.unixfreunde.de/sources/ \
11
MASTER_SITES=	http://fbsd.zlonet.ru/distfiles/ \
12
		${MASTER_SITE_FREEBSD}
12
		${MASTER_SITE_FREEBSD}
13
13
14
MAINTAINER=	wahjava@gmail.com
14
MAINTAINER=	wahjava@gmail.com
(-)bitlbee-otr/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (bitlbee-otr-1.2.4.tar.bz2) = 4d432b7d039380f65b18bf67fa4eb05a
1
MD5 (bitlbee-otr-1.2.5.tar.bz2) = 26c20921ff586fcd5253a324f33bde1b
2
SHA256 (bitlbee-otr-1.2.4.tar.bz2) = e15ce401d7c7ef19489c23c34ee301e7af58ad83d29fc0b06cd935f8d54754e2
2
SHA256 (bitlbee-otr-1.2.5.tar.bz2) = 93d283ff829decf6ee8c89d23f4ad441f3a6c24820bba8ea9580e738865bf605
3
SIZE (bitlbee-otr-1.2.4.tar.bz2) = 380950
3
SIZE (bitlbee-otr-1.2.5.tar.bz2) = 374939
(-)bitlbee-otr/files/patch-configure (-22 lines)
Lines 1-22 Link Here
1
2
$FreeBSD: ports/irc/bitlbee-otr/files/patch-configure,v 1.6 2009/09/19 12:52:23 miwi Exp $
3
4
--- configure.orig
5
+++ configure
6
@@ -350,13 +350,11 @@
7
 
8
 echo 'SSL_CLIENT=ssl_'$ssl'.o' >> Makefile.settings
9
 
10
-for i in $systemlibdirs; do
11
-	if [ -f $i/libresolv.a ]; then
12
+if [ "$arch" = FreeBSD ]; then
13
+	if [ `strings /lib/libc.so.* |grep res_query |wc -l` -gt 0 ]; then
14
 		echo '#define HAVE_RESOLV_A' >> config.h
15
-		echo 'EFLAGS+='$i'/libresolv.a' >> Makefile.settings
16
-		break
17
 	fi
18
-done
19
+fi
20
 
21
 STORAGES="text xml"
22

Return to bug 144975