diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2013-12-04 02:51:00 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2013-12-04 02:51:00 +0000 |
commit | 3a64305d4341059497ca0e73cad7dae1496e2b02 (patch) | |
tree | 3dd64f0c809f9e8c1a80871241444471c0db3540 /math/saga/Makefile | |
parent | bcabd79d961fab3f4a458aa38398a77d7bb2e1f4 (diff) | |
download | ports-3a64305d4341059497ca0e73cad7dae1496e2b02.tar.gz ports-3a64305d4341059497ca0e73cad7dae1496e2b02.zip |
- 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
Notes
Notes:
svn path=/head/; revision=335601
Diffstat (limited to 'math/saga/Makefile')
-rw-r--r-- | math/saga/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile index f9b848c330d5..368cc889c3f2 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -3,7 +3,7 @@ PORTNAME= saga PORTVERSION= 2.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_src @@ -13,13 +13,13 @@ COMMENT= System for Automated Geoscientific Analyses LICENSE= GPLv2 -LIB_DEPENDS= proj:${PORTSDIR}/graphics/proj \ - gdal:${PORTSDIR}/graphics/gdal \ - jasper:${PORTSDIR}/graphics/jasper \ - tiff:${PORTSDIR}/graphics/tiff \ - iodbc:${PORTSDIR}/databases/libiodbc \ - las:${PORTSDIR}/devel/liblas \ - opencv_legacy:${PORTSDIR}/graphics/opencv +LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj \ + libgdal.so:${PORTSDIR}/graphics/gdal \ + libjasper.so:${PORTSDIR}/graphics/jasper \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libiodbc.so:${PORTSDIR}/databases/libiodbc \ + liblas.so:${PORTSDIR}/devel/liblas \ + libopencv_core.so:${PORTSDIR}/graphics/opencv-core USE_ZIP= yes USE_WX= 2.9 @@ -107,9 +107,9 @@ post-extract: ${WRKSRC}/src/modules_geostatistics/geostatistics/geostatistics_kriging/Makefile.am post-patch: - @${REINPLACE_CMD} -e 's|-lcv|-lopencv_legacy|g' \ + @${REINPLACE_CMD} -e 's|-lcv|-lopencv_core -lopencv_imgproc|g' \ ${WRKSRC}/src/modules_images/modules_opencv/opencv/Makefile.am - @${REINPLACE_CMD} -e 's|\[cv\]|\[opencv_legacy\]|' \ + @${REINPLACE_CMD} -e 's|\[cv\]|\[opencv_core\]|' \ ${WRKSRC}/configure.in @${REINPLACE_CMD} -e 's|\\n"), SAGA_VERSION)| (rev. 1760)\\n"), SAGA_VERSION)|' \ ${WRKSRC}/src/saga_core/saga_gui/dlg_about.cpp |