From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 26 13:40: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 9B5C316A4CE for ; Tue, 26 Oct 2004 13:40:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CFA943D55 for ; Tue, 26 Oct 2004 13:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9QDeJbj048216 for ; Tue, 26 Oct 2004 13:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9QDeJ4i048214; Tue, 26 Oct 2004 13:40:19 GMT (envelope-from gnats) Resent-Date: Tue, 26 Oct 2004 13:40:19 GMT Resent-Message-Id: <200410261340.i9QDeJ4i048214@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, "Frank J.Laszlo" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5338016A4CE for ; 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 ; 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" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: kris@obsecurity.org Subject: ports/73161: [UPDATE] math/rascal: Update for readline 5.0. maintainer change. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Frank J.Laszlo" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 13:40:19 -0000 >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 .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: