From owner-freebsd-ports-bugs Thu Mar 13 0:20:12 2003 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 446C537B401 for ; Thu, 13 Mar 2003 00:20:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 607F643FBF for ; Thu, 13 Mar 2003 00:20:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2D8K8NS036162 for ; Thu, 13 Mar 2003 00:20:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2D8K8cW036161; Thu, 13 Mar 2003 00:20:08 -0800 (PST) Date: Thu, 13 Mar 2003 00:20:08 -0800 (PST) Message-Id: <200303130820.h2D8K8cW036161@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Serge Gagnon Subject: Re: ports/48843: update shells/rc Reply-To: Serge Gagnon Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/48843; it has been noted by GNATS. From: Serge Gagnon To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/48843: update shells/rc Date: Thu, 13 Mar 2003 03:18:43 -0500 This is my second attempt to post this followup. The first one was posted at 03/11/2003 05:42 -0500 but it doesn't seems to reach freebsd-gnats. Life is better with readline. - remove files/patch-aa - remove files Remove this file because the "-static" flags is now conditional and to keep this ports more centralized in the Makefile file. Do not use this patch after the one above. Use the previous or this one. --------------------patch begin here----------- diff -urN /usr/ports/shells/rc/Makefile ./Makefile --- /usr/ports/shells/rc/Makefile Fri Feb 21 08:26:58 2003 +++ ./Makefile Mon Mar 10 22:07:00 2003 @@ -6,7 +6,7 @@ # PORTNAME= rc -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= shells plan9 MASTER_SITES= http://www.star.le.ac.uk/~tjg/rc/release/ \ ftp://ftp.sys.utoronto.ca/pub/rc/ @@ -16,6 +16,14 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-history + +.if defined(WITH_READLINE) +CONFIGURE_ARGS+= --with-readline +.endif +.if !defined(WITH_READLINE) +MAKE_ARGS+= CFLAGS="$(CFLAGS) -static" +.endif + MAN1= history.1 rc.1 .include diff -urN /usr/ports/shells/rc/distinfo ./distinfo --- /usr/ports/shells/rc/distinfo Fri Jun 25 17:42:43 1999 +++ ./distinfo Mon Mar 10 21:33:45 2003 @@ -1 +1 @@ -MD5 (rc-1.6.tar.gz) = 3b56f0e47e8496ea0363ebc202bcac23 +MD5 (rc-1.7.tar.gz) = 657bb1c1a9aad8c46218185414539293 -------------------patch end here---------------------- -- Serge Gagnon Quebec, Qc, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message