From saken@hotel.rmta.org  Sun Mar  2 09:06:41 2003
Return-Path: <saken@hotel.rmta.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 962B537B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 Mar 2003 09:06:41 -0800 (PST)
Received: from nrwc-sh12-port160.snet.net (nrwc-sh12-port160.snet.net [204.60.204.160])
	by mx1.FreeBSD.org (Postfix) with SMTP id BE28143F85
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 Mar 2003 09:06:37 -0800 (PST)
	(envelope-from saken@hotel.rmta.org)
Received: (qmail 6856 invoked by uid 1001); 2 Mar 2003 17:06:35 -0000
Message-Id: <20030302170635.6855.qmail@hotel.rmta.org>
Date: 2 Mar 2003 17:06:35 -0000
From: Scott Kenney <saken@hotel.rmta.org>
Reply-To: Scott Kenney <saken@hotel.rmta.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: update shells/rc 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48843
>Category:       ports
>Synopsis:       update shells/rc
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 02 09:10:00 PST 2003
>Closed-Date:    Sat Mar 29 20:43:27 PST 2003
>Last-Modified:  Sat Mar 29 20:43:27 PST 2003
>Originator:     Scott Kenney
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Agents of Fortune, LTD
>Environment:
System: FreeBSD nrwc-sh12-port160.snet.net 5.0-CURRENT FreeBSD 5.0-CURRENT #6: Sun Mar 2 09:19:49 EST 2003 saken@nrwc-sh14-port153.snet.net:/usr/obj/usr/src/sys/HOTEL i386


>Description:
	update shells/rc to version 1.7
>How-To-Repeat:
	n/a
>Fix:
	
diff -ruN rc/Makefile rc.new/Makefile
--- rc/Makefile	Sat Feb 22 02:18:56 2003
+++ rc.new/Makefile	Sun Mar  2 11:56:03 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/
diff -ruN rc/distinfo rc.new/distinfo
--- rc/distinfo	Fri Jun 25 17:42:43 1999
+++ rc.new/distinfo	Sun Mar  2 11:58:16 2003
@@ -1 +1 @@
-MD5 (rc-1.6.tar.gz) = 3b56f0e47e8496ea0363ebc202bcac23
+MD5 (rc-1.7.tar.gz) = 657bb1c1a9aad8c46218185414539293


>Release-Note:
>Audit-Trail:

From: Serge Gagnon <gagnon__s@videotron.ca>
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 <bsd.port.mk>
 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
 
 
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sat Mar 29 20:43:21 PST 2003 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48843 
>Unformatted:
