Date: 25 Oct 2004 07:59:55 -0000 From: "Frank J.Laszlo" <laszlof@vonostingroup.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ijliao@FreeBSD.org Subject: ports/73118: [UPDATE] devel/rlwrap: readline update breaks 4.x build Message-ID: <20041025075955.67215.qmail@ion.franksworld.org> Resent-Message-ID: <200410251300.i9PD0gJw094348@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 73118 >Category: ports >Synopsis: [UPDATE] devel/rlwrap: readline update breaks 4.x build >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 25 13:00:42 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: Maintainer CC'd. Kris notified me of this issue and I have attached the associated patch to fix the dependency issue on 4.x. I did search INDEX to check for ports depending on devel/readline when i upgraded it. I must have missed this one. I do not have a 4.x system to test this on, but I'm pretty confident there will be no further issues with the upgrade. Please verify before commiting. Thank you. >How-To-Repeat: Build devel/rlwrap on 4.x >Fix: --- rlwrap-0.18_1.diff begins here --- --- rlwrap.orig/Makefile Mon Oct 25 07:49:29 2004 +++ rlwrap/Makefile Mon Oct 25 07:51:52 2004 @@ -8,6 +8,7 @@ PORTNAME= rlwrap PORTVERSION= 0.18 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://utopia.knoware.nl/~hlub/uck/rlwrap/ @@ -26,7 +27,7 @@ .if ${OSVERSION} < 500018 # This port requires readline 4.2 or newer, which is only available # in the base system in FreeBSD 5.x. -BUILD_DEPENDS+= ${PREFIX}/lib/libreadline.so.4:${PORTSDIR}/devel/readline +BUILD_DEPENDS+= ${PREFIX}/lib/libreadline.so.5:${PORTSDIR}/devel/readline RUN_DEPENDS+= ${BUILD_DEPENDS} # Make sure the dynamic linker does not pick up # the older libreadline library from the base system. --- rlwrap-0.18_1.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?20041025075955.67215.qmail>