Update to patch level v.
For xvile add a LIB_DEPENDS on Xaw3d if WITH_XAW3D is defined.
This commit is contained in:
parent
de8bfc205a
commit
3f33de4577
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53927
8 changed files with 13 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= vile
|
||||
PORTVERSION= 9.2u
|
||||
PORTVERSION= 9.2v
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \
|
||||
ftp://dickey.his.com/vile/
|
||||
|
@ -34,7 +34,8 @@ PATCHFILES= vile-9.2a.patch.gz \
|
|||
vile-9.2r.patch.gz \
|
||||
vile-9.2s.patch.gz \
|
||||
vile-9.2t.patch.gz \
|
||||
vile-9.2u.patch.gz
|
||||
vile-9.2u.patch.gz \
|
||||
vile-9.2v.patch.gz
|
||||
|
||||
MAINTAINER= gj@freebsd.org
|
||||
|
||||
|
|
|
@ -20,3 +20,4 @@ MD5 (vile-9.2r.patch.gz) = 6f93c76f805a23155d2c762a8b4ff69c
|
|||
MD5 (vile-9.2s.patch.gz) = e7b4be525102d95c470a70a186bca1a9
|
||||
MD5 (vile-9.2t.patch.gz) = 96c04bd12ca5d06bf99db03591d6ecbc
|
||||
MD5 (vile-9.2u.patch.gz) = bd9ea8bcae5c79e2bc868204a817c311
|
||||
MD5 (vile-9.2v.patch.gz) = 64c84f07586522666c36aa079974b094
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= xvile
|
||||
PORTVERSION= 9.2u
|
||||
PORTVERSION= 9.2v
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \
|
||||
ftp://dickey.his.com/vile/
|
||||
|
@ -34,7 +34,8 @@ PATCHFILES= vile-9.2a.patch.gz \
|
|||
vile-9.2r.patch.gz \
|
||||
vile-9.2s.patch.gz \
|
||||
vile-9.2t.patch.gz \
|
||||
vile-9.2u.patch.gz
|
||||
vile-9.2u.patch.gz \
|
||||
vile-9.2v.patch.gz
|
||||
|
||||
MAINTAINER= gj@freebsd.org
|
||||
|
||||
|
@ -73,6 +74,7 @@ pre-configure:
|
|||
.if defined(WITH_MENUS)
|
||||
CONFIGURE_ARGS+= --with-screen=Xaw
|
||||
.if defined(WITH_XAW3D)
|
||||
LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
|
||||
CONFIGURE_ARGS+= --with-Xaw3d
|
||||
.endif
|
||||
.else
|
||||
|
|
|
@ -20,3 +20,4 @@ MD5 (vile-9.2r.patch.gz) = 6f93c76f805a23155d2c762a8b4ff69c
|
|||
MD5 (vile-9.2s.patch.gz) = e7b4be525102d95c470a70a186bca1a9
|
||||
MD5 (vile-9.2t.patch.gz) = 96c04bd12ca5d06bf99db03591d6ecbc
|
||||
MD5 (vile-9.2u.patch.gz) = bd9ea8bcae5c79e2bc868204a817c311
|
||||
MD5 (vile-9.2v.patch.gz) = 64c84f07586522666c36aa079974b094
|
||||
|
|
|
@ -64,7 +64,7 @@ share/doc/xvile/perl.doc
|
|||
share/doc/xvile/visvile.doc
|
||||
share/doc/xvile/w32modes.doc
|
||||
@dirrm share/doc/xvile
|
||||
@unexec rm -f %D/share/xvile/vile/.vilemenu
|
||||
@unexec rm -f %D/share/xvile/vile/vilemenu.rc
|
||||
share/xvile/vile/color-ls.rc
|
||||
share/xvile/vile/dates.rc
|
||||
share/xvile/vile/digraphs.rc
|
||||
|
|
|
@ -16,7 +16,7 @@ share/doc/xvile/perl.doc
|
|||
share/doc/xvile/visvile.doc
|
||||
share/doc/xvile/w32modes.doc
|
||||
@dirrm share/doc/xvile
|
||||
@unexec rm -f %D/share/xvile/vile/.vilemenu
|
||||
@unexec rm -f %D/share/xvile/vile/vilemenu.rc
|
||||
share/xvile/vile/color-ls.rc
|
||||
share/xvile/vile/dates.rc
|
||||
share/xvile/vile/digraphs.rc
|
||||
|
|
|
@ -89,7 +89,7 @@ share/xvile/vile/perl/search.pm
|
|||
share/xvile/vile/perl/shell.pm
|
||||
share/xvile/vile/perl/spell.pm
|
||||
share/xvile/vile/perl/winops.pm
|
||||
@unexec rm -f %D/share/xvile/vile/.vilemenu
|
||||
@unexec rm -f %D/share/xvile/vile/vilemenu.rc
|
||||
share/xvile/vile/color-ls.rc
|
||||
share/xvile/vile/dates.rc
|
||||
share/xvile/vile/digraphs.rc
|
||||
|
|
|
@ -41,7 +41,7 @@ share/xvile/vile/perl/search.pm
|
|||
share/xvile/vile/perl/shell.pm
|
||||
share/xvile/vile/perl/spell.pm
|
||||
share/xvile/vile/perl/winops.pm
|
||||
@unexec rm -f %D/share/xvile/vile/.vilemenu
|
||||
@unexec rm -f %D/share/xvile/vile/vilemenu.rc
|
||||
share/xvile/vile/color-ls.rc
|
||||
share/xvile/vile/dates.rc
|
||||
share/xvile/vile/digraphs.rc
|
||||
|
|
Loading…
Reference in a new issue