diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-09 17:19:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-09 17:19:01 +0800 |
commit | 93270c7cea879fa4f31fa3b91a049814285cf4aa (patch) | |
tree | 95f4a1b3ae86f433abceb79d1b0ec52f798183d3 | |
parent | dbdae54a70ba45b4fa7b2256281aa3fb5866c20a (diff) | |
download | freebsd-ports-gnome-93270c7cea879fa4f31fa3b91a049814285cf4aa.tar.gz freebsd-ports-gnome-93270c7cea879fa4f31fa3b91a049814285cf4aa.tar.zst freebsd-ports-gnome-93270c7cea879fa4f31fa3b91a049814285cf4aa.zip |
- Update to 2.3.7
PR: 134281
Submitted by: Ports Fury
-rw-r--r-- | editors/zile/Makefile | 22 | ||||
-rw-r--r-- | editors/zile/distinfo | 6 |
2 files changed, 9 insertions, 19 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index f87620c8ea66..906a91a755b5 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -6,39 +6,29 @@ # PORTNAME= zile -PORTVERSION= 2.3.4 +PORTVERSION= 2.3.7 CATEGORIES= editors MASTER_SITES= GNU MAINTAINER= ports@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 --git a/editors/zile/distinfo b/editors/zile/distinfo index 900a697e4475..12f4b78321fb 100644 --- a/editors/zile/distinfo +++ b/editors/zile/distinfo @@ -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 |