ports/132470: Update port: editors/zile to 2.3.4

KATO Tsuguru tkato432 at yahoo.com
Mon Mar 9 17:10:15 UTC 2009


>Number:         132470
>Category:       ports
>Synopsis:       Update port: editors/zile to 2.3.4
>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:   Mon Mar 09 17:10:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.1-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 2.3.4

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/editors/zile/Makefile editors/zile/Makefile
--- /usr/ports/editors/zile/Makefile	2009-01-14 23:57:06.000000000 +0900
+++ editors/zile/Makefile	2009-03-06 19:56:45.000000000 +0900
@@ -6,19 +6,24 @@
 #
 
 PORTNAME=	zile
-PORTVERSION=	2.3.0
+PORTVERSION=	2.3.4
 CATEGORIES=	editors
 MASTER_SITES=	GNU
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Small emacs-like text editor
 
+BUILD_DEPENDS=	help2man:${PORTSDIR}/misc/help2man
+
+USE_LUA=	5.0+
+LUA_COMPS=	lua:build
+USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	LIBS="-lgnuregex"
+CONFIGURE_ENV=	LIBS="-lgnuregex" \
+		ac_cv_path_LUA="${LUA_CMD}"
 CONFIGURE_ARGS=	--without-included-regex
 
 MAN1=		zile.1
-INFO=		zile
 PLIST_FILES=	bin/zile %%DATADIR%%/FAQ %%DATADIR%%/dotzile.sample
 PLIST_DIRS=	%%DATADIR%%
 
@@ -31,4 +36,9 @@
 	@${REINPLACE_CMD} -e \
 		's|: install-exec-local|:|g' ${WRKSRC}/lib/Makefile.in
 
+pre-build:
+	@${RM} -f ${WRKSRC}/src/tbl_funcs.h
+	@(cd ${BUILD_WRKSRC}/src; ${SETENV} ${MAKE_ENV} ${GMAKE} \
+		${MAKE_FLAGS} ${MAKEFILE} tbl_funcs.h)
+
 .include <bsd.port.mk>
diff -urN /usr/ports/editors/zile/distinfo editors/zile/distinfo
--- /usr/ports/editors/zile/distinfo	2009-01-14 23:57:06.000000000 +0900
+++ editors/zile/distinfo	2009-03-06 19:59:28.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (zile-2.3.0.tar.gz) = c35fd88c9045eaffb83aa46abe7e9d27
-SHA256 (zile-2.3.0.tar.gz) = 4cd7208cea60218fc84ee7f59504e1460524ec1f9a7bbfb79d0ee3a756a6ee96
-SIZE (zile-2.3.0.tar.gz) = 706902
+MD5 (zile-2.3.4.tar.gz) = c296056172e99498f5e6459325f0c6b7
+SHA256 (zile-2.3.4.tar.gz) = dd85ae2312eb0e8d2b791b57856c51f2951b73d472f09ce6caa7af4b6f9140d4
+SIZE (zile-2.3.4.tar.gz) = 622075
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list