Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Mar 2004 14:32:00 -0500 (EST)
From:      Trevor Johnson <trevor@jpj.net>
To:        funtik <funt@alarit.com>
Cc:        ports@freebsd.org
Subject:   Re: postgresql installation DON`T WORK(need gettext)
Message-ID:  <20040306142405.F55348@blues.jpj.net>
In-Reply-To: <200402261705.21368.funt@alarit.com>
References:  <200402261705.21368.funt@alarit.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> I has gettext-0.12 and installed postgresql
> Today I am updade ports and try install postgresql dtatbase.(Postgresql ports
> Makefile have date : 2004/02/05)
> It need gettext-0.13.
> I am reinstall gettext and try install postgresql again:
>
> ===>  Building for postgresql-7.4.1_1
> /libexec/ld-elf.so.1: Shared object "libintl.so.5" not found

If you apply the following patch to your /usr/ports/Mk/bsd.port.mk then
you can continue to use gettext 0.12.1 until/unless ported software needs
features from 0.13.1 and until/unless you want to use portupgrade.

Index: bsd.port.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.484
diff -u -r1.484 bsd.port.mk
--- bsd.port.mk	4 Feb 2004 04:27:04 -0000	1.484
+++ bsd.port.mk	6 Mar 2004 19:21:50 -0000
@@ -1668,7 +1668,7 @@
 .endif

 .if defined(USE_GETTEXT)
-LIB_DEPENDS+=	intl.6:${PORTSDIR}/devel/gettext
+LIB_DEPENDS+=	intl.5:${PORTSDIR}/devel/gettext
 .endif

 .if defined(USE_LINUX)
-- 
Trevor Johnson



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