From remco@azrael.xs4all.nl  Thu Oct 23 09:34:08 2003
Return-Path: <remco@azrael.xs4all.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0478C16A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Oct 2003 09:32:30 -0700 (PDT)
Received: from azrael.xs4all.nl (azrael.xs4all.nl [213.84.50.139])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AF93F43F75
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Oct 2003 09:32:28 -0700 (PDT)
	(envelope-from remco@azrael.xs4all.nl)
Received: from azrael.xs4all.nl (localhost.xs4all.nl [127.0.0.1])
	by azrael.xs4all.nl (8.12.8p1/8.12.8) with ESMTP id h9NGW6US003080
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Oct 2003 18:32:07 +0200 (CEST)
	(envelope-from remco@azrael.xs4all.nl)
Received: (from remco@localhost)
	by azrael.xs4all.nl (8.12.8p1/8.12.8/Submit) id h9NGW6rl003079;
	Thu, 23 Oct 2003 18:32:06 +0200 (CEST)
Message-Id: <200310231632.h9NGW6rl003079@azrael.xs4all.nl>
Date: Thu, 23 Oct 2003 18:32:06 +0200 (CEST)
From: "Remco van 't Veer" <remco@azrael.xs4all.nl>
Reply-To: "Remco van 't Veer" <rwvtveer@xs4all.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: apache-ant doesn't install etc directory
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         58450
>Category:       java
>Synopsis:       apache-ant doesn't install etc directory
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    znerd
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 23 09:40:23 PDT 2003
>Closed-Date:    Wed Nov 19 16:24:36 PST 2003
>Last-Modified:  Wed Nov 19 16:24:36 PST 2003
>Originator:     Remco van 't Veer
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
>Environment:
System: FreeBSD azrael.xs4all.nl 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #0: Wed Oct 22 13:42:26 CEST 2003 remco@azrael.xs4all.nl:/usr/obj/usr/src/sys/AZRAEL i386
devel/apache-ant-1.5.4_1

>Description:
The apache-ant port version 1.5.4_1 does not install the etc
directory as found in the download.  The files in this directory
are useful since the documentation refers to them.  For an
example see docs/manual/CoreTasks/changelog.html
	
>How-To-Repeat:
Install apache-ant-1.5.4_1 and try to find changelog.xsl.

>Fix:
I've attached a patch for devel/apache-ant.

--- ant.diff begins here ---
? work
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/apache-ant/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- Makefile	25 Sep 2003 09:40:14 -0000	1.29
+++ Makefile	23 Oct 2003 16:22:01 -0000
@@ -33,7 +33,7 @@
 
 READMES=	LICENSE README WHATSNEW
 
-DATADIRS=	lib
+DATADIRS=	lib etc
 .if !defined(NOPORTDOCS)
 DATADIRS+=	docs
 .endif
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/apache-ant/pkg-plist,v
retrieving revision 1.16
diff -u -r1.16 pkg-plist
--- pkg-plist	14 Aug 2003 13:12:07 -0000	1.16
+++ pkg-plist	23 Oct 2003 16:22:05 -0000
@@ -1,5 +1,16 @@
 bin/ant
 %%T%%/bin/antRun
+%%T%%/etc/changelog.xsl
+%%T%%/etc/checkstyle-frames.xsl
+%%T%%/etc/coverage-frames.xsl
+%%T%%/etc/jdepend-frames.xsl
+%%T%%/etc/jdepend.xsl
+%%T%%/etc/junit-frames.xsl
+%%T%%/etc/junit-noframes.xsl
+%%T%%/etc/log.xsl
+%%T%%/etc/maudit-frames.xsl
+%%T%%/etc/mmetrics-frames.xsl
+%%T%%/etc/tagdiff.xsl
 %%T%%/lib/ant.jar
 %%T%%/lib/optional.jar
 %%T%%/lib/README
--- ant.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: java/58450: apache-ant doesn't install etc directory
Date: Fri, 24 Oct 2003 18:37:21 +0200

 I think you forgot the following in pkg-plist:
 
 	@dirrm %%T%%/etc
 
 Herve
Responsible-Changed-From-To: freebsd-java->znerd 
Responsible-Changed-By: glewis 
Responsible-Changed-When: Tue Nov 18 12:32:17 PST 2003 
Responsible-Changed-Why:  
Over to maintainer. 

Ernst, I'm happy to commit this if you haven't time right now. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=58450 
State-Changed-From-To: open->closed 
State-Changed-By: glewis 
State-Changed-When: Wed Nov 19 16:24:26 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=58450 
>Unformatted:
