Commit graph

63 commits

Author SHA1 Message Date
Thomas Zander
52386167b5 Fix overlinking problem with opencv.
Prior to this changeset, all binaries linked to opencv. This is
unneccessary, as only the imagery_opencv module needs to link to
opencv to work correctly.
PORTREVISION is bumped as package content changes.

PR:		207693
Submitted by:	rhurlin@gwdg.de (maintainer)
2016-03-06 19:56:18 +00:00
Wen Heping
8e11ae0e3d - Update to 2.2.4
PR:		207565
Submitted by:	rhurlin@gwdg.de(maintainer)
2016-03-03 12:09:26 +00:00
Martin Wilke
ff66763537 - Fix build
PR:		205491
2015-12-26 11:40:41 +00:00
Martin Wilke
58a1eb3975 - Update from 2.2.2 (r2652) to 2.2.3 (r2737)
- Use other distfile naming scheme again
- Correct usage of wx-config for SAGA GIS module io_virtual
- Adjust naming scheme of patches via 'make makepatch'
- Update pkg-plist

PR:		    205491
Submitted by:   maintainer
2015-12-24 14:04:16 +00:00
Palle Girgensohn
da6a8a3291 Use USES=pgsql instead of hardwiring a postgresql version
PR:		204719
Submitted by:	Rainer Hurling<rhurlin@gwdg.de> (maintainer)
2015-11-22 11:33:58 +00:00
Mathieu Arnold
b4dfe159bb Update to 2.2.2.
PR:		203899
Submitted by:	maintainer
Sponsored by:	Absolight
2015-10-21 14:16:45 +00:00
Wen Heping
e69dd91a8c - Update to version 2.2.1
- Change to USES=localbase
- Remove WX_UNICODE=yes (obsolete now)
- Parse pkg-message via SUB_FILES
- Integrate SAGA GIS toolchain files (sripting)

PR:		203508
Submitted by:	rhurlin@gwdg.de(maintainer)
2015-10-14 06:20:22 +00:00
Sunpoet Po-Chuan Hsieh
ef0fa46671 - Update to 2.0.0
- Bump PORTREVISION for graphics/gdal shlib change
- Mark astro/merkaartor as BROKEN

Changes:	http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
2015-07-09 16:05:06 +00:00
Thomas Zander
2239acc749 - Update to upstream version 2.2.0
- Install icons
- Switch from ${CHMOD} in Makefile to @mode in pkg-plist
- Rework files/ dir using 'make makepatch'

PR:		201329
Submitted by:	rhurlin@gwdg.de (maintainer)
2015-07-05 14:11:36 +00:00
Wen Heping
70e12eef45 - Update graphics/proj to 4.9.1
- Bump PORTREVISION to chase the update of proj

PR:		200434
Submitted by:	wen@(myself)
Approved by:	maintainer(timeout, >20 days)
2015-06-15 13:03:11 +00:00
Jan Beich
58c735369b Unbreak build on platforms using libstdc++ after r383466
Force C++11 mode and fix incompatibility with NULL being
defined as nullptr on FreeBSD.

PR:		199600
Reported by:	pkg-fallout, DPorts
Approved by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2015-04-22 17:14:59 +00:00
Wen Heping
bb8bd121d0 - Update to 2.1.4
PR:		198357
Submitted by:	Rainer Hurling<rhurlin@gwdg.de> (maintainer)
2015-03-07 13:13:46 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
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)
2014-12-08 16:48:38 +00:00
Antoine Brodin
942951d86b Cleanup plist 2014-11-14 09:39:21 +00:00
Marcus von Appen
214bd533a7 - Convert ports of math/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 16:54:54 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Tijl Coosemans
4bdd97e324 math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
2014-08-31 16:36:22 +00:00
Matthias Andree
515db2ed10 Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
2014-08-15 20:37:31 +00:00
Sunpoet Po-Chuan Hsieh
61a8320e09 - Remove USE_AUTOTOOLS=libtool
- Bump PORTREVISION for package change
- Bump PORTREVISION for graphics/gdal shlib change [1]

Approved by:	portmgr (implicit) [1]
2014-07-11 11:16:06 +00:00
Wen Heping
93358ba544 - Bump PORTREVISION to chase the update of devel/liblas
Approved by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2014-07-08 12:23:29 +00:00
Danilo Egea Gondolfo
a0c438c082 - Update from 2.1.1 to 2.1.2
- Fix LICENSE
- Fix build on i386
- Install language and desktop files

PR:		ports/191491
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
2014-07-03 01:56:05 +00:00
Baptiste Daroussin
a4ef42da3e Fix build after r353029
Change to 'USES=compiler:gcc-c++11-lib' to simplify the makefile

PR:		ports/189389
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2014-05-06 07:03:22 +00:00
Baptiste Daroussin
f4f46a920e Fix unixODBC vs libiodbc conflicts
Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time

While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql

