Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2003 00:20:08 -0800 (PST)
From:      Serge Gagnon <gagnon__s@videotron.ca>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/48843: update shells/rc
Message-ID:  <200303130820.h2D8K8cW036161@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/48843; it has been noted by GNATS.

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
 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303130820.h2D8K8cW036161>