Skip site navigation (1)Skip section navigation (2)
Date:      26 Oct 2004 08:38:40 -0000
From:      "Frank J.Laszlo" <laszlof@vonostingroup.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kris@obsecurity.org
Subject:   ports/73161: [UPDATE] math/rascal: Update for readline 5.0. maintainer change.
Message-ID:  <20041026083840.61990.qmail@ion.franksworld.org>
Resent-Message-ID: <200410261340.i9QDeJ4i048214@freefall.freebsd.org>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 26 13:40:18 GMT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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