Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 May 2006 05:20:20 GMT
From:      sergey akifiev <sergey@road.omskelecom.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/95458: net-im/jabberd port doesn't work with bdb storage backend
Message-ID:  <200605120520.k4C5KKVf001697@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/95458; it has been noted by GNATS.

From: sergey akifiev <sergey@road.omskelecom.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/95458: net-im/jabberd port doesn't work with bdb storage backend
Date: Fri, 12 May 2006 12:15:43 +0700

 --SUOF0GtieIMvvwua
 Content-Type: text/plain; charset=koi8-r
 Content-Disposition: inline
 
 i've managed to get it working. now it uses bdb43 headers and links against
 correct libs.
 patch attached.
 -- 
 WBFH: -error IL2: =SB=error
 SGA16-RIPE
 
 --SUOF0GtieIMvvwua
 Content-Type: text/plain; charset=koi8-r
 Content-Disposition: attachment; filename="Makefile.patch"
 
 --- /usr/ports/net-im/jabberd/Makefile	Mon Mar 20 18:24:18 2006
 +++ Makefile	Fri May 12 12:10:41 2006
 @@ -67,10 +67,12 @@
  .endif
  
  .if defined(WITH_BDB)
 -LIB_DEPENDS+=	db41.1:${PORTSDIR}/databases/db41
 +USE_BDB=	yes
 +WANT_BDB_VER=	43
  CONFIGURE_ARGS+=--enable-db
  CONFIGURE_ARGS+=--oldincludedir=/nonexistant
 -EIP+=:${LOCALBASE}/include/db41
 +EIP+=:${BDB_INCLUDE_DIR}
 +ELP+=:${BDB_LIB_DIR}
  .else
  CONFIGURE_ARGS+=--disable-db
  .endif
 
 --SUOF0GtieIMvvwua--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605120520.k4C5KKVf001697>