From owner-freebsd-ports Sat May 12 17:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E54E337B43E for ; Sat, 12 May 2001 17:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4D0o1h11872; Sat, 12 May 2001 17:50:01 -0700 (PDT) (envelope-from gnats) Received: from magnet.lodestone.org (roc-24-95-193-231.rochester.rr.com [24.95.193.231]) by hub.freebsd.org (Postfix) with ESMTP id A57DC37B424 for ; Sat, 12 May 2001 17:45:34 -0700 (PDT) (envelope-from hoss@lodestone.org) Received: from compass.lodestone.org (localhost [127.0.0.1]) by magnet.lodestone.org (Postfix) with ESMTP id 0F9153D06 for ; Sat, 12 May 2001 20:45:28 -0400 (EDT) Received: (from hoss@localhost) by compass.lodestone.org (8.11.1/urm) id f4D0jRV12982; Sat, 12 May 2001 20:45:27 -0400 (EDT) Message-Id: <200105130045.f4D0jRV12982@compass.lodestone.org> Date: Sat, 12 May 2001 20:45:27 -0400 (EDT) From: hoss@lodestone.org Reply-To: hoss@lodestone.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27292: databases/ruby-postgres-0.6.4 won't compile; fix included. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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