From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 25 13:00:42 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 C2F8716A4CF for ; Mon, 25 Oct 2004 13:00:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 784BB43D46 for ; Mon, 25 Oct 2004 13:00:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9PD0gwv094357 for ; Mon, 25 Oct 2004 13:00:42 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9PD0gJw094348; Mon, 25 Oct 2004 13:00:42 GMT (envelope-from gnats) Resent-Date: Mon, 25 Oct 2004 13:00:42 GMT Resent-Message-Id: <200410251300.i9PD0gJw094348@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 61CC716A4CE for ; Mon, 25 Oct 2004 12:56:54 +0000 (GMT) Received: from ion.franksworld.org (vhost.domainatlantic.com [67.18.185.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id E67AB43D39 for ; Mon, 25 Oct 2004 12:56:53 +0000 (GMT) (envelope-from laszlof@ion.franksworld.org) Received: (qmail 67216 invoked by uid 1001); 25 Oct 2004 07:59:55 -0000 Message-Id: <20041025075955.67215.qmail@ion.franksworld.org> Date: 25 Oct 2004 07:59:55 -0000 From: "Frank J.Laszlo" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: ijliao@FreeBSD.org Subject: ports/73118: [UPDATE] devel/rlwrap: readline update breaks 4.x build 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: Mon, 25 Oct 2004 13:00:42 -0000 >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: