ports/63341: Unbreak databases/postgresql-plruby

Ceri Davies ceri at FreeBSD.org
Wed Feb 25 10:30:19 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list