- Update to version 9.8j
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Remake of the patch against current tree.
State Changed From-To: open->closed Committed. Thanks!
Author: miwi Date: Mon Apr 29 14:26:14 2013 New Revision: 316824 URL: http://svnweb.freebsd.org/changeset/ports/316824 Log: - Update to 9.8j PR: 178034 Submitted by: ports fury Modified: head/editors/xvile/Makefile head/editors/xvile/distinfo head/editors/xvile/pkg-plist Modified: head/editors/xvile/Makefile ============================================================================== --- head/editors/xvile/Makefile Mon Apr 29 14:25:42 2013 (r316823) +++ head/editors/xvile/Makefile Mon Apr 29 14:26:14 2013 (r316824) @@ -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 Modified: head/editors/xvile/distinfo ============================================================================== --- head/editors/xvile/distinfo Mon Apr 29 14:25:42 2013 (r316823) +++ head/editors/xvile/distinfo Mon Apr 29 14:26:14 2013 (r316824) @@ -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 Modified: head/editors/xvile/pkg-plist ============================================================================== --- head/editors/xvile/pkg-plist Mon Apr 29 14:25:42 2013 (r316823) +++ head/editors/xvile/pkg-plist Mon Apr 29 14:26:14 2013 (r316824) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"