From tkato@prontomail.com  Tue Jan 14 12:02:18 2003
Return-Path: <tkato@prontomail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 902D537B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Jan 2003 12:02:18 -0800 (PST)
Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5811043F5B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Jan 2003 12:02:17 -0800 (PST)
	(envelope-from tkato@prontomail.com)
Received: from localhost (localhost [127.0.0.1])
	by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 1997934A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Jan 2003 05:02:13 +0900 (JST)
Message-Id: <20030115050040.6c8806dd.tkato@prontomail.com>
Date: Wed, 15 Jan 2003 05:00:40 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: devel/libedit

>Number:         47067
>Category:       ports
>Synopsis:       Update port: devel/libedit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 14 12:10:07 PST 2003
>Closed-Date:    Thu Jan 16 14:59:13 PST 2003
>Last-Modified:  Thu Jan 16 14:59:13 PST 2003
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Support CFLAGS properly

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/libedit/Makefile devel/libedit/Makefile
--- /usr/ports/devel/libedit/Makefile	Mon Nov 11 18:59:13 2002
+++ devel/libedit/Makefile	Tue Jan 14 07:32:10 2003
@@ -7,6 +7,7 @@
 
 PORTNAME=	libedit
 PORTVERSION=	2.6.4
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.canonware.com/download/libedit/
 
diff -urN /usr/ports/devel/libedit/files/patch-aa devel/libedit/files/patch-aa
--- /usr/ports/devel/libedit/files/patch-aa	Mon Feb 11 10:34:30 2002
+++ devel/libedit/files/patch-aa	Tue Jan 14 07:31:08 2003
@@ -1,6 +1,14 @@
-diff -ru configure.in.orig configure.in
---- configure.in.orig	Sat Feb  9 12:38:59 2002
-+++ configure.in	Sat Feb  9 18:34:59 2002
+--- configure.in.orig	Mon Feb 11 08:36:44 2002
++++ configure.in	Tue Jan 14 07:31:02 2003
+@@ -118,7 +118,7 @@
+   CPPFLAGS="$CPPFLAGS -DDEBUG_TTY -DDEBUG_KEY -DDEBUG_READ -DDEBUG"
+   CPPFLAGS="$CPPFLAGS -DDEBUG_REFRESH -DDEBUG_PASTE"
+ else
+-  CFLAGS="$CFLAGS -O"
++  CFLAGS="$CFLAGS"
+ fi
+ 
+ 
 @@ -169,7 +169,7 @@
  
  dnl Library settings.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Thu Jan 16 14:59:03 PST 2003 
State-Changed-Why:  
Committed, thanks 

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