aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorSoeren Straarup <xride@FreeBSD.org>2009-12-20 17:48:40 +0000
committerSoeren Straarup <xride@FreeBSD.org>2009-12-20 17:48:40 +0000
commitfc013251b3c9a802f3fe8df2a40f65eb418fee34 (patch)
tree532411382de419272e030909f4b7ee7914e463d4 /comms
parent440f4f1772981a8ec9050151e555c49c13259367 (diff)
downloadports-fc013251b3c9a802f3fe8df2a40f65eb418fee34.tar.gz
ports-fc013251b3c9a802f3fe8df2a40f65eb418fee34.zip
Update to 1.9.6
PR: ports/141701 Submitted by: maintainer (Carl Makin)
Notes
Notes: svn path=/head/; revision=246309
Diffstat (limited to 'comms')
-rw-r--r--comms/xastir/Makefile42
-rw-r--r--comms/xastir/distinfo6
-rw-r--r--comms/xastir/files/pkg-message.in6
-rw-r--r--comms/xastir/pkg-plist30
4 files changed, 48 insertions, 36 deletions
diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile
index de456445f20b..11820c375ddd 100644
--- a/comms/xastir/Makefile
+++ b/comms/xastir/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= xastir
-PORTVERSION= 1.9.4
-PORTREVISION= 4
+PORTVERSION= 1.9.6
CATEGORIES= comms hamradio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION}
@@ -33,18 +32,16 @@ OPTIONS= SHAPELIB "Include Shapelib support" On \
INCSHAPE "Use Shapelib included with Xastir" On \
PCRE "Include Perl Compat Regular Expression Support" On \
DBFAWK "Include DBFAWK Support" On \
- MAGICK "Include ImageMagick 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" Off \
+ RTREE "Enable spatial indexing of shapefiles" On \
ERRORPOP "Send error popups to stderr" Off \
- DB40 "Tiger Map Caching using Berkeley DB v4.0" Off \
- DB41 "Tiger Map Caching using Berkeley DB v4.1" Off \
- DB42 "Tiger Map Caching using Berkeley DB v4.2" Off \
- DB43 "Tiger Map Caching using Berkeley DB v4.3" Off \
+ BDB "Tiger Map Caching using Berkeley DB" On \
OPTCFLAGS "Use optimized CFLAGS (-O2 -pipe)" Off
.include <bsd.port.pre.mk>
@@ -53,8 +50,10 @@ OPTIONS= SHAPELIB "Include Shapelib support" On \
.if defined(WITH_SHAPELIB)
.if defined(WITH_INCSHAPE)
CONFIGURE_ARGS+= --with-internal-shapelib
+PLIST_SUB= INCSHAPE=
.else
LIB_DEPENDS+= shp.1:${PORTSDIR}/devel/shapelib
+PLIST_SUB= INCSHAPE="@comment "
.endif
.else
CONFIGURE_ARGS+= --without-shapelib
@@ -63,9 +62,13 @@ CONFIGURE_ARGS+= --without-shapelib
.if defined(WITHOUT_MAGICK)
CONFIGURE_ARGS+= --without-imagemagick --without-graphicsmagick
.else
+.if defined(WITH_GRAPHICK)
+LIB_DEPENDS+= GraphicsMagickWand.3:${PORTSDIR}/graphics/GraphicsMagick
+.else
LIB_DEPENDS+= MagickWand.2:${PORTSDIR}/graphics/ImageMagick
CONFIGURE_ARGS+= --without-graphicsmagick
.endif
+.endif
.if defined(WITHOUT_DBFAWK)
CONFIGURE_ARGS+= --without-dbfawk
@@ -115,24 +118,11 @@ CONFIGURE_ARGS+= --with-rtree
CONFIGURE_ARGS+= --with-errorpopups
.endif
-.if defined(WITH_DB40)
-USE_BDB= 40
-.endif
-
-.if defined(WITH_DB41)
-USE_BDB= 41
-.endif
-
-.if defined(WITH_DB42)
-USE_BDB= 42
-.endif
-
-.if defined(WITH_DB43)
-USE_BDB= 43
-.endif
-
-.if defined(WITH_DB40) || defined(WITH_DB41) || defined(WITH_DB42) || defined(WITH_DB43)
-CONFIGURE_ARGS+= --with-bdb-incdir=${BDB_INCLUDE_DIR}
+.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)
diff --git a/comms/xastir/distinfo b/comms/xastir/distinfo
index 566722b95c6a..e17dd1e45e0b 100644
--- a/comms/xastir/distinfo
+++ b/comms/xastir/distinfo
@@ -1,3 +1,3 @@
-MD5 (xastir-1.9.4.tar.gz) = 415a19df810d0b28ac61aa444c3e7e0a
-SHA256 (xastir-1.9.4.tar.gz) = b960449bc755e702013cdd62587262bd2be22cbfd5656e4bfe1dd12d62e4c174
-SIZE (xastir-1.9.4.tar.gz) = 2348880
+MD5 (xastir-1.9.6.tar.gz) = 78ed29f798c0d9d6ddee26831a1732ea
+SHA256 (xastir-1.9.6.tar.gz) = e0c3efc41c79252d8ced7cebcd101051a873a73d4c0085c1f31452aee822c07e
+SIZE (xastir-1.9.6.tar.gz) = 2464221
diff --git a/comms/xastir/files/pkg-message.in b/comms/xastir/files/pkg-message.in
index d5708a3acfcf..98d87f8f1db9 100644
--- a/comms/xastir/files/pkg-message.in
+++ b/comms/xastir/files/pkg-message.in
@@ -5,10 +5,4 @@ Hop on over to http://www.xastir.org/ for details on getting
maps and for more information on using Xastir.
Your map directory is %%PREFIX%%/share/xastir/maps
-
-WARNING! File locations have changed since Xastir 1.2.0 (the stable
-version). What used to be in /usr/local/xastir is now in
-%%PREFIX%%/share/xastir. If you are upgrading from 1.2.0 or earlier
-then you need to follow the instructions in the UPGRADING document
-in %%PREFIX%%/share/xastir/doc.
********************************************************************
diff --git a/comms/xastir/pkg-plist b/comms/xastir/pkg-plist
index deb3cec2f687..bd2feb82b018 100644
--- a/comms/xastir/pkg-plist
+++ b/comms/xastir/pkg-plist
@@ -1,4 +1,9 @@
bin/callpass
+%%INCSHAPE%%bin/dbfadd
+%%INCSHAPE%%bin/dbfcreate
+%%INCSHAPE%%bin/shpadd
+%%INCSHAPE%%bin/shpcreate
+bin/testdbfawk
bin/xastir
bin/xastir_udp_client
lib/xastir/Coordinate.pm
@@ -8,17 +13,25 @@ lib/xastir/get-NWSdata
lib/xastir/get-fcc-rac.pl
lib/xastir/get-gnis
lib/xastir/get-maptools.sh
+lib/xastir/get-pop
lib/xastir/get_shapelib.sh
lib/xastir/gpx2shape
lib/xastir/icontable.pl
lib/xastir/inf2geo.pl
lib/xastir/kiss-off.pl
+lib/xastir/langElmerFudd.pl
+lib/xastir/langMuppetsChef.pl
+lib/xastir/langOldeEnglish.pl
+lib/xastir/langPigLatin.pl
+lib/xastir/langPirateEnglish.pl
lib/xastir/mapblast2geo.pl
lib/xastir/mapfgd.pl
lib/xastir/object2shp.pl
lib/xastir/overlay.pl
lib/xastir/ozi2geo.pl
lib/xastir/permutations.pl
+lib/xastir/pos2shp.pl
+lib/xastir/slideshow.pl
lib/xastir/split_gnis.bash
lib/xastir/split_gnis.pl
lib/xastir/test_coord.pl
@@ -26,6 +39,8 @@ lib/xastir/toporama250k.pl
lib/xastir/toporama50k.pl
lib/xastir/track-get.pl
lib/xastir/update_langfile.pl
+lib/xastir/values
+lib/xastir/values.pl
lib/xastir/waypoint-get.pl
lib/xastir/xastir-fixcfg.sh
lib/xastir/xastir-migrate.sh
@@ -46,15 +61,27 @@ lib/xastir/xastir-migrate.sh
%%DATADIR%%/Counties/placeholder
%%DATADIR%%/GNIS/placeholder
%%DATADIR%%/config/24kgrid.dbfawk
+%%DATADIR%%/config/arealm.dbfawk
+%%DATADIR%%/config/areawater.dbfawk
+%%DATADIR%%/config/cousub.dbfawk
+%%DATADIR%%/config/cousub00.dbfawk
+%%DATADIR%%/config/edge.dbfawk
+%%DATADIR%%/config/featnames.dbfawk
%%DATADIR%%/config/gps_wpt.dbfawk
%%DATADIR%%/config/language-Dutch.sys
+%%DATADIR%%/config/language-ElmerFudd.sys
%%DATADIR%%/config/language-English.sys
%%DATADIR%%/config/language-French.sys
%%DATADIR%%/config/language-German.sys
%%DATADIR%%/config/language-Italian.sys
+%%DATADIR%%/config/language-MuppetsChef.sys
+%%DATADIR%%/config/language-OldeEnglish.sys
+%%DATADIR%%/config/language-PigLatin.sys
+%%DATADIR%%/config/language-PirateEnglish.sys
%%DATADIR%%/config/language-Portuguese.sys
%%DATADIR%%/config/language-Spanish.sys
%%DATADIR%%/config/nwsc_ddmmyy.dbfawk
+%%DATADIR%%/config/nwsc_ddmmyy_09.dbfawk
%%DATADIR%%/config/nwsmzddmmyy.dbfawk
%%DATADIR%%/config/nwsmzoddmmyy.dbfawk
%%DATADIR%%/config/nwsozddmmyy.dbfawk
@@ -62,9 +89,11 @@ lib/xastir/xastir-migrate.sh
%%DATADIR%%/config/nwsz1ddmmyy.dbfawk
%%DATADIR%%/config/nwsz_ddmmyy.dbfawk
%%DATADIR%%/config/nwszoddmmyy.dbfawk
+%%DATADIR%%/config/pointlm.dbfawk
%%DATADIR%%/config/predefined_EVENT.sys
%%DATADIR%%/config/predefined_SAR.sys
%%DATADIR%%/config/stored_track.dbfawk
+%%DATADIR%%/config/tabblock.dbfawk
%%DATADIR%%/config/tgr2shp.dbfawk
%%DATADIR%%/config/tgr2shppoly.dbfawk
%%DATADIR%%/config/tgr2shppoly_2006.dbfawk
@@ -137,5 +166,4 @@ lib/xastir/xastir-migrate.sh
@dirrm %%DATADIR%%/Counties
@dirrm %%DATADIR%%
@dirrm %%DOCSDIR%%
-@dirrm share/xastir
@dirrm lib/xastir