From nobody@FreeBSD.org  Wed Dec  1 05:23:47 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 85B721066F18
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  1 Dec 2010 05:23:00 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 59D318FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  1 Dec 2010 05:23:00 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id oB15N0tw084378
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 1 Dec 2010 05:23:00 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id oB15N0QW084377;
	Wed, 1 Dec 2010 05:23:00 GMT
	(envelope-from nobody)
Message-Id: <201012010523.oB15N0QW084377@red.freebsd.org>
Date: Wed, 1 Dec 2010 05:23:00 GMT
From: Rob Farmer <rfarmer@predatorlabs.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] graphics/jogl Fix build with ant 1.8.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: peterjeremy@optushome.com.au

>Number:         152732
>Category:       ports
>Synopsis:       [patch] graphics/jogl Fix build with ant 1.8.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 01 05:30:17 UTC 2010
>Closed-Date:    Wed Dec 01 22:56:07 UTC 2010
>Last-Modified:  Wed Dec  1 23:00:25 UTC 2010
>Originator:     Rob Farmer
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD vmware.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r216082: Tue Nov 30 11:31:31 PST 2010     rfarmer@vmware.predatorlabs.net:/usr/obj/usr/src/sys/VMWARE  i386
>Description:
Fix a couple nits in build.xml that are causing build failure with new ant.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: files/patch-gluegen_make_build.xml
===================================================================
RCS file: /home/ncvs/ports/graphics/jogl/files/patch-gluegen_make_build.xml,v
retrieving revision 1.1
diff -u -r1.1 patch-gluegen_make_build.xml
--- files/patch-gluegen_make_build.xml	11 Jun 2008 13:08:32 -0000	1.1
+++ files/patch-gluegen_make_build.xml	1 Dec 2010 05:02:11 -0000
@@ -1,5 +1,5 @@
---- gluegen/make/build.xml.orig	2008-05-14 18:54:48.000000000 +1000
-+++ gluegen/make/build.xml	2008-06-09 10:41:50.000000000 +1000
+--- gluegen/make/build.xml.orig	2008-05-14 18:54:48.000000000 -0700
++++ gluegen/make/build.xml	2010-10-27 03:34:48.000000000 -0700
 @@ -11,8 +11,8 @@
    -->
  <project name="GlueGen" basedir="." default="all">
@@ -11,12 +11,30 @@
  
    <target name="load.user.properties" unless="user.properties.file">
      <!-- Load the user specified properties file that defines various host
+@@ -95,7 +95,7 @@
+     - @param output.dir the directory to write the generated files to.  If
+     -        the directory does not exist, it will be created.
+     -->
+-  <target name="generate.c.grammar">
++  <target name="generate.c.grammar" depends="init">
+     <!-- Generate the Java files -->
+     <antlr target="${output.dir}/${target}" outputdirectory="${output.dir}">
+       <classpath refid="antlr.classpath" />
+@@ -111,7 +111,7 @@
+     - @param output.dir the directory to write the generated files to.  If
+     -        the directory does not exist, it will be created.
+    -->
+-  <target name="generate.c.grammar.glib">
++  <target name="generate.c.grammar.glib" depends="init">
+     <!-- Generate the Java files -->
+     <antlr target="${output.dir}/${target}" glib="${output.dir}/${glib}" outputdirectory="${output.dir}">
+       <classpath refid="antlr.classpath" />
 @@ -281,7 +281,7 @@
        <property name="compiler.cfg.id"                      value="compiler.cfg.freebsd" />
        <property name="linker.cfg.id"                        value="linker.cfg.linux" />
        <property name="c.src.dir"                            value="unix" />
 -      <property name="java.includes.dir.freebsd"            value="${java.includes.dir}/freebsd" />
-+      <property name="java.includes.dir.platform"            value="${java.includes.dir}/freebsd" />
++      <property name="java.includes.dir.platform"           value="${java.includes.dir}/freebsd" />
      </target>
  
      <target name="declare.hpux" if="isHPUX">


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Dec 1 05:30:38 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: peterjeremy@optushome.com.au
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/152732: [patch] graphics/jogl Fix build with ant 1.8.1
Date: Wed, 1 Dec 2010 05:30:34 UT

 Maintainer of graphics/jogl,
 
 Please note that PR ports/152732 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152732
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Wed Dec 1 22:47:20 UTC 2010 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152732: commit references a PR
Date: Wed,  1 Dec 2010 22:56:00 +0000 (UTC)

 pav         2010-12-01 22:55:55 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/jogl/files  patch-gluegen_make_build.xml 
   Log:
   - Fix build with new ant
   
   PR:             ports/152732
   Submitted by:   Rob Farmer <rfarmer@predatorlabs.net>
   
   Revision  Changes    Path
   1.2       +21 -3     ports/graphics/jogl/files/patch-gluegen_make_build.xml
 _______________________________________________
 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:
