From owner-freebsd-gnome@FreeBSD.ORG Sat Jul 10 03:17:59 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD0E4106566C; Sat, 10 Jul 2010 03:17:59 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4E3998FC14; Sat, 10 Jul 2010 03:17:58 +0000 (UTC) Received: by wyb34 with SMTP id 34so2515977wyb.13 for ; Fri, 09 Jul 2010 20:17:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=DlNLYnAshZnmov/AOu2bqW0qBg2V5z8PEuWXV5B19jg=; b=x/u5/GPM7PdZ1XiufEtA29xeQyL2JK4F6Dqkxnit3zt9jr66VmZiN5/mlv0mT0537i kxHBI7gw1z71IxNwhHfyoRcv6WrwBnsTgyF71jgaL/OQBLE9y3+DEsUb1kRDqvg5y/r+ Tu93GfOhBVDSBETWIeYBhx93yVu2JKWY0ymyc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=EqSK1Qy0GZTL8seGjIPfv8uf0FMEYEIOh5lnC6E4DeB862cnD2lD0mpGOOG/kPK251 JK7f8130RIJmsMefBevmABij6uD8Bobgay/JmiSFaD3K84KiqDrtRQOatzyXI0ILP08H aaSAshFl6zkUFGq30aTsG466p9+xdVMgb+mU8= MIME-Version: 1.0 Received: by 10.216.158.139 with SMTP id q11mr5244007wek.73.1278730120466; Fri, 09 Jul 2010 19:48:40 -0700 (PDT) Received: by 10.216.231.142 with HTTP; Fri, 9 Jul 2010 19:48:40 -0700 (PDT) In-Reply-To: <4C37A23D.4050708@infracaninophile.co.uk> References: <4C37A23D.4050708@infracaninophile.co.uk> Date: Fri, 9 Jul 2010 21:48:40 -0500 Message-ID: From: Scot Hetzel To: Matthew Seaman Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: gnome@freebsd.org, Palle Girgensohn , "freebsd-ports@FreeBSD.org" Subject: Re: devel/icu4 update -- chase LIB_DEPENDS X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jul 2010 03:17:59 -0000 On Fri, Jul 9, 2010 at 5:27 PM, Matthew Seaman wrote: > However naively incrementing the shlib version in the > databases/postgresql84-server Makefile doesn't work: > > =3D=3D=3D> =A0Configuring for postgresql-server-8.4.4_2 > checking build system type... amd64-portbld-freebsd8.1 > checking host system type... amd64-portbld-freebsd8.1 > checking which template to use... freebsd > checking whether to build with 64-bit integer date/time support... yes > checking whether NLS is wanted... yes > [...] > checking for CRYPTO_new_ex_data in -lcrypto... yes > checking for SSL_library_init in -lssl... yes > checking for ucol_open_43 in -licui18n... no > checking for ucol_open_3_8 in -licui18n... no > checking for ucol_open_3_6 in -licui18n... no > checking for ucol_open_3_4 in -licui18n... no > configure: error: library 'icui18n' is required for ICU > =3D=3D=3D> =A0Script "configure" failed unexpectedly. > Please report the problem to girgen@FreeBSD.org [maintainer] and attach t= he > "/usr/ports/databases/postgresql84-server/work/postgresql-8.4.4/config.lo= g" > including the output of the failure of your make command. Also, it might = be > a good idea to provide an overview of all packages installed on your syst= em > (e.g. an `ls /var/db/pkg`). > *** Error code 1 > Looks like it needs a change to the ${WRKSRC}/configure script to detect ucol_open_44 and ucnv_fromUChars_44: http://www.freebsd.org/cgi/cvsweb.cgi/ports/databases/postgresql84-server/f= iles/extra-patch-icu4 The simplest way to fix this would be to change ucol_open_43 and ucnv_fromUChars_43 in the extra-patch-icu4 to ucol_open_44 and ucnv_fromUChars_44. Scot