ports/78620: devel/rlwrap updated to v0.21

darkn3ss darkn3ss at perl-dev.net
Wed Mar 9 14:40:06 UTC 2005


The following reply was made to PR ports/78620; it has been noted by GNATS.

From: darkn3ss <darkn3ss at perl-dev.net>
To: freebsd-gnats-submit at FreeBSD.org
Cc: laszlof at vonostingroup.com
Subject: Re: ports/78620: devel/rlwrap updated to v0.21
Date: Wed, 09 Mar 2005 09:39:44 -0500

 This is a multi-part message in MIME format.
 --------------070601060104010405040100
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 forgot to modify the patch for Makefile.in within the src dir.
 
 cc'd the maintainer on this matter
 
 the following patch should be the one committed
 
 
 
 --------------070601060104010405040100
 Content-Type: text/plain;
  name="rlwrap-0.21.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="rlwrap-0.21.diff"
 
 diff -rU3 rlwrap.orig/Makefile rlwrap/Makefile
 --- rlwrap.orig/Makefile	Wed Mar  9 07:50:09 2005
 +++ rlwrap/Makefile	Wed Mar  9 09:07:43 2005
 @@ -7,7 +7,7 @@
  #
  
  PORTNAME=	rlwrap
 -PORTVERSION=	0.18
 +PORTVERSION=	0.21
  PORTREVISION=	1
  CATEGORIES=	devel
  MASTER_SITES=	http://utopia.knoware.nl/~hlub/uck/rlwrap/
 diff -rU3 rlwrap.orig/distinfo rlwrap/distinfo
 --- rlwrap.orig/distinfo	Wed Mar  9 07:50:09 2005
 +++ rlwrap/distinfo	Wed Mar  9 09:09:03 2005
 @@ -1,2 +1,2 @@
 -MD5 (rlwrap-0.18.tar.gz) = 0a1b449aab79376c659684196763de52
 -SIZE (rlwrap-0.18.tar.gz) = 102953
 +MD5 (rlwrap-0.21.tar.gz) = 036993936a13d532a540a6714c97dc2f
 +SIZE (rlwrap-0.21.tar.gz) = 130759 
 diff -rU3 rlwrap.orig/files/patch-src::Makefile.in rlwrap/files/patch-src::Makefile.in
 --- rlwrap.orig/files/patch-src::Makefile.in	Wed Mar  9 07:50:09 2005
 +++ rlwrap/files/patch-src::Makefile.in	Wed Mar  9 09:16:14 2005
 @@ -1,11 +1,11 @@
 ---- src/Makefile.in.orig	Sun Feb  1 05:13:59 2004
 -+++ src/Makefile.in	Fri Feb 20 22:36:34 2004
 -@@ -83,7 +83,7 @@
 - install_sh = @install_sh@
 - bin_PROGRAMS = rlwrap
 - rlwrap_SOURCES = main.c signals.c utils.c readline.c pty.c completion.c term.c ptytty.c
 --CFLAGS = -DDATADIR=\"@datadir@\" -g
 +--- src/Makefile.in.orig	Wed Mar  9 09:10:13 2005
 ++++ src/Makefile.in	Wed Mar  9 09:10:59 2005
 +@@ -116,7 +116,7 @@
 + 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 + CCLD = $(CC)
 + LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 +-CFLAGS = @CFLAGS@
  +CFLAGS = @CFLAGS@ -DDATADIR=\"@datadir@\"
 - subdir = src
 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 - CONFIG_HEADER = $(top_builddir)/config.h
 + DIST_SOURCES = $(rlwrap_SOURCES)
 + DIST_COMMON = Makefile.am Makefile.in
 + SOURCES = $(rlwrap_SOURCES)
 Only in rlwrap/: work
 
 --------------070601060104010405040100--



More information about the freebsd-ports-bugs mailing list