aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2021-12-20 05:29:24 +0000
committerHiroki Tagato <tagattie@FreeBSD.org>2021-12-20 05:41:37 +0000
commitf96d43f530b9d0f311bc55cec4009455f13a8a10 (patch)
tree232a19b684fd6e9b55071faf817ff0cb6ccec3ae
parent396cbd7022c4598c7406efc68119e8867e1c83e9 (diff)
downloadports-f96d43f530b9d0f311bc55cec4009455f13a8a10.tar.gz
ports-f96d43f530b9d0f311bc55cec4009455f13a8a10.zip
editors/vile: update to 9.8v
While here, remove CONFLICTS_INSTALL. In 9.8v, the sources include updated makefiles which make the two ports nonconflicting. That is done by using sed-scripts within the makefiles to rename files owned by xvile (along with some updates to the latter's plist file). Changelog: https://invisible-island.net/vile/CHANGES.html#v9_8v PR: 260382 Reported by: Thomas E. Dickey <dickey@invisible-island.net> (maintainer)
-rw-r--r--editors/vile/Makefile7
-rw-r--r--editors/vile/distinfo6
-rw-r--r--editors/vile/files/patch-configure11
3 files changed, 5 insertions, 19 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index 406ac2119b81..16bda43ef60e 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -1,10 +1,9 @@
# Created by: pgf
PORTNAME= vile
-PORTVERSION= 9.8u
+PORTVERSION= 9.8v
CATEGORIES= editors
-MASTER_SITES= ftp://dickey.his.com/vile/current/ \
- ftp://ftp.invisible-island.net/vile/current/ \
+MASTER_SITES= ftp://ftp.invisible-island.net/pub/vile/current/ \
https://invisible-mirror.net/archives/vile/current/
PATCH_SITES= ${MASTER_SITES:S,vile/current/,vile/patches/,g}
@@ -25,8 +24,6 @@ CONFIGURE_ENV= cf_cv_crypt_works=yes
MAKEFILE= makefile
INSTALL_TARGET= install install-doc install-html
-CONFLICTS_INSTALL= xvile
-
OPTIONS_DEFINE= DOCS FILTERS ICONV PERL
OPTIONS_SUB= yes
diff --git a/editors/vile/distinfo b/editors/vile/distinfo
index d715b66f6acd..2365cf3b20f4 100644
--- a/editors/vile/distinfo
+++ b/editors/vile/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589844782
-SHA256 (vile-9.8u.tgz) = 31a82833fe4fef5a60043bcc3278d1a875a1028b1b2577c9e0fa3a179cff165e
-SIZE (vile-9.8u.tgz) = 2375989
+TIMESTAMP = 1639846551
+SHA256 (vile-9.8v.tgz) = 240edec7bbf3d9df48b3042754bf9854d9a233d371d50bba236ec0edd708eed5
+SIZE (vile-9.8v.tgz) = 2405398
diff --git a/editors/vile/files/patch-configure b/editors/vile/files/patch-configure
deleted file mode 100644
index 2629cabfd82b..000000000000
--- a/editors/vile/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2020-03-29 21:46:05 UTC
-+++ configure
-@@ -32100,7 +32100,7 @@ if test "x$CLANG_COMPILER" = "xyes"
- then
- { echo "$as_me:32101: WARNING: clang only pretends to honor gcc -rdynamic option" >&5
- echo "$as_me: WARNING: clang only pretends to honor gcc -rdynamic option" >&2;}
-- cf_cv_gcc_opt_rdynamic=no
-+ # cf_cv_gcc_opt_rdynamic=no
- else
-
- echo "$as_me:32106: checking if $CC has -rdynamic option" >&5