postgresql installation DON`T WORK(need gettext)

Trevor Johnson trevor at jpj.net
Sat Mar 6 11:31:40 PST 2004


> 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


More information about the freebsd-ports mailing list