From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 9 14:40:05 2005 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 D930F16A4CE for ; Wed, 9 Mar 2005 14:40:05 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BF9C43D2F for ; Wed, 9 Mar 2005 14:40:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j29Ee58K035859 for ; Wed, 9 Mar 2005 14:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j29Ee54h035858; Wed, 9 Mar 2005 14:40:05 GMT (envelope-from gnats) Date: Wed, 9 Mar 2005 14:40:05 GMT Message-Id: <200503091440.j29Ee54h035858@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: darkn3ss Subject: Re: ports/78620: devel/rlwrap updated to v0.21 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: darkn3ss List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2005 14:40:06 -0000 The following reply was made to PR ports/78620; it has been noted by GNATS. From: darkn3ss To: freebsd-gnats-submit@FreeBSD.org Cc: laszlof@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--