ports/134281: Update port: editors/zile to 2.3.7

KATO Tsuguru tkato432 at yahoo.com
Wed May 6 18:10:03 UTC 2009


>Number:         134281
>Category:       ports
>Synopsis:       Update port: editors/zile to 2.3.7
>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 May 06 18:10:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.1-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update to version 2.3.7

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/editors/zile/Makefile editors/zile/Makefile
--- /usr/ports/editors/zile/Makefile	2009-03-15 01:16:00.000000000 +0900
+++ editors/zile/Makefile	2009-04-29 02:23:16.000000000 +0900
@@ -6,39 +6,29 @@
 #
 
 PORTNAME=	zile
-PORTVERSION=	2.3.4
+PORTVERSION=	2.3.7
 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" \
-		ac_cv_path_LUA="${LUA_CMD}"
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 CONFIGURE_ARGS=	--without-included-regex
 
 MAN1=		zile.1
 PLIST_FILES=	bin/zile %%DATADIR%%/FAQ %%DATADIR%%/dotzile.sample
 PLIST_DIRS=	%%DATADIR%%
 
+CPPFLAGS=	-isystem /usr/include/gnu
+LDFLAGS=	-lgnuregex
+
 post-patch:
 	@${REINPLACE_CMD} -e \
-		's|<regex\.h>|<gnu/regex.h>|g ; \
-		 s|-pedantic||g' ${WRKSRC}/configure
-	@${REINPLACE_CMD} -e \
-		's|"regex\.h"|<gnu/regex.h>|g' ${WRKSRC}/src/search.c
+		's|-pedantic||g' ${WRKSRC}/configure
 	@${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-03-15 01:16:00.000000000 +0900
+++ editors/zile/distinfo	2009-04-29 02:20:29.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (zile-2.3.4.tar.gz) = c296056172e99498f5e6459325f0c6b7
-SHA256 (zile-2.3.4.tar.gz) = dd85ae2312eb0e8d2b791b57856c51f2951b73d472f09ce6caa7af4b6f9140d4
-SIZE (zile-2.3.4.tar.gz) = 622075
+MD5 (zile-2.3.7.tar.gz) = 712f7d814efd18190c025d23f97a6902
+SHA256 (zile-2.3.7.tar.gz) = 41bf96ce96bb79c51fac376b521d4ffadefafad92a0d44db15a4426e89c7d111
+SIZE (zile-2.3.7.tar.gz) = 621989
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list