From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 25 02:30:19 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F245B16A4CF for ; Wed, 25 Feb 2004 02:30:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7A4243D1D for ; Wed, 25 Feb 2004 02:30:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1PAUIbv059082 for ; Wed, 25 Feb 2004 02:30:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1PAUIne059075; Wed, 25 Feb 2004 02:30:18 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 25 Feb 2004 02:30:18 -0800 (PST) Resent-Message-Id: <200402251030.i1PAUIne059075@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ceri Davies Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2208B16A4CE for ; Wed, 25 Feb 2004 02:22:09 -0800 (PST) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id E097543D1D for ; Wed, 25 Feb 2004 02:22:08 -0800 (PST) (envelope-from setantae@submonkey.net) Received: from cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com ([81.103.67.204] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.30; FreeBSD) id 1AvwB5-000IQo-N3 for FreeBSD-gnats-submit@freebsd.org; Wed, 25 Feb 2004 10:22:07 +0000 Received: from setantae by shrike.submonkey.net with local (Exim 4.30; FreeBSD) id 1AvwB3-0008pH-V3 for FreeBSD-gnats-submit@freebsd.org; Wed, 25 Feb 2004 10:22:05 +0000 Message-Id: Date: Wed, 25 Feb 2004 10:22:05 +0000 From: Ceri Davies Sender: Ceri Davies To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/63341: Unbreak databases/postgresql-plruby X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ceri Davies List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2004 10:30:19 -0000 >Number: 63341 >Category: ports >Synopsis: Unbreak databases/postgresql-plruby >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 25 02:30:18 PST 2004 >Closed-Date: >Last-Modified: >Originator: Ceri Davies >Release: FreeBSD 4.9-STABLE i386 >Organization: Submonkey >Environment: System: FreeBSD shrike.private.submonkey.net 4.9-STABLE FreeBSD 4.9-STABLE #27: Mon Feb 16 11:13:38 GMT 2004 root@shrike.private.submonkey.net:/usr/obj/usr/src/sys/SHRIKE i386 >Description: databases/postgresql-plruby is currently marked broken and is scheduled for removal on 2004-04-15. This patch corrects the build issues. >How-To-Repeat: N/A >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/postgresql-plruby/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 22 Feb 2004 01:22:45 -0000 1.22 +++ Makefile 25 Feb 2004 10:14:11 -0000 @@ -19,15 +19,11 @@ LIB_DEPENDS= pq.3:${PGSQL_PORTDIR} RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} -BROKEN= "Does not compile" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-04-15 - USE_RUBY= yes USE_RUBY_EXTCONF= yes POSTGRESQL_PORT?= databases/postgresql7 -PGSQL_VERSION?= 73 +PGSQL_VERSION?= 74 PGSQL_PORTDIR?= ${PORTSDIR}/${POSTGRESQL_PORT} PGSQL_WRKSRC_CMD= cd ${PGSQL_PORTDIR} && ${MAKE} -V WRKSRC Index: files/patch-plruby.h =================================================================== RCS file: files/patch-plruby.h diff -N files/patch-plruby.h --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-plruby.h 25 Feb 2004 10:14:21 -0000 @@ -0,0 +1,11 @@ +--- plruby.h.orig Wed Feb 25 10:12:37 2004 ++++ plruby.h Wed Feb 25 10:12:40 2004 +@@ -24,7 +24,7 @@ + #endif + + #if PG_PL_VERSION >= 74 +-#include "server/utils/array.h" ++#include "utils/array.h" + #endif + + #ifdef PACKAGE_NAME >Release-Note: >Audit-Trail: >Unformatted: