ports/73161: [UPDATE] math/rascal: Update for readline 5.0. maintainer change.

Frank J.Laszlo laszlof at vonostingroup.com
Tue Oct 26 13:40:19 UTC 2004


>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 at 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 at FreeBSD.org
+MAINTAINER=	laszlof at 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:



More information about the freebsd-ports-bugs mailing list