Bug 68553 - [PATCH] textproc/xalan-j: update to 2.6.0 and various improvements
Summary: [PATCH] textproc/xalan-j: update to 2.6.0 and various improvements
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Herve Quiroz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-01 12:50 UTC by Hervé Quiroz
Modified: 2004-08-17 14:58 UTC (History)
1 user (show)

See Also:


Attachments
xalan-j-2.6.0.patch (3.41 KB, patch)
2004-07-01 12:50 UTC, Hervé Quiroz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hervé Quiroz 2004-07-01 12:50:20 UTC
- Update to 2.6.0
- The shell script to run Xalan-J is now installed (and working)
- bsd.java.mk 2.0 compliant
- Some cosmetic changes (e.g. ${ECHO} -> ${ECHO_MSG} and ${CHOWN} of
  documentation directory)
- Additional design documentation installed
- Updated RUN_DEPENDS

NOTE: As I said in a previous PR [1], the autojavadoc Ant target was broken
with Java 1.4 and Xalan-J 2.5.1. This issue is now fixed with this release so
the API documentation is now always built and installed.

NOTE2: I found a shell script in ${FILESDIR} to run Xalan-J on the command-line
that was not installed by the port. The existing script was modified. First,
the name has changed to 'xalan-j' so there is no conflict with textproc/xalan-c
(this will not mislead end-users as the script is not installed in the current
version of the port). Second, it now makes use of 'classpath' command from
java/javavmwrapper.

NOTE3: I added 2 ports to the run dependencies for this port: Xerces-J and
javavmwrapper.

NOTE4: IMHO the ANT_OPTS statement is not needed as it has no effect on Ant for
now (being a Make variable rather than an environement one). Still I didn't
remove it...


[1] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/65061

Port maintainer (znerd@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.50
Comment 1 Oliver Eikemeier freebsd_committer freebsd_triage 2004-07-01 12:57:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->znerd

Over to maintainer
Comment 2 Herve Quiroz freebsd_committer freebsd_triage 2004-08-11 16:32:51 UTC
Responsible Changed
From-To: znerd->hq

Ernst has agreed to let me work on this.
Comment 3 Herve Quiroz freebsd_committer freebsd_triage 2004-08-17 14:57:56 UTC
State Changed
From-To: open->closed

Commited.