diff options
author | miwi <miwi@FreeBSD.org> | 2013-04-29 22:26:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-04-29 22:26:14 +0800 |
commit | d6a3bd18bff83e1a71906836f83085bc9bfc76eb (patch) | |
tree | b802ef39c6b4d6806f3a349b34dab299c785b6f7 /editors | |
parent | a9ec587d7ec223a6a9e724048a98dc9fc4a86af8 (diff) | |
download | freebsd-ports-gnome-d6a3bd18bff83e1a71906836f83085bc9bfc76eb.tar.gz freebsd-ports-gnome-d6a3bd18bff83e1a71906836f83085bc9bfc76eb.tar.zst freebsd-ports-gnome-d6a3bd18bff83e1a71906836f83085bc9bfc76eb.zip |
- Update to 9.8j
PR: 178034
Submitted by: ports fury
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xvile/Makefile | 11 | ||||
-rw-r--r-- | editors/xvile/distinfo | 4 | ||||
-rw-r--r-- | editors/xvile/pkg-plist | 1 |
3 files changed, 11 insertions, 5 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 22081523a30f..1765780ab1fa 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xvile -PORTVERSION= 9.8i +PORTVERSION= 9.8j CATEGORIES= editors MASTER_SITES= ftp://dickey.his.com/vile/current/ \ ftp://invisible-island.net/vile/current/ @@ -20,14 +20,18 @@ LICENSE= GPLv2 OPTIONS_DEFINE= FILTERS ICONV PERL DOCS OPTIONS_RADIO= MENUS OPTIONS_RADIO_MENUS= MOTIF XAW XAW3D +OPTIONS_DEFAULT= ICONV FILTERS_DESC= Loadable filters MENUS_DESC= Support for menus XAW_DESC= X Athena Widgets XAW3D_DESC= X Athena Widgets with 3D effect +USES= pkgconfig USE_XORG= x11 xext xpm GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-xpm \ +CONFIGURE_ARGS= --disable-imake \ + --enable-fontset \ + --with-xpm \ --with-pixmapdir=${PREFIX}/share/pixmaps MAKEFILE= makefile MAKE_JOBS_SAFE= yes @@ -49,9 +53,10 @@ PLIST_SUB+= SO_EXT="" .if ${PORT_OPTIONS:MICONV} USES+= iconv -CONFIGURE_ARGS+= --with-iconv +CONFIGURE_ARGS+= --with-iconv --with-libiconv-prefix=${LOCALBASE} PLIST_SUB+= ICONV="" .else +BROKEN= Does not build if ICONV support is disabled CONFIGURE_ARGS+= --without-iconv --without-locale PLIST_SUB+= ICONV="@comment " .endif diff --git a/editors/xvile/distinfo b/editors/xvile/distinfo index d1d61a786f9f..fac4a2b20cfc 100644 --- a/editors/xvile/distinfo +++ b/editors/xvile/distinfo @@ -1,2 +1,2 @@ -SHA256 (vile-9.8i.tgz) = b4279e5c55579b2b3a6f12493587ca7fc69e6ae5c749e913113ea97c374d3a42 -SIZE (vile-9.8i.tgz) = 2254730 +SHA256 (vile-9.8j.tgz) = 3b072aa7566aea9c3aec1c333c23d404337900f1697886a60e74b2093a832fda +SIZE (vile-9.8j.tgz) = 2268208 diff --git a/editors/xvile/pkg-plist b/editors/xvile/pkg-plist index 76aa5e78d100..e38a77785b31 100644 --- a/editors/xvile/pkg-plist +++ b/editors/xvile/pkg-plist @@ -214,6 +214,7 @@ share/pixmaps/vile.xpm %%DATADIR%%/rexx.keywords %%DATADIR%%/rpm.keywords %%DATADIR%%/rtf.keywords +%%DATADIR%%/ruby.keywords %%DATADIR%%/sccs.keywords %%DATADIR%%/scheme.keywords %%DATADIR%%/search.rc |