From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 16 17:20:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF5D1106566C for ; Thu, 16 Jul 2009 17:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C549F8FC19 for ; Thu, 16 Jul 2009 17:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6GHK22J090897 for ; Thu, 16 Jul 2009 17:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6GHK22r090896; Thu, 16 Jul 2009 17:20:02 GMT (envelope-from gnats) Resent-Date: Thu, 16 Jul 2009 17:20:02 GMT Resent-Message-Id: <200907161720.n6GHK22r090896@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, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4586106566B for ; Thu, 16 Jul 2009 17:13:56 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85]) by mx1.freebsd.org (Postfix) with ESMTP id A32E88FC19 for ; Thu, 16 Jul 2009 17:13:56 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.69) (envelope-from ) id 1MRUWt-0000FF-9m; Thu, 16 Jul 2009 21:13:59 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 1869DB860; Thu, 16 Jul 2009 21:13:55 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 13529108842; Thu, 16 Jul 2009 21:13:55 +0400 (MSD) Message-Id: <20090716171355.13529108842@hades.panopticon> Date: Thu, 16 Jul 2009 21:13:55 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: vd@FreeBSD.org Subject: ports/136823: [PATCH] graphics/libpano13: fix plist for WITHOUT_JAVA case X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jul 2009 17:20:03 -0000 >Number: 136823 >Category: ports >Synopsis: [PATCH] graphics/libpano13: fix plist for WITHOUT_JAVA case >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 16 17:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jun 1 22:13:51 MSD >Description: libpano13 does not install bin/PTAInterpolate if it's built WITHOUT_JAVA, fix the port accordingly. Port maintainer (vd@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- libpano13-2.9.14.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/graphics/libpano13/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 15 Jun 2009 07:49:05 -0000 1.6 +++ Makefile 16 Jul 2009 17:11:56 -0000 @@ -52,8 +52,10 @@ JAVA_VERSION= 1.3+ JAVA_OS= native CONFIGURE_ARGS+= --with-java=${JAVA_HOME} +PLIST_SUB= JAVA="" .else CONFIGURE_ARGS+= --without-java +PLIST_SUB= JAVA="@comment " .endif pre-configure: Index: pkg-plist =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/graphics/libpano13/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 9 Jun 2009 19:56:20 -0000 1.2 +++ pkg-plist 16 Jul 2009 16:39:23 -0000 @@ -1,4 +1,4 @@ -bin/PTAInterpolate +%%JAVA%%bin/PTAInterpolate bin/PTblender bin/PTcrop bin/PTinfo --- libpano13-2.9.14.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: