aboutsummaryrefslogtreecommitdiff
path: root/editors/vile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-05-19 07:49:10 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-05-19 07:49:10 +0000
commitbb4c4c99c2e85e6b69c03b9e90105adb6030bc0f (patch)
tree1182a6ef1e61d98a09f40105f4ab3620dcafaa1d /editors/vile
parenteefe8fae08a1edaa14ae5c0be38cf38deb23a904 (diff)
downloadports-bb4c4c99c2e85e6b69c03b9e90105adb6030bc0f.tar.gz
ports-bb4c4c99c2e85e6b69c03b9e90105adb6030bc0f.zip
- Update to 9.8m
PR: 188358 Submitted by: ports fury
Notes
Notes: svn path=/head/; revision=354506
Diffstat (limited to 'editors/vile')
-rw-r--r--editors/vile/Makefile23
-rw-r--r--editors/vile/distinfo4
-rw-r--r--editors/vile/files/patch-filec.c11
-rw-r--r--editors/vile/pkg-plist31
4 files changed, 25 insertions, 44 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index c88ed2b7ef46..be53b009854f 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= vile
-PORTVERSION= 9.8l
+PORTVERSION= 9.8m
CATEGORIES= editors
MASTER_SITES= ftp://dickey.his.com/vile/current/ \
- ftp://invisible-island.net/vile/current/
-EXTRACT_SUFX= .tgz
+ ftp://invisible-island.net/vile/current/ \
+ http://invisible-mirror.net/archives/vile/current/
PATCH_SITES= ${MASTER_SITES:S,vile/current/,vile/patches/,g}
PATCHFILES= # none
@@ -18,10 +18,12 @@ LICENSE= GPLv2
BUILD_DEPENDS= reflex:${PORTSDIR}/textproc/reflex
-USES= pkgconfig shebangfix
+USES= pkgconfig shebangfix tar:tgz
SHEBANG_FILES= perl/vileget
GNU_CONFIGURE= yes
+CONFIGURE_ENV= cf_cv_crypt_works=yes
MAKEFILE= makefile
+INSTALL_TARGET= install install-doc install-html
CONFLICTS_INSTALL= xvile-[0-9]*
@@ -46,14 +48,9 @@ PLIST_SUB+= SO_EXT=""
post-patch:
@${REINPLACE_CMD} -e \
- 's|^DOCDIR|#DOCDIR|' ${WRKSRC}/makefile.in
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DATADIR}/macros
- (cd ${WRKSRC}/macros && ${INSTALL_DATA} *.rc \
- ${STAGEDIR}${DATADIR}/macros)
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- (cd ${WRKSRC}/doc && ${INSTALL_DATA} *.doc \
- ${STAGEDIR}${DOCSDIR})
+ 's|$$(datadir)/doc|@datadir@/doc/vile| ; \
+ s|$$(datadir)/html|$$(docdir)/html| ; \
+ s|\($$(DOCDIR)\) \($$(MANDIR)\)|\1 $$(HTMLDIR) \2|' \
+ ${WRKSRC}/makefile.in
.include <bsd.port.mk>
diff --git a/editors/vile/distinfo b/editors/vile/distinfo
index d8bfbc9ed68e..21f27a91514b 100644
--- a/editors/vile/distinfo
+++ b/editors/vile/distinfo
@@ -1,2 +1,2 @@
-SHA256 (vile-9.8l.tgz) = 2da06d7e949baa8541dc8ddd5e2d782346bbdaf59c9e564c1e8fedcc3a9bf59c
-SIZE (vile-9.8l.tgz) = 2289659
+SHA256 (vile-9.8m.tgz) = f82effe1ed4ded9423b804de2db0c1f7e1ea99d1f6f5f331762f702f3815056b
+SIZE (vile-9.8m.tgz) = 2292474
diff --git a/editors/vile/files/patch-filec.c b/editors/vile/files/patch-filec.c
deleted file mode 100644
index a6faea39511f..000000000000
--- a/editors/vile/files/patch-filec.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- filec.c.orig 2008-02-14 11:54:22.713522435 +0100
-+++ filec.c 2008-02-14 11:55:24.224617839 +0100
-@@ -38,7 +38,7 @@
-
- #define isDotname(leaf) (!strcmp(leaf, ".") || !strcmp(leaf, ".."))
-
--#if defined(MISSING_EXTERN_ENVIRON) || (defined(__DJGPP__) && __DJGPP__ >= 2)
-+#if defined(MISSING_EXTERN_ENVIRON) || (defined(__DJGPP__) && __DJGPP__ >= 2) || defined(__BSD_VISIBLE)
- extern char **environ;
- #endif
-
diff --git a/editors/vile/pkg-plist b/editors/vile/pkg-plist
index 5503c23a7d24..496dca6fe2d1 100644
--- a/editors/vile/pkg-plist
+++ b/editors/vile/pkg-plist
@@ -87,6 +87,18 @@ man/man1/vile.1.gz
%%PORTDOCS%%%%DOCSDIR%%/config.doc
%%PORTDOCS%%%%DOCSDIR%%/dir.doc
%%PORTDOCS%%%%DOCSDIR%%/filters.doc
+%%PORTDOCS%%%%DOCSDIR%%/html/Vileserv.html
+%%PORTDOCS%%%%DOCSDIR%%/html/config.html
+%%PORTDOCS%%%%DOCSDIR%%/html/dir.html
+%%PORTDOCS%%%%DOCSDIR%%/html/filters.html
+%%PORTDOCS%%%%DOCSDIR%%/html/macros.html
+%%PORTDOCS%%%%DOCSDIR%%/html/menus.html
+%%PORTDOCS%%%%DOCSDIR%%/html/modes.html
+%%PORTDOCS%%%%DOCSDIR%%/html/oleauto.html
+%%PORTDOCS%%%%DOCSDIR%%/html/perl.html
+%%PORTDOCS%%%%DOCSDIR%%/html/vile-hlp.html
+%%PORTDOCS%%%%DOCSDIR%%/html/vile-toc.html
+%%PORTDOCS%%%%DOCSDIR%%/html/visvile.html
%%PORTDOCS%%%%DOCSDIR%%/macros.doc
%%PORTDOCS%%%%DOCSDIR%%/menus.doc
%%PORTDOCS%%%%DOCSDIR%%/modes.doc
@@ -141,23 +153,6 @@ man/man1/vile.1.gz
%%DATADIR%%/loaderrs.rc
%%DATADIR%%/lua.keywords
%%DATADIR%%/m4.keywords
-%%DATADIR%%/macros/color-ls.rc
-%%DATADIR%%/macros/complete.rc
-%%DATADIR%%/macros/dates.rc
-%%DATADIR%%/macros/digraphs.rc
-%%DATADIR%%/macros/gnugpg.rc
-%%DATADIR%%/macros/loaderrs.rc
-%%DATADIR%%/macros/manpage.rc
-%%DATADIR%%/macros/modes.rc
-%%DATADIR%%/macros/palettes.rc
-%%DATADIR%%/macros/pictmode.rc
-%%DATADIR%%/macros/search.rc
-%%DATADIR%%/macros/shifts.rc
-%%DATADIR%%/macros/showeach.rc
-%%DATADIR%%/macros/vileinit.rc
-%%DATADIR%%/macros/vilemenu.rc
-%%DATADIR%%/macros/vileperl.rc
-%%DATADIR%%/macros/which.rc
%%DATADIR%%/mail.keywords
%%DATADIR%%/mailcap.keywords
%%DATADIR%%/make.keywords
@@ -247,7 +242,7 @@ man/man1/vile.1.gz
%%DATADIR%%/zsh.keywords
%%PERL%%@dirrm %%DATADIR%%/perl/Vile
%%PERL%%@dirrm %%DATADIR%%/perl
-@dirrm %%DATADIR%%/macros
@dirrm %%DATADIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm lib/vile