From krion@voodoo.oberon.net  Sat Jul  5 11:34:42 2003
Return-Path: <krion@voodoo.oberon.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D531337B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  5 Jul 2003 11:34:42 -0700 (PDT)
Received: from office.LF.net (office.LF.net [212.9.190.165])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 148A743F85
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  5 Jul 2003 11:34:42 -0700 (PDT)
	(envelope-from krion@voodoo.oberon.net)
Received: from voodoo.oberon.net ([212.118.165.100])
	by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168)
	(Exim 4.20)
	id 19Yrrr-0008Lu-6C
	for FreeBSD-gnats-submit@freebsd.org; Sat, 05 Jul 2003 20:34:39 +0200
Received: from krion by voodoo.oberon.net with local (Exim 4.20)
	id 19YrqM-000NrW-Jq
	for FreeBSD-gnats-submit@freebsd.org; Sat, 05 Jul 2003 20:33:06 +0200
Message-Id: <E19YrqM-000NrW-Jq@voodoo.oberon.net>
Date: Sat, 05 Jul 2003 20:33:06 +0200
From: Kirill Ponomarew <ponomarew@oberon.net>
Sender: Kirill Ponomarew <krion@voodoo.oberon.net>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update editors/hte: 0.7.2 -> 0.7.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         54135
>Category:       ports
>Synopsis:       Update editors/hte: 0.7.2 -> 0.7.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 05 11:40:08 PDT 2003
>Closed-Date:    Sun Jul 06 03:29:37 PDT 2003
>Last-Modified:  Sun Jul 06 03:29:37 PDT 2003
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
Update editors/hte: 0.7.2 -> 0.7.3

Key-handling bugs under POSIX have been fixed

>How-To-Repeat:
>Fix:
diff -urN hte.orig/Makefile hte/Makefile
--- hte.orig/Makefile	Tue Jul  1 11:37:21 2003
+++ hte/Makefile	Sat Jul  5 20:30:33 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	hte
-PORTVERSION=	0.7.2
+PORTVERSION=	0.7.3
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -21,6 +21,8 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=	--enable-release
+CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include" \
+		LIBS="-L${X11BASE}/lib"
 
 .include <bsd.port.pre.mk>
 
@@ -30,7 +32,8 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e \
-		's|$$FLAGS_PIPE $$FLAGS_ALL|$$CFLAGS|g' ${WRKSRC}/configure
+		's|$$FLAGS_PIPE $$FLAGS_ALL|$$CFLAGS|g' \
+		${WRKSRC}/configure
 
 post-install:
 .if !defined(NOPORTDOCS)
diff -urN hte.orig/distinfo hte/distinfo
--- hte.orig/distinfo	Tue Jul  1 11:37:21 2003
+++ hte/distinfo	Sat Jul  5 20:15:11 2003
@@ -1 +1 @@
-MD5 (ht-0.7.2.tar.bz2) = df79d5a7a39b646755a8cf0a0a4ec1e4
+MD5 (ht-0.7.3.tar.bz2) = 746daea18735b38e46b3eb9addc97ad5
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: osa 
State-Changed-When: Sat Jul 5 15:17:27 PDT 2003 
State-Changed-Why:  
Looks like we must also add 
USE_XLIB=	yes 
into Makefile, isn't it? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54135 
State-Changed-From-To: feedback->closed 
State-Changed-By: osa 
State-Changed-When: Sun Jul 6 03:29:03 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

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