Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2019 17:40:24 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506773 - head/comms/xastir
Message-ID:  <201907161740.x6GHeOTW077390@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Jul 16 17:40:24 2019
New Revision: 506773
URL: https://svnweb.freebsd.org/changeset/ports/506773

Log:
  comms/xastir: update to 2.1.4
  
  PR:		239217
  Submitted by:	carl@stagecraft.cx (maintainer)

Modified:
  head/comms/xastir/Makefile   (contents, props changed)
  head/comms/xastir/distinfo   (contents, props changed)
  head/comms/xastir/pkg-plist   (contents, props changed)

Modified: head/comms/xastir/Makefile
==============================================================================
--- head/comms/xastir/Makefile	Tue Jul 16 17:35:13 2019	(r506772)
+++ head/comms/xastir/Makefile	Tue Jul 16 17:40:24 2019	(r506773)
@@ -3,8 +3,7 @@
 
 PORTNAME=	xastir
 DISTVERSIONPREFIX=	Release-
-DISTVERSION=	2.1.0
-PORTREVISION=	4
+DISTVERSION=	2.1.4
 CATEGORIES=	comms hamradio
 
 MAINTAINER=	carl@stagecraft.cx
@@ -13,8 +12,6 @@ COMMENT=	X Amateur Station Tracking and Information Re
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		magick/image-private.h: No such file or directory
-
 BUILD_DEPENDS=	xfontsel:x11-fonts/xfontsel
 RUN_DEPENDS=	wget:ftp/wget
 LIB_DEPENDS=	libtiff.so:graphics/tiff \
@@ -25,14 +22,14 @@ LIB_DEPENDS=	libtiff.so:graphics/tiff \
 		liblcms2.so:graphics/lcms2 \
 		libfreetype.so:print/freetype2 \
 		libjasper.so:graphics/jasper \
-		libwmflite.so:graphics/libwmf
+		libwmflite.so:graphics/libwmf \
+		libshp.so:devel/shapelib
 
 GNU_CONFIGURE=	yes
 USES=		gettext gmake jpeg motif python:run shebangfix
-USE_GCC=	yes
 USE_XORG=	x11 xt xext sm ice
 USE_GNOME+=	libxml2
-SHEBANG_FILES=	scripts/gpx2shape scripts/values.pl.in
+SHEBANG_FILES=	scripts/gpx2shape
 SHEBANG_REGEX=	./scripts/.*\.(sh|pl|py)
 
 USE_GITHUB=	yes
@@ -41,31 +38,27 @@ GH_PROJECT=	Xastir
 
 SUB_FILES=	pkg-message
 
-OPTIONS_DEFINE=	DAVIS SHAPELIB DBFAWK MAGICK CURL GEOTIFF GDAL GPSMAN FESTIVAL \
+OPTIONS_DEFINE=	DAVIS DBFAWK MAGICK CURL GEOTIFF GPSMAN FESTIVAL \
 		RTREE ERRORPOP BDB
 
 DAVIS_DESC=	Include Davis Weatherstation Support
-SHAPELIB_DESC=	Include Shapelib support
 DBFAWK_DESC=	Include DBFAWK Support
 MAGICK_DESC=	Include GraphicsMagick Support
 CURL_DESC=	Include CURL Internet Image support
 GEOTIFF_DESC=	Include GeoTIFF Support
-GDAL_DESC=	Include GDAL Support
 GPSMAN_DESC=	Include GPSMAN Support
 FESTIVAL_DESC=	Include Festival Voice Synthesis Support
 RTREE_DESC=	Enable spatial indexing of shapefiles
 ERRORPOP_DESC=	Send error popups to stderr
 BDB_DESC=	Tiger Map Caching using Berkeley DB
 
-OPTIONS_DEFAULT=	SHAPELIB DBFAWK MAGICK CURL RTREE BDB
+OPTIONS_DEFAULT=	DBFAWK MAGICK CURL RTREE BDB
 
 DAVIS_CONFIGURE_ON=	--enable-davis
 
-SHAPELIB_LIB_DEPENDS=	libshp.so:devel/shapelib
-SHAPELIB_CONFIGURE_WITH=	shapelib
-
 MAGICK_LIB_DEPENDS=	libGraphicsMagickWand.so:graphics/GraphicsMagick
-MAGICK_CONFIGURE_WITH=	imagemagick graphicsmagick
+MAGICK_CONFIGURE_WITH=	graphicsmagick
+MAGICK_USES=		compiler:gcc-c++11-lib
 
 DBFAWK_LIB_DEPENDS=	libpcre.so:devel/pcre
 DBFAWK_CONFIGURE_WITH=	dbfawk
@@ -73,9 +66,6 @@ DBFAWK_CONFIGURE_WITH=	dbfawk
 CURL_LIB_DEPENDS=	libcurl.so:ftp/curl
 
 GEOTIFF_LIB_DEPENDS=	libgeotiff.so:graphics/libgeotiff
-
-GDAL_LIB_DEPENDS=	libgdal.so:graphics/gdal
-GDAL_CONFIGURE_WITH=	gdal
 
 GPSMAN_BUILD_DEPENDS=	${LOCALBASE}/share/doc/gpsmanshp/GPSManSHP.pdf:graphics/gpsmanshp
 GPSMAN_IMPLIES=		SHAPELIB

