aboutsummaryrefslogtreecommitdiff
path: root/graphics/mapserver
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 7.2.1Wen Heping2018-10-033-7/+7
| | | | Notes: svn path=/head/; revision=481143
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-1/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* Remove superfluous linefeeds and fix some other minor whitespace bugs.Alexey Dokuchaev2018-01-111-2/+0
| | | | Notes: svn path=/head/; revision=458755
* Switch from swig 2.0 to swig 3.0Baptiste Daroussin2017-12-201-2/+4
| | | | Notes: svn path=/head/; revision=456845
* - Update to 7.0.7Wen Heping2017-11-293-6/+6
| | | | Notes: svn path=/head/; revision=455103
* - Update to 7.0.6Wen Heping2017-06-273-6/+6
| | | | Notes: svn path=/head/; revision=444439
* - Update to 7.0.5Wen Heping2017-05-243-6/+6
| | | | Notes: svn path=/head/; revision=441556
* - Update to 7.0.4Wen Heping2017-01-213-8/+10
| | | | Notes: svn path=/head/; revision=432007
* - Update to 7.0.3Wen Heping2016-12-133-6/+5
| | | | Notes: svn path=/head/; revision=428468
* Remove obsolete PHP versions checks.Mathieu Arnold2016-10-271-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=424753
* - Apply a upstream patch to fix the build with phpWen Heping2016-10-172-0/+19
| | | | | | | Reported by: ivtopol@gmail.com(via email) Notes: svn path=/head/; revision=424086
* - Update to 7.0.2Wen Heping2016-09-233-6/+6
| | | | Notes: svn path=/head/; revision=422647
* Don't use extension.ini any more, and have each extension install in itsMathieu Arnold2016-08-032-17/+14
| | | | | | | | | | | | | | | | | | | | | | | | file, so the order remains the same. Every PHP (or Zend) extension now installs its own .ini file in /usr/local/etc/php. A PHP extension will be automatically activated when installed. The order into which extensions are loaded is automatically guessed. In some very rare cases, the guess will be wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php section of the Porter's Handbook for more information. Convert ports touching etc/php/extensions.ini manually, or telling the OP to do it. And finally, bump PORTREVISION for all php extensions. PR: 210697 Submitted by: mat Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7022 Notes: svn path=/head/; revision=419514
* - update libgd to 2.2.2Dirk Meyer2016-07-201-1/+1
| | | | | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 Notes: svn path=/head/; revision=418829
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-1/+0
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-7/+7
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* - Set CAIRO_SVG and KML as default optionsWen Heping2016-04-131-2/+2
| | | | | | | Suggested by: usrbinerl@ya.ru(via email) Notes: svn path=/head/; revision=413170
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-24/+24
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Correct link the .so lib fileWen Heping2016-03-031-1/+2
| | | | | | | | PR: 207623 Submitted by: jjachuf@gmail.com Notes: svn path=/head/; revision=409994
* - Update to 7.0.1Wen Heping2016-02-264-23/+8
| | | | | | | - Pet portlint Notes: svn path=/head/; revision=409591
* Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and theRene Ladan2016-02-141-2/+2
| | | | | | | | | | | | | ports expired last month. Adjust Mk/bsd.php.mk Reviewed by: antoine, marino Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D5278 Notes: svn path=/head/; revision=408884
* Update giflib to 5.1.1Antoine Brodin2015-12-031-0/+1
| | | | | | | PR: 204492 Notes: svn path=/head/; revision=402898
* Allow building with giflib 5.1Antoine Brodin2015-11-121-0/+14
| | | | | | | PR: 204492 Notes: svn path=/head/; revision=401387
* - Update to 7.0.0Wen Heping2015-09-074-18/+7
| | | | Notes: svn path=/head/; revision=396246
* - Update to 2.0.0Sunpoet Po-Chuan Hsieh2015-07-091-1/+1
| | | | | | | | | | - Bump PORTREVISION for graphics/gdal shlib change - Mark astro/merkaartor as BROKEN Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News Notes: svn path=/head/; revision=391657
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+1
| | | | Notes: svn path=/head/; revision=390310
* - Update graphics/proj to 4.9.1Wen Heping2015-06-151-1/+1
| | | | | | | | | | | - Bump PORTREVISION to chase the update of proj PR: 200434 Submitted by: wen@(myself) Approved by: maintainer(timeout, >20 days) Notes: svn path=/head/; revision=389704
* - Add CPE infoDmitry Marakasov2015-05-141-1/+4
| | | | | | | | | - Add LICENSE Approved by: portmgr blanket Notes: svn path=/head/; revision=386332
* Update graphics/giflib to 5.0.5Antoine Brodin2015-01-141-1/+1
| | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D1361 Submitted by: bapt Reviewed by: self Exp-run by: self Notes: svn path=/head/; revision=377033
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Cleanup plistBaptiste Daroussin2014-10-201-2/+0
| | | | Notes: svn path=/head/; revision=371283
* - Pass correct value to configure with WMS_CLIENT and WFS_CLIENT optionWen Heping2014-10-111-4/+4
| | | | | | | | PR: 194266 Submitted by: Julien Cigar<jcigar@ulb.ac.be> Notes: svn path=/head/; revision=370647
* converters/fribidi:Tijl Coosemans2014-08-311-0/+1
| | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=366746
* - Update to 6.4.1Wen Heping2014-08-265-32/+24
| | | | | | | | | | | | - Fix build with python option [1] - Fix run error while reading MapInfo layer with AUTO styleitem [2] PR: 189940 [1] Submitted by: Julien Cigar<jcigar@ulb.ac.be> [1] marten.ambroz@seznam.cz (via email) [2] Notes: svn path=/head/; revision=366212
* - Add missing USE_LDCONFIGSunpoet Po-Chuan Hsieh2014-07-181-1/+1
| | | | | | | | | | | | - Use USES=libtool - Fix USE_PYTHON - Convert to new options helper - Bump PORTREVISION for package change - Do not hard-coded PORTVERSION in PLIST - Bump PORTREVISION for graphics/geos shlib change Notes: svn path=/head/; revision=362205
* - Remove USE_AUTOTOOLS=libtoolSunpoet Po-Chuan Hsieh2014-07-111-1/+1
| | | | | | | | | | - Bump PORTREVISION for package change - Bump PORTREVISION for graphics/gdal shlib change [1] Approved by: portmgr (implicit) [1] Notes: svn path=/head/; revision=361523
* - Add options CLIENT_WMS CLIENT_WFSWen Heping2014-06-211-3/+16
| | | | Notes: svn path=/head/; revision=358680
* o Do not require Apache as dependency. Mapserv can be used as FastCGI withGleb Smirnoff2014-06-192-19/+5
| | | | | | | | | | | | any other web server (e.g. nginx). Always install mapserv binary. [1] o USES libiconv, if uses libgdal. This fixes build with WMS on. [2] PR: 191168 [1] PR: 191167 [2] Approved by: wen Notes: svn path=/head/; revision=358341
* Add explicit libxml2 dependencyAntoine Brodin2014-06-111-0/+1
| | | | Notes: svn path=/head/; revision=357524
* - Install files into ${PREFIX} instead of ${LOCALBASE}Wen Heping2014-05-161-2/+2
| | | | Notes: svn path=/head/; revision=354243
* - Stage supportWen Heping2014-05-161-11/+10
| | | | Notes: svn path=/head/; revision=354241
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Fix build with python optionWen Heping2014-03-252-18/+22
| | | | | | | - Convert to new so file format Notes: svn path=/head/; revision=349155
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Update freetype to 2.5.2.Koop Mast2013-12-241-0/+20
| | | | | | | | | | | | | | | | | Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587 Notes: svn path=/head/; revision=337385
* - Fix the run error of missing shared objectWen Heping2013-12-092-2/+6
| | | | | | | | PR: 184627 Submitted by: Julien Cigar <jcigar@ulb.ac.be> Notes: svn path=/head/; revision=335995
* - Update to 6.4.0Wen Heping2013-12-073-100/+73
| | | | Notes: svn path=/head/; revision=335833
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733