Index: head/astro/merkaartor/Makefile =================================================================== --- head/astro/merkaartor/Makefile (revision 296949) +++ head/astro/merkaartor/Makefile (revision 296950) @@ -1,70 +1,70 @@ # New ports collection makefile for: merkaartor # Date created: 9 January 2009 # Whom: slaven@rezic.de # # $FreeBSD$ # PORTNAME= merkaartor PORTVERSION= 0.18.a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro MASTER_SITES= https://secure.ohos.nl/downloads/ MAINTAINER= dev2@heesakkers.info COMMENT= An openstreetmap mapping program LICENSE= GPLv2 LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \ proj:${PORTSDIR}/graphics/proj USE_BZIP2= yes USE_LDCONFIG= yes USE_QT_VER= 4 QT_COMPONENTS= qmake_build uic_build moc_build rcc_build \ gui network svg webkit xml imageformats script scripttools MAKE_JOBS_SAFE= yes .if exists(${LOCALBASE}/bin/gnome-session) INSTALLS_ICONS= yes .endif QMAKEFLAGS= PREFIX=${PREFIX} OPTIONS= GEOIMAGE "Enable geotagged images (needs exiv2)" on\ ZBAR "Read barcodes from walking papers" off\ DEBUG "Enable debugging and verbose logging" off .include .if !defined(WITHOUT_GEOIMAGE) QMAKEFLAGS+= GEOIMAGE=1 LIB_DEPENDS+= exiv2.10:${PORTSDIR}/graphics/exiv2 .endif .if defined(WITH_ZBAR) QMAKEFLAGS+= ZBAR=1 LIB_DEPENDS+= zbar:${PORTSDIR}/graphics/zbar .endif .if !defined(WITH_DEBUG) QMAKEFLAGS+= NODEBUG=1 .endif .if defined(WITHOUT_NLS) PLIST_SUB+= NLS="@comment " .else PLIST_SUB+= NLS="" QT_COMPONENTS+= linguist_build pre-build: @cd ${WRKSRC}/translations && lrelease-qt4 ../src/src.pro .endif do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} ${QMAKEFLAGS} .include Property changes on: head/astro/merkaartor/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/astro/qlandkartegt/Makefile =================================================================== --- head/astro/qlandkartegt/Makefile (revision 296949) +++ head/astro/qlandkartegt/Makefile (revision 296950) @@ -1,37 +1,37 @@ # New ports collection makefile for: qlandkartegt # Date created: 1 Jun 2009 # Whom: Mykola Dzham # # $FreeBSD$ # PORTNAME= qlandkartegt PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/QLandkarteGT%20${PORTVERSION} MAINTAINER= i@levsha.me COMMENT= The ultimate outdoor aficionado's tool LICENSE= GPLv2 LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \ proj.7:${PORTSDIR}/graphics/proj \ gps.20:${PORTSDIR}/astro/gpsd USE_CMAKE= yes USE_QT_VER= 4 QT_COMPONENTS= gui opengl network sql xml linguist_build \ moc_build uic_build rcc_build qmake_build MAKE_JOBS_SAFE= yes SUB_FILES= qlandkartegt MAN1= qlandkartegt.1 post-install: ${MV} ${PREFIX}/bin/qlandkartegt ${PREFIX}/bin/qlandkartegt.bin ${INSTALL_SCRIPT} ${WRKDIR}/qlandkartegt ${PREFIX}/bin .include Property changes on: head/astro/qlandkartegt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/comms/xastir/Makefile =================================================================== --- head/comms/xastir/Makefile (revision 296949) +++ head/comms/xastir/Makefile (revision 296950) @@ -1,133 +1,133 @@ # New ports collection makefile for: xastir # Date created: 17th June 2004 # Whom: Carl Makin # # $FreeBSD$ # PORTNAME= xastir PORTVERSION= 2.0.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION} MAINTAINER= carl@stagecraft.cx COMMENT= X Amateur Station Tracking and Information Reporting BUILD_DEPENDS= xfontsel:${PORTSDIR}/x11-fonts/xfontsel RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ jpeg:${PORTSDIR}/graphics/jpeg \ png:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes USE_GMAKE= yes USE_MOTIF= yes USE_GETTEXT= yes MAN1= xastir.1 \ callpass.1 \ testdbfawk.1 \ xastir_udp_client.1 SUB_FILES= pkg-message OPTIONS= SHAPELIB "Include Shapelib support" On \ DBFAWK "Include DBFAWK Support" On \ MAGICK "Include [Image|Graphics]Magick Support" On \ GRAPHICK "Use GraphicsMagick instead of ImageMagick" Off \ CURL "Include CURL Internet Image support" On \ GEOTIFF "Include GeoTIFF Support" Off \ GDAL "Include GDAL Support" Off \ GPSMAN "Include GPSMAN Support" Off \ FESTIVAL "Include Festival Voice Synthesis Support" Off \ RTREE "Enable spatial indexing of shapefiles" On \ ERRORPOP "Send error popups to stderr" Off \ BDB "Tiger Map Caching using Berkeley DB" On \ OPTCFLAGS "Use optimized CFLAGS (-O2 -pipe)" Off .include .if defined(WITH_SHAPELIB) LIB_DEPENDS+= shp.1:${PORTSDIR}/devel/shapelib .else CONFIGURE_ARGS+= --without-shapelib .endif .if defined(WITHOUT_MAGICK) CONFIGURE_ARGS+= --without-imagemagick --without-graphicsmagick .else .if defined(WITH_GRAPHICK) LIB_DEPENDS+= GraphicsMagickWand.7:${PORTSDIR}/graphics/GraphicsMagick13 .else LIB_DEPENDS+= MagickWand.5:${PORTSDIR}/graphics/ImageMagick CONFIGURE_ARGS+= --without-graphicsmagick .endif .endif .if defined(WITHOUT_DBFAWK) CONFIGURE_ARGS+= --without-dbfawk .else LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre .endif .if !defined(WITHOUT_CURL) LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl .endif .if defined(WITH_GEOTIFF) LIB_DEPENDS+= geotiff:${PORTSDIR}/graphics/libgeotiff .endif .if defined(WITH_GDAL) LIB_DEPENDS+= gdal:${PORTSDIR}/graphics/gdal .else CONFIGURE_ARGS+= --without-gdal .endif .if defined(WITH_GPSMAN) BUILD_DEPENDS+= ${LOCALBASE}/share/doc/gpsmanshp/GPSManSHP.pdf:${PORTSDIR}/graphics/gpsmanshp WITH_SHAPELIB= true .undef WITHOUT_SHAPELIB .else CONFIGURE_ARGS+= --without-gpsman .endif .if defined(WITH_FESTIVAL) BUILD_DEPENDS+= festival:${PORTSDIR}/audio/festival .else CONFIGURE_ARGS+= --without-festival .endif .if defined(WITH_RTREE) CONFIGURE_ARGS+= --with-rtree .endif .if defined(WITH_ERRORPOP) CONFIGURE_ARGS+= --with-errorpopups .endif .if defined(WITH_BDB) USE_BDB= 41+ WITH_BDB_HIGHEST= ${TRUE} INVALID_BDB_VER= 2 3 40 CONFIGURE_ARGS+= --with-bdb-incdir=${BDB_INCLUDE_DIR} --with-bdb-libdir=${BDB_LIB_DIR} .endif .if defined(WITH_OPTIMIZED_CFLAGS) WITH_OPTCFLAGS= true .endif # OPTIMIZED_CFLAGS is too big for the OPTIONS variable to draw on the screen. .if defined(WITH_OPTCFLAGS) CFLAGS+= -O2 -pipe .endif .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/comms/xastir/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.43 \ No newline at end of property +1.44 \ No newline at end of property Index: head/databases/grass/Makefile =================================================================== --- head/databases/grass/Makefile (revision 296949) +++ head/databases/grass/Makefile (revision 296950) @@ -1,140 +1,140 @@ # New ports collection makefile for: grass # Date created: 15 January 2000 # Whom: reg # # $FreeBSD$ # PORTNAME= grass PORTVERSION= 6.4.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= databases geography MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \ http://wgbis.ces.iisc.ernet.in/grass/%SUBDIR%/ \ http://grass.bergenheim.net/%SUBDIR%/ \ http://grass.cict.fr/%SUBDIR%/ \ http://www.phygeo.uni-hannover.de/grass/%SUBDIR%/ \ http://grass.fbk.eu/%SUBDIR%/ \ http://grass.gis-lab.info/%SUBDIR%/ \ http://mirrors.ibiblio.org/grass/%SUBDIR%/ MASTER_SITE_SUBDIR= grass64/source MAINTAINER= ports@FreeBSD.org COMMENT= An open source Geographical Information System (GIS) LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= gdal.16:${PORTSDIR}/graphics/gdal \ +LIB_DEPENDS= gdal.17:${PORTSDIR}/graphics/gdal \ jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png \ proj.7:${PORTSDIR}/graphics/proj \ tiff.4:${PORTSDIR}/graphics/tiff \ fftw3.6:${PORTSDIR}/math/fftw3 \ freetype.9:${PORTSDIR}/print/freetype2 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_GMAKE= yes USE_ICONV= yes USE_GETTEXT= yes USE_PERL5= yes USE_GL= glut USE_TCL= yes USE_TCL_BUILD= yes USE_TK= yes USE_TK_BUILD= yes USE_PYTHON= yes USE_WX= 2.8 WX_COMPS= wx:build python:run PATCH_TCL_SCRIPTS=lib/init/init.sh PATCH_TK_SCRIPTS=lib/init/init.sh ALL_TARGET= GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \ --with-libs=${LOCALBASE}/lib \ --with-tcltk-includes="${TCL_INCLUDEDIR} ${TK_INCLUDEDIR}" \ --with-opengl-includes=${LOCALBASE}/include/ \ --with-opengl-libs=${LOCALBASE}/lib/ \ --with-freetype \ --with-freetype-includes=${LOCALBASE}/include/freetype2 \ --with-nls \ --with-cxx \ --with-readline \ --with-curses \ --enable-largefile \ --with-python=${LOCALBASE}/bin/python-config \ --with-wxwidgets=${WX_CONFIG} PLIST_SUB= GRASS_INST_DIR=${GRASS_INST_DIR} \ VERSION=${PORTVERSION} \ VER=${PORTVERSION:R:C/\.//} USE_LDCONFIG= ${PREFIX}/${GRASS_INST_DIR}/lib MAKE_JOBS_SAFE= yes OPTIONS= MYSQL "Enable MySQL support" Off \ ODBC "Enable ODBC support" Off \ PGSQL "Enable PostgreSQL support" On \ SQLITE "Enable SQLite support" Off BASH_SCRIPTS= i.spectral r.tileset .include .if ${ARCH} == "sparc64" BROKEN= Does not configure on sparc64 .endif .if ${OSVERSION} < 800000 EXTRA_PATCHES= ${PATCHDIR}/extra-patch-vector-v.info-main.c .endif .if !defined (GRASS_INST_DIR) GRASS_INST_DIR= ${PORTNAME}-${PORTVERSION} .endif .if defined(WITH_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+=--with-mysql \ --with-mysql-includes=${LOCALBASE}/include/mysql \ --with-mysql-libs=${LOCALBASE}/lib/mysql PLIST_SUB+= MYSQL="" .else PLIST_SUB+= MYSQL="@comment " .endif .if defined(WITH_ODBC) LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC CONFIGURE_ARGS+=--with-odbc PLIST_SUB+= ODBC="" .else PLIST_SUB+= ODBC="@comment " .endif .if !defined(WITHOUT_PGSQL) USE_PGSQL= yes CONFIGURE_ARGS+=--with-postgres PLIST_SUB+= PGSQL="" .else PLIST_SUB+= PGSQL="@comment " .endif .if defined(WITH_SQLITE) USE_SQLITE= yes CONFIGURE_ARGS+=--with-sqlite PLIST_SUB+= SQLITE="" .else PLIST_SUB+= SQLITE="@comment " .endif post-patch: @${REINPLACE_CMD} -e "/^INST_DIR=/s|grass-.*|${GRASS_INST_DIR}|" \ ${WRKSRC}/Makefile .for s in ${BASH_SCRIPTS} @${REINPLACE_CMD} -e "1s|/bin/bash|${LOCALBASE}/bin/bash|" \ ${WRKSRC}/scripts/$s/$s .endfor .include Property changes on: head/databases/grass/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.74 \ No newline at end of property +1.75 \ No newline at end of property Index: head/graphics/R-cran-rgdal/Makefile =================================================================== --- head/graphics/R-cran-rgdal/Makefile (revision 296949) +++ head/graphics/R-cran-rgdal/Makefile (revision 296950) @@ -1,26 +1,27 @@ # New ports collection makefile for: R-cran-rgdal # Date created: 2012-01-04 # Whom: TAKATSU Tomonari # # $FreeBSD$ # PORTNAME= rgdal DISTVERSION= 0.7-11 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Bindings for the Geospatial Data Abstraction Library LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -LIB_DEPENDS= gdal.16:${PORTSDIR}/graphics/gdal \ +LIB_DEPENDS= gdal.17:${PORTSDIR}/graphics/gdal \ proj.7:${PORTSDIR}/graphics/proj RUN_DEPENDS= R-cran-sp>=0.9.99:${PORTSDIR}/math/R-cran-sp USE_R_MOD= yes R_MOD_AUTOPLIST= yes .include Property changes on: head/graphics/R-cran-rgdal/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/graphics/gdal-grass/Makefile =================================================================== --- head/graphics/gdal-grass/Makefile (revision 296949) +++ head/graphics/gdal-grass/Makefile (revision 296950) @@ -1,43 +1,43 @@ # New ports collection makefile for: gdal-grass # Date created: Feb 2006 # Whom: Laurent Courty # # $FreeBSD$ # PORTNAME= gdal-grass PORTVERSION= 1.4.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/gdal/ MAINTAINER= ports@FreeBSD.org COMMENT= GDAL drivers for GRASS raster and vector files LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal BUILD_DEPENDS= grass>6:${PORTSDIR}/databases/grass RUN_DEPENDS= grass>6:${PORTSDIR}/databases/grass GRASS_INST_DIR= grass-6.4.2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gdal=${LOCALBASE}/bin/gdal-config \ --with-grass=${LOCALBASE}/${GRASS_INST_DIR} \ --with-autoload=${GDAL_AUTOLOAD_DIR} ALL_TARGET= .include pre-install: ${MKDIR} ${PREFIX}/share/gdal .if !defined(GDAL_AUTOLOAD_DIR) GDAL_AUTOLOAD_DIR=${PREFIX}/lib/gdalplugins .endif .if !defined (GRASS_INST_DIR) GRASS_INST_DIR= grass .endif .include Property changes on: head/graphics/gdal-grass/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/graphics/gmt/Makefile =================================================================== --- head/graphics/gmt/Makefile (revision 296949) +++ head/graphics/gmt/Makefile (revision 296950) @@ -1,94 +1,94 @@ # New ports collection makefile for: gmt # Date created: 10 May 2001 # Whom: sec@42.org # # $FreeBSD$ # PORTNAME= gmt PORTVERSION= 4.5.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://falcon.grdl.noaa.gov/pub/${PORTNAME}/ \ ftp://ftp.soest.hawaii.edu/${PORTNAME}/ \ ftp://ftp.geologi.uio.no/pub/${PORTNAME}/ \ ftp://ibis.grdl.noaa.gov/pub/${PORTNAME}/ \ ftp://gd.tuwien.ac.at/pub/${PORTNAME}/ \ ftp://ftp.iag.usp.br/pub/${PORTNAME}/ \ ftp://ftp.scc.u-tokai.ac.jp/pub/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= The Generic Mapping Tools data processing and display software package WRKSRC= ${WRKDIR}/${PORTNAME:U}${DISTVERSION} USE_BZIP2= yes USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes CONFIGURE_ARGS+=--datadir=${DATADIR} USE_GMAKE= yes USE_XORG= x11 xaw xmu xt PORTDOCS= * PORTDATA= * OPTIONS= SHARED "Build shared (dynamic) libraries" on \ EPS "defaults .eps, otherwise .ps" off \ DEBUG "Compile for debugging code" off \ DEVDEBUG "Extra debugging for developers" off \ IMPERIAL "Choose Imperial (inch) units over metric (cm)" off \ GDAL "Compile in experimental GDAL support" on \ NETCDF "With netCDF (7) support" on \ OCTAVE "With OCTAVE support" off .include "Makefile.man" .include .if defined(WITH_NETCDF) LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf4 CONFIGURE_ARGS+= --enable-netcdf .endif .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif .if defined(WITH_DEVDEBUG) CONFIGURE_ARGS+= --enable-devdebug .endif .if defined(WITH_SHARED) USE_LDCONFIG= yes CONFIGURE_ARGS+= --enable-shared .endif .if defined(WITH_IMPERIAL) CONFIGURE_ARGS+= --enable-US .endif .if defined(WITH_EPS) CONFIGURE_ARGS+= --enable-eps .endif .if defined(WITH_GDAL) -LIB_DEPENDS+= gdal.16:${PORTSDIR}/graphics/gdal +LIB_DEPENDS+= gdal.17:${PORTSDIR}/graphics/gdal CONFIGURE_ARGS+= --enable-gdal .endif .if defined(WITH_OCTAVE) RUN_DEPENDS+= octave:${PORTSDIR}/math/octave CONFIGURE_ARGS+= --enable-octave CONFIGURE_ARGS+= --enable-mex .else CONFIGURE_ARGS+= --disable-mex .endif INSTALL_TARGET= install-gmt install-data install-man install-doc .if ${ARCH} == "amd64" || ${ARCH} == "ia64" || \ ${ARCH} == "alpha" || ${ARCH} == "sparc64" CONFIGURE_ARGS+= --enable-64 .else CONFIGURE_ARGS+= --disable-64 .endif .include Property changes on: head/graphics/gmt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/graphics/mapnik/Makefile =================================================================== --- head/graphics/mapnik/Makefile (revision 296949) +++ head/graphics/mapnik/Makefile (revision 296950) @@ -1,120 +1,120 @@ # New ports collection makefile for: mapnik # Date created: Nov 10, 2008 # Whom: Wen Heping # # $FreeBSD$ # PORTNAME= mapnik PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= graphics geography MASTER_SITES= http://cloud.github.com/downloads/${PORTNAME}/${PORTNAME}/ MAINTAINER= littlesavage@rambler.ru COMMENT= A Free Toolkit For Developing Mapping Applications LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= proj:${PORTSDIR}/graphics/proj \ png:${PORTSDIR}/graphics/png \ tiff:${PORTSDIR}/graphics/tiff \ jpeg:${PORTSDIR}/graphics/jpeg \ icuuc:${PORTSDIR}/devel/icu \ boost_system:${PORTSDIR}/devel/boost-libs BUILD_DEPENDS= ${LOCALBASE}/bin/freetype-config:${PORTSDIR}/print/freetype2 \ icu>=4.2:${PORTSDIR}/devel/icu \ ${PYTHON_PKGNAMEPREFIX}icu>=0.8.1:${PORTSDIR}/devel/py-icu \ boost-libs>=1.45:${PORTSDIR}/devel/boost-libs \ ${LOCALBASE}/include/boost/python.hpp:${PORTSDIR}/devel/boost-python-libs USE_BZIP2= yes USE_PYTHON= 2.6+ USE_LDCONFIG= yes USE_SCONS= yes USE_AUTOTOOLS= libltdl USE_GNOME= pkgconfig libxml2 MAKE_JOBS_SAFE= yes INPUT_PLUGINS= raster shape OPTIONS= CAIRO "Enable cairo rendering" on \ SQLITE "SQLite input plugin" on \ OGR "ogr input plugin" on \ GDAL "gdal input plugin" on \ POSTGIS "Postgis input plugin" on \ OSM "OSM input plugin" off .include .if defined(WITHOUT_CAIRO) SCONS_ARGS+= CAIRO=False .else LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo \ cairomm-1.0:${PORTSDIR}/graphics/cairomm BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cairo>=1.8.2:${PORTSDIR}/graphics/py-cairo .endif .if !defined(WITHOUT_POSTGIS) INPUT_PLUGINS+= postgis USE_PGSQL= yes PLIST_SUB+= POSTGIS="" .else PLIST_SUB+= POSTGIS="@comment " .endif .if !defined(WITHOUT_GDAL) INPUT_PLUGINS+= gdal LIB_DEPENDS+= gdal:${PORTSDIR}/graphics/gdal PLIST_SUB+= GDAL="" .else PLIST_SUB+= GDAL="@comment " .endif .if !defined(WITHOUT_OGR) INPUT_PLUGINS+= ogr LIB_DEPENDS+= gdal:${PORTSDIR}/graphics/gdal PLIST_SUB+= OGR="" .else PLIST_SUB+= OGR="@comment " .endif .if !defined(WITHOUT_SQLITE) INPUT_PLUGINS+= sqlite LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 PLIST_SUB+= SQLITE="" .else PLIST_SUB+= SQLITE="@comment " .endif .if defined(WITH_OSM) INPUT_PLUGINS+= osm LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl PLIST_SUB+= OSM="" .else PLIST_SUB+= OSM="@comment " .endif SCONS_ENV+= INPUT_PLUGINS="`${ECHO} ${INPUT_PLUGINS} | ${TR} ' ' ,`" .include .if ${ARCH} == "powerpc" IGNORE= does not install: runs out of virtual memory .endif .if defined (MAKE_JOBS_NUMBER) SCONS_ENV+= JOBS=${MAKE_JOBS_NUMBER} .endif post-patch: @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \ ${WRKSRC}/SConstruct do-install: @cd ${INSTALL_WRKSRC} && ${SETENV} ${SCONS_BUILDENV} ${SCONS_BIN} \ ${SCONS_INSTALL_TARGET} .include Property changes on: head/graphics/mapnik/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/graphics/mapserver/Makefile =================================================================== --- head/graphics/mapserver/Makefile (revision 296949) +++ head/graphics/mapserver/Makefile (revision 296950) @@ -1,203 +1,203 @@ # New ports collection Makefile for: mapserver # Date created: 2004-05-20 # Whom: Douglas K. Rand # # $FreeBSD$ # PORTNAME= mapserver PORTVERSION= 6.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics www geography MASTER_SITES= http://download.osgeo.org/mapserver/ MAINTAINER= wen@FreeBSD.org COMMENT= System for developing web-based GIS applications LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ proj.7:${PORTSDIR}/graphics/proj \ png.6:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg \ gif.5:${PORTSDIR}/graphics/giflib USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-runpath \ --with-gd=${LOCALBASE} \ --with-png=${LOCALBASE} \ --with-jpeg=${LOCALBASE} \ --with-gif=${LOCALBASE} \ --with-proj=${LOCALBASE} MAKE_JOBS_UNSAFE= yes OPTIONS= AGG "Support for AGG image rendering (req: FreeType)" off \ TIFF "Support for TIFF (but not GeoTIFF) files" off \ PDF "Support for PDF output via pdflib" off \ GDAL "Support for a number of input raster formats" on \ GEOS "Use GEOS engine where possible" on \ MING "Support for Macromedia Flash output" off \ MYGIS "Support for MyGIS" off \ POSTGIS "Support for PostGIS" off \ PHP "Support for MapScript/PHP" off \ PERL "Support for MapScript/PERL" off \ PYTHON "Support for MapScript/PYTHON" off \ WMS "Support for web map service server and client" off \ WFS "Support for web feature service (req: GDAL)" off \ MAPSERV "Install mapserv cgi interface" on \ FASTCGI "Support FASTCGI" off \ DEBUG "Enable debugging output" off .include .if defined(WITH_AGG) LIB_DEPENDS+= agg.2:${PORTSDIR}/graphics/agg CONFIGURE_ARGS+= --with-agg=${LOCALBASE} --with-freetype=${LOCALBASE} .endif .if defined(WITH_TIFF) .if !defined(WITH_GDAL) LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff CONFIGURE_ARGS+= --with-tiff=${LOCALBASE} .endif .else CONFIGURE_ARGS+= --without-tiff .endif .if defined(WITH_MING) LIB_DEPENDS+= ming.5:${PORTSDIR}/graphics/ming CONFIGURE_ARGS+= --with-ming=${LOCALBASE} .endif .if defined(WITH_PDF) LIB_DEPENDS+= pdf.6:${PORTSDIR}/print/pdflib \ tiff.4:${PORTSDIR}/graphics/tiff CONFIGURE_ARGS+= --with-pdf=${LOCALBASE} --with-tiff=${LOCALBASE} --with-png=${LOCALBASE} .endif .if defined(WITH_WMS) WITH_CURL= YES CONFIGURE_ARGS+= --with-wms --with-wmsclient .endif .if defined(WITH_WFS) WITH_CURL= YES WITH_GDAL= YES CONFIGURE_ARGS+= --with-wfs --with-wfsclient .endif .if !defined(WITHOUT_GDAL) -LIB_DEPENDS+= gdal.16:${PORTSDIR}/graphics/gdal +LIB_DEPENDS+= gdal.17:${PORTSDIR}/graphics/gdal CONFIGURE_ARGS+= --with-gdal=${LOCALBASE}/bin/gdal-config \ --with-ogr=${LOCALBASE}/bin/gdal-config .endif .if !defined(WITHOUT_GEOS) LIB_DEPENDS+= geos.0:${PORTSDIR}/graphics/geos CONFIGURE_ARGS+= --with-geos=${LOCALBASE}/bin/geos-config .endif .if defined(WITH_MYGIS) USE_MYSQL= YES CONFIGURE_ARGS+= --with-mygis=${LOCALBASE}/bin/mysql_config .endif .if defined(WITH_POSTGIS) BUILD_DEPENDS+= ${LOCALBASE}/lib/libpgport.a:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server USE_PGSQL= YES DEFAULT_PGSQL_VER= 83 CONFIGURE_ARGS+= --with-postgis=${LOCALBASE}/bin/pg_config .endif .if defined(WITH_PHP) BUILD_DEPENDS+= ${LOCALBASE}/bin/php-config:${PORTSDIR}/lang/php5 RUN_BUILDS= ${BUILD_DEPENDS} CONFIGURE_ARGS+= --with-php=${LOCALBASE}/include/php/ PHP_EXTENSION_DIR!= ${LOCALBASE}/bin/php-config --extension-dir | ${SED} -e 's,/usr/local/,,' PLIST_SUB+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR} PLIST_SUB+= WITH_PHP="" .else PLIST_SUB+= WITH_PHP="@comment " .endif .if defined(WITH_PERL) USE_PERL5=yes PLIST_SUB+= WITH_PERL="" .else PLIST_SUB+= WITH_PERL="@comment " .endif .if defined(WITH_PYTHON) BUILD_DEPENDS+= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python26 PLIST_SUB+= WITH_PYTHON="" .include <../../Mk/bsd.python.mk> MAP_EGG= MapScript-${PORTVERSION}-${PYTHON_VERSION:S/thon//} PLIST_SUB+= MAP_EGG=${MAP_EGG} .else PLIST_SUB+= WITH_PYTHON="@comment " .endif .if defined(WITH_CURL) LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl CONFIGURE_ARGS+= --with-curl=${LOCALBASE} .endif .if defined(WITH_MAPSERV) USE_APACHE= 20+ .include "${PORTSDIR}/Mk/bsd.apache.mk" PLIST_SUB+= WITH_MAPSERV="" PLIST_DIRSTRY= www/cgi-bin .else PLIST_SUB+= WITH_MAPSERV="@comment " .endif .if defined(WITH_FASTCGI) BUILD_DEPENDS+= ${LOCALBASE}/bin/cgi-fcgi:${PORTSDIR}/www/fcgi CONFIGURE_ARGS+= --with-fastcgi=${LOCALBASE} .endif .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif PROG_FILES= legend scalebar shp2img shptree shptreetst shptreevis sortshp post-patch: .if defined(WITH_MING) ${REINPLACE_CMD} -e 's#with_ming/include#with_ming/include/ming#g' \ ${WRKSRC}/configure .endif post-build: .if defined(WITH_PERL) (cd ${WRKSRC}/mapscript/perl && ${PERL5} Makefile.PL && make) .endif do-install: .for f in ${PROG_FILES} ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin .endfor ${INSTALL_SCRIPT} ${WRKSRC}/shp2mysql.pl ${PREFIX}/bin/shp2mysql .if defined(WITH_MAPSERV) ${MKDIR} ${LOCALBASE}/www/cgi-bin/ ${INSTALL_PROGRAM} ${WRKSRC}/mapserv ${LOCALBASE}/www/cgi-bin/mapserv .endif .if defined(WITH_PHP) @${MKDIR} ${LOCALBASE}/${PHP_EXTENSION_DIR} ${INSTALL_PROGRAM} ${WRKSRC}/mapscript/php/php_mapscript.so ${LOCALBASE}/${PHP_EXTENSION_DIR}/ .endif .if defined(WITH_PERL) (cd ${WRKSRC}/mapscript/perl && make install) .endif .if defined(WITH_PYTHON) (cd ${WRKSRC}/mapscript/python && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py install) .endif post-install: .if defined(WITH_PHP) @${ECHO_MSG} "Please add the line extension=php_mapscript.so to ${LOCALBASE}/etc/php/extensions.ini" .endif .include Property changes on: head/graphics/mapserver/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.64 \ No newline at end of property +1.65 \ No newline at end of property Index: head/graphics/osg/Makefile =================================================================== --- head/graphics/osg/Makefile (revision 296949) +++ head/graphics/osg/Makefile (revision 296950) @@ -1,237 +1,238 @@ # New ports collection makefile for: Open Scene Graph # Date created: 26 Apr 2001 # Whom: Randall Hopper # # $FreeBSD$ # PORTNAME= osg PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-${PORTVERSION}/source/ \ http://mirror.amdmi3.ru/distfiles/ DISTNAME= OpenSceneGraph-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= C++ OpenGL scene graph library for real-time rendering LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff CONFLICTS= osg-devel-[0-9]* USE_ZIP= yes USE_CMAKE= yes USE_GL= gl glu USE_GNOME= pkgconfig USE_XORG= x11 USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes USE_GCC= 4.2+ PLIST_SUB= OSG_VERSION=${PORTVERSION} \ OSG_SHLIBVER=80 \ OPENTHREADS_VERSION=2.6.0 \ OPENTHREADS_SHLIBVER=12 PORTSCOUT= limitw:1,even OPTIONS= CURL "Support for cURL" off \ FREETYPE "Support for FreeType" on \ GDAL "Support for GDAL" off \ GIF "Support for giflib" on \ INVENTOR "Support for SGI OpenInventor" off \ JASPER "Support for JPEG2000" off \ XINE "Support for Xine" off \ ITK "Support for InsightToolkit" off \ VNC "Support for LibVNCServer" off \ OPENEXR "Support for OpenEXR" off \ FFMPEG "Support for FFmpeg" off \ SVG "Support for SVG through librsvg2" off \ PDF "Support for PDF through poppler" off \ XRANDR "Use Xrandr" on \ SDL "Use SDL (joystick support in present3d)" off # broken (openvrml from ports is too old) # OPENVRML "Support for OpenVRML" off .include # GUI toolkits are only needed for building examples, which are not even installed FORCE_IGNORE= FLTK GLUT FOX Qt3 Qt4 wxWidgets OpenAL GtkGl # only for examples FORCE_IGNORE+= COLLADA Performer OurDCMTK XUL FBX # not in ports FORCE_REQUIRE= Threads OpenGL X11 JPEG PNG TIFF ZLIB # common & lightweight # options that affect FIND_PACKAGE .if defined(WITH_CURL) FORCE_REQUIRE+= CURL LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl PLIST_SUB+= CURL="" .else FORCE_IGNORE+= CURL PLIST_SUB+= CURL="@comment " .endif .if !defined(WITHOUT_FREETYPE) FORCE_REQUIRE+= FreeType LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 PLIST_SUB+= FREETYPE="" .else FORCE_IGNORE+= FreeType PLIST_SUB+= FREETYPE="@comment " .endif .if defined(WITH_GDAL) FORCE_REQUIRE+= GDAL -LIB_DEPENDS+= gdal.16:${PORTSDIR}/graphics/gdal +LIB_DEPENDS+= gdal.17:${PORTSDIR}/graphics/gdal PLIST_SUB+= GDAL="" .else FORCE_IGNORE+= GDAL PLIST_SUB+= GDAL="@comment " .endif .if defined(WITH_GIF) FORCE_REQUIRE+= GIFLIB LIB_DEPENDS+= gif.5:${PORTSDIR}/graphics/giflib PLIST_SUB+= GIF="" .else FORCE_IGNORE+= GIFLIB PLIST_SUB+= GIF="@comment " .endif .if defined(WITH_INVENTOR) FORCE_REQUIRE+= Inventor BUILD_DEPENDS+= ${LOCALBASE}/lib/libInventor.so:${PORTSDIR}/graphics/inventor RUN_DEPENDS+= ${LOCALBASE}/lib/libInventor.so:${PORTSDIR}/graphics/inventor PLIST_SUB+= INVENTOR="" .else FORCE_IGNORE+= Inventor PLIST_SUB+= INVENTOR="@comment " .endif .if defined(WITH_JASPER) FORCE_REQUIRE+= Jasper LIB_DEPENDS+= jasper.4:${PORTSDIR}/graphics/jasper PLIST_SUB+= JASPER="" .else FORCE_IGNORE+= Jasper PLIST_SUB+= JASPER="@comment " .endif #.if defined(WITH_OPENVRML) #FORCE_REQUIRE+= OpenVRML #LIB_DEPENDS+= openvrml.8:${PORTSDIR}/www/openvrml #PLIST_SUB+= OPENVRML="" #.else FORCE_IGNORE+= OpenVRML PLIST_SUB+= OPENVRML="@comment " #.endif .if defined(WITH_XINE) FORCE_REQUIRE+= Xine LIB_DEPENDS+= xine.2:${PORTSDIR}/multimedia/libxine PLIST_SUB+= XINE="" .else FORCE_IGNORE+= Xine PLIST_SUB+= XINE="@comment " .endif .if defined(WITH_ITK) FORCE_REQUIRE+= ITK BUILD_DEPENDS+= ${LOCALBASE}/lib/InsightToolkit/UseITK.cmake:${PORTSDIR}/science/InsightToolkit RUN_DEPENDS+= ${LOCALBASE}/lib/InsightToolkit/UseITK.cmake:${PORTSDIR}/science/InsightToolkit PLIST_SUB+= ITK="" CXXFLAGS+= -DVCL_CAN_STATIC_CONST_INIT_FLOAT=0 .else FORCE_IGNORE+= ITK PLIST_SUB+= ITK="@comment " .endif .if defined(WITH_VNC) FORCE_REQUIRE+= LibVNCServer LIB_DEPENDS+= vncserver.0:${PORTSDIR}/net/libvncserver PLIST_SUB+= VNC="" .else FORCE_IGNORE+= LibVNCServer PLIST_SUB+= VNC="@comment " .endif .if defined(WITH_OPENEXR) FORCE_REQUIRE+= OpenEXR LIB_DEPENDS+= IlmImf.6:${PORTSDIR}/graphics/OpenEXR PLIST_SUB+= OPENEXR="" .else FORCE_IGNORE+= OpenEXR PLIST_SUB+= OPENEXR="@comment " .endif .if defined(WITH_FFMPEG) FORCE_REQUIRE+= FFmpeg LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg PLIST_SUB+= FFMPEG="" .else FORCE_IGNORE+= FFmpeg PLIST_SUB+= FFMPEG="@comment " .endif .if defined(WITH_SDL) FORCE_REQUIRE+= SDL USE_SDL= sdl .else FORCE_IGNORE+= SDL .endif # options that affect PKG_CHECK_MODULES .if defined(WITH_SVG) FORCE_REQUIRE+= RSVG LIB_DEPENDS+= rsvg-2:${PORTSDIR}/graphics/librsvg2 PLIST_SUB+= SVG="" .else FORCE_IGNORE+= RSVG PLIST_SUB+= SVG="@comment " .endif .if defined(WITH_PDF) FORCE_REQUIRE+= Poppler-glib LIB_DEPENDS+= poppler-glib.8:${PORTSDIR}/graphics/poppler-glib PLIST_SUB+= PDF="" .else FORCE_IGNORE+= Poppler-glib PLIST_SUB+= PDF="@comment " .endif .if defined(WITH_SVG) || defined(WITH_PDF) LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo .endif # other options .if defined(WITHOUT_XRANDR) CMAKE_ARGS+= -DOSGVIEWER_USE_XRANDR:BOOL=OFF .else CMAKE_ARGS+= -DOSGVIEWER_USE_XRANDR:BOOL=ON USE_XORG+= xrandr .endif .if defined(WITHOUT_XRANDR) CMAKE_ARGS+= -DOSGVIEWER_USE_XRANDR:BOOL=OFF .else CMAKE_ARGS+= -DOSGVIEWER_USE_XRANDR:BOOL=ON USE_XORG+= xrandr .endif post-patch: @${FIND} ${WRKSRC}/CMakeModules -type f -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' @${REINPLACE_CMD} -e '/FIND_LIBRARY.*DL_LIBRARY/ d' \ ${WRKSRC}/CMakeLists.txt .for p in ${FORCE_REQUIRE} @${REINPLACE_CMD} -e '/FIND_PACKAGE.*${p}/ s|)$$| REQUIRED&|' \ ${WRKSRC}/CMakeLists.txt .endfor .for p in ${FORCE_IGNORE} @${REINPLACE_CMD} -e '/FIND_PACKAGE.*${p}/ s|^|#|' \ ${WRKSRC}/CMakeLists.txt .endfor .include Property changes on: head/graphics/osg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.59 \ No newline at end of property +1.60 \ No newline at end of property Index: head/graphics/osg-devel/Makefile =================================================================== --- head/graphics/osg-devel/Makefile (revision 296949) +++ head/graphics/osg-devel/Makefile (revision 296950) @@ -1,237 +1,238 @@ # New ports collection makefile for: Open Scene Graph # Date created: 26 Apr 2001 # Whom: Randall Hopper # # $FreeBSD$ # PORTNAME= osg PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ PKGNAMESUFFIX= -devel DISTNAME= OpenSceneGraph-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= C++ OpenGL scene graph library for real-time rendering LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff CONFLICTS= osg-[0-9]* USE_ZIP= yes USE_CMAKE= yes USE_GL= gl glu USE_GNOME= pkgconfig USE_XORG= x11 USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes PLIST_SUB= OSG_VERSION=${PORTVERSION} \ OSG_SHLIBVER=90 \ OPENTHREADS_VERSION=2.6.0 \ OPENTHREADS_SHLIBVER=12 PORTSCOUT= limitw:1,odd OPTIONS= CURL "Support for cURL" off \ FREETYPE "Support for FreeType" on \ GDAL "Support for GDAL" off \ GIF "Support for giflib" on \ INVENTOR "Support for SGI OpenInventor" off \ JASPER "Support for JPEG2000" off \ XINE "Support for Xine" off \ ITK "Support for InsightToolkit" off \ VNC "Support for LibVNCServer" off \ OPENEXR "Support for OpenEXR" off \ FFMPEG "Support for FFmpeg" off \ SVG "Support for SVG through librsvg2" off \ PDF "Support for PDF through poppler" off \ XRANDR "Use Xrandr" on \ SDL "Use SDL (joystick support in present3d)" off # broken (openvrml from ports is too old) # OPENVRML "Support for OpenVRML" off .include # GUI toolkits are only needed for building examples, which are not even installed FORCE_IGNORE= FLTK GLUT FOX Qt3 Qt4 wxWidgets OpenAL GtkGl # only for examples FORCE_IGNORE+= COLLADA Performer OurDCMTK XUL FBX GTA # not in ports FORCE_REQUIRE= Threads OpenGL X11 JPEG PNG TIFF ZLIB # common & lightweight # options that affect FIND_PACKAGE .if defined(WITH_CURL) FORCE_REQUIRE+= CURL LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl PLIST_SUB+= CURL="" .else FORCE_IGNORE+= CURL PLIST_SUB+= CURL="@comment " .endif .if !defined(WITHOUT_FREETYPE) FORCE_REQUIRE+= FreeType LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 PLIST_SUB+= FREETYPE="" .else FORCE_IGNORE+= FreeType PLIST_SUB+= FREETYPE="@comment " .endif .if defined(WITH_GDAL) FORCE_REQUIRE+= GDAL -LIB_DEPENDS+= gdal.16:${PORTSDIR}/graphics/gdal +LIB_DEPENDS+= gdal.17:${PORTSDIR}/graphics/gdal PLIST_SUB+= GDAL="" .else FORCE_IGNORE+= GDAL PLIST_SUB+= GDAL="@comment " .endif .if defined(WITH_GIF) FORCE_REQUIRE+= GIFLIB LIB_DEPENDS+= gif.5:${PORTSDIR}/graphics/giflib PLIST_SUB+= GIF="" .else FORCE_IGNORE+= GIFLIB PLIST_SUB+= GIF="@comment " .endif .if defined(WITH_INVENTOR) FORCE_REQUIRE+= Inventor BUILD_DEPENDS+= ${LOCALBASE}/lib/libInventor.so:${PORTSDIR}/graphics/inventor RUN_DEPENDS+= ${LOCALBASE}/lib/libInventor.so:${PORTSDIR}/graphics/inventor PLIST_SUB+= INVENTOR="" .else FORCE_IGNORE+= Inventor PLIST_SUB+= INVENTOR="@comment " .endif .if defined(WITH_JASPER) FORCE_REQUIRE+= Jasper LIB_DEPENDS+= jasper.4:${PORTSDIR}/graphics/jasper PLIST_SUB+= JASPER="" .else FORCE_IGNORE+= Jasper PLIST_SUB+= JASPER="@comment " .endif #.if defined(WITH_OPENVRML) #FORCE_REQUIRE+= OpenVRML #LIB_DEPENDS+= openvrml.8:${PORTSDIR}/www/openvrml #PLIST_SUB+= OPENVRML="" #.else FORCE_IGNORE+= OpenVRML PLIST_SUB+= OPENVRML="@comment " #.endif .if defined(WITH_XINE) FORCE_REQUIRE+= Xine LIB_DEPENDS+= xine.2:${PORTSDIR}/multimedia/libxine PLIST_SUB+= XINE="" .else FORCE_IGNORE+= Xine PLIST_SUB+= XINE="@comment " .endif .if defined(WITH_ITK) FORCE_REQUIRE+= ITK BUILD_DEPENDS+= ${LOCALBASE}/lib/InsightToolkit/UseITK.cmake:${PORTSDIR}/science/InsightToolkit RUN_DEPENDS+= ${LOCALBASE}/lib/InsightToolkit/UseITK.cmake:${PORTSDIR}/science/InsightToolkit PLIST_SUB+= ITK="" CXXFLAGS+= -DVCL_CAN_STATIC_CONST_INIT_FLOAT=0 .else FORCE_IGNORE+= ITK PLIST_SUB+= ITK="@comment " .endif .if defined(WITH_VNC) FORCE_REQUIRE+= LibVNCServer LIB_DEPENDS+= vncserver.0:${PORTSDIR}/net/libvncserver PLIST_SUB+= VNC="" .else FORCE_IGNORE+= LibVNCServer PLIST_SUB+= VNC="@comment " .endif .if defined(WITH_OPENEXR) FORCE_REQUIRE+= OpenEXR LIB_DEPENDS+= IlmImf.6:${PORTSDIR}/graphics/OpenEXR PLIST_SUB+= OPENEXR="" .else FORCE_IGNORE+= OpenEXR PLIST_SUB+= OPENEXR="@comment " .endif .if defined(WITH_FFMPEG) FORCE_REQUIRE+= FFmpeg LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg PLIST_SUB+= FFMPEG="" .else FORCE_IGNORE+= FFmpeg PLIST_SUB+= FFMPEG="@comment " .endif .if defined(WITH_SDL) FORCE_REQUIRE+= SDL USE_SDL= sdl .else FORCE_IGNORE+= SDL .endif # options that affect PKG_CHECK_MODULES .if defined(WITH_SVG) FORCE_REQUIRE+= RSVG LIB_DEPENDS+= rsvg-2:${PORTSDIR}/graphics/librsvg2 PLIST_SUB+= SVG="" .else FORCE_IGNORE+= RSVG PLIST_SUB+= SVG="@comment " .endif .if defined(WITH_PDF) FORCE_REQUIRE+= Poppler-glib LIB_DEPENDS+= poppler-glib.8:${PORTSDIR}/graphics/poppler-glib PLIST_SUB+= PDF="" .else FORCE_IGNORE+= Poppler-glib PLIST_SUB+= PDF="@comment " .endif .if defined(WITH_SVG) || defined(WITH_PDF) LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo .endif # other options .if defined(WITHOUT_XRANDR) CMAKE_ARGS+= -DOSGVIEWER_USE_XRANDR:BOOL=OFF .else CMAKE_ARGS+= -DOSGVIEWER_USE_XRANDR:BOOL=ON USE_XORG+= xrandr .endif .if defined(WITHOUT_XRANDR) CMAKE_ARGS+= -DOSGVIEWER_USE_XRANDR:BOOL=OFF .else CMAKE_ARGS+= -DOSGVIEWER_USE_XRANDR:BOOL=ON USE_XORG+= xrandr .endif post-patch: @${FIND} ${WRKSRC}/CMakeModules -type f -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' @${REINPLACE_CMD} -e '/FIND_LIBRARY.*DL_LIBRARY/ d' \ ${WRKSRC}/CMakeLists.txt .for p in ${FORCE_REQUIRE} @${REINPLACE_CMD} -e '/FIND_PACKAGE.*${p}/ s|)$$| REQUIRED&|' \ ${WRKSRC}/CMakeLists.txt .endfor .for p in ${FORCE_IGNORE} @${REINPLACE_CMD} -e '/FIND_PACKAGE.*${p}/ s|^|#|' \ ${WRKSRC}/CMakeLists.txt .endfor .include Property changes on: head/graphics/osg-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.66 \ No newline at end of property +1.67 \ No newline at end of property Index: head/graphics/qgis/Makefile =================================================================== --- head/graphics/qgis/Makefile (revision 296949) +++ head/graphics/qgis/Makefile (revision 296950) @@ -1,88 +1,88 @@ # New ports collection makefile for: qgis # Date created: Apr 2006 # Whom: Laurent Courty # # $FreeBSD$ # PORTNAME= qgis PORTVERSION= 1.7.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics geography MASTER_SITES= http://qgis.org/downloads/ \ http://download.osgeo.org/qgis/src/ MAINTAINER= wen@FreeBSD.org COMMENT= Geographical Information System (GIS) data viewer LIB_DEPENDS= geos:${PORTSDIR}/graphics/geos \ proj.7:${PORTSDIR}/graphics/proj \ gsl.16:${PORTSDIR}/math/gsl \ qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \ gdal:${PORTSDIR}/graphics/gdal USE_BZIP2= yes USE_PYTHON= yes USE_BISON= build USE_CMAKE= yes USE_QT_VER= 4 USE_SQLITE= yes QT_COMPONENTS= gui svg xml network sql designer linguist_build \ qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes MAN1= qgis.1 OPTIONS= GRASS "Enable GRASS support" Off \ POSTGIS "Enable PostGIS support" Off \ MAPSERVER "Enable MapServer support" off \ PYTHON "Enable Python support" On .include .if ${OSVERSION} < 800000 BROKEN= does not compile on 7.X .endif .if defined(WITH_GRASS) CMAKE_ARGS+= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.2 RUN_DEPENDS+= ${LOCALBASE}/lib/gdalplugins/gdal_GRASS.so:${PORTSDIR}/graphics/gdal-grass .else CMAKE_ARGS+= -DWITH_GRASS:BOOL=FALSE .endif .if defined(WITH_POSTGIS) CMAKE_ARGS+= -DWITH_POSTGRESQL:BOOL=TRUE BUILD_DEPENDS+= ${LOCALBASE}/share/postgis:${PORTSDIR}/databases/postgis PLIST_SUB+= PGSQL="" .else CMAKE_ARGS+= -DWITH_POSTGRESQL:BOOL=FALSE PLIST_SUB+= PGSQL="@comment " .endif .if defined(WITH_MAPSERVER) CMAKE_ARGS+= -DWITH_MAPSERVER:BOOL=TRUE PLIST_SUB+= QGIS_FCGI="" LIB_DEPENDS+= fcgi.0:${PORTSDIR}/www/fcgi .else CMAKE_ARGS+= -DWITH_MAPSERVER:BOOL=FALSE PLIST_SUB+= QGIS_FCGI="@comment " .endif .if defined(WITHOUT_PYTHON) CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=FALSE PLIST_SUB+= QGIS_PYTHON="@comment " .else CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=TRUE PLIST_SUB+= QGIS_PYTHON="" BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sip>=4.8.2:${PORTSDIR}/devel/py-sip \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=4.5.4:${PORTSDIR}/x11-toolkits/py-qt4-gui \ ${PYTHON_PKGNAMEPREFIX}qt4-network>=4.5.4:${PORTSDIR}/net/py-qt4-network \ ${PYTHON_PKGNAMEPREFIX}qt4-svg>=4.5.4:${PORTSDIR}/graphics/py-qt4-svg \ ${PYTHON_PKGNAMEPREFIX}qt4-xml>=4.5.4:${PORTSDIR}/textproc/py-qt4-xml \ ${PYTHON_PKGNAMEPREFIX}qt4-core>=4.5.4:${PORTSDIR}/devel/py-qt4-core \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.6.5:${PORTSDIR}/databases/py-sqlite3 .endif .include Property changes on: head/graphics/qgis/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.58 \ No newline at end of property +1.59 \ No newline at end of property Index: head/graphics/visionworkbench/Makefile =================================================================== --- head/graphics/visionworkbench/Makefile (revision 296949) +++ head/graphics/visionworkbench/Makefile (revision 296950) @@ -1,64 +1,65 @@ # New ports collection makefile for: visionworkbench # Date created: 2010-01-03 # Whom: Steve Wills # # $FreeBSD$ # PORTNAME= visionworkbench PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://ti.arc.nasa.gov/m/project/nasa-vision-workbench/ DISTNAME= VisionWorkbench-${PORTVERSION} MAINTAINER= swills@FreeBSD.org COMMENT= A general purpose image processing and computer vision library LICENSE= NOSA LICENSE_GROUPS= OSI LICENSE_NAME= NASA Open Source Agreement version 1.3 LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept GNU_CONFIGURE= yes USE_QT_VER= 4 QT_COMPONENTS= moc_build qmake_build USE_FORTRAN= yes USE_LDCONFIG= yes USE_PYTHON= 2.4+ LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png LIB_DEPENDS+= boost_thread.4:${PORTSDIR}/devel/boost-libs LIB_DEPENDS+= boost_python.4:${PORTSDIR}/devel/boost-python-libs LIB_DEPENDS+= gdal:${PORTSDIR}/graphics/gdal LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack LIB_DEPENDS+= IlmImf.6:${PORTSDIR}/graphics/OpenEXR LIB_DEPENDS+= cairomm-1.0.1:${PORTSDIR}/graphics/cairomm .include .if ${OSVERSION} < 800025 CFLAGS+= -Dsqrtl=sqrt . if ${OSVERSION} < 800022 CFLAGS+= -Dtgammaf=tgamma . endif .endif pre-configure: echo "HAVE_PKG_FLAPACK=yes" >> ${WRKSRC}/config.options echo "PKG_FLAPACK_LDFLAGS=-L${LOCALBASE}/lib/${CC}" >> ${WRKSRC}/config.options echo "HAVE_PKG_PYTHON=yes" >> ${WRKSRC}/config.options echo "PYTHON_LDFLAGS=-L${PYTHON_LIBDIR} -lboost_python -l${PYTHON_VERSION} ${PTHREAD_LIBS}" >> ${WRKSRC}/config.options echo "PYTHON_CPPFLAGS=-I${PYTHON_INCLUDEDIR}" >> ${WRKSRC}/config.options echo "HAVE_PKG_QT=yes" >> ${WRKSRC}/config.options echo "PKG_QT_LDFLAGS=-L${QT_LIBDIR}" >> ${WRKSRC}/config.options echo "PKG_QT_CPPFLAGS=-I${QT_INCDIR}" >> ${WRKSRC}/config.options echo "HAVE_PKG_BOOST=yes" >> ${WRKSRC}/config.options echo "PKG_BOOST_THREAD_MORE_LIBS=${PTHREAD_LIBS}" >> ${WRKSRC}/config.options echo "PKG_PATHS=${LOCALBASE}" >> ${WRKSRC}/config.options regression-test: build @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check) .include Property changes on: head/graphics/visionworkbench/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/math/saga/Makefile =================================================================== --- head/math/saga/Makefile (revision 296949) +++ head/math/saga/Makefile (revision 296950) @@ -1,108 +1,108 @@ # Ports collection makefile for: saga # Date created: 13 November 2009 # Whom: Rainer Hurling # # $FreeBSD$ # PORTNAME= saga PORTVERSION= 2.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= rhurlin@gwdg.de COMMENT= System for Automated Geoscientific Analyses LICENSE= GPLv2 LIB_DEPENDS= proj.7:${PORTSDIR}/graphics/proj \ - gdal.16:${PORTSDIR}/graphics/gdal \ + gdal.17:${PORTSDIR}/graphics/gdal \ jasper.4:${PORTSDIR}/graphics/jasper \ tiff.4:${PORTSDIR}/graphics/tiff \ iodbc.3:${PORTSDIR}/databases/libiodbc \ las.1:${PORTSDIR}/devel/liblas \ opencv_legacy.2:${PORTSDIR}/graphics/opencv USE_WX= 2.8 USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool CFLAGS+= -I${LOCALBASE}/include WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_DOS2UNIX= dlg_about.cpp MAN1= saga_cmd.1 saga_gui.1 DESKTOP_ENTRIES= "SAGA GIS" "${COMMENT}" "${DATADIR}/saga_icon_32.xpm" \ "saga_gui" "Application;Math;" true OPTIONS= UNICODE "Enable Unicode Support" On \ PYTHON "Enable Python bindings" On \ HARU "Enable Haru Free PDF Library (optional)" Off \ VIGRA "Enable 'Vision with Generic Algorithms' Library" Off .include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" .if defined(WITH_UNICODE) WITH_UNICODE= yes CONFIGURE_ARGS+= --enable-unicode .else CONFIGURE_ARGS+= --disable-unicode .endif .if defined(WITH_PYTHON) CONFIGURE_ARGS+= --enable-python BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13 USE_PYTHON= 2.6-2.7 PLIST_SUB+= SAGA_PYTHON="" .else CONFIGURE_ARGS+= --disable-python PLIST_SUB+= SAGA_PYTHON="@comment " .endif .if defined(WITH_HARU) BUILD_DEPENDS+= ${LOCALBASE}/lib/libhpdf.so:${PORTSDIR}/print/libharu RUN_DEPENDS+= ${LOCALBASE}/lib/libhpdf.so:${PORTSDIR}/print/libharu PLIST_SUB+= HARU="" .else PLIST_SUB+= HARU="@comment " .endif .if defined(WITH_VIGRA) BUILD_DEPENDS+= ${LOCALBASE}/lib/libvigraimpex.so:${PORTSDIR}/graphics/vigra RUN_DEPENDS+= ${LOCALBASE}/lib/libvigraimpex.so:${PORTSDIR}/graphics/vigra PLIST_SUB+= VIGRA="" .else PLIST_SUB+= VIGRA="@comment " .endif .include post-patch: @${REINPLACE_CMD} -e 's/-lcv/-lopencv_legacy/g' \ ${WRKSRC}/configure \ ${WRKSRC}/src/modules_images/modules_opencv/opencv/Makefile.in @for f in `${FIND} '${WRKSRC}' -name Makefile.in` \ ${WRKSRC}/configure; do \ ${REINPLACE_CMD} -e's|wx-config |${WX_CONFIG} |g' "$$f"; \ done .if ${ARCH} == "i386" || ${ARCH} == "powerpc" @${REINPLACE_CMD} -e 's|typedef unsigned long DWORD;|typedef unsigned int DWORD;|' \ ${WRKSRC}/src/saga_core/saga_api/api_core.h .endif post-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/src/saga_core/saga_gui/res/saga_tip.txt ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/src/saga_core/saga_gui/res/xpm/saga_icon_32.xpm ${DATADIR} # library helper files are not needed and cripple some math/qgis extensions @${RM} ${PREFIX}/lib/saga/*.la @${RM} ${PREFIX}/lib/saga/*.a @${CAT} ${PKGMESSAGE} .include Property changes on: head/math/saga/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property