Lines 2-11
Link Here
|
2 |
# $FreeBSD: head/math/saga/Makefile 399240 2015-10-14 06:20:22Z wen $ |
2 |
# $FreeBSD: head/math/saga/Makefile 399240 2015-10-14 06:20:22Z wen $ |
3 |
|
3 |
|
4 |
PORTNAME= saga |
4 |
PORTNAME= saga |
5 |
PORTVERSION= 2.2.1 |
5 |
PORTVERSION= 2.2.2 |
6 |
CATEGORIES= math |
6 |
CATEGORIES= math |
7 |
MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} |
7 |
MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} |
8 |
DISTNAME= ${PORTNAME}_${PORTVERSION} |
8 |
DISTNAME= ${PORTNAME}-${PORTVERSION} |
9 |
|
9 |
|
10 |
MAINTAINER= rhurlin@gwdg.de |
10 |
MAINTAINER= rhurlin@gwdg.de |
11 |
COMMENT= System for Automated Geoscientific Analyses |
11 |
COMMENT= System for Automated Geoscientific Analyses |
Lines 82-88
Link Here
|
82 |
${WRKSRC}/src/modules/imagery/imagery_opencv/Makefile.am |
82 |
${WRKSRC}/src/modules/imagery/imagery_opencv/Makefile.am |
83 |
@${REINPLACE_CMD} -e 's|\[cv\]|\[opencv_core\]|' \ |
83 |
@${REINPLACE_CMD} -e 's|\[cv\]|\[opencv_core\]|' \ |
84 |
${WRKSRC}/configure.ac |
84 |
${WRKSRC}/configure.ac |
85 |
@${REINPLACE_CMD} -e 's|wxString(SAGA_VERSION) + "\\n"|wxString(SAGA_VERSION) + " (SVN r2600)" + "\\n"|' \ |
85 |
@${REINPLACE_CMD} -e 's|wxString(SAGA_VERSION) + "\\n"|wxString(SAGA_VERSION) + " (SVN r2652)" + "\\n"|' \ |
86 |
${WRKSRC}/src/saga_core/saga_gui/dlg_about.cpp |
86 |
${WRKSRC}/src/saga_core/saga_gui/dlg_about.cpp |
87 |
.if ${ARCH} == "powerpc" |
87 |
.if ${ARCH} == "powerpc" |
88 |
@${REINPLACE_CMD} -e 's|typedef unsigned long DWORD;|typedef unsigned int DWORD;|' \ |
88 |
@${REINPLACE_CMD} -e 's|typedef unsigned long DWORD;|typedef unsigned int DWORD;|' \ |