Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Oct 2005 15:58:33 GMT
From:      Tatsuto Toyonaga <toyonaga@rr.iij4u.or.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/88242: postgres*-server/Makefile refers to old version of libicudata
Message-ID:  <200510301558.j9UFwXVm016283@www.freebsd.org>
Resent-Message-ID: <200510301600.j9UG0TwN045474@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         88242
>Category:       ports
>Synopsis:       postgres*-server/Makefile refers to old version of libicudata
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 30 16:00:29 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Tatsuto Toyonaga
>Release:        7.0-current
>Organization:
home
>Environment:
FreeBSD opium.ttyng.org 7.0-CURRENT FreeBSD 7.0-CURRENT #250: Sun Oct 30 22:28:33 JST 2005     root@opium.ttyng.org:/usr/obj/usr/src/sys/OPIUM  i386
>Description:
${PORTSDIR}/databases/postgresql80-server/Makefile has following line:

  .  if defined(SERVER_ONLY) && defined(WITH_ICU)
  USE_AUTOCONF_VER=253
  CONFIGURE_ARGS+=--with-icu
  LIB_DEPENDS=    icudata.32:${PORTSDIR}/devel/icu
  PATCH_SITES+=   http://people.freebsd.org/~girgen/postgresql-icu/:icu
  PATCHFILES+=    pg-803-icu-2005-08-16.diff.gz:icu
  .  endif

But ${PORTSDIR}/devel/icu now has version 3.4. This line causes
error when I run "portsdb -uU"


>How-To-Repeat:
have following in /var/db/ports/postgresql80/options and run 
"portsdb -uU"

WITH_NLS=true
WITHOUT_PAM=true
WITHOUT_MIT_KRB5=true
WITHOUT_HEIMDAL_KRB5=true
WITHOUT_OPTIMIZED_CFLAGS=true
WITH_LIBC_R=true
WITHOUT_TESTS=true
WITHOUT_DEBUG=true
WITH_ICU=true
WITHOUT_HIER=true
WITHOUT_INTDATE=true

>Fix:
I guess changing
  LIB_DEPENDS=    icudata.32:${PORTSDIR}/devel/icu
to
  LIB_DEPENDS=    icudata.34:${PORTSDIR}/devel/icu
may fix the problem.

Also ${PORTSDIR}/databases/postgresql81-server/Makefile
also has this line of code.


>Release-Note:
>Audit-Trail:
>Unformatted:



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