From owner-freebsd-ports@FreeBSD.ORG Fri Jan 30 19:06:59 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24622106564A for ; Fri, 30 Jan 2009 19:06:59 +0000 (UTC) (envelope-from jrhett@netconsonance.com) Received: from mail.netconsonance.com (mail.netconsonance.com [198.207.204.4]) by mx1.freebsd.org (Postfix) with ESMTP id 06FAB8FC1B for ; Fri, 30 Jan 2009 19:06:58 +0000 (UTC) (envelope-from jrhett@netconsonance.com) Received: from [10.66.240.106] (public-wireless.sv.svcolo.com [64.13.135.30]) (authenticated bits=0) by mail.netconsonance.com (8.14.1/8.14.2) with ESMTP id n0UJ6l8t051259; Fri, 30 Jan 2009 11:06:47 -0800 (PST) (envelope-from jrhett@netconsonance.com) X-Virus-Scanned: amavisd-new at netconsonance.com X-Spam-Flag: NO X-Spam-Score: -1.077 X-Spam-Level: X-Spam-Status: No, score=-1.077 tagged_above=-999 required=3.5 tests=[ALL_TRUSTED=-1.44, AWL=0.363] Message-Id: <6C472BF1-F470-4D8F-96CA-7F794DA05968@netconsonance.com> From: Jo Rhett To: Wesley Shields In-Reply-To: <20090122043407.GF68353@atarininja.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Fri, 30 Jan 2009 11:06:41 -0800 References: <20081215191535.GC33004@atarininja.org> <4946B0C0.90106@freebsd.org> <20090121213459.GA33671@abcjr.net> <05EDC0A8-030D-4FD0-9B14-A5E62521C9FF@exit2shell.com> <20090121233259.GD68353@atarininja.org> <20090122043407.GF68353@atarininja.org> X-Mailer: Apple Mail (2.930.3) Cc: "Arnold Cavazos Jr." , Steven Kreuzer , freebsd-ports@freebsd.org Subject: Re: RT 3.8? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2009 19:07:00 -0000 On Jan 21, 2009, at 8:34 PM, Wesley Shields wrote: > I committed this fix and a couple of other small ones for this port > tonight. Please let me know if you have any problems with it. Why that, and not upgrade to 3.8.2? Here's a patch to upgrade to 3.8.2, and optionally disables the graphviz requirement (90+ ports used only for a single graph). --- Makefile_orig 2009-01-30 10:53:17.000000000 -0800 +++ Makefile 2009-01-30 11:01:09.000000000 -0800 @@ -14,8 +14,7 @@ # o install a sample into etc/apache22/Includes PORTNAME= rt -PORTVERSION= 3.8.1 -PORTREVISION= 5 +PORTVERSION= 3.8.2 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \ ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/ @@ -40,7 +39,8 @@ STANDALONE "Enable standalone server" off \ APACHE "Enable Apache1.3.x server" off \ MODPERL "Enable mod_perl support" off \ - FASTCGI "Enable FastCGI support" off + FASTCGI "Enable FastCGI support" off \ + GRAPHVIZ "Enable GraphViz dependancy charts" on .include "${.CURDIR}/Makefile.cpan" @@ -49,7 +49,6 @@ ${DASHBOARD_DEPS} \ ${GD_DEPS} \ ${GPG_DEPS} \ - ${GRAPHVIZ_DEPS} \ ${ICAL_DEPS} \ ${MAILGATE_DEPS} \ ${MASON_DEPS} \ @@ -67,6 +66,11 @@ RUN_DEPENDS+= ${DEV_DEPS} .endif +.if defined(WITH_GRAPHVIZ) +BUILD_DEPENDS+= ${GRAPHVIZ_DEPS} +RUN_DEPENDS+= ${GRAPHVIZ_DEPS} +.endif + .if defined(WITH_STANDALONE) BUILD_DEPENDS+= ${STANDALONE_DEPS} RUN_DEPENDS+= ${STANDALONE_DEPS} --- distinfo_orig 2009-01-30 10:53:25.000000000 -0800 +++ distinfo 2009-01-30 11:03:04.000000000 -0800 @@ -1,3 +1,3 @@ -MD5 (rt-3.8.1.tar.gz) = 72b4419816e43bde6b50ba68374882e3 -SHA256 (rt-3.8.1.tar.gz) = 0417432a19d2bd3b8fd5a626006050b983714a614a90b68088a27017385678b1 -SIZE (rt-3.8.1.tar.gz) = 2844546 +MD5 (rt-3.8.2.tar.gz) = 100b1fd791e229c4338c0d056c65c12f +SHA256 (rt-3.8.2.tar.gz) = d1cfc9818622b5b691963ab185292303a285ed4f64d286d8c44d999437803422 +SIZE (rt-3.8.2.tar.gz) = 3175872 -- Jo Rhett Net Consonance : consonant endings by net philanthropy, open source and other randomness