Date: Wed, 13 Apr 2016 06:09:26 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413170 - head/graphics/mapserver Message-ID: <201604130609.u3D69QTN014231@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Wed Apr 13 06:09:25 2016 New Revision: 413170 URL: https://svnweb.freebsd.org/changeset/ports/413170 Log: - Set CAIRO_SVG and KML as default options Suggested by: usrbinerl@ya.ru(via email) Modified: head/graphics/mapserver/Makefile Modified: head/graphics/mapserver/Makefile ============================================================================== --- head/graphics/mapserver/Makefile Wed Apr 13 02:02:43 2016 (r413169) +++ head/graphics/mapserver/Makefile Wed Apr 13 06:09:25 2016 (r413170) @@ -3,7 +3,7 @@ PORTNAME= mapserver PORTVERSION= 7.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics www geography MASTER_SITES= http://download.osgeo.org/mapserver/ @@ -30,7 +30,7 @@ MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= FRIBIDI CURL GDAL GEOS KML POSTGIS PHP PERL PYTHON \ WMS WFS WCS FASTCGI DEBUG CAIRO CAIRO_SVG \ CLIENT_WMS CLIENT_WFS -OPTIONS_DEFAULT= FRIBIDI GDAL GEOS CLIENT_WMS CLIENT_WFS +OPTIONS_DEFAULT= FRIBIDI GDAL GEOS CLIENT_WMS CLIENT_WFS KML CAIRO_SVG CAIRO_SVG_DESC= Cairo SVG parser support GDAL_DESC= GDAL library support FRIBIDI_DESC= Fribidi library support
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604130609.u3D69QTN014231>