Modified: head/comms/xastir/distinfo
==============================================================================
--- head/comms/xastir/distinfo	Tue Jul 16 17:35:13 2019	(r506772)
+++ head/comms/xastir/distinfo	Tue Jul 16 17:40:24 2019	(r506773)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519518726
-SHA256 (Xastir-Xastir-Release-2.1.0_GH0.tar.gz) = a481e6a6c035954041904352ec58f52240c06874a30dfb810001da489d40f43a
-SIZE (Xastir-Xastir-Release-2.1.0_GH0.tar.gz) = 2996246
+TIMESTAMP = 1563174412
+SHA256 (Xastir-Xastir-Release-2.1.4_GH0.tar.gz) = 0bd3768440422a666e1c4c532df0184374244b77ae6650e6690715a0ca1fe7bc
+SIZE (Xastir-Xastir-Release-2.1.4_GH0.tar.gz) = 2694124

Modified: head/comms/xastir/pkg-plist
==============================================================================
--- head/comms/xastir/pkg-plist	Tue Jul 16 17:35:13 2019	(r506772)
+++ head/comms/xastir/pkg-plist	Tue Jul 16 17:40:24 2019	(r506773)
@@ -64,6 +64,7 @@ man/man1/xastir_udp_client.1.gz
 %%DATADIR%%/config/nwsc_ddmmyy_13.dbfawk
 %%DATADIR%%/config/nwsc_ddmmyy_15.dbfawk
 %%DATADIR%%/config/nwshzddmmyy.dbfawk
+%%DATADIR%%/config/nwshzddmmyy_old14.dbfawk
 %%DATADIR%%/config/nwsmzddmmyy.dbfawk
 %%DATADIR%%/config/nwsmzddmmyy_09.dbfawk
 %%DATADIR%%/config/nwsmzddmmyy_11.dbfawk
@@ -74,6 +75,7 @@ man/man1/xastir_udp_client.1.gz
 %%DATADIR%%/config/nwsozddmmyy.dbfawk
 %%DATADIR%%/config/nwsozddmmyy_09.dbfawk
 %%DATADIR%%/config/nwsozddmmyy_14.dbfawk
+%%DATADIR%%/config/nwsozddmmyy_14b.dbfawk
 %%DATADIR%%/config/nwsw_ddjn12.dbfawk
 %%DATADIR%%/config/nwsw_ddmmyy.dbfawk
 %%DATADIR%%/config/nwsw_ddmmyy_09.dbfawk
@@ -151,17 +153,17 @@ man/man1/xastir_udp_client.1.gz
 %%DATADIR%%/maps/Online/OSM_tiled_cycle.geo
 %%DATADIR%%/maps/Online/OSM_tiled_fosm.geo
 %%DATADIR%%/maps/Online/OSM_tiled_mapnik.geo
+%%DATADIR%%/maps/Online/USTigermap.geo
+%%DATADIR%%/maps/Online/USTigermapBorders.geo
 %%DATADIR%%/maps/Online/geogratis.gc.ca/National.geo
 %%DATADIR%%/maps/Online/geogratis.gc.ca/Regional.geo
 %%DATADIR%%/maps/Online/geogratis.gc.ca/Sub_national.geo
 %%DATADIR%%/maps/Online/geogratis.gc.ca/Sub_regional.geo
-%%DATADIR%%/maps/Online/nationalmap.gov/Aerial.geo
-%%DATADIR%%/maps/Online/nationalmap.gov/Contours.geo
-%%DATADIR%%/maps/Online/nationalmap.gov/Hydrography.geo
-%%DATADIR%%/maps/Online/nationalmap.gov/ShadedRelief.geo
-%%DATADIR%%/maps/Online/nationalmap.gov/Topo1-10.geo
-%%DATADIR%%/maps/Online/nationalmap.gov/TopoRelief1-7.geo
-%%DATADIR%%/maps/Online/nationalmap.gov/Transportation.geo
+%%DATADIR%%/maps/Online/nationalmap.gov/WMS_USGS_Hydrography.geo
+%%DATADIR%%/maps/Online/nationalmap.gov/WMS_USGS_ImageryOnly.geo
+%%DATADIR%%/maps/Online/nationalmap.gov/WMS_USGS_ImageryTopo.geo
+%%DATADIR%%/maps/Online/nationalmap.gov/WMS_USGS_ShadedReliefOnly.geo
+%%DATADIR%%/maps/Online/nationalmap.gov/WMS_USGS_Topo.geo
 %%DATADIR%%/maps/worldhi.map
 %%DATADIR%%/scripts/Coordinate.pm
 %%DATADIR%%/scripts/Xastir_tigerpoly.py
@@ -200,13 +202,9 @@ man/man1/xastir_udp_client.1.gz
 %%DATADIR%%/scripts/toporama50k.pl
 %%DATADIR%%/scripts/track-get.pl
 %%DATADIR%%/scripts/update_langfile.pl
-%%DATADIR%%/scripts/values
-%%DATADIR%%/scripts/values.pl
 %%DATADIR%%/scripts/waypoint-get.pl
 %%DATADIR%%/scripts/wms.pl
 %%DATADIR%%/scripts/wxnowsrv.pl
-%%DATADIR%%/scripts/xastir-fixcfg.sh
-%%DATADIR%%/scripts/xastir-migrate.sh
 %%DATADIR%%/sounds/placeholder
 %%DATADIR%%/symbols/13pct.xbm
 %%DATADIR%%/symbols/25pct.xbm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907161740.x6GHeOTW077390>