From laszlof@ion.franksworld.org  Tue Oct 26 13:36:55 2004
Return-Path: <laszlof@ion.franksworld.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5338016A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Oct 2004 13:36:55 +0000 (GMT)
Received: from ion.franksworld.org (vhost.domainatlantic.com [67.18.185.244])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F043943D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Oct 2004 13:36:54 +0000 (GMT)
	(envelope-from laszlof@ion.franksworld.org)
Received: (qmail 61991 invoked by uid 1001); 26 Oct 2004 08:38:40 -0000
Message-Id: <20041026083840.61990.qmail@ion.franksworld.org>
Date: 26 Oct 2004 08:38:40 -0000
From: Frank J.Laszlo <laszlof@vonostingroup.com>
Reply-To: Frank J.Laszlo <laszlof@vonostingroup.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: kris@obsecurity.org
Subject: [UPDATE] math/rascal: Update for readline 5.0. maintainer change.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         73161
>Category:       ports
>Synopsis:       [UPDATE] math/rascal: Update for readline 5.0. maintainer change.
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 26 13:40:18 GMT 2004
>Closed-Date:    Tue Oct 26 15:32:25 GMT 2004
>Last-Modified:  Tue Oct 26 15:32:25 GMT 2004
>Originator:     Frank J. Laszlo
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD ion.franksworld.org 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	The port was depending on libreadline.so.4 for ${OSVERSION} < 502000
	The devel/readline port has been updated to version 5. This patch
	will change the dependency to libreadline.so.5. Also, I would like to
	assume maintainership for this port since it depends on devel/readline,
	so future updates wont be overlooked.
>How-To-Repeat:
	cd /usr/ports/math/rascal && make install
>Fix:

	

--- rascal-0.8.2.diff begins here ---
--- rascal.orig/Makefile	Tue Oct 26 08:33:02 2004
+++ rascal/Makefile	Tue Oct 26 08:33:31 2004
@@ -13,7 +13,7 @@
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	laszlof@vonostingroup.com
 COMMENT=	The Advanced Scientific CALculator
 
 WRKSRC=		${WRKDIR}/Rascal-${PORTVERSION}
@@ -32,8 +32,8 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 502000
-BUILD_DEPENDS=	${LOCALBASE}/lib/libreadline.so.4:${PORTSDIR}/devel/readline
-RUN_DEPENDS=	${LOCALBASE}/lib/libreadline.so.4:${PORTSDIR}/devel/readline
+BUILD_DEPENDS=	${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline
+RUN_DEPENDS=	${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline
 .endif
 
 .if ${HAVE_GNOME:Mgnomelibs}!=""
--- rascal-0.8.2.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Tue Oct 26 15:32:17 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

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