Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2005 00:00:09 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/82530: Update port: editors/hte to 0.9.0
Message-ID:  <20050623000009.282c9800.tkato432@yahoo.com>
Resent-Message-ID: <200506221510.j5MFAMp7073528@freefall.freebsd.org>

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

>Number:         82530
>Category:       ports
>Synopsis:       Update port: editors/hte to 0.9.0
>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:   Wed Jun 22 15:10:22 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update to version 0.9.0

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/editors/hte/Makefile editors/hte/Makefile
--- /usr/ports/editors/hte/Makefile	Tue Apr 12 14:04:33 2005
+++ editors/hte/Makefile	Tue Jun 21 02:59:24 2005
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	hte
-PORTVERSION=	0.8.0
+PORTVERSION=	0.9.0
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -23,7 +23,6 @@
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 CONFIGURE_ARGS=	--enable-release
 
-PORTDOCS=	README
 PLIST_FILES=	bin/ht
 
 .include <bsd.port.pre.mk>
@@ -41,6 +40,10 @@
 LDFLAGS=	-L${X11BASE}/lib
 .endif
 
+.if !defined(NOPORTDOCS)
+PORTDOCS=	README
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|^CXXFLAGS=.*$$|CXXFLAGS="$$CXXFLAGS"|g ; \
 		 s|^CFLAGS=.*$$|CFLAGS="$$CFLAGS"|g ; \
@@ -50,8 +53,6 @@
 		's|typedef unsigned int uint;||g' ${WRKSRC}/global.h
 	@${REINPLACE_CMD} -e \
 		's|uint |UINT |g' ${WRKSRC}/htdata.h
-	@${REINPLACE_CMD} -e \
-		's|#include <malloc.h>||g' ${WRKSRC}/cp-demangle.c
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/ht ${PREFIX}/bin
diff -urN /usr/ports/editors/hte/distinfo editors/hte/distinfo
--- /usr/ports/editors/hte/distinfo	Wed Aug 11 09:36:38 2004
+++ editors/hte/distinfo	Tue Jun 21 02:54:30 2005
@@ -1,2 +1,2 @@
-MD5 (ht-0.8.0.tar.bz2) = ee309bdd16b3e1ec78b2efb6427dd5a5
-SIZE (ht-0.8.0.tar.bz2) = 731401
+MD5 (ht-0.9.0.tar.bz2) = 22dc7572e571b9d73e741d32005e49e3
+SIZE (ht-0.9.0.tar.bz2) = 765072
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050623000009.282c9800.tkato432>