Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2003 05:00:40 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47067: Update port: devel/libedit
Message-ID:  <20030115050040.6c8806dd.tkato@prontomail.com>

next in thread | raw e-mail | index | archive | help

>Number:         47067
>Category:       ports
>Synopsis:       Update port: devel/libedit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 14 12:10:07 PST 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

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?20030115050040.6c8806dd.tkato>