mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Update to 2.6.1
- Fix build error for 8.x and 9.x (base flex) PR: 195875 Submitted by: rhurlin@gwdg.de (maintainer)
This commit is contained in:
parent
88f4cd6577
commit
dab5f021c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374719
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qgis
|
||||
PORTVERSION= 2.6.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.6.1
|
||||
CATEGORIES= graphics geography
|
||||
|
||||
MAINTAINER= rhurlin@gwdg.de
|
||||
@ -12,20 +11,21 @@ COMMENT= Geographical Information System (GIS) data viewer
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= txt2tags:${PORTSDIR}/textproc/txt2tags
|
||||
LIB_DEPENDS= libgeos.so:${PORTSDIR}/graphics/geos \
|
||||
libproj.so:${PORTSDIR}/graphics/proj \
|
||||
libgsl.so:${PORTSDIR}/math/gsl \
|
||||
libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 \
|
||||
LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
|
||||
libgdal.so:${PORTSDIR}/graphics/gdal \
|
||||
libspatialite.so:${PORTSDIR}/databases/spatialite \
|
||||
libgeos.so:${PORTSDIR}/graphics/geos \
|
||||
libgsl.so:${PORTSDIR}/math/gsl \
|
||||
libproj.so:${PORTSDIR}/graphics/proj \
|
||||
libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 \
|
||||
libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 \
|
||||
libspatialindex.so:${PORTSDIR}/devel/spatialindex \
|
||||
libexecinfo.so:${PORTSDIR}/devel/libexecinfo
|
||||
libspatialite.so:${PORTSDIR}/databases/spatialite
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-QGIS-${GH_COMMIT}
|
||||
|
||||
USE_GITHUB=
|
||||
GH_ACCOUNT= qgis
|
||||
GH_COMMIT= 5016213
|
||||
GH_COMMIT= e2a51df
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
|
||||
USES= bison cmake fortran gmake python
|
||||
@ -44,10 +44,13 @@ CMAKE_ARGS+= -Wno-dev
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000033
|
||||
USES+= compiler:features
|
||||
.else
|
||||
USES+= compiler:gcc-c++11-lib
|
||||
BUILD_DEPENDS+= flex>=2.5.39:${PORTSDIR}/textproc/flex
|
||||
CMAKE_ARGS+= -DFLEX_EXECUTABLE:STRING=${LOCALBASE}/bin/flex
|
||||
CXXFLAGS+= -I${LOCALBASE}/include/flex
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MGRASS}
|
||||
@ -104,7 +107,8 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gdal>=1.11.1:${PORTSDIR}/graphics/py-gdal \
|
||||
${PYTHON_PKGNAMEPREFIX}qt4-svg>=4.8.5:${PORTSDIR}/graphics/py-qt4-svg \
|
||||
${PYTHON_PKGNAMEPREFIX}qt4-core>=4.8.5:${PORTSDIR}/devel/py-qt4-core \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.6:${PORTSDIR}/databases/py-sqlite3 \
|
||||
${PYTHON_PKGNAMEPREFIX}pyspatialite>=3.0.1:${PORTSDIR}/databases/pyspatialite
|
||||
${PYTHON_PKGNAMEPREFIX}pyspatialite>=3.0.1:${PORTSDIR}/databases/pyspatialite \
|
||||
${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.3:${PORTSDIR}/databases/py-psycopg2
|
||||
.else
|
||||
CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=FALSE
|
||||
PLIST_SUB+= QGIS_PYTHON="@comment "
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (qgis-2.6.0.tar.gz) = da73333e65a9e7c3276b68d1b17bd56352a0b6b364d094965437b9dc56b5dedf
|
||||
SIZE (qgis-2.6.0.tar.gz) = 70096139
|
||||
SHA256 (qgis-2.6.1.tar.gz) = dfadd5f088acb1e2e588897857b789bdf89b192238c2d9eeb7382b11312f9f4c
|
||||
SIZE (qgis-2.6.1.tar.gz) = 70057271
|
||||
|
@ -510,17 +510,17 @@ include/qgis/ui_qgsprojectionselectorbase.h
|
||||
include/qgis/ui_qgsquerybuilderbase.h
|
||||
include/qgis/ui_qgssublayersdialogbase.h
|
||||
lib/libqgis_analysis.so
|
||||
lib/libqgis_analysis.so.2.6.0
|
||||
lib/libqgis_analysis.so.2.6.1
|
||||
lib/libqgis_core.so
|
||||
lib/libqgis_core.so.2.6.0
|
||||
lib/libqgis_core.so.2.6.1
|
||||
lib/libqgis_gui.so
|
||||
lib/libqgis_gui.so.2.6.0
|
||||
lib/libqgis_gui.so.2.6.1
|
||||
lib/libqgis_networkanalysis.so
|
||||
lib/libqgis_networkanalysis.so.2.6.0
|
||||
lib/libqgis_networkanalysis.so.2.6.1
|
||||
%%GRASS%%lib/libqgisgrass.so
|
||||
%%GRASS%%lib/libqgisgrass.so.2.6.0
|
||||
%%GRASS%%lib/libqgisgrass.so.2.6.1
|
||||
%%QGIS_PYTHON%%lib/libqgispython.so
|
||||
%%QGIS_PYTHON%%lib/libqgispython.so.2.6.0
|
||||
%%QGIS_PYTHON%%lib/libqgispython.so.2.6.1
|
||||
lib/qgis/crssync
|
||||
%%GRASS%%lib/qgis/grass/bin/qgis.g.browser
|
||||
%%GRASS%%lib/qgis/grass/modules/qgis.d.rast
|
||||
@ -1478,6 +1478,7 @@ man/man1/qgis.1.gz
|
||||
%%DATADIR%%/i18n/qgis_fi.qm
|
||||
%%DATADIR%%/i18n/qgis_fr.qm
|
||||
%%DATADIR%%/i18n/qgis_gl.qm
|
||||
%%DATADIR%%/i18n/qgis_hi.qm
|
||||
%%DATADIR%%/i18n/qgis_hr.qm
|
||||
%%DATADIR%%/i18n/qgis_hu.qm
|
||||
%%DATADIR%%/i18n/qgis_id.qm
|
||||
|
Loading…
Reference in New Issue
Block a user