Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Jul 2003 20:33:06 +0200
From:      Kirill Ponomarew <ponomarew@oberon.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54135: Update editors/hte: 0.7.2 -> 0.7.3
Message-ID:  <E19YrqM-000NrW-Jq@voodoo.oberon.net>
Resent-Message-ID: <200307051840.h65Ie8Dp025077@freefall.freebsd.org>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 05 11:40:08 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19YrqM-000NrW-Jq>