mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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)
This commit is contained in:
parent
396cbd7022
commit
f96d43f530
3 changed files with 5 additions and 19 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue