From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 6 11:12:14 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E73C16A4EC for ; Mon, 6 Nov 2006 11:12:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46AA343E23 for ; Mon, 6 Nov 2006 11:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kA6BANLP015150 for ; Mon, 6 Nov 2006 11:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kA6BAL6H015149; Mon, 6 Nov 2006 11:10:21 GMT (envelope-from gnats) Resent-Date: Mon, 6 Nov 2006 11:10:21 GMT Resent-Message-Id: <200611061110.kA6BAL6H015149@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Carl Makin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2827816A4F3 for ; Mon, 6 Nov 2006 11:04:37 +0000 (UTC) (envelope-from carl@stagecraft.cx) Received: from brain.stagecraft.cx (brain.stagecraft.cx [202.45.97.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 193CF43D64 for ; Mon, 6 Nov 2006 11:04:04 +0000 (GMT) (envelope-from carl@stagecraft.cx) Received: from penny.stagecraft.cx ([172.30.0.8]) by brain.stagecraft.cx (8.13.8/8.13.8) with ESMTP id kA6B3g64071372 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 6 Nov 2006 22:03:42 +1100 (EST) (envelope-from carl@stagecraft.cx) Received: from penny.stagecraft.cx (localhost [127.0.0.1]) by penny.stagecraft.cx (8.13.8/8.13.8) with ESMTP id kA6A369T053820 for ; Mon, 6 Nov 2006 21:03:06 +1100 (EST) (envelope-from carl@penny.stagecraft.cx) Received: (from root@localhost) by penny.stagecraft.cx (8.13.8/8.13.8/Submit) id kA6A353k053819; Mon, 6 Nov 2006 21:03:05 +1100 (EST) (envelope-from carl) Message-Id: <200611061003.kA6A353k053819@penny.stagecraft.cx> Date: Mon, 6 Nov 2006 21:03:05 +1100 (EST) From: Carl Makin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/105202: Maintainer-update: comms/xastir X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Carl Makin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2006 11:12:14 -0000 >Number: 105202 >Category: ports >Synopsis: Maintainer-update: comms/xastir >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 06 11:10:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Carl Makin >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD penny.stagecraft.cx 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Sat Sep 23 17:49:06 EST 2006 carl@penny.stagecraft.cx:/usr/obj/usr/src/sys/GENERIC i386 >Description: This updates comms/xastir to the latest stable version. It also corrects some problems with the Makefile and some options. >How-To-Repeat: >Fix: --- xastir184.diff begins here --- --- /usr/ports/comms/xastir/Makefile Sun Oct 15 11:44:23 2006 +++ xastir/Makefile Sun Nov 5 22:38:15 2006 @@ -6,8 +6,7 @@ # PORTNAME= xastir -PORTVERSION= 1.8.2 -PORTREVISION= 1 +PORTVERSION= 1.8.4 CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xastir @@ -34,6 +33,7 @@ DBFAWK "Include DBFAWK Support" On \ MAGICK "Include ImageMagick Support" On \ 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 \ @@ -47,20 +47,6 @@ .include -.if defined(WITH_FESTIVAL) -RUN_DEPENDS+= festival:${PORTSDIR}/audio/festival -.else -CONFIGURE_ARGS+= --without-festival -.endif - -.if defined(WITH_GPSMAN) -RUN_DEPENDS+= gpsmanshp:${PORTSDIR}/graphics/gpsmanshp -WITH_SHAPELIB= true -.undef WITHOUT_SHAPELIB -.else -CONFIGURE_ARGS+= --without-gpsman -.endif - .if defined(WITHOUT_SHAPELIB) CONFIGURE_ARGS+= --without-shapelib .else @@ -89,10 +75,28 @@ 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) --- /usr/ports/comms/xastir/distinfo Sun Jul 16 12:24:43 2006 +++ xastir/distinfo Sun Nov 5 18:43:29 2006 @@ -1,3 +1,3 @@ -MD5 (xastir-1.8.2.tar.gz) = 77b2c60cd59de17c2caccb13f95d4993 -SHA256 (xastir-1.8.2.tar.gz) = 6530851830801a331ea5fb874e3e00211994b7b6754f6396b38f6d3d649478d7 -SIZE (xastir-1.8.2.tar.gz) = 1642849 +MD5 (xastir-1.8.4.tar.gz) = 10fcf7a63b0696ab6fefc40f1a80fd1d +SHA256 (xastir-1.8.4.tar.gz) = 2c020dd4bbea8d8b6f7773ab6b1327f9c8252e4e3dbf384e200b4531a51b80fc +SIZE (xastir-1.8.4.tar.gz) = 1685220 --- xastir184.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: