summaryrefslogtreecommitdiff
path: root/databases/grass (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New port: databases/grass7Kurt Jaeger2017-07-309-3814/+0
| | | | | | | | | | | | | | | | | | | | databases/grass: renamed to databases/grass6 - submitter becomes maintainer - changed dependency for graphics/qgis to grass6 Geographic Resources Analysis Support System (GRASS GIS) An open source Geographical Information System (GIS) with raster, topological vector, image processing, and graphics production functionality that operates on various platforms through a graphical user interface and shell in X-Windows. It is released under GNU General Public License (GPL). WWW: http://grass.osgeo.org/ PR: 221087 Submitted by: lbartoletti@tuxfamily.org
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* - Fix shebangsDmitry Marakasov2017-04-211-2/+3
|
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* multimedia/ffmpeg: update to 3.2.2Jan Beich2016-12-111-1/+1
| | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog PR: 207547 Submitted by: riggs, ebirth@b0ss.net (libressl fix) Exp-run by: antoine (3 tries)
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-12-071-1/+1
| | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms), part II. The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. This adds ports with USES=fortran and ports using Mk/bsd.octave.mk which in turn has USES=fortran. PR: 214965 Reported by: thierry
* Add explicit build dependency on the python symlink, right now they rely onAntoine Brodin2016-11-221-1/+2
| | | | it being provided by x11-toolkits/gtk20
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-1/+1
| | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
* databases/grass: Document and configure ncurses requirementJohn Marino2016-11-201-3/+5
|
* databases/grass: unbreak build with ffmpeg 3.xJan Beich2016-11-042-0/+103
| | | | | | | | | | | | | | | | | | | | lib/ogsf/gsd_img_mpeg.c:41:24: error: 'PIX_FMT_YUV420P' undeclared (first use in this function) #define STREAM_PIX_FMT PIX_FMT_YUV420P /* default pix_fmt */ ^ lib/ogsf/gsd_img_mpeg.c:97:18: note: in expansion of macro 'STREAM_PIX_FMT' c->pix_fmt = STREAM_PIX_FMT; ^ lib/ogsf/gsd_img_mpeg.c:41:24: note: each undeclared identifier is reported only once for each function it appears in #define STREAM_PIX_FMT PIX_FMT_YUV420P /* default pix_fmt */ ^ lib/ogsf/gsd_img_mpeg.c:97:18: note: in expansion of macro 'STREAM_PIX_FMT' c->pix_fmt = STREAM_PIX_FMT; ^ lib/ogsf/gsd_img_mpeg.c:98:24: error: 'CODEC_ID_MPEG2VIDEO' undeclared (first use in this function) if (c->codec_id == CODEC_ID_MPEG2VIDEO) { ^ PR: 207547
* - Update to 6.4.6Wen Heping2016-09-113-4/+6
|
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | Approved by: portmgr blanket
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-251-1/+1
| | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-10/+10
| | | | | With hat: portmgr Sponsored by: Absolight
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | Approved by: portmgr blanket
* - Fix more shebangsDmitry Marakasov2015-10-012-3/+45
| | | | | - Drop unneeded WX_UNICODE - Remove useless checks to fix packaging as non-root
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionBaptiste Daroussin2015-09-161-1/+1
| | | | | | | | All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop
* Switch to use unicode version of wxBaptiste Daroussin2015-09-131-0/+2
|
* - Update to 6.4.5Wen Heping2015-07-292-16/+22
| | | | | PR: 201838 Submitted by: tkato432@yahoo.com
* - 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
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+1
|
* - 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)
* Uses blaslapack.mk.Thierry Thomas2015-01-101-20/+10
|
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
|
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
|
* 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)
* - Convert python and pgsql to USESJason E. Hale2014-10-062-150/+2
| | | | - Clean up plist
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* math/fftw3:Tijl Coosemans2014-08-311-0/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD
* databases/grass: Upgraade version 6.4.3 => 6.4.4John Marino2014-08-093-13/+30
| | | | | PR: 191813 Submitted by: Ports Fury
* - 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]
* Bump more ports that depend on libsqlite3.so:Tijl Coosemans2014-07-051-1/+1
| | | | | | | - ports that set USE_SQLITE with the *_USE option helper - ports that depend on libsqlite3 indirectly as reported by pkg rquery Approved by: portmgr (implicit)
* - Update to 1.11.0Sunpoet Po-Chuan Hsieh2014-04-261-1/+1
| | | | | | | - Use PORTDATA - Bump PORTREVISION for graphics/gdal shlib change Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News
* 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)
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-0/+1
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* - Update to 6.4.3Martin Wilke2014-02-276-247/+552
| | | | | | | | - Convert to USES - Use options helper PR: 181057 Submitted by: ports fury
* Deprecate ports broken for more than 6 monthBaptiste Daroussin2014-01-271-0/+2
|
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-8/+8
| | | | LIB_DEPENDS in databases
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* - Remove useless USE_TCLPietro Cerutti2013-10-231-2/+0
|
* - Convert to USES+=tk and USES+=gmakePietro Cerutti2013-09-251-4/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | databases)
* - 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Convert to new perl frameworkAndrej Zverev2013-08-031-2/+1
| | | | - Trim Makefile header
* Mark as broken:Baptiste Daroussin2013-07-241-1/+3
| | | | | | | | | | | | | | | | | | | | | Error: cc -E -I/usr/local/include -I/usr/local/include -DPACKAGE="grasslibs" -DPACKAGE="grasslibs" -I/wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include: In file included from /wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include/grass/gis.h:25, Error: cc -E -I/usr/local/include -I/usr/local/include -DPACKAGE="grasslibs" -DPACKAGE="grasslibs" -I/wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include: from /tmp/tmpAeHg0r.h:1: Error: cc -E -I/usr/local/include -I/usr/local/include -DPACKAGE="grasslibs" -DPACKAGE="grasslibs" -I/wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include: /usr/include/stdarg.h:72:2: error: #error this file needs to be ported to your compiler Status: Parsing /tmp/tmpAeHg0r.h Error: /usr/include/stdio.h:67: Syntax error at 'va_list' Error: /usr/include/stdio.h:271: Syntax error at '__va_list' Error: /usr/include/stdio.h:272: Syntax error at '__va_list' Error: /usr/include/stdio.h:274: Syntax error at '__va_list' Error: /usr/include/stdio.h:279: Syntax error at '__va_list' Error: /usr/include/stdio.h:281: Syntax error at '__va_list' Error: /usr/include/stdio.h:283: Syntax error at '__va_list' Error: /usr/include/stdio.h:284: Syntax error at '__va_list' Error: /usr/include/stdio.h:348: Syntax error at '__va_list' Error: /usr/include/stdio.h:401: Syntax error at '__va_list' Error: /wrkdirs/usr/ports/databases/grass/work/grass-6.4.2/dist.amd64/include/grass/gisdefs.h:126: Syntax error at 'va_list' Status: Processing description list. Reported by: pkg-fallout
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-2/+1
| | | | Convert USE_READLINE by USES=readline
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | Approved by: portmgr (bapt)