From amdmi3@amdmi3.ru  Thu Jul 16 17:13:56 2009
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E4586106566B
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <amdmi3@amdmi3.ru>)
	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 <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: vd@FreeBSD.org
Subject: [PATCH] graphics/libpano13: fix plist for WITHOUT_JAVA case
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         136823
>Category:       ports
>Synopsis:       [PATCH] graphics/libpano13: fix plist for WITHOUT_JAVA case
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    vd
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 16 17:20:02 UTC 2009
>Closed-Date:    Wed Jul 29 07:27:54 UTC 2009
>Last-Modified:  Wed Jul 29 07:30:13 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->vd 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jul 16 17:20:12 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136823 
State-Changed-From-To: open->closed 
State-Changed-By: vd 
State-Changed-When: Wed Jul 29 07:26:41 UTC 2009 
State-Changed-Why:  
Committed, thanks! 
Notice that PORTREVISION should be bumbed according to 
http://www.freebsd.org/doc/en/books/porters-handbook/makefile-naming.html#AEN480 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136823 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/136823: commit references a PR
Date: Wed, 29 Jul 2009 07:26:30 +0000 (UTC)

 vd          2009-07-29 07:26:15 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/libpano13   Makefile pkg-plist 
   Log:
   graphics/libpano13:
   
   Fix plist for WITHOUT_JAVA case.
   
   PR:             ports/136823
   Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru>
   
   Revision  Changes    Path
   1.8       +3 -1      ports/graphics/libpano13/Makefile
   1.3       +1 -1      ports/graphics/libpano13/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
