aboutsummaryrefslogtreecommitdiff
path: root/comms/xastir
Commit message (Collapse)AuthorAgeFilesLines
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) Notes: svn path=/head/; revision=365599
* - Switch graphics/GraphicsMagick to USES=libtool, drop .la filesDmitry Marakasov2014-08-041-1/+1
| | | | | | | | | | | - Bump dependent ports as .so version has changed - Fix distinfo for graphics/cmg - Fix shebang for graphics/vips Approved by: portmgr blanket Notes: svn path=/head/; revision=364040
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-231-1/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=362752
* - 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
* Update consumers of graphics/GraphicsMagick13 to use graphics/GraphicsMagickRene Ladan2014-06-171-2/+2
| | | | | | | | | | instead, these two ports are now equal. Bump PORTREVISIONs Approved by: portmgr (antoine) Notes: svn path=/head/; revision=358165
* Stagify.Vanilla I. Shu2014-06-132-9/+4
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=357692
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-9/+9
| | | | | | | LIB_DEPENDS in comms Notes: svn path=/head/; revision=336176
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | comms) Notes: svn path=/head/; revision=327714
* - Update to 1.10.0Sunpoet Po-Chuan Hsieh2013-08-211-1/+1
| | | | | | | | | | - Update COMMENT and remove leading indefinite article from COMMENT - Bump PORTREVISION for graphics/gdal shlib change Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News Notes: svn path=/head/; revision=325086
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-091-3/+1
| | | | | | | | | | While here: - trim headers - Remove indefinite article from comment - convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=322587
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Update PCRE to 8.32Martin Matuska2012-12-101-0/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - Update Xastir to the latest stable version.Diane Bruce2012-12-074-56/+79
| | | | | | | | | | | - It's been 2 years since the last stable release. Feature safe: yes PR: ports/174148 Submitted by: Maintainer Notes: svn path=/head/; revision=308408
* - HDRI has been enabled by default on ImageMagick.Diane Bruce2012-06-231-41/+34
| | | | | | | | | | | | | This breaks Xastir badly as it assumes QuantumDepth is an integer. This fix below removes ImageMagick from the build and defaults to GraphicsMagick which still works. (From PR) - Convert to options NG while I am in here. (db) PR: ports/169172 Submitted by: carl@stagecraft.cx Notes: svn path=/head/; revision=299803
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* - Bump PORTREVISION for graphics/gdal shlib changeSunpoet Po-Chuan Hsieh2012-05-191-1/+1
| | | | Notes: svn path=/head/; revision=296950
* - Chase graphics/GraphicsMagick13 shlib bumpsGreg Larkin2012-05-101-2/+2
| | | | | | | PR: ports/166683 Notes: svn path=/head/; revision=296375
* - Bump PORTREVISION for graphics/libgeotiff shlib changeSunpoet Po-Chuan Hsieh2012-04-261-1/+1
| | | | Notes: svn path=/head/; revision=295545
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-2/+2
| | | | Notes: svn path=/head/; revision=291338
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* Update ImageMagick to 6.7.2-10 (shlib bumped to .5)Martin Matuska2011-10-111-2/+2
| | | | Notes: svn path=/head/; revision=283359
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
| | | | Notes: svn path=/head/; revision=273475
* - Bump PORTREVISION for gdal shlib changeSunpoet Po-Chuan Hsieh2011-01-291-0/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268371
* Update Xastir to v2.0.0 which adds support for OSM maps.Soeren Straarup2010-11-264-25/+38
| | | | | | | | PR: ports/152032 Submitted by: Carl Makin <carl@stagecraft.cx> (maintainer) Notes: svn path=/head/; revision=265187
* Update ImageMagick to 6.6.2-10Martin Matuska2010-07-241-2/+2
| | | | Notes: svn path=/head/; revision=258173
* Update to fix an issue with Xastir/Motif and a certain level of Xorg server.Soeren Straarup2010-07-232-2/+21
| | | | | | | | PR: ports/148491 Submitted by: Carl Makin <carl@stagecraft.cx> (maintainer) Notes: svn path=/head/; revision=258106
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+1
| | | | Notes: svn path=/head/; revision=252125
* - Bump Magick++, MagickWand or MagickCore dependencyMartin Matuska2010-03-281-2/+2
| | | | Notes: svn path=/head/; revision=251659
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Update version of Xastir to 1.9.8, ie current stable release.Soeren Straarup2010-02-153-6/+13
| | | | | | | | | PR: ports/143478 Submitted by: maintainer (Carl Makin) Feature safe: yes Notes: svn path=/head/; revision=249905
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Bump PORTREVISION to chase the update of shapelibWen Heping2009-12-251-1/+1
| | | | Notes: svn path=/head/; revision=246579
* Previous update to 1.9.6 could conflict with shapelib port in defaultSoeren Straarup2009-12-242-19/+1
| | | | | | | | | | | configuration. This update fixes that by requiring shapelib port by default and not enabling option that could install duplicate files. PR: ports/141911 Submitted by: maintainer (Carl Makin) Notes: svn path=/head/; revision=246548
* Update to 1.9.6Soeren Straarup2009-12-204-36/+48
| | | | | | | | PR: ports/141701 Submitted by: maintainer (Carl Makin) Notes: svn path=/head/; revision=246309
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with B,C Notes: svn path=/head/; revision=240067
* - update to jpeg7Dirk Meyer2009-07-181-1/+1
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* Mark as broken on sparc64: uses i386 assembly.Mark Linimon2009-05-291-0/+4
| | | | Notes: svn path=/head/; revision=234755
* - Bump PORTREVISION for graphics/gdal upgradeRong-En Fan2009-03-181-1/+1
| | | | | | | Requested by: Dmitry Marakasov <amdmi3 at amdmi3.ru> Notes: svn path=/head/; revision=230340
* - Update ImageMagick to 6.4.9.2Martin Matuska2009-02-101-2/+2
| | | | | | | | - Libraries Magick++, MagickCore and MagickWand bumped to 2 - Update all ports using libraries above Notes: svn path=/head/; revision=228018
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-0/+1
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* Update comms/xastir to the latest stable version.Soeren Straarup2008-09-263-7/+9
| | | | | | | | PR: 127086 Submitted by: maintainer (Carl Makin) Notes: svn path=/head/; revision=220854
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Chase graphics/ImageMagick shlib version bumpMartin Wilke2008-04-221-1/+2
| | | | | | | Pointyhat to: mi@ Notes: svn path=/head/; revision=211760
* - Update release. [1]Diane Bruce2007-12-224-25/+43
| | | | | | | | | | - Make portlint happier. - Fix location of man page. PR: ports/118886 [1] Notes: svn path=/head/; revision=204356
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-131-0/+1
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* Update to 1.8.4Soeren Straarup2006-12-103-31/+24
| | | | | | | | | PR: 105202 Submitted by: Carl Makin <carl@stagecraft.cx> (maintainer) Approved by: tmclaugh (implicit) Notes: svn path=/head/; revision=179413