Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2003 18:32:06 +0200 (CEST)
From:      "Remco van 't Veer" <remco@azrael.xs4all.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   java/58450: apache-ant doesn't install etc directory
Message-ID:  <200310231632.h9NGW6rl003079@azrael.xs4all.nl>
Resent-Message-ID: <200310231640.h9NGeODG001378@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         58450
>Category:       java
>Synopsis:       apache-ant doesn't install etc directory
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-java
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 23 09:40:23 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310231632.h9NGW6rl003079>