From nobody@FreeBSD.org  Sun Oct 30 15:58:33 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DF2F516A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 30 Oct 2005 15:58:33 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A244C43D49
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 30 Oct 2005 15:58:33 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j9UFwXaq016284
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 30 Oct 2005 15:58:33 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j9UFwXVm016283;
	Sun, 30 Oct 2005 15:58:33 GMT
	(envelope-from nobody)
Message-Id: <200510301558.j9UFwXVm016283@www.freebsd.org>
Date: Sun, 30 Oct 2005 15:58:33 GMT
From: Tatsuto Toyonaga <toyonaga@rr.iij4u.or.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: postgres*-server/Makefile refers to old version of libicudata
X-Send-Pr-Version: www-2.3

>Number:         88242
>Category:       ports
>Synopsis:       postgres*-server/Makefile refers to old version of libicudata
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    girgen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 30 16:00:29 GMT 2005
>Closed-Date:    Sun Oct 30 22:27:27 GMT 2005
>Last-Modified:  Sun Oct 30 22:27:27 GMT 2005
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->girgen 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Oct 30 20:55:55 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88242 
State-Changed-From-To: open->closed 
State-Changed-By: girgen 
State-Changed-When: Sun Oct 30 22:26:26 GMT 2005 
State-Changed-Why:  
Fix committed. Thanks!  

http://www.freebsd.org/cgi/query-pr.cgi?pr=88242 
>Unformatted:
