Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 May 2001 20:45:27 -0400 (EDT)
From:      hoss@lodestone.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27292: databases/ruby-postgres-0.6.4 won't compile; fix included.
Message-ID:  <200105130045.f4D0jRV12982@compass.lodestone.org>

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

>Number:         27292
>Category:       ports
>Synopsis:       databases/ruby-postgres-0.6.4 won't compile; fix included.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 12 17:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Hoss Firooznia
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
>Environment:

	

>Description:

	The include and library paths in the Makefile for the ruby-postgres port
	don't match the actual ones used by PostgreSQL 7.  The enclosed patch
	fixes this.

>How-To-Repeat:

	

>Fix:

*** Makefile.orig	Thu May  3 23:32:51 2001
--- Makefile	Thu May  3 23:34:27 2001
***************
*** 20,26 ****
  USE_RUBY=	yes
  USE_RUBY_EXTCONF=	yes
  
! CONFIGURE_ARGS=	--with-pgsql-include-dir="${LOCALBASE}/include/pgsql"
  INSTALL_TARGET=	site-install
  
  DOCS_EN=	ChangeLog README doc/postgres.html
--- 20,27 ----
  USE_RUBY=	yes
  USE_RUBY_EXTCONF=	yes
  
! CONFIGURE_ARGS=	--with-pgsql-include-dir="${LOCALBASE}/pgsql/include" \
! 	--with-pgsql-lib-dir="${LOCALBASE}/pgsql/lib"
  INSTALL_TARGET=	site-install
  
  DOCS_EN=	ChangeLog README doc/postgres.html
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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