aboutsummaryrefslogtreecommitdiffstats
path: root/databases/grass/files
Commit message (Collapse)AuthorAgeFilesLines
* databases/grass: unbreak build with ffmpeg 3.xjbeich2016-11-041-0/+102
| | | | | | | | | | | | | | | | | | | | 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
* - Fix more shebangsamdmi32015-10-011-0/+35
| | | | | - Drop unneeded WX_UNICODE - Remove useless checks to fix packaging as non-root
* - Update to 6.4.3miwi2014-02-273-0/+37
| | | | | | | | - Convert to USES - Use options helper PR: 181057 Submitted by: ports fury
* Drop support for old versions of FreeBSD from unmaintained portseadler2013-03-281-10/+0
| | | | Reviewed by: miwi
* - Update to 6.4.1wen2011-10-201-0/+10
| | | | | PR: ports/161582 Submitted by: Bartoletti <coder@tuxfamily.org>
* - Update to 6.4.0wen2010-10-212-38/+0
| | | | Thanks to: lbartoletti <coder@tuxfamily.org>
* - Add missing patch when resolving conflicts with devel/ruby-gemrafan2008-04-051-0/+11
| | | | | | | PR: ports/121919 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Approved by: maintainer timeout (2 weeks) Reported by: pointyhat via pav
* - Use termios.h when availablemiwi2007-04-121-0/+27
| | | | | | PR: 110879 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: maintainer
* Update to 6.0.2.lawrance2006-04-163-42/+0
| | | | | | | | - Add OPTIONS for selecting database support. - Set USE_LDCONFIG to handle ldconfig startup script. PR: ports/93830 Submitted by: Laurent Courty <lrntct@gmail.com> (maintainer)
* [maintainer update]/databases/grass fix start-up scriptedwin2006-01-021-1/+1
| | | | | | | | Fix the start-up script in order to run ld-config in the right directory. PR: ports/91173 Submitted by: Laurent Courty <lrntct@gmail.com>
* databases/grass add libs handlingedwin2005-12-301-0/+15
| | | | | | | | | Change install directory and add a start-up script for ldconfig. PORTREVISION bumped because libraries wasn't usable for other applications before. PR: ports/91069 Submitted by: Laurent Courty <lrntct@gmail.com>
* [Maintainer Update] /databases/grass update to 6.0.1edwin2005-12-2714-235/+27
| | | | | | | | - removed all patches - added new patches to get rid of matherr references PR: ports/89769 Submitted by: Laurent Courty <lrntct@gmail.com>
* - Fix build on 5.x (fix compiling with gcc 3.x). This fixes pkg-plist on 5.x.fjoe2004-07-117-2/+130
| | | | | | | - Provide really working fix for odbc driver. - Remove locks/%%HOSTNAME%% from pkg-plist -- it is cleaned up in pkg-deinstall. - Bump PORTREVISION.
* Fix build with freetype2-2.1.7.marcus2004-03-233-2/+35
| | | | Reported by: bento via kris
* Update to 5.0.2, and add a little bit of deinstall logic.linimon2003-12-094-13/+13
| | | | | PR: ports/57931 Submitted by: TAKATSU Tomonari <tota@rtfm.jp>
* Unbreak and upgrade to 5.0.0.pre4.reg2002-05-192-18/+5
| | | | Prodded by: kris, Jason Morgan <jwm-freebsd@sentinelchicken.net>
* A long overdue update of this port to 5.0.0pre3. Also enable a bunch ofreg2002-02-264-0/+87
additional functionality like the NVIZ interface and PostgreSQL support. Submitted by: Andreas Lange <Andreas.Lange@Rhein-Main.de> (in part)