Discussed with:	rakuco (kde)
With hat:	portmgr
2014-05-05 16:24:00 +00:00
Sunpoet Po-Chuan Hsieh
a1524b126a - Update to 1.11.0
- Use PORTDATA
- Bump PORTREVISION for graphics/gdal shlib change

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News
2014-04-26 18:18:39 +00:00
Sunpoet Po-Chuan Hsieh
adc5a5a470 - Remove PREFIX/lib/saga/*.la in STAGEDIR to silence plist check
Reported by:	swills
Approved by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2014-04-26 06:29:05 +00:00
Sunpoet Po-Chuan Hsieh
524a122453 - Use USE_GCC=yes [1]
- Use PORTVERSION instead of hard-coded "2.1.1" [2]

Submitted by:	bapt [1], sunpoet (myself) [2]
Approved by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2014-03-27 16:43:43 +00:00
Sunpoet Po-Chuan Hsieh
38007dab2f - Update to 2.1.1
- While I'm here:
  - Convert to new options helper
  - Remove deprecated PTHREAD_*
  - No need to print PKGMESSAGE manually

Changes:	http://sourceforge.net/apps/trac/saga-gis/attachment/wiki/Changelog%202.1.1/changelog_saga_2.1.1.txt
PR:		ports/187795
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Tested by:	redports
2014-03-25 19:41:30 +00:00
Baptiste Daroussin
0365e108a6 Add a forgotten patch to fix build with libc++ 2014-03-24 15:06:28 +00:00
Baptiste Daroussin
7dbcbb84b3 Switch to wx 3.0
Use gcc with libc++ on libc++ version of freebsd (this fixes build on FreeBSD 10 and 11)
Support stage
Couple of modernisations
2014-03-24 14:06:56 +00:00
Baptiste Daroussin
9f5deb008f Convert m* to USES=zip 2014-03-10 16:25:33 +00:00
Mathieu Arnold
4953c55ad5 Fixup props the rest of pkg-*
With hat:	portmgr
Sponsored by:	Absolight
2014-01-22 15:52:06 +00:00
Mathieu Arnold
b2ffc02ad8 Fixup svn props on pkg-plist*
Fixup one plist with bad line endings.

Sponsored by:	Absolight
2014-01-22 15:16:56 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Jason E. Hale
3a64305d43 - Update graphics/*opencv* to 2.4.7
- Revert options helpers to if statements since the OFF condition is not
  applied when OPTIONS_EXCLUDE is used
- Move most of the OpenCV modules from the graphics/opencv-core port to
  graphics/opencv, leaving opencv-core as just the bare minimum required
  for building ffmpeg with OpenCV support
- Install examples for python and java bindings
- Add new slave port graphics/opencv-java: Java bindings for OpenCV
- Bump PORTREVISION and make dependency adjustments and fixes for
  dependent ports
- Add UPDATING entry
2013-12-04 02:51:00 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Sunpoet Po-Chuan Hsieh
71f91036a5 - Update to 1.10.0
- 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
2013-08-21 03:46:21 +00:00
William Grzybowski
0d98a2f575 math/saga: fix opencv linking in 10-CURRENT
- There had been a change in default the behaviour of /usr/bin/ld with
r253839 from 2013-07-31. After this change ld was not able to use
libopencv_legacy.so any more, because it complains about missing symbols
from libopencv_core.so.

Submitted by:	Rainer Hurling <rhurlin gwdg.de> (maintainer, via email)
2013-08-08 11:24:28 +00:00
William Grzybowski
f34624ebc7 math/saga: update to 2.1.0
- Update to 2.1.0 [1]
- Fix autotools

Changes: http://sourceforge.net/p/saga-gis/news/2013/07/saga-210-is-released/

PR:		ports/180366 [1]
Submitted by:	Rainer Hurling <rhurlin gwdg.de> (maintainer)
2013-07-31 14:40:03 +00:00
Max Brazhnikov
81c27c891a Bump PORTREVISION after DESKTOP_ENTRIES update 2013-01-23 15:00:18 +00:00
Max Brazhnikov
d321be23d6 - Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
  * adjust Icon field according to the Desktop Entry Specification
  * update Categories field: remove deprecated category Application;
    set main category if missing
- Remove indefinite article from COMMENT

Approved by:	maintainers
2013-01-22 23:12:20 +00:00
Bryan Drewery
a9f6c0f420 - Fix build with clang [1]
- Trim header

PR:		ports/173148 [1]
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer) [1]
Feature safe:	yes
2012-11-01 14:42:58 +00:00
Beech Rintoul
af019be81f - Fix build after the update of graphics/vigra
PR:		ports/168869
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2012-06-09 19:07:06 +00:00
Sylvio Cesar Teixeira
f6d0618071 - Convert to new optionsNG
PR:		ports/168694
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2012-06-06 20:56:29 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Sunpoet Po-Chuan Hsieh
9c7f3409d5 - Bump PORTREVISION for graphics/gdal shlib change 2012-05-19 10:07:14 +00:00
Wen Heping
b360c0c97b - Bump PORTREVISION to chase the update of graphics/proj 2012-05-07 08:12:53 +00:00
Martin Wilke
18c7e36132 - Update to 2.0.8
PR:		162858
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2012-01-03 23:30:55 +00:00
Mark Linimon
368cdcdd89 Attempt to fix build on powerpc (32-bit).
Hat:		portmgr
2011-12-28 06:38:35 +00:00
Pawel Pekala
1e16aa51e6 Fix segfault in saga_cmd
PR:		ports/161781
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2011-10-19 20:46:32 +00:00
Beech Rintoul
696e4a5adc - Add support for graphics/vigra
PR:		ports/158952
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2011-07-16 17:10:27 +00